Searched refs:Test (Results 1 - 25 of 458) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_transport.cpp138 if ( m_cmAudioOpen.Test( &cmMask ) )
272 if ( !( m_cmAudioOpen.Test( &cmMask ) ) )
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp74 CppUnit::Test*
79 suite->addTest( new TC("find_directory() Test",
80 &FindDirectoryTest::Test) );
322 // Test
324 FindDirectoryTest::Test() function in class:FindDirectoryTest
H A DDataIOTest.cpp11 CppUnit::Test*
16 suite->addTest(new TC("BResourceString::BufferedDataIO Test",
H A DDataIOTest.h17 static CppUnit::Test* Suite();
H A DMimeTypeTest.cpp45 // MIME Test Types
47 static const char *testType = "text/x-vnd.obos-Storage-Kit-Test";
53 static const char *testTypeApp = "application/StorageKit-Test";
171 CppUnit::Test*
177 suite->addTest( new TC("BMimeType::Install/Delete Test",
179 suite->addTest( new TC("BMimeType::App Hint Test",
181 suite->addTest( new TC("BMimeType::Attribute Info Test",
183 suite->addTest( new TC("BMimeType::Long Description Test",
185 suite->addTest( new TC("BMimeType::Short Description Test",
187 suite->addTest( new TC("BMimeType::File Extensions Test",
[all...]
/haiku/src/tests/kits/interface/
H A DOutlineListViewTest.cpp80 static Test* Suite();
258 Test*
306 CppUnit::Test* OutlineListViewTestSuite()
/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp32 struct Test { struct
45 const Test tests[] = {
71 // Test default for language/formatting
84 // Test forced 24 hours
97 // Test forced 12 hours
195 // Test an invalid date - must return B_BAD_DATA
380 struct Test { struct
385 static const Test tests[] = {
411 struct Test { struct
416 static const Test test
[all...]
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1545 pass = condition->Test(*this);
1546 debug_printf("Test: %s -> %d\n", condition->ToString().String(),
1655 || job->Condition()->Test(*this)) {
1785 // Test if we can launch all requirements
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp58 class Test : public DoublyLinkedListLinkImpl<Test> { class in inherits:DoublyLinkedListLinkImpl
60 Test(TestSuite& suite, off_t offset, size_t length,
63 Test& AddSource(addr_t base, size_t length);
64 Test& NextResult(off_t offset, bool partialBegin,
66 Test& AddTarget(addr_t base, size_t length,
105 typedef DoublyLinkedList<Test> TestList;
132 while (Test* test = fTests.RemoveHead()) {
137 Test& AddTest(off_t offset, size_t length, bool isWrite, uint32 flags)
139 Test* tes
297 Test::Test(TestSuite& suite, off_t offset, size_t length, bool isWrite, function in class:Test
[all...]
/haiku/src/tests/servers/app/harness/
H A Dharness.cpp18 Test::Test(const char* name) function in class:Test
25 Test::~Test()
40 void SetTest(Test* test);
43 Test* fTest;
69 TestView::SetTest(Test* test)
112 delete (Test*)fTests.ItemAt(i);
135 TestWindow::AddTest(Test* test)
164 Test* tes
[all...]
/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp17 #include <cppunit/Test.h>
/haiku/src/tests/kits/net/service/
H A DCookieTest.cpp413 struct Test { struct
420 Test tests[] = {
508 for (unsigned int i = 0; i < sizeof(tests) / sizeof(Test); i++)
539 struct Test { struct
548 const Test tests[] = {
599 for (unsigned int i = 0; i < sizeof(tests) / sizeof(Test); i++)
626 struct Test { struct
631 const Test tests[] = {
657 for (unsigned int i = 0; i < sizeof(tests) / sizeof(Test); i++)
678 struct Test { struct
717 struct Test { struct
[all...]
/haiku/src/tests/system/kernel/util/
H A DBitmapTest.cpp1 #include <cppunit/Test.h>
15 CppUnit::Test*
H A DBitmapTest.h10 static CppUnit::Test* Suite();
/haiku/src/tests/kits/translation/
H A DTranslatorTest.h2 // Haiku Translation Kit Test
6 // This is the Test application for BTranslator
47 static CppUnit::Test *Suite();
H A DTranslatorRosterTest.cpp2 // Haiku Translation Kit Test
6 // This is the Test application for BTranslatorRoster
46 #include <cppunit/Test.h>
65 CppUnit::Test *
73 "TranslatorRosterTest::Initialize Test",
77 "TranslatorRosterTest::Constructor Test",
81 "TranslatorRosterTest::Default Test",
85 "TranslatorRosterTest::Instantiate Test",
89 "TranslatorRosterTest::Version Test",
93 "TranslatorRosterTest::AddTranslators Test",
[all...]
H A DTranslatorTest.cpp2 // Haiku Translation Kit Test
6 // This is the Test application for BTranslator
40 #include <cppunit/Test.h>
99 CppUnit::Test *
106 suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::AcquireRelease Test", &TranslatorTest::AcquireReleaseTest));
107 suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::MakeConfigurationView Test", &TranslatorTest::MakeConfigurationViewTest));
108 suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::GetConfigurationMessage Test", &TranslatorTest::GetConfigurationMessageTest));
H A DTranslatorRosterTest.h2 // Haiku Translation Kit Test
6 // This is the Test application for BTranslatorRoster
46 static CppUnit::Test* Suite();
H A DTranslationUtilsTest.cpp2 // Haiku Translation Kit Test
6 // This is the Test application for BTranslationUtils
50 #include <cppunit/Test.h>
69 CppUnit::Test *
76 suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::GetBitmap Test", &TranslationUtilsTest::GetBitmapTest));
77 suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::GetPutStyledText Test", &TranslationUtilsTest::GetPutStyledTextTest));
78 suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::GetDefaultSettings Test", &TranslationUtilsTest::GetDefaultSettingsTest));
79 suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::AddTranslationItems Test", &TranslationUtilsTest::AddTranslationItemsTest));
281 // Test translator_id version with a BTranslatorRoster * supplied
298 // Test translator_i
[all...]
H A DTranslationUtilsTest.h2 // Haiku Translation Kit Test
6 // This is the Test application for BTranslationUtils
48 static CppUnit::Test *Suite();
H A DBitmapStreamTest.cpp2 // Haiku Translation Kit Test
6 // This is the Test application for BBitmapStream
43 #include <cppunit/Test.h>
62 CppUnit::Test *
70 suite->addTest(new TC("BitmapStreamTest::Constructor Test",
73 suite->addTest(new TC("BitmapStreamTest::DetachBitmap Test",
76 suite->addTest(new TC("BitmapStreamTest::Seek Test",
79 suite->addTest(new TC("BitmapStreamTest::SetSize Test",
82 suite->addTest(new TC("BitmapStreamTest::ReadWrite Test",
267 // Test readin
[all...]
H A DBitmapStreamTest.h2 // Haiku Translation Kit Test
6 // This is the Test application for BBitmapStream
48 static CppUnit::Test *Suite();
/haiku/src/tests/kits/support/bstring/
H A DStringInsertTest.cpp141 CppUnit::Test *StringInsertTest::suite(void)
146 return(new StringInsertTestCaller("BString::Insert Test",
/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest2.cpp82 CppUnit::Test *ConcurrencyTest2::suite(void)
91 ConcurrencyTest2Caller *threadedTest1 = new ConcurrencyTest2Caller("BLocker::Concurrency Test #2 (benaphore)", theTest);
99 ConcurrencyTest2Caller *threadedTest2 = new ConcurrencyTest2Caller("BLocker::Concurrency Test #2 (semaphore)", theTest);
H A DLockerTest.cpp19 #include "cppunit/Test.h"
33 CppUnit::Test* LockerTestSuite()

Completed in 135 milliseconds

1234567891011>>