/haiku/src/tests/kits/app/broster/ |
H A D | IsRunningTester.cpp | 42 CHK(roster.IsRunning((const char*)NULL) == false); in IsRunningTestA1() 55 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == false); in IsRunningTestA2() 73 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == true); in IsRunningTestA3() 76 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == true); in IsRunningTestA3() 79 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == false); in IsRunningTestA3() 92 CHK(roster.IsRunning((entry_ref*)NULL) == false); in IsRunningTestB1() 106 CHK(roster.IsRunning(&ref) == false); in IsRunningTestB2() 126 CHK(roster.IsRunning(&ref) == true); in IsRunningTestB3() 129 CHK(roster.IsRunning(&ref) == true); in IsRunningTestB3() 132 CHK(roster.IsRunning(&ref) == false); in IsRunningTestB3()
|
/haiku/src/tests/servers/input/inputdevice/ |
H A D | main.cpp | 52 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 54 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 56 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 58 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 60 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 75 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 80 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 85 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 90 printf(" %s", device->IsRunning() ? "true" : "false"); in main() 95 printf(" %s", device->IsRunning() ? "true" : "false"); in main()
|
/haiku/src/kits/network/libnetservices/ |
H A D | UrlRequest.cpp | 96 if (IsRunning()) in SetUrl() 107 if (IsRunning()) in SetContext() 122 if (IsRunning()) in SetListener() 133 if (IsRunning()) in SetOutput() 184 BUrlRequest::IsRunning() const in IsRunning() function in BUrlRequest
|
/haiku/src/add-ons/media/plugins/http_streamer/ |
H A D | HTTPMediaIO.cpp | 84 bool IsRunning() in IsRunning() function in FileListener 186 HTTPMediaIO::IsRunning() const in IsRunning() function in HTTPMediaIO 189 return fListener->IsRunning(); in IsRunning() 191 return fReq->IsRunning(); in IsRunning()
|
H A D | HTTPMediaIO.h | 31 virtual bool IsRunning() const;
|
/haiku/src/apps/haikudepot/process/ |
H A D | ThreadedProcessNode.cpp | 41 if (IsRunning()) { in ~ThreadedProcessNode() 49 ThreadedProcessNode::IsRunning() in IsRunning() function in ThreadedProcessNode 51 if (!AbstractProcessNode::IsRunning()) { in IsRunning()
|
H A D | ProcessCoordinator.h | 37 bool IsRunning() const; 103 bool IsRunning();
|
H A D | ProcessCoordinator.cpp | 103 ProcessCoordinatorState::IsRunning() const in IsRunning() function in ProcessCoordinatorState 196 ProcessCoordinator::IsRunning() in IsRunning() function in ProcessCoordinator 201 if (node->IsRunning()) in IsRunning() 347 this, Progress(), _CreateStatusMessage(), IsRunning(), ErrorStatus()); in _CreateStatus()
|
H A D | ThreadedProcessNode.h | 20 virtual bool IsRunning();
|
H A D | AbstractProcess.h | 38 bool IsRunning();
|
H A D | AbstractProcessNode.h | 33 virtual bool IsRunning();
|
/haiku/headers/tools/cppunit/ |
H A D | ThreadManager.h | 28 bool IsRunning(); 82 while (IsRunning()) { in Stop() 94 BThreadManager<TestClass, ExpectedException>::IsRunning(void) { in IsRunning() function 109 if (IsRunning()) in LaunchThread()
|
/haiku/src/preferences/bluetooth/ |
H A D | BluetoothMain.cpp | 31 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) { in ReadyToRun() 77 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) { in MessageReceived()
|
H A D | BluetoothWindow.cpp | 126 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) { in MessageReceived() 132 if (be_roster->IsRunning(BLUETOOTH_SIGNATURE)) { in MessageReceived()
|
/haiku/src/tests/kits/interface/bshelf/Container/ |
H A D | ContainerApplication.cpp | 112 bool value = be_roster -> IsRunning(XSHELF_INSPECTOR_APP); in MessageReceived() 122 bool value = be_roster -> IsRunning(XSHELF_INSPECTOR_APP); in MessageReceived()
|
/haiku/src/apps/networkstatus/ |
H A D | NetworkStatus.cpp | 121 isDeskbarRunning = deskbar.IsRunning(); in ReadyToRun() 137 if (deskbar.IsRunning()) { in ReadyToRun()
|
/haiku/src/tests/kits/net/service/ |
H A D | HttpTest.cpp | 141 while (request->IsRunning()) in SendAuthenticatedRequest() 238 while (request->IsRunning()) in HeadTest() 282 while (request->IsRunning()) in NoContentTest() 345 while (request->IsRunning()) in ProxyTest() 446 while (request->IsRunning()) in UploadTest() 635 while (request->IsRunning()) in _GetTest()
|
/haiku/src/servers/mail/ |
H A D | LEDAnimation.h | 20 bool IsRunning() const {return fRunning;} in IsRunning() function
|
/haiku/src/servers/registrar/ |
H A D | RosterAppInfo.h | 29 bool IsRunning() const;
|
/haiku/src/add-ons/screen_savers/icons/ |
H A D | IconDisplay.h | 31 inline bool IsRunning() const { return fIsRunning; }; in IsRunning() function
|
/haiku/headers/os/mail/ |
H A D | MailDaemon.h | 23 bool IsRunning();
|
/haiku/src/add-ons/tracker/zipomatic/ |
H A D | ZipOMaticActivity.h | 22 bool IsRunning();
|
/haiku/src/apps/installer/ |
H A D | InstallerApp.cpp | 80 if (!be_roster->IsRunning(kDeskbarSignature)) { in Quit()
|
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/ |
H A D | InfoApplication.cpp | 35 if ( (be_roster -> IsRunning(XCONTAINER_APP)) == false ) in MessageReceived()
|
/haiku/src/tests/kits/midi/ |
H A D | test1.cpp | 24 while (store->IsRunning()) { in main()
|