HomeSort by relevance Sort by last modified time
    Searched defs:testCount (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/junit/src/org/junit/runner/
Runner.java 37 public int testCount() {
38 return getDescription().testCount();
Description.java 138 public int testCount() {
143 result+= child.testCount();
  /external/skia/tests/
PathOpsBuildUseTest.cpp     [all...]
PathOpsThreeWayTest.cpp 33 int testCount;
43 int testCount = testSet.testCount;
44 SkASSERT(testCount > 1);
46 for (int outer = 0; outer < testCount - 1; ++outer) {
48 for (int inner = outer + 1; inner < testCount; ++inner) {
PathOpsIssue3651.cpp     [all...]
PathOpsFuzz763Test.cpp     [all...]
skia_test.cpp 44 int testCount) {
46 for (int i = 0; i < testCount; ++i) {
65 int32_t testCount() { return fTestCount; }
225 toRun, status.failCount(), skipCount, status.testCount());
PathOpsSkpTest.cpp     [all...]
SkpSkGrTest.cpp 592 int testCount = 0;
604 ++testCount;
626 ++testCount;
628 if (testCount % 100 == 0) {
629 SkDebugf("#%d\n", testCount);
635 if (1 && testCount == 20) {
  /external/guava/guava-tests/test/com/google/common/io/
CountingOutputStreamTest.java 28 public void testCount() throws Exception {
  /frameworks/base/tests/backup/
backup_helper_test.cpp 71 int testCount = 0;
75 testCount++;
87 t->name, i, testCount);
104 printf("All %d test(s) passed\n", testCount);
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestSuite.java 77 public int testCount() {
78 return mWrappedTestSuite.testCount();
  /external/skia/gm/
ovals.cpp 155 int testCount = 0;
161 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) +
163 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) +
175 ++testCount;
rects.cpp 249 static void position(SkCanvas* canvas, int testCount) {
250 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4,
251 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4);
259 int testCount = 0;
264 for (int j = 0; j < fRects.count(); ++j, ++testCount) {
266 this->position(canvas, testCount);
279 for (int j = 0; j < fRects.count(); ++j, ++testCount) {
281 this->position(canvas, testCount);
roundrects.cpp 158 int testCount = 0;
164 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) +
166 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) +
178 ++testCount;
  /external/icu/icu4c/source/test/letest/
testdata.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 270 protected static int testCount() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CursorAdapterTest.java 75 public void testCount() {
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 310 Runner::testCount() const
357 unsigned int count = testCount();
400 unsigned int count = testCount();
416 unsigned int count = testCount();
470 if ( subrunner.testCount() > 0 )
472 succeeded = subrunner.runAllTest( subrunner.testCount() > 1 );
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 349 final int testCount = suite.testCount();
351 for (int j = 0; j < testCount; j++) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerTest.java 435 int testCount = 10;
436 while (testCount-- > 0) {
462 testCount = 10;
465 while (testCount-- > 0) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 852 int32_t testCount = 0;
860 for(testCount = 0;test[testCount];testCount++)
864 if (testCount != 560)
865 errln("Expected getISOLanguages() to return 560 languages; it returned %d", testCount);
869 for (j = 0; j < testCount; j++
    [all...]
ssearch.cpp 618 int32_t testCount = ARRAY_SIZE(test);
631 for(int32_t i = 0; i < testCount; i += 1) {
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp     [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 394 ++params.testCount;
    [all...]

Completed in 514 milliseconds

1 2 3 4 5 6