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

/haiku/src/tests/system/kernel/util/
H A DAVLTreeMapTest.cpp22 &AVLTreeMapTest::Test1));
27 //! Test1
29 AVLTreeMapTest::Test1() function in class: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; } function in struct:TPointerInitPolicy
60 array.push_back(Test1());
H A DMessageDoubleItemTest.h37 inline static double Test1() { return 1.234; } function in struct:TDoubleInitPolicy
H A DMessageFloatItemTest.h37 inline static float Test1() { return 1.234; } function in struct:TFloatInitPolicy
H A DMessageInt16ItemTest.h37 inline static int16 Test1() { return 1234; } function in struct:TInt16InitPolicy
H A DMessageInt64ItemTest.h37 inline static int64 Test1() { return 1234; } function in struct:TInt64InitPolicy
H A DMessageInt8ItemTest.h37 inline static int8 Test1() { return 16; } function in struct:TInt8InitPolicy
H A DMessageCStringItemTest.h40 inline static const char* Test1() { return sStr2; } function in struct:TCStringInitPolicy
47 array.push_back(Test1());
H A DMessageInt32ItemTest.h40 inline static int32 Test1() { return 1234; } function in struct:TInt32InitPolicy
H A DMessageMessengerItemTest.h59 inline static BMessenger Test1() { return BMessenger("application/x-vnd.Be-NPOS"); } function in struct:TMessengerInitPolicy
66 array.push_back(Test1());
H A DMessageBPointItemTest.h37 inline static BPoint Test1() { return BPoint(10.0, 10.0); } function in struct:TPointInitPolicy
H A DMessageBRectItemTest.h37 inline static BRect Test1() { return BRect(1, 2, 3, 4); } function in struct:TBRectInitPolicy
H A DMessageBoolItemTest.h82 inline static bool Test1() { return true; } function in struct:TBoolInitPolicy
H A DMessageBStringItemTest.h111 inline static BString Test1() { return "Test1"; } function in struct:TBStringInitPolicy
118 array.push_back(Test1());
H A DMessageFlattenableItemTest.h146 inline static MyFlattenableType Test1() { return "flat1"; } function in struct:TFlattenableInitPolicy
154 array.push_back(Test1());
H A DMessageRefItemTest.h122 static entry_ref Test1() function in struct:TRefInitPolicy
143 array.push_back(Test1());
H A DMessageMessageItemTest.h167 static BMessage Test1() function in struct:TMessageInitPolicy
187 array[1] = Test1();
H A DMessageItemTest.h43 // Type Test1()
160 // Type Test1()
239 Type in = InitPolicy::Test1();
270 Type in = InitPolicy::Test1();
407 Type in = InitPolicy::Test1();
480 Type in = InitPolicy::Test1();
498 Type in = InitPolicy::Test1();
527 Type in = InitPolicy::Test1();
/haiku/src/tests/libs/linprog/
H A DProgram.cpp26 Test1() function
115 Test1();

Completed in 87 milliseconds