Searched defs:test (Results 1 - 25 of 113) sorted by relevance

12345

/haiku-fatelf/src/tests/kits/game/file_game_sound_test/
H A DFileSoundTest.cpp13 FileSoundTest test; local
/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DRepeatedTest.h20 RepeatedTest( Test *test, argument
H A DTestDecorator.h40 inline TestDecorator::TestDecorator (Test *test) argument
H A DTestSuiteBuilder.h63 Test *test = local
73 Test *test = local
86 Test *test = new TestCaller<Fixture,ExceptionType>( local
/haiku-fatelf/src/tests/system/kernel/unit/
H A DTestError.cpp12 TestError::TestError(Test* test, char* message) argument
H A DTestVisitor.cpp16 TestVisitor::VisitTest(Test* test) argument
H A DTestManager.cpp38 virtual bool VisitTest(Test* test) argument
H A DTestSuite.cpp65 TestSuite::AddTest(Test* test) argument
114 Test* test = FindTest(name, separator != NULL ? separator - name : -1); local
142 _Run(TestContext& context, Test* test, const char* name) argument
[all...]
/haiku-fatelf/headers/private/kernel/util/
H A Datomic.h17 atomic_pointer_test_and_set(PointerType** _pointer, const PointerType* set, const PointerType* test) argument
/haiku-fatelf/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp8 FinePix* test = new FinePix(); local
/haiku-fatelf/src/tests/kits/locale/
H A DgenericNumberFormatTest.cpp13 format_integer(const char *test, const BGenericNumberFormat &format, argument
55 format_float(const char *test, const BGenericNumberFormat &format, argument
H A DcollatorSpeed.cpp50 test(BCollator *collator, const char *name, int8 strength) function
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Daccess.c73 const char *test = strrchr(path, '/'); local
/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dlib_tracedmp.c84 chtype test = CharOf(win->_line[n].text[j]); local
/haiku-fatelf/src/system/libroot/posix/
H A Dfnmatch.c65 char c, test; local
[all...]
/haiku-fatelf/src/tests/
H A DExampleTest.cpp24 ExampleTest *test = new ExampleTest("This name is never used, just so you know :-)"); local
/haiku-fatelf/src/tests/kits/app/messaging/
H A DPortLinkTest.cpp50 char test[kBufferSize + 2048]; local
/haiku-fatelf/src/tests/servers/app/benchmark/
H A DTestWindow.cpp10 TestView::TestView(BRect frame, Test* test, drawing_mode mode, argument
43 TestWindow::TestWindow(BRect frame, Test* test, drawing_mode mode, argument
/haiku-fatelf/src/tools/cppunit/
H A DBTestSuite.cpp45 Test *test = it->second; local
69 BTestSuite::addTest(string name, CppUnit::Test *test) { argument
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestResult.cpp39 TestResult::addError( Test *test, argument
50 TestResult::addFailure( Test *test, Exception *e ) argument
[all...]
H A DTestSuite.cpp43 Test *test = *it; local
/haiku-fatelf/src/kits/support/
H A DReferenceable.cpp38 char test; local
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestCaller.h131 TestCaller(std::string name, TestMethod test, Fixture& fixture) argument
148 TestCaller(std::string name, TestMethod test, Fixture* fixture) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp234 BBitmap *test = new BBitmap(BRect(0,0,320,240), B_BITMAP_WILL_OVERLAY | B_BITMAP_RESERVE_OVERLAY_CHANNEL, colspace[i].colspace); local
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dargv.c331 const char *const *test; local

Completed in 253 milliseconds

12345