Searched refs:IsRunning (Results 1 - 25 of 82) sorted by relevance

1234

/haiku-fatelf/src/tests/kits/app/broster/
H A DIsRunningTester.cpp33 bool IsRunning(const char *signature) const
42 CHK(roster.IsRunning((const char*)NULL) == false);
47 bool IsRunning(const char *signature) const
55 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == false);
59 bool IsRunning(const char *signature) const
73 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == true);
76 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == true);
79 CHK(roster.IsRunning("application/x-vnd.obos-app-run-testapp1") == false);
83 bool IsRunning(entry_ref *ref) const
92 CHK(roster.IsRunning((entry_re
[all...]
/haiku-fatelf/src/tests/servers/input/inputdevice/
H A Dmain.cpp52 printf(" %s", device->IsRunning() ? "true" : "false");
54 printf(" %s", device->IsRunning() ? "true" : "false");
56 printf(" %s", device->IsRunning() ? "true" : "false");
58 printf(" %s", device->IsRunning() ? "true" : "false");
60 printf(" %s", device->IsRunning() ? "true" : "false");
75 printf(" %s", device->IsRunning() ? "true" : "false");
80 printf(" %s", device->IsRunning() ? "true" : "false");
85 printf(" %s", device->IsRunning() ? "true" : "false");
90 printf(" %s", device->IsRunning() ? "true" : "false");
95 printf(" %s", device->IsRunning()
[all...]
/haiku-fatelf/src/servers/mail/
H A DLEDAnimation.h20 bool IsRunning() const {return fRunning;} function in class:LEDAnimation
/haiku-fatelf/src/servers/registrar/
H A DRosterAppInfo.h29 bool IsRunning() const;
H A DRosterAppInfo.cpp58 // IsRunning
60 RosterAppInfo::IsRunning() const function in class:RosterAppInfo
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dmyservice.h18 BOOL IsRunning();
H A Dmyservice.cpp62 // IsRunning()
64 BOOL CMyService::IsRunning() function in class:CMyService
/haiku-fatelf/src/add-ons/screen_savers/icons/
H A DIconDisplay.h26 inline bool IsRunning() { return fIsRunning; }; function in class:IconDisplay
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.h21 bool IsRunning();
/haiku-fatelf/src/preferences/printers/
H A DGlobals.cpp43 if (!be_roster->IsRunning(PSRV_SIGNATURE_TYPE))
/haiku-fatelf/src/preferences/bluetooth/
H A DBluetoothMain.cpp29 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) {
75 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) {
/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlProtocol.cpp115 if (IsRunning())
126 if (IsRunning())
137 if (IsRunning())
148 if (IsRunning())
198 BUrlProtocol::IsRunning() const function in class:BUrlProtocol
H A DUrlRequest.cpp211 BUrlRequest::IsRunning() const function in class:BUrlRequest
216 return fUrlProtocol->IsRunning();
/haiku-fatelf/headers/os/interface/
H A DDeskbar.h30 bool IsRunning() const;
H A DInput.h50 bool IsRunning() const;
/haiku-fatelf/headers/tools/cppunit/
H A DThreadManager.h28 bool IsRunning();
82 while (IsRunning()) {
94 BThreadManager<TestClass, ExpectedException>::IsRunning(void) { function in class:BThreadManager
109 if (IsRunning())
/haiku-fatelf/src/apps/bootmanager/
H A DBootManagerWindow.cpp49 if (!be_roster->IsRunning(kDeskbarSignature))
/haiku-fatelf/src/tests/kits/midi/midi_player/
H A DMidiPlayer.cpp67 while(store.IsRunning()) {
/haiku-fatelf/src/tests/kits/midi/
H A Dtest1.cpp24 while(store->IsRunning()) {
/haiku-fatelf/src/tests/kits/net/urlRequest/
H A DurlAuthBasic_test.cpp30 while (t.IsRunning()) {
/haiku-fatelf/src/apps/networkstatus/
H A DNetworkStatus.cpp121 isDeskbarRunning = deskbar.IsRunning();
137 if (deskbar.IsRunning()) {
/haiku-fatelf/headers/os/net/
H A DUrlRequest.h52 bool IsRunning() const;
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DStream.h32 bool IsRunning() { return fIsRunning; } function in class:Stream
/haiku-fatelf/src/apps/poorman/
H A DPoorManServer.h30 bool IsRunning()const{return fIsRunning;} function in class:PoorManServer
/haiku-fatelf/src/bin/
H A Diroster.cpp39 device->IsRunning() ? "running" : "stopped");

Completed in 135 milliseconds

1234