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

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/main/java/org/junit/runner/
Runner.java 40 public int testCount() {
41 return getDescription().testCount();
  /external/skia/tests/
PathOpsBuildUseTest.cpp     [all...]
PathOpsChalkboardTest.cpp 101 int testCount;
107 testCount = 1;
110 testCount = 64;
113 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100;
116 testCount = reporter->allowExtendedTest() ? 10000 : 100;
119 for (int test = 0; test < testCount; ++test) {
177 static const size_t testCount = SK_ARRAY_COUNT(tests);
181 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse);
PathOpsIssue3651.cpp     [all...]
PathOpsThreeWayTest.cpp 34 int testCount;
44 int testCount = testSet.testCount;
45 SkASSERT(testCount > 1);
47 for (int outer = 0; outer < testCount - 1; ++outer) {
49 for (int inner = outer + 1; inner < testCount; ++inner) {
PathOpsTigerTest.cpp 243 int testCount = reporter->allowExtendedTest() ? 10000 : 100;
245 for (int tests = 0; tests < testCount; ++tests) {
    [all...]
  /external/skqp/tests/
PathOpsBuildUseTest.cpp     [all...]
PathOpsChalkboardTest.cpp 101 int testCount;
107 testCount = 1;
110 testCount = 64;
113 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100;
116 testCount = reporter->allowExtendedTest() ? 10000 : 100;
119 for (int test = 0; test < testCount; ++test) {
177 static const size_t testCount = SK_ARRAY_COUNT(tests);
181 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse);
PathOpsIssue3651.cpp     [all...]
PathOpsThreeWayTest.cpp 34 int testCount;
44 int testCount = testSet.testCount;
45 SkASSERT(testCount > 1);
47 for (int outer = 0; outer < testCount - 1; ++outer) {
49 for (int inner = outer + 1; inner < testCount; ++inner) {
  /external/guava/guava-tests/test/com/google/common/io/
CountingOutputStreamTest.java 28 public void testCount() throws Exception {
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
scan_dataset_op_test.py 40 def testCount(self):
  /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/protobuf/conformance/
ConformanceJava.java 8 private int testCount = 0;
132 this.testCount++;
136 this.testCount + " tests");
ConformanceJavaLite.java 6 private int testCount = 0;
115 this.testCount++;
119 this.testCount + " tests");
  /external/skia/gm/
rects.cpp 239 static void position(SkCanvas* canvas, int testCount) {
240 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4,
241 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4);
247 int testCount = 0;
250 for (int j = 0; j < fRects.count(); ++j, ++testCount) {
252 this->position(canvas, testCount);
263 for (int j = 0; j < fRects.count(); ++j, ++testCount) {
265 this->position(canvas, testCount);
ovals.cpp 156 int testCount = 0;
162 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) +
164 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) +
176 ++testCount;
  /external/skqp/gm/
rects.cpp 239 static void position(SkCanvas* canvas, int testCount) {
240 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4,
241 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4);
247 int testCount = 0;
250 for (int j = 0; j < fRects.count(); ++j, ++testCount) {
252 this->position(canvas, testCount);
263 for (int j = 0; j < fRects.count(); ++j, ++testCount) {
265 this->position(canvas, testCount);
ovals.cpp 156 int testCount = 0;
162 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) +
164 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) +
176 ++testCount;
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsStopwatchTimerTest.java 31 public void testCount() throws Exception {
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
SlidingWindowTest.java 68 public void testCount() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
GnssCtsTestSuite.java 77 public int testCount() {
78 return mWrappedTestSuite.testCount();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestSuite.java 77 public int testCount() {
78 return mWrappedTestSuite.testCount();
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemAttachmentLoadTests.cpp 307 const int testCount = 10;
309 for (int ndx = 0; ndx < testCount; ++ndx)
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowCursorAdapterTest.java 73 public void testCount() {

Completed in 358 milliseconds

1 2 3 4 5 6 7 8 91011>>