Home
last modified time | relevance | path

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

1234

/external/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()
Dskia_test.cpp51 int testCount) { in endTest() argument
53 fTestCount += testCount; in endTest()
70 int32_t testCount() { return fTestCount; } in testCount() function in Status
244 toRun, status.failCount(), skipCount, status.testCount()); in main()
DPathOpsInverseTest.cpp11 int testCount = 0; in DEF_TEST() local
27 testName.printf("inverseTest%d", ++testCount); in DEF_TEST()
DLazyProxyTest.cpp255 int testCount = 0; variable
280 TestCallback(&testCount), format, desc, kTopLeft_GrSurfaceOrigin,
285 REPORTER_ASSERT(reporter, 0 == testCount);
292 REPORTER_ASSERT(reporter, -1 == testCount);
294 REPORTER_ASSERT(reporter, 1 == testCount);
297 REPORTER_ASSERT(reporter, -1 == testCount);
300 REPORTER_ASSERT(reporter, -1 == testCount);
/external/skqp/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()
Dskia_test.cpp51 int testCount) { in endTest() argument
53 fTestCount += testCount; in endTest()
70 int32_t testCount() { return fTestCount; } in testCount() function in Status
244 toRun, status.failCount(), skipCount, status.testCount()); in main()
DPathOpsInverseTest.cpp11 int testCount = 0; in DEF_TEST() local
27 testName.printf("inverseTest%d", ++testCount); in DEF_TEST()
DLazyProxyTest.cpp251 int testCount = 0; variable
252 int* testCountPtr = &testCount;
266 REPORTER_ASSERT(reporter, 0 == testCount);
273 REPORTER_ASSERT(reporter, -1 == testCount);
275 REPORTER_ASSERT(reporter, 1 == testCount);
278 REPORTER_ASSERT(reporter, -1 == testCount);
281 REPORTER_ASSERT(reporter, -1 == testCount);
/external/skia/gm/
Drects.cpp238 static void position(SkCanvas* canvas, int testCount) { in position() argument
239 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4, in position()
240 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4); in position()
246 int testCount = 0; in onDraw() local
249 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
251 this->position(canvas, testCount); in onDraw()
262 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
264 this->position(canvas, testCount); in onDraw()
Dovals.cpp156 int testCount = 0; in onDraw() local
162 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
164 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
176 ++testCount; in onDraw()
Droundrects.cpp159 int testCount = 0; in onDraw() local
165 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
167 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
179 ++testCount; in onDraw()
/external/skqp/gm/
Drects.cpp238 static void position(SkCanvas* canvas, int testCount) { in position() argument
239 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4, in position()
240 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4); in position()
246 int testCount = 0; in onDraw() local
249 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
251 this->position(canvas, testCount); in onDraw()
262 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
264 this->position(canvas, testCount); in onDraw()
Dovals.cpp156 int testCount = 0; in onDraw() local
162 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
164 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
176 ++testCount; in onDraw()
Droundrects.cpp159 int testCount = 0; in onDraw() local
165 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
167 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
179 ++testCount; in onDraw()
/external/protobuf/conformance/
DConformanceJavaLite.java6 private int testCount = 0; field in ConformanceJavaLite
115 this.testCount++; in run()
119 this.testCount + " tests"); in run()
DConformanceJava.java8 private int testCount = 0; field in ConformanceJava
132 this.testCount++; in run()
136 this.testCount + " tests"); in run()
/external/jsoncpp/src/test_lib_json/
Djsontest.cpp239 unsigned int Runner::testCount() const { in testCount() function in JsonTest::Runner
273 unsigned int count = testCount(); in runAllTest()
308 unsigned int count = testCount(); in testIndex()
319 unsigned int count = testCount(); in listTests()
355 if (subrunner.testCount() > 0) { in runCommandLine()
356 succeeded = subrunner.runAllTest(subrunner.testCount() > 1); in runCommandLine()
/external/junit/src/main/java/org/junit/runner/
DRunner.java40 public int testCount() { in testCount() method in Runner
41 return getDescription().testCount(); in testCount()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DGenericMessage.java37 public void setTestCount(int testCount) { in setTestCount() argument
38 m_testCount = testCount; in setTestCount()
/external/junit/src/main/java/org/junit/internal/runners/
DJUnit38ClassRunner.java107 int n = ts.testCount(); in makeDescription()
152 int n = suite.testCount(); in filter()
160 if (filtered.testCount() == 0) { in filter()
/external/vogar/src/vogar/target/junit/junit3/
DTestSuiteTransformer.java70 int count = testSuite.testCount(); in transformSuite()
102 int count = testSuite.testCount(); in makeDescription()
/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java98 int testCount= 0; in run() local
101 testCount += suite.getTests().size(); in run()
106 gm.setTestCount(testCount); in run()
/external/testng/src/main/java/org/testng/reporters/
DJUnitReportReporter.java94 int testCount = 0; in generateReport() local
129 testCount++; in generateReport()
137 p1.setProperty("tests", "" + testCount); in generateReport()

1234