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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities_Test.cpp 16 const size_t tests_count = sizeof(tests) / sizeof(tests[0]); variable
20 for (size_t index = firstLineParameterTest; index < tests_count; ++index) {
CubicIntersection_TestData.h 25 extern const size_t tests_count;
CubicBezierClip_Test.cpp 12 for (size_t index = 0; index < tests_count; ++index) {
LineIntersection_Test.cpp 22 const size_t tests_count = sizeof(tests) / sizeof(tests[0]); variable
39 for (index = firstLineIntersectionTest; index < tests_count; ++index) {
LineParameteters_Test.cpp 38 const size_t tests_count = sizeof(tests) / sizeof(tests[0]); variable
43 for (size_t index = firstLineParameterTest; index < tests_count; ++index) {
CubicIntersection_TestData.cpp 86 const size_t tests_count = sizeof(tests) / sizeof(tests[0]); variable
CubicToQuadratics_Test.cpp 127 testC(tests, "computed tests", firstComputedCubicsTest, tests_count);
CubicIntersection_Test.cpp 19 for (size_t index = firstCubicIntersectionTest; index < tests_count; ++index) {
  /external/chromium_org/third_party/skia/tests/
PathOpsDCubicTest.cpp 17 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
20 for (size_t index = 0; index < tests_count; ++index) {
PathOpsCubicIntersectionTestData.h 22 extern const size_t tests_count;
PathOpsDQuadTest.cpp 37 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
40 for (size_t index = 0; index < tests_count; ++index) {
PathOpsDLineTest.cpp 29 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
32 for (size_t index = 0; index < tests_count; ++index) {
PathOpsDPointTest.cpp 21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count; ++index) {
PathOpsDTriangleTest.cpp 29 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
32 for (size_t index = 0; index < tests_count; ++index) {
PathOpsDVectorTest.cpp 21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count - 1; ++index) {
PathOpsLineParametetersTest.cpp 38 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
41 for (size_t index = 0; index < tests_count; ++index) {
PathOpsLineIntersectionTest.cpp 41 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
201 for (index = 0; index < tests_count; ++index) {
219 SkASSERT(index < (int) tests_count);
PathOpsCubicIntersectionTestData.cpp 110 const size_t tests_count = SK_ARRAY_COUNT(tests); variable
PathOpsCubicToQuadsTest.cpp 152 testC(reporter, tests, "computed tests", firstComputedCubicsTest, tests_count);
PathOpsCubicIntersectionTest.cpp 17 for (size_t index = firstCubicIntersectionTest; index < tests_count; ++index) {
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_apitest.cc 89 void SetTestFlags(TestFlags* test_flags, int tests_count) {
91 tests_count_ = tests_count;

Completed in 237 milliseconds