Searched refs:testOne (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/mjsunit/
H A Dkeyed-call-generic.js30 function testOne(receiver, key, result) { function
57 testOne(0, toStringNonSymbol, '0');
59 testOne(1, 'toString', '1');
60 testOne('1', 'toString', '1');
61 testOne(1.0, 'toString', '1');
63 testOne(1, 'type', 'object');
64 testOne(2.3, 'type', 'object');
65 testOne('x', 'type', 'object');
66 testOne(true, 'type', 'object');
67 testOne(fals
[all...]
/external/lldb/test/unittest2/test/
H A Dtest_new_tests.py26 def testOne(self): member in class:TestUnittest.test_new_runner_old_case.Test
28 suite = unittest2.TestSuite((Test('testOne'),))
36 def testOne(self): member in class:TestUnittest.test_old_runner_new_case.Test
39 suite = unittest.TestSuite((Test('testOne'),))
H A Dtest_setups.py207 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test1
208 results.append('Test1.testOne')
219 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test2
220 results.append('Test2.testOne')
231 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test3
232 results.append('Test3.testOne')
241 first = unittest2.TestSuite((Test1('testOne'),))
243 third = unittest2.TestSuite((Test2('testOne'),))
245 fifth = unittest2.TestSuite((Test3('testOne'),))
256 'Test1.testOne', 'Test
[all...]
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, function
212 testOne(reporter, line1, line2, true);
228 testOne(reporter, tests[index][0], tests[index][1], true);
234 testOne(reporter, tests[index][0], tests[index][1], false);
H A DPathOpsCubicLineIntersectionTest.cpp125 static void testOne(skiatest::Reporter* reporter, int iIndex) { function
185 testOne(reporter, iIndex);
192 testOne(reporter, iIndex);
H A DPathOpsSkpClipTest.cpp211 testOne();
214 void testOne();
442 void TestResult::testOne() { function in class:TestResult
672 data->fResult.testOne();
759 data->fResult.testOne();
995 state.testOne();
1015 state.testOne();
H A DSkpSkGrTest.cpp86 test.testOne();
95 testOne();
98 void testOne();
376 void TestResult::testOne() { function in class:TestResult
668 data->fResult.testOne();
734 encoder.testOne();

Completed in 176 milliseconds