Searched defs:test (Results 26 - 50 of 113) sorted by relevance

12345

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_allocator_invalidate_largest.cpp71 test(int32_t num, int32_t nextLargestStart, int32_t nextLargestLength, function
/haiku-fatelf/src/tests/kits/interface/
H A DGraphicsDefsTest.cpp89 ConstantsTest::test(void) function in class:ConstantsTest
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DPictureTestWindow.cpp192 PictureTest *test; local
[all...]
/haiku-fatelf/src/tests/kits/net/url/
H A Durl_test.cpp111 BUrl test = "lol"; local
/haiku-fatelf/src/tests/kits/storage/
H A DBasicTest.h114 bool test(string name, bool dump = BTestShell::GlobalBeVerbose()) function in class:TestSet
H A DFileTest.cpp112 virtual void test(const InitTestCase& tc) const function in struct:Tester1
125 virtual void test(const InitTestCase& tc) const function in struct:Tester2
145 virtual void test(const InitTestCase& tc) const function in struct:Tester3
165 virtual void test(const InitTestCase& tc) const function in struct:Tester4
223 virtual void test(const InitTestCase& tc) const function in struct:Tester1
238 virtual void test(cons function in struct:Tester2
260 virtual void test(const InitTestCase& tc) const function in struct:Tester3
282 virtual void test(const InitTestCase& tc) const function in struct:Tester4
[all...]
/haiku-fatelf/src/tests/misc/exception-test/
H A Dexception-test.cpp143 test(string (*catcher)(void (*)()), void (*thrower)(), const char *expected) function
[all...]
/haiku-fatelf/src/tests/system/libroot/os/
H A DParseDateTest.cpp48 struct test { struct
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/semaphores/
H A Dsem_philosopher.c46 int test(int ID) function
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestRunner.cpp122 Test *test = *it; local
131 runTest( Test *test, bool doPrintProgress ) argument
[all...]
H A DTextTestResult.cpp23 TextTestResult::addFailure( Test *test, Exception *e ) argument
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_dac2.c219 nv_dac2_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
229 nv10_nv20_dac2_pix_pll_find( display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
/haiku-fatelf/src/add-ons/accelerants/skeleton/engine/
H A Ddac2.c218 eng_dac2_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
228 nv10_nv20_dac2_pix_pll_find( display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
/haiku-fatelf/src/add-ons/accelerants/via/engine/
H A Ddac2.c218 eng_dac2_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
228 nv10_nv20_dac2_pix_pll_find( display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
/haiku-fatelf/src/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.cpp142 test(AbstractDeltaRowCompressor* compressor, uchar* row) { function
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_newwin.c199 NCURSES_SIZE_T test = value; local
/haiku-fatelf/src/libs/ncurses/tack/
H A Dmenu.c52 menu_test_loop( struct test_list *test, int *state, int *ch) argument
262 generic_done_message( struct test_list *test, int *state, int *ch) argument
321 subtest_menu( struct test_list *test, int *state, int *ch) argument
[all...]
/haiku-fatelf/src/tests/kits/support/
H A DByteOrderTest.cpp51 Swap16Test::test(void) function in class:Swap16Test
94 Swap32Test::test(void) function in class:Swap32Test
137 Swap64Test::test(voi function in class:Swap64Test
180 SwapFloatTest::test(void) function in class:SwapFloatTest
218 SwapDoubleTest::test(void) function in class:SwapDoubleTest
256 SwapDataTest::test(void) function in class:SwapDataTest
352 IsTypeSwappedTest::test(void) function in class:IsTypeSwappedTest
[all...]
/haiku-fatelf/src/tests/servers/app/benchmark/
H A DBenchmark.cpp40 Benchmark(Test* test, drawing_mode mode, bool clipping) argument
145 Test* test = NULL; local
[all...]
/haiku-fatelf/src/tests/system/kernel/unit/
H A DTestContext.cpp210 TestContext::TestContext(TestContext& parent, Test* test) argument
/haiku-fatelf/src/tests/system/libroot/posix/
H A DTestUnitUtils.h26 _assert_equals(const char* test, const Type& expected, const Type& actual, argument
39 _assert_equals_not(const char* test, const Type& unexpected, const Type& actual, argument
51 _assert_time_equals(const char* test, bigtime_t expected, argument
66 _assert_posix_bool_success(const char* test, bool success, int lineNumber) argument
78 _assert_posix_bool_error(const char* test, int expectedError, bool success, argument
104 test_ok(const char* test) argument
112 _wait_for_child(const char* test, pid_t child, int lineNumber) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c187 void * test( void * arg ) function
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D5-2.c183 void * test( void * arg ) function
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D14-1.c186 void * test(void * arg) function
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A D4-3.c191 void * test(void * arg) function

Completed in 328 milliseconds

12345