Searched refs:tests_count (Results 1 – 18 of 18) sorted by relevance
20 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable23 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable24 for (size_t index = 0; index < tests_count - 1; ++index) { in DEF_TEST()
38 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable41 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable24 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
44 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable209 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); in DEF_TEST()
22 extern const size_t tests_count;
110 const size_t tests_count = SK_ARRAY_COUNT(tests); variable
20 for (size_t index = firstCubicIntersectionTest; index < tests_count; ++index) { in standardTestCases()
133 cubicPairSetTest(tests, tests_count); in DEF_TEST()