Searched refs:testOne (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsLineIntersectionTest.cpp | 107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in testOne() function 212 testOne(reporter, line1, line2, true); in DEF_TEST() 228 testOne(reporter, tests[index][0], tests[index][1], true); in DEF_TEST() 234 testOne(reporter, tests[index][0], tests[index][1], false);
|
H A D | PathOpsCubicLineIntersectionTest.cpp | 131 static void testOne(skiatest::Reporter* reporter, int iIndex) { in testOne() function 191 testOne(reporter, iIndex); in DEF_TEST() 198 testOne(reporter, iIndex); in DEF_TEST()
|
H A D | PathOpsBuilderConicTest.cpp | 55 static void testOne(skiatest::Reporter* reporter, const OvalSet& set) { in testOne() function 88 testOne(reporter, set); in setupOne()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | RefCountedTests.cpp | 259 RCTest* testOne = new RCTest(1ull); in TEST() local 260 EXPECT_EQ(testOne->GetRefCountPayload(), 1u); in TEST() 261 testOne->Release(); in TEST()
|
/third_party/python/Lib/unittest/test/ |
H A D | test_setups.py | 209 def testOne(self): member in TestSetups.test_setup_teardown_order_with_pathological_suite.Test1 210 results.append('Test1.testOne') 221 def testOne(self): member in TestSetups.test_setup_teardown_order_with_pathological_suite.Test2 222 results.append('Test2.testOne') 233 def testOne(self): member in TestSetups.test_setup_teardown_order_with_pathological_suite.Test3 234 results.append('Test3.testOne') 243 first = unittest.TestSuite((Test1('testOne'),)) 245 third = unittest.TestSuite((Test2('testOne'),)) 247 fifth = unittest.TestSuite((Test3('testOne'),)) 258 'Test1.testOne', 'Test [all...] |
Completed in 4 milliseconds