/external/skia/tests/ |
D | PathOpsThreeWayTest.cpp | 34 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()
|
D | PathOpsChalkboardTest.cpp | 105 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()
|
D | skia_test.cpp | 51 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()
|
D | PathOpsInverseTest.cpp | 11 int testCount = 0; in DEF_TEST() local 27 testName.printf("inverseTest%d", ++testCount); in DEF_TEST()
|
D | LazyProxyTest.cpp | 255 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/ |
D | PathOpsThreeWayTest.cpp | 34 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()
|
D | PathOpsChalkboardTest.cpp | 105 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()
|
D | skia_test.cpp | 51 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()
|
D | PathOpsInverseTest.cpp | 11 int testCount = 0; in DEF_TEST() local 27 testName.printf("inverseTest%d", ++testCount); in DEF_TEST()
|
D | LazyProxyTest.cpp | 251 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/ |
D | rects.cpp | 238 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()
|
D | ovals.cpp | 156 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()
|
D | roundrects.cpp | 159 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/ |
D | rects.cpp | 238 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()
|
D | ovals.cpp | 156 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()
|
D | roundrects.cpp | 159 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/ |
D | ConformanceJavaLite.java | 6 private int testCount = 0; field in ConformanceJavaLite 115 this.testCount++; in run() 119 this.testCount + " tests"); in run()
|
D | ConformanceJava.java | 8 private int testCount = 0; field in ConformanceJava 132 this.testCount++; in run() 136 this.testCount + " tests"); in run()
|
/external/jsoncpp/src/test_lib_json/ |
D | jsontest.cpp | 239 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/ |
D | Runner.java | 40 public int testCount() { in testCount() method in Runner 41 return getDescription().testCount(); in testCount()
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
D | GenericMessage.java | 37 public void setTestCount(int testCount) { in setTestCount() argument 38 m_testCount = testCount; in setTestCount()
|
/external/junit/src/main/java/org/junit/internal/runners/ |
D | JUnit38ClassRunner.java | 107 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/ |
D | TestSuiteTransformer.java | 70 int count = testSuite.testCount(); in transformSuite() 102 int count = testSuite.testCount(); in makeDescription()
|
/external/testng/src/main/java/org/testng/remote/ |
D | RemoteTestNG.java | 98 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/ |
D | JUnitReportReporter.java | 94 int testCount = 0; in generateReport() local 129 testCount++; in generateReport() 137 p1.setProperty("tests", "" + testCount); in generateReport()
|