Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 25 of 60) sorted by relevance

123

/third_party/flutter/skia/tests/
DPathOpsThreeWayTest.cpp34 int testCount; member
44 int testCount = testSet.testCount; in testSetTest() local
45 SkASSERT(testCount > 1); in testSetTest()
47 for (int outer = 0; outer < testCount - 1; ++outer) { in testSetTest()
49 for (int inner = outer + 1; inner < testCount; ++inner) { in testSetTest()
DPathOpsChalkboardTest.cpp105 int testCount; in chalkboard_threaded() local
111 testCount = 1; in chalkboard_threaded()
114 testCount = 64; in chalkboard_threaded()
117 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100; in chalkboard_threaded()
120 testCount = reporter->allowExtendedTest() ? 10000 : 100; in chalkboard_threaded()
123 for (int test = 0; test < testCount; ++test) { in chalkboard_threaded()
181 static const size_t testCount = SK_ARRAY_COUNT(tests); variable
185 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse); in DEF_TEST()
DPathOpsInverseTest.cpp11 int testCount = 0; in DEF_TEST() local
27 testName.printf("inverseTest%d", ++testCount); in DEF_TEST()
Dskia_test.cpp69 int testCount) { in endTest() argument
71 fTestCount += testCount; in endTest()
88 int32_t testCount() { return fTestCount; } in testCount() function in Status
262 toRun, status.failCount(), skipCount, status.testCount()); in main()
DLazyProxyTest.cpp246 int testCount = 0; variable
271 TestCallback(&testCount), format, desc, GrRenderable::kNo, 1,
277 REPORTER_ASSERT(reporter, 0 == testCount);
284 REPORTER_ASSERT(reporter, -1 == testCount);
286 REPORTER_ASSERT(reporter, 1 == testCount);
289 REPORTER_ASSERT(reporter, -1 == testCount);
292 REPORTER_ASSERT(reporter, -1 == testCount);
DPoint3Test.cpp111 int testCount = 100000; in test_normalize() local
112 for (int index = 0; index < testCount; ++index) { in test_normalize()
/third_party/skia/tests/
DPathOpsThreeWayTest.cpp34 int testCount; member
44 int testCount = testSet.testCount; in testSetTest() local
45 SkASSERT(testCount > 1); in testSetTest()
47 for (int outer = 0; outer < testCount - 1; ++outer) { in testSetTest()
49 for (int inner = outer + 1; inner < testCount; ++inner) { in testSetTest()
DPathOpsChalkboardTest.cpp104 int testCount; in chalkboard_threaded() local
110 testCount = 1; in chalkboard_threaded()
113 testCount = 64; in chalkboard_threaded()
116 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100; in chalkboard_threaded()
119 testCount = reporter->allowExtendedTest() ? 10000 : 100; in chalkboard_threaded()
122 for (int test = 0; test < testCount; ++test) { in chalkboard_threaded()
181 static const size_t testCount = SK_ARRAY_COUNT(tests); variable
185 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse); in DEF_TEST()
DPathOpsInverseTest.cpp16 int testCount = 0; in DEF_TEST() local
29 testName.printf("inverseTest%d", ++testCount); in DEF_TEST()
Dskia_test.cpp69 int testCount) { in endTest() argument
71 fTestCount += testCount; in endTest()
88 int32_t testCount() { return fTestCount; } in testCount() function in Status
265 toRun, status.failCount(), skipCount, status.testCount()); in main()
DLazyProxyTest.cpp259 int testCount = 0; variable
295 TestCallback(&testCount, releaseCallback, tex), format, {kSize, kSize},
301 REPORTER_ASSERT(reporter, 0 == testCount);
308 REPORTER_ASSERT(reporter, -1 == testCount);
310 REPORTER_ASSERT(reporter, 1 == testCount);
313 REPORTER_ASSERT(reporter, -1 == testCount);
316 REPORTER_ASSERT(reporter, -1 == testCount);
DPoint3Test.cpp111 int testCount = 100000; in test_normalize() local
112 for (int index = 0; index < testCount; ++index) { in test_normalize()
/third_party/flutter/skia/gm/
Drects.cpp250 static void position(SkCanvas* canvas, int testCount) { in position() argument
251 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4, in position()
252 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4); in position()
258 int testCount = 0; in onDraw() local
261 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
263 this->position(canvas, testCount); in onDraw()
283 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
285 this->position(canvas, testCount); in onDraw()
Dovals.cpp163 int testCount = 0; in onDraw() local
169 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
171 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
183 ++testCount; in onDraw()
Droundrects.cpp166 int testCount = 0; in onDraw() local
172 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
174 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
186 ++testCount; in onDraw()
/third_party/flutter/skia/third_party/externals/angle2/samples/stencil_operations/
DStencilOperations.cpp95 static const size_t testCount = 4; in draw() local
96 GLfloat colors[testCount][4] = { in draw()
103 GLuint stencilValues[testCount] = { in draw()
193 for (size_t i = 0; i < testCount; ++i) in draw()
/third_party/skia/third_party/externals/angle2/samples/stencil_operations/
DStencilOperations.cpp95 static const size_t testCount = 4; in draw() local
96 GLfloat colors[testCount][4] = { in draw()
103 GLuint stencilValues[testCount] = { in draw()
193 for (size_t i = 0; i < testCount; ++i) in draw()
/third_party/protobuf/conformance/
DConformanceJavaLite.java35 private int testCount = 0; field in ConformanceJavaLite
144 this.testCount++; in run()
148 this.testCount + " tests"); in run()
Dconformance_nodejs.js40 var testCount = 0; variable
175 testCount += 1
183 "after " + testCount + " tests, exiting")
DConformanceJava.java49 private int testCount = 0; field in ConformanceJava
385 this.testCount++; in run()
389 this.testCount + " tests"); in run()
/third_party/jsoncpp/src/test_lib_json/
Djsontest.cpp228 size_t Runner::testCount() const { return tests_.size(); } in testCount() function in JsonTest::Runner
259 size_t const count = testCount(); in runAllTest()
290 const size_t count = testCount(); in testIndex()
301 const size_t count = testCount(); in listTests()
338 if (subrunner.testCount() > 0) { in runCommandLine()
339 succeeded = subrunner.runAllTest(subrunner.testCount() > 1); in runCommandLine()
/third_party/skia/gm/
Dovals.cpp163 int testCount = 0; in onDraw() local
169 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
171 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
183 ++testCount; in onDraw()
Droundrects.cpp166 int testCount = 0; in onDraw() local
172 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
174 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
186 ++testCount; in onDraw()
/third_party/icu/icu4c/source/test/intltest/
Ditercoll.h103 void verifyExpansion(UnicodeString rules, ExpansionRecord tests[], int32_t testCount);
Dregcoll.h252 int32_t testCount);

123