Searched refs:BLooper (Results 51 - 75 of 244) sorted by relevance

12345678910

/haiku/src/tests/kits/app/bmessenger/
H A DTargetTester.cpp50 BLooper *looper = new BLooper;
66 BLooper *looper = new BLooper;
104 BHandler *Target(BLooper **looper) const
115 BHandler *Target(BLooper **looper) const
123 BLooper *looper = new BLooper;
131 BHandler *Target(BLooper **looper) const
140 BLooper *loope
[all...]
H A DMessengerAssignmentTester.cpp74 BLooper *looper;
92 BLooper *looper = new BLooper;
99 BLooper *resultLooper;
127 BLooper *looper = new BLooper;
139 BLooper *resultLooper;
H A DBMessengerTester.cpp39 team_id team, BLooper *looper = NULL, BHandler *handler = NULL,
44 BLooper *resultLooper = NULL;
76 BLooper *looper;
83 BMessenger(const BHandler *handler, const BLooper *looper,
95 BLooper *looper;
102 BMessenger(const BHandler *handler, const BLooper *looper,
116 BLooper *looper;
124 BMessenger(const BHandler *handler, const BLooper *looper,
136 BLooper *looper = new BLooper;
[all...]
H A DLockTargetTester.cpp82 BLooper *looper = new BLooper;
102 BLooper *looper = new BLooper;
241 test4->fLooper = new BLooper;
252 test5->fLooper = new BLooper;
/haiku/src/tests/kits/app/bhandler/
H A DUnlockLooperTest.cpp43 BLooper::AssertLock()
49 BLooper Looper;
67 BLooper Looper;
H A DNextHandlerTest.cpp34 @case Default constructed BHandler added to BLooper
35 @results Returns parent BLooper
40 BLooper Looper;
H A DRemoveFilterTest.cpp60 BLooper Looper;
76 BLooper Looper;
111 BLooper Looper;
127 BLooper Looper;
H A DLockLooperTest.cpp40 BLooper Looper;
58 BLooper Looper;
72 BLooper Looper;
H A DLockLooperWithTimeoutTest.cpp42 BLooper Looper;
61 BLooper Looper;
76 BLooper Looper;
H A DSetFilterListTest.cpp63 BLooper Looper;
91 BLooper Looper;
110 BLooper Looper;
H A DHandlerLooperTest.cpp23 @case Not added to a BLooper
33 @case Add to a BLooper, then remove
34 @results Returns the added-to BLooper; when removed, returns NULL
38 BLooper Looper;
/haiku/src/apps/icon-o-matic/generic/listener/
H A DAbstractLOAdapter.h22 class BLooper;
/haiku/src/apps/mediaplayer/support/
H A DAbstractLOAdapter.h22 class BLooper;
/haiku/src/tests/kits/interface/menu/menuworld/
H A DPostDispatchInvoker.cpp26 BLooper* invokeLooper)
/haiku/src/tests/kits/app/messaging/
H A DHandlerLooperMessageTest.cpp9 class Looper : public BLooper {
45 BLooper("looper")
58 BLooper::MessageReceived(message);
/haiku/headers/os/support/
H A DAutolock.h15 inline BAutolock(BLooper* looper);
27 BLooper* fLooper;
33 BAutolock::BAutolock(BLooper *looper)
/haiku/headers/os/app/
H A DHandler.h15 class BLooper;
41 BLooper* Looper() const;
87 friend class BLooper;
99 void SetLooper(BLooper* looper);
103 BLooper* fLooper;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.h13 class NodeMonitor : public BLooper {
/haiku/src/servers/midi/
H A DDeviceWatcher.h22 class DeviceWatcher : public BLooper {
/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.h27 class ClientLooper : public BLooper {
/haiku/src/servers/net/
H A DAutoconfigLooper.h19 class AutoconfigLooper : public BLooper {
/haiku/src/servers/registrar/
H A DMIMEManager.h13 class MIMEManager : public BLooper,
/haiku/src/kits/tracker/
H A DNodePreloader.h59 static NodePreloader* InstallNodePreloader(const char* name, BLooper* host);
/haiku/src/servers/bluetooth/
H A DDeviceManager.h18 class DeviceManager : public BLooper {
/haiku/src/servers/app/font/
H A DGlobalFontManager.h34 class GlobalFontManager : public FontManager, public BLooper {
39 bool Lock() { return BLooper::Lock(); }
40 void Unlock() { BLooper::Unlock(); }
41 bool IsLocked() const { return BLooper::IsLocked(); }

Completed in 127 milliseconds

12345678910