Home
last modified time | relevance | path

Searched refs:tests_count (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/tests/
H A DPathOpsDLineTest.cpp20 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
23 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
H A DPathOpsDVectorTest.cpp21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count - 1; ++index) { in DEF_TEST()
H A DPathOpsLineParametetersTest.cpp38 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
41 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
H A DPathOpsDPointTest.cpp21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
H A DPathOpsLineIntersectionTest.cpp44 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
209 for (index = 0; index < tests_count; ++index) { in DEF_TEST()
227 SkASSERT(index < (int) tests_count); in DEF_TEST()
233 SkASSERT(index < (int) tests_count);
H A DPathOpsCubicIntersectionTestData.h24 extern const size_t tests_count;
H A DPathOpsCubicIntersectionTestData.cpp112 const size_t tests_count = SK_ARRAY_COUNT(tests); member
H A DPathOpsCubicIntersectionTest.cpp22 for (size_t index = kFirstCubicIntersectionTest; index < tests_count; ++index) { in standardTestCases()
H A DStrokerTest.cpp135 cubicPairSetTest(tests, tests_count); in DEF_TEST()
/third_party/node/deps/v8/tools/testrunner/
H A Dnum_fuzzer.py107 options.tests_count = 0
204 options.tests_count)
217 return options.tests_count

Completed in 5 milliseconds