Searched defs:tests_count (Results 1 - 9 of 9) sorted by relevance

/external/skia/tests/
H A DPathOpsDCubicTest.cpp17 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
20 for (size_t index = 0; index < tests_count; ++index) {
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) {
H A DPathOpsDLineTest.cpp29 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
32 for (size_t index = 0; index < tests_count; ++index) {
H A DPathOpsDQuadTest.cpp37 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
40 for (size_t index = 0; index < tests_count; ++index) {
H A DPathOpsDTriangleTest.cpp29 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
32 for (size_t index = 0; index < tests_count; ++index) {
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) {
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) {
H A DPathOpsCubicIntersectionTestData.cpp108 const size_t tests_count = SK_ARRAY_COUNT(tests); variable
H A DPathOpsLineIntersectionTest.cpp37 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
188 for (index = 0; index < tests_count; ++index) {
206 SkASSERT(index < (int) tests_count);

Completed in 98 milliseconds