Searched refs:CountHandlers (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/app/blooper/
H A DCountHandlersTest.cpp23 CountHandlers()
30 CPPUNIT_ASSERT(Looper.CountHandlers() == 1);
34 CountHandlers()
46 CPPUNIT_ASSERT(Looper.CountHandlers() == 2);
48 CPPUNIT_ASSERT(Looper.CountHandlers() == 3);
50 CPPUNIT_ASSERT(Looper.CountHandlers() == 4);
53 CPPUNIT_ASSERT(Looper.CountHandlers() == 3);
55 CPPUNIT_ASSERT(Looper.CountHandlers() == 2);
57 CPPUNIT_ASSERT(Looper.CountHandlers() == 1);
62 TestSuite* suite = new TestSuite("BLooper::CountHandlers()");
[all...]
H A DAddHandlerTest.cpp33 CountHandlers() should return 1 (for the looper itself). R5
42 CPPUNIT_ASSERT(Looper.CountHandlers() == 1);
/haiku/headers/os/app/
H A DLooper.h63 int32 CountHandlers() const;
/haiku/src/kits/app/
H A DLooper.cpp310 int32 count = CountHandlers();
320 err = replyMsg.AddInt32("result", CountHandlers());
436 BLooper::CountHandlers() const function in class:BLooper
730 index = CountHandlers() - index;

Completed in 61 milliseconds