Searched refs:test (Results 1 - 25 of 120) sorted by last modified time

12345

/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp67 doo Tracker get Suites of Poses of Window test
68 doo Tracker get Path of Poses of Window test
69 doo Tracker count Entry of Poses of Window test
70 doo Tracker get Entry of Poses of Window test
71 doo Tracker get Entry 2 of Poses of Window test
72 doo Tracker count Selection of Poses of Window test
73 doo Tracker get Selection of Poses of Window test
74 doo Tracker delete Entry 'test/6L6' of Poses of Window test
75 doo Tracker execute Entry 'test/
[all...]
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp132 while (Test* test = fTests.RemoveHead()) {
133 delete test;
139 Test* test = new(std::nothrow) Test(*this, offset, length, isWrite, local
141 fTests.Add(test);
143 return *test;
150 while (Test* test = iterator.Next()) {
151 dprintf("test %lu...\n", count++);
152 test->Run(fDMAResource);
668 dprintf("test failed\n");
1121 sArea = create_area("dma test",
[all...]
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp46 // testType and testTypeApp are Delete()d after each test.
55 "x-vnd.obos.mime.test.test1";
57 "x-vnd.obos.mime.test.test2";
59 "x-vnd.obos.mime.test.test3";
85 static const char *testDescr = "Just a test, nothing more :-)";
86 static const char *testDescr2 = "Another amazing test string";
94 static const char *testSig = "application/x-vnd.obos.mime-type-test";
95 static const char *testSig2 = "application/x-vnd.obos.mime-type-test-2";
96 static const char *longSig = "application/x-vnd.obos.mime-type-test-long."
573 // Uninistall our test typ
3049 mime_type_test &test = tests[i]; local
[all...]
H A DDirectoryTest.cpp1170 // create a test directory
1200 CPPUNIT_ASSERT( testSet.test(ents->d_name) == true );
1246 testSet.test(".");
1247 testSet.test("..");
1253 CPPUNIT_ASSERT( testSet.test(path.Leaf()) == true );
1262 testSet.test(".");
1263 testSet.test("..");
1266 CPPUNIT_ASSERT( testSet.test(ref.name) == true );
1276 CPPUNIT_ASSERT( testSet.test(ents->d_name) == true );
1294 CPPUNIT_ASSERT( testSet.test(ent
[all...]
/haiku/headers/private/userlandfs/private/
H A DFSCapabilities.h212 return capabilities.test(capability);
223 hash ^= capabilities.test(i) << (i % 32);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c152 * ntfs_rl_are_mergeable - test if two runlists can be joined together
154 * @src: new runlist to test for mergeability with @dst
1783 * test_rl_dump_runlist - Runlist test: Display the contents of a runlist
1835 * test_rl_runlists_merge - Runlist test: Merge two runlists
1861 * test_rl_read_buffer - Runlist test: Read a file containing a runlist
1890 * test_rl_pure_src - Runlist test: Complicate the simple tests a little
1928 * test_rl_pure_test - Runlist test: Perform tests using simple runlists
1929 * @test:
1941 static void test_rl_pure_test(int test, BOOL contig, BOOL multi, int vcn, int len, runlist_element *file, int size) argument
1950 printf("Test %2d ---------- FAILED! (no free memory?)\n", test);
2132 test_rl_frag(char *test) argument
[all...]
/haiku/src/system/kernel/
H A Dcpu.cpp354 cpu_wait(int32* variable, int32 test) argument
357 sCPUIdleModule->cpuidle_wait(variable, test);
/haiku/src/tests/servers/app/harness/
H A Dharness.cpp40 void SetTest(Test* test);
69 TestView::SetTest(Test* test) argument
71 fTest = test;
95 fTestSelectionField = new BMenuField("test selection",
96 "Select test:", new BPopUpMenu("select"));
135 TestWindow::AddTest(Test* test) argument
137 if (test == NULL || fTests.HasItem(test))
140 if (!fTests.AddItem(test)) {
141 delete test;
164 Test* test = (Test*)fTests.ItemAt(index); local
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp671 bool test = false;
680 {"test", no_argument, 0, 't'},
695 test = true;
736 if (test)
737 printf("test mode enabled (no writes will occur)\n");
740 s = Initialize(fat, device, label, noprompt, test);
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c693 unsigned char test[EC_PAGE_SIZE]; local
749 /* test memory */
750 for (i = 0; i < sizeof(test); i++) {
751 test[i] = i;
754 etherpci_mout(data, data->ETHER_BUF_START, (unsigned char *)&test[0], sizeof(test));
755 memset(&test, 0, sizeof(test));
756 etherpci_min(data, (unsigned char *)&test[0], data->ETHER_BUF_START, sizeof(test));
[all...]
/haiku/src/kits/shared/
H A DExpressionParser.cpp204 BString test = temp; local
205 test << "&_";
208 int32 matches = sscanf(test.String(), "%lf&%s", &value, t);
/haiku/headers/private/kernel/util/
H A Datomic.h20 const PointerType* test)
24 (int32)test);
27 (int64)test);
19 atomic_pointer_test_and_set(PointerType** _pointer, const PointerType* set, const PointerType* test) argument
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_proto.h72 uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp257 // this test or the next
657 // Run get Input/output format test on each translator
671 // test input/output formats
900 // TODO: Add a test where I actually use pinfo and a BMessage
915 //MakeConfigurationView call the test has succeded
953 // TODO: Add a test that uses a valid BMessage with actual settings in it
1019 TranslatorRosterTest test; local
1020 test.InitializeTest();
1021 test.ConstructorTest();
1022 test
[all...]
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp12 typedef void (*test)(BView*, clipper); typedef
190 static const test tests[] = {
200 View(const char* name, test, clipper);
205 test fTest;
209 View::View(const char* name, test fTest, clipper fClipper)
240 BWindow* window = new BWindow(BRect(100,100, 800,400), "clip test",
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwirf.c769 uint32_t test_lim, test; local
903 test = 0;
942 test += PHY_READ(mac, 0x2d);
953 ++test;
954 test >>= 8;
956 if (test > test_lim)
/haiku/headers/private/kernel/
H A Dcpu.h119 void cpu_wait(int32* variable, int32 test);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac.c12 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
46 /* setup RGB test signal levels to approx 30% of DAC range and enable them */
48 /* route test signals to output */
65 /* kill test signal routing */
318 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
321 default: return nv4_nv10_nv20_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
330 uint8* p_result, uint8 test)
490 uint8* p_result, uint8 test)
317 nv_dac_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
328 nv4_nv10_nv20_dac_pix_pll_find( display_mode target, float* calc_pclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) argument
488 nv_dac_sys_pll_find( float req_sclk, float* calc_sclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) argument
H A Dnv_dac2.c12 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
49 /* setup RGB test signal levels to approx 30% of DAC range and enable them
52 /* route test signals to output
70 /* kill test signal routing
275 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
278 default: return nv10_nv20_dac2_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
287 uint8* p_result, uint8 test)
274 nv_dac2_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
285 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/src/tests/
H A DExampleTest.cpp25 // Add a multithreaded test
26 ExampleTest* test local
29 "ExampleTests::MultiThreaded Test #1", test);
/haiku/src/apps/mail/
H A DWords.cpp466 word_match(const char* reference, const char* test) argument
471 s1 = test;
778 // If suffix, transform and test
/haiku/src/add-ons/kernel/power/cpuidle/intel_cstates/
H A Dintel_cstates.cpp110 cstates_wait(int32* variable, int32 test) argument
117 if (*variable != test)
/haiku/src/apps/bootmanager/
H A Dbootman.S631 test dl, 0 ; if drive is 0, use boot drive
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp532 BEntry test(&trashDir, (*namesInTrash)[i].String());
533 if (!test.Exists())
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp245 BUrl test = "lol"; local
246 CPPUNIT_ASSERT(test.HasPath());
247 CPPUNIT_ASSERT_EQUAL(BString("lol"), test.Path());
248 CPPUNIT_ASSERT_EQUAL(BString("lol"), test.UrlString());
436 {"file:/swap/test/animal.rdf", "#Animal",
437 "file:/swap/test/animal.rdf#Animal"},
451 {"file:/devel/WWW/2000/10/swap/test/reluri-1.n3",
454 {"file:/home/connolly/w3ccvs/WWW/2000/10/swap/test/reluri-1.n3",
548 // http://www.w3.org/2004/04/uri-rel-test.html

Completed in 158 milliseconds

12345