Home
last modified time | relevance | path

Searched refs:Test1 (Results 1 – 20 of 20) sorted by relevance

/haiku/src/tests/system/kernel/util/
H A DAVLTreeMapTest.cpp22 &AVLTreeMapTest::Test1)); in Suite()
29 AVLTreeMapTest::Test1() in Test1() function in AVLTreeMapTest
H A DAVLTreeMapTest.h12 void Test1();
/haiku/src/tests/kits/app/bmessage/
H A DMessagePointerItemTest.h53 inline static const void* Test1() { return (const void*)&Test1; } in Test1() function
60 array.push_back(Test1()); in Array()
H A DMessageCStringItemTest.h40 inline static const char* Test1() { return sStr2; } in Test1() function
47 array.push_back(Test1()); in Array()
H A DMessageMessengerItemTest.h59 inline static BMessenger Test1() { return BMessenger("application/x-vnd.Be-NPOS"); } in Test1() function
66 array.push_back(Test1()); in Array()
H A DMessageFloatItemTest.h37 inline static float Test1() { return 1.234; } in Test1() function
H A DMessageDoubleItemTest.h37 inline static double Test1() { return 1.234; } in Test1() function
H A DMessageInt64ItemTest.h37 inline static int64 Test1() { return 1234; } in Test1() function
H A DMessageInt16ItemTest.h37 inline static int16 Test1() { return 1234; } in Test1() function
H A DMessageInt8ItemTest.h37 inline static int8 Test1() { return 16; } in Test1() function
H A DMessageRefItemTest.h122 static entry_ref Test1() in Test1() function
143 array.push_back(Test1()); in Array()
H A DMessageBStringItemTest.h111 inline static BString Test1() { return "Test1"; } in Test1() function
118 array.push_back(Test1()); in Array()
H A DMessageInt32ItemTest.h40 inline static int32 Test1() { return 1234; } in Test1() function
H A DMessageBRectItemTest.h37 inline static BRect Test1() { return BRect(1, 2, 3, 4); } in Test1() function
H A DMessageBPointItemTest.h37 inline static BPoint Test1() { return BPoint(10.0, 10.0); } in Test1() function
H A DMessageFlattenableItemTest.h146 inline static MyFlattenableType Test1() { return "flat1"; } in Test1() function
154 array.push_back(Test1()); in Array()
H A DMessageBoolItemTest.h82 inline static bool Test1() { return true; }
H A DMessageMessageItemTest.h167 static BMessage Test1()
187 array[1] = Test1();
H A DMessageItemTest.h239 Type in = InitPolicy::Test1(); in MessageItemTest2()
270 Type in = InitPolicy::Test1(); in MessageItemTest3()
407 Type in = InitPolicy::Test1(); in MessageItemTest7()
480 Type in = InitPolicy::Test1(); in MessageItemTest9()
498 Type in = InitPolicy::Test1(); in MessageItemTest10()
527 Type in = InitPolicy::Test1(); in MessageItemTest11()
/haiku/src/tests/libs/linprog/
H A DProgram.cpp26 Test1() in Test1() function
115 Test1(); in main()