HomeSort by relevance Sort by last modified time
    Searched refs:testOne (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/test/mjsunit/
keyed-call-generic.js 30 function testOne(receiver, key, result) {
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(false, 'type', 'object')
    [all...]
  /external/lldb/test/unittest2/test/
test_new_tests.py 26 def testOne(self):
28 suite = unittest2.TestSuite((Test('testOne'),))
36 def testOne(self):
39 suite = unittest.TestSuite((Test('testOne'),))
test_setups.py 207 def testOne(self):
208 results.append('Test1.testOne')
219 def testOne(self):
220 results.append('Test2.testOne')
231 def testOne(self):
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', 'Test1.testTwo', 'teardown 1'
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsLineIntersectionTest.cpp 101 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2) {
204 testOne(reporter, line1, line2);
220 testOne(reporter, tests[index][0], tests[index][1]);
221 testOne(reporter, tests[1][0], tests[1][1]);
PathOpsCubicLineIntersectionTest.cpp 119 static void testOne(skiatest::Reporter* reporter, int iIndex) {
179 testOne(reporter, iIndex);
186 testOne(reporter, iIndex);
PathOpsSkpClipTest.cpp 203 testOne();
206 void testOne();
434 void TestResult::testOne() {
664 data->fResult.testOne();
751 data->fResult.testOne();
987 state.testOne();
1007 state.testOne();
    [all...]
SkpSkGrTest.cpp 86 test.testOne();
95 testOne();
98 void testOne();
376 void TestResult::testOne() {
668 data->fResult.testOne();
734 encoder.testOne();

Completed in 190 milliseconds