/external/skia/tests/ |
D | PathOpsThreeWayTest.cpp | 33 int testCount; member 43 int testCount = testSet.testCount; in testSetTest() local 44 SkASSERT(testCount > 1); in testSetTest() 46 for (int outer = 0; outer < testCount - 1; ++outer) { in testSetTest() 48 for (int inner = outer + 1; inner < testCount; ++inner) { in testSetTest()
|
D | skia_test.cpp | 44 int testCount) { in endTest() argument 46 for (int i = 0; i < testCount; ++i) { in endTest() 65 int32_t testCount() { return fTestCount; } in testCount() function in Status 225 toRun, status.failCount(), skipCount, status.testCount()); in test_main()
|
D | SkpSkGrTest.cpp | 592 int testCount = 0; in DEF_TEST() local 604 ++testCount; in DEF_TEST() 626 ++testCount; in DEF_TEST() 628 if (testCount % 100 == 0) { in DEF_TEST() 629 SkDebugf("#%d\n", testCount); in DEF_TEST() 635 if (1 && testCount == 20) { in DEF_TEST()
|
/external/skia/gm/ |
D | rects.cpp | 249 static void position(SkCanvas* canvas, int testCount) { in position() argument 250 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4, in position() 251 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4); in position() 259 int testCount = 0; in onDraw() local 264 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw() 266 this->position(canvas, testCount); in onDraw() 279 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw() 281 this->position(canvas, testCount); in onDraw()
|
D | ovals.cpp | 155 int testCount = 0; in onDraw() local 161 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw() 163 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw() 175 ++testCount; in onDraw()
|
D | roundrects.cpp | 158 int testCount = 0; in onDraw() local 164 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw() 166 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw() 178 ++testCount; in onDraw()
|
/external/junit/src/org/junit/runner/ |
D | Runner.java | 37 public int testCount() { in testCount() method in Runner 38 return getDescription().testCount(); in testCount()
|
D | Description.java | 138 public int testCount() { in testCount() method in Description 143 result+= child.testCount(); in testCount()
|
/external/jsoncpp/src/test_lib_json/ |
D | jsontest.cpp | 310 Runner::testCount() const in testCount() function in JsonTest::Runner 357 unsigned int count = testCount(); in runAllTest() 400 unsigned int count = testCount(); in testIndex() 416 unsigned int count = testCount(); in listTests() 470 if ( subrunner.testCount() > 0 ) in runCommandLine() 472 succeeded = subrunner.runAllTest( subrunner.testCount() > 1 ); in runCommandLine()
|
D | jsontest.h | 164 unsigned int testCount() const;
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 852 int32_t testCount = 0; in TestGetLangsAndCountries() local 860 for(testCount = 0;test[testCount];testCount++) in TestGetLangsAndCountries() 864 if (testCount != 560) in TestGetLangsAndCountries() 865 errln("Expected getISOLanguages() to return 560 languages; it returned %d", testCount); in TestGetLangsAndCountries() 869 for (j = 0; j < testCount; j++) in TestGetLangsAndCountries() 872 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0)) in TestGetLangsAndCountries() 876 for (i = 0; i < testCount; i++) { in TestGetLangsAndCountries() 892 for(testCount=0;test[testCount];testCount++) in TestGetLangsAndCountries() 895 if (testCount != 249){ in TestGetLangsAndCountries() 896 errln("Expected getISOCountries to return 249 countries; it returned %d", testCount); in TestGetLangsAndCountries() [all …]
|
D | itercoll.h | 101 void verifyExpansion(UnicodeString rules, ExpansionRecord tests[], int32_t testCount);
|
D | regcoll.h | 250 int32_t testCount);
|
/external/junit/src/junit/runner/ |
D | TestRunListener.java | 14 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted() argument
|
/external/junit/src/org/junit/internal/runners/ |
D | JUnit38ClassRunner.java | 103 int n= ts.testCount(); in makeDescription() 134 int n= suite.testCount(); in filter()
|
/external/junit/src/junit/extensions/ |
D | ActiveTestSuite.java | 57 while (fActiveTestDeathCount < testCount()) { in waitUntilFinished()
|
/external/icu/icu4c/source/test/letest/ |
D | testdata.cpp | 629 le_int32 testCount = ARRAY_LENGTH(testInputs); variable
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CountingOutputStreamTest.java | 28 public void testCount() throws Exception { in testCount() method in CountingOutputStreamTest
|
/external/skia/src/pathops/ |
D | SkOpAngle.cpp | 978 int testCount = SkDCubic::FindInflections(pts, testTs); in setSpans() local 983 for (index = 0; index < testCount; ++index) { in setSpans() 988 testTs[testCount++] = startT; in setSpans() 989 testTs[testCount++] = endT; in setSpans() 990 SkTQSort<double>(testTs, &testTs[testCount - 1]); in setSpans() 992 int testCases = (testCount << 1) - 1; in setSpans()
|
/external/junit/src/junit/framework/ |
D | JUnit4TestAdapter.java | 35 return fRunner.testCount(); in countTestCases()
|
D | TestSuite.java | 264 public int testCount() {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CursorAdapterTest.java | 75 public void testCount() { in testCount() method in CursorAdapterTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | CoverageTest.java | 121 params.testCount += 1; in execute()
|
D | CompatibilityTest.java | 95 params.testCount += 1; in execute()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 394 ++params.testCount; in execute() 1184 public int testCount; field in TestFmwk.TestParams 1376 testCount = 0; in init() 1407 this.tc = testCount; in State() 1644 int testDelta = testCount - stack.tc; in writeTestResult()
|