/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/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);
|
/external/skia/gm/ |
ovals.cpp | 154 int testCount = 0; 160 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + 162 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + 174 ++testCount;
|
rects.cpp | 248 static void position(SkCanvas* canvas, int testCount) { 249 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4, 250 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4); 258 int testCount = 0; 263 for (int j = 0; j < fRects.count(); ++j, ++testCount) { 265 this->position(canvas, testCount); 278 for (int j = 0; j < fRects.count(); ++j, ++testCount) { 280 this->position(canvas, testCount);
|
roundrects.cpp | 157 int testCount = 0; 163 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + 165 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + 177 ++testCount;
|
/external/chromium_org/third_party/icu/source/test/letest/ |
testdata.cpp | [all...] |
/external/icu4c/test/letest/ |
testdata.cpp | [all...] |
/external/skia/tests/ |
skia_test.cpp | 254 const int testCount = reporter.countTests(); 255 if (FLAGS_verbose && testCount > 0) { 256 SkDebugf("Ran %d Internal tests.\n", testCount);
|
PathOpsSkpTest.cpp | [all...] |
PathOpsSkpClipTest.cpp | 536 int testCount = 0; 548 ++testCount; 570 ++testCount; 573 if (++testCount % 100 == 0) { 574 SkDebugf("%d\n", testCount); 587 if (1 && testCount == 20) {
|
PathOpsOpTest.cpp | [all...] |
PathOpsSimplifyTest.cpp | [all...] |
PathTest.cpp | [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CursorAdapterTest.java | 75 public void testCount() {
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldFunctionContextTest.java | 177 public void testCount() throws SQLException, Exception { 184 db.create_function("testCount", 0, countTest); 185 // the invokation of testCount leads to a Segmentation fault 188 .get_table("select testCount() from "+DatabaseCreator.TEST_TABLE2);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
loctest.cpp | 858 int32_t testCount = 0; [all...] |
ssearch.cpp | 386 int32_t testCount = ARRAY_SIZE(testCases); 388 for (int32_t t = 0; t < testCount; t += 1) { 970 int32_t testCount = ARRAY_SIZE(test); 983 for(int32_t i = 0; i < testCount; i += 1) { [all...] |
rbbitst.cpp | 674 int32_t testCount; 739 testCount = 0; 740 if (wordCount != (testCount = enumer1->count(status))) { 742 testCount, wordCount, u_errorName(status)); 759 if (wordCount != (testCount = enumer2->count(status))) { 761 testCount, wordCount, u_errorName(status)); 786 if (wordCount != (testCount = cloneEnum->count(status))) { 788 testCount, wordCount, u_errorName(status)); [all...] |
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 349 final int testCount = suite.testCount(); 351 for (int j = 0; j < testCount; j++) {
|
/external/icu4c/test/intltest/ |
loctest.cpp | 859 int32_t testCount = 0; [all...] |
ssearch.cpp | 618 int32_t testCount = ARRAY_SIZE(test); 631 for(int32_t i = 0; i < testCount; i += 1) { [all...] |
/libcore/support/src/test/java/tests/resources/ |
junit4-4.3.1.jar | |
/external/robolectric/lib/main/ |
junit-dep-4.8.2.jar | |