Searched refs:test (Results 76 - 100 of 120) sorted by relevance

12345

/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
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac.c11 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
13 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
35 /* setup RGB test signal levels to approx 30% of DAC range and enable them */
37 /* route test signals to output */
54 /* kill test signal routing */
239 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
244 return k8m800_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
246 return cle266_km400_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
253 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
400 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
238 eng_dac_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
252 cle266_km400_dac_pix_pll_find( display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
399 k8m800_dac_pix_pll_find( display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
548 eng_dac_sys_pll_find( float req_sclk, float* calc_sclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) argument
[all...]
/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/add-ons/accelerants/nvidia/engine/
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
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
/haiku/headers/private/kernel/
H A Dcpu.h119 void cpu_wait(int32* variable, int32 test);
/haiku/src/apps/installer/
H A DUnzipEngine.cpp276 BEntry test(destination.Path());
277 if (test.Exists() && test.IsDirectory()) {
/haiku/src/tests/kits/storage/
H A DFileTest.cpp94 test(initTestCases[i]);
100 virtual void test(const InitTestCase& tc) const = 0;
112 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
203 test(initTestCases[i]);
209 virtual void test(const InitTestCase& tc) const = 0;
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...]
H A DBasicTest.h22 // This function called before *each* test added in Suite()
25 // This function called after *each* test added in Suite()
119 bool test(string name, bool dump = BTestShell::GlobalBeVerbose()) function in class:TestSet
127 printf("TestSet::test(`%s')\n", name.c_str());
H A DMimeSnifferTest.cpp716 // The uber test
813 // test a couple of valid and invalid rules
1358 test_case &test = tests[i];
1360 // cout << test.data << endl;
1366 // cout << test.result[j] << endl;
1370 // dumpStr(test.data, "str ");
1378 data.Write(test.data.data(), test.data.length());//strlen(test.data));
1382 // << ((match == test
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac.c11 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
33 /* setup RGB test signal levels to approx 30% of DAC range and enable them */
35 /* route test signals to output */
52 /* kill test signal routing */
211 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
214 default: return nv4_nv10_nv20_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
221 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
388 float req_sclk, float* calc_sclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test)
210 eng_dac_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
220 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
387 eng_dac_sys_pll_find( float req_sclk, float* calc_sclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) argument
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp36 static const char* const kTestBasePath = "/tmp/path-monitor-test";
522 // delete and re-create the test directory
566 = "unexpected notification(s) at end of test:";
825 // test coverage:
838 // - test symlink in watched path
1321 // filter the tests, if test names have been specified
1325 Test* test = tests[i]; local
1326 std::set<BString>::iterator it = testNames.find(test->Name());
1332 test->Delete();
1338 printf("no such test(
1353 Test* test = tests[i]; local
1358 Test* test = tests[i]; local
[all...]
/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/add-ons/accelerants/matrox/engine/
H A Dmga_dac.c15 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
17 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
328 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
332 case G450: return g450_g550_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
335 default: return g100_g400max_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
464 uint8* p_result, uint8 test)
495 if ((target.flags & DUALHEAD_BITS) && test)
624 uint8* p_result, uint8 test)
691 * Keep in mind that we need to be able to test n-3 ... n+3! */
737 if (test)
327 gx00_dac_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
462 g100_g400max_dac_pix_pll_find( display_mode target, float* calc_pclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) argument
622 g450_g550_dac_pix_pll_find(display_mode target, float* calc_pclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) argument
[all...]
/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/libroot/os/arch/sparc/
H A Dsoftfloat.c101 #define _QP_CMP(name, cmpe, test) \
118 return (test(FSR_GET_FCC0(fe.fe_fsr))); \
/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/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/preferences/shortcuts/
H A DShortcutsSpec.cpp233 MinMatchFieldTester test(NUM_META_COLUMNS, false);
237 test.AddSlave(sMetaMaps[i].GetNthStateTester(fMetaCellStateIndex[i]));
241 ret = test.Archive(&testerMsg);
267 else // test the old one.
/haiku/src/tools/cppunit/
H A DTestShell.cpp86 BTestShell::AddTest(const string &name, CppUnit::Test *test) { argument
87 if (test != NULL)
88 fTests[name] = test;
174 // See if it's a suite (since it may just be a single test)
177 // name is also the name of an available individual test
191 // test of the same name).
196 // Everything still in fTestsToRun must then be an explicit test
198 // Make sure it's a valid test
287 cout << indent << "-v2 Sets verbosity level to 2 (*default* -- per-test results plus" << endl;
290 cout << indent << " per-test result
[all...]
/haiku/src/tests/system/kernel/unit/
H A DTestContext.h93 TestContext(TestContext& parent, Test* test);
/haiku/headers/tools/cppunit/
H A DTestShell.h48 built on top of the CppUnit testing library. You add named test suites
50 user can get a list of each test installed via AddSuite(), and optionally
60 // ownership of the BTestSuite object. Each test in the kit is added to
64 // This function is used to add test suites to the list of available
65 // tests. The test pointer may not be NULL. The name given is the name that
67 // Usually the given suite would be a test suite for an entire class, but
69 void AddTest(const std::string &name, CppUnit::Test* test);
71 // This function loads all the test addons it finds in the given
75 // This is the function you call after you've added all your test
76 // suites with calls to AddSuite(). It runs the test, o
[all...]
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpl.s18 test %ax, %ax
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s18 test %ax, %ax
/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);

Completed in 173 milliseconds

12345