Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 25 of 82) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto245 uint64_t testCount;
253 uint64_t testCount;
261 uint64_t testCount;
269 uint64_t testCount;
277 uint64_t testCount;
285 uint64_t testCount;
293 uint64_t testCount;
301 uint64_t testCount;
309 uint64_t testCount;
317 uint64_t testCount;
[all …]
/external/skqp/tests/
DPathOpsThreeWayTest.cpp34 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()
DPathOpsChalkboardTest.cpp101 int testCount; in chalkboard_threaded() local
107 testCount = 1; in chalkboard_threaded()
110 testCount = 64; in chalkboard_threaded()
113 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100; in chalkboard_threaded()
116 testCount = reporter->allowExtendedTest() ? 10000 : 100; in chalkboard_threaded()
119 for (int test = 0; test < testCount; ++test) { in chalkboard_threaded()
177 static const size_t testCount = SK_ARRAY_COUNT(tests); variable
181 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse); in DEF_TEST()
DLazyProxyTest.cpp216 int testCount = 0; variable
217 int* testCountPtr = &testCount;
228 REPORTER_ASSERT(reporter, 0 == testCount);
232 REPORTER_ASSERT(reporter, 1 == testCount);
234 REPORTER_ASSERT(reporter, -1 == testCount);
237 REPORTER_ASSERT(reporter, -1 == testCount);
Dskia_test.cpp54 int testCount) { in endTest() argument
56 for (int i = 0; i < testCount; ++i) { in endTest()
75 int32_t testCount() { return fTestCount; } in testCount() function in Status
243 toRun, status.failCount(), skipCount, status.testCount()); in main()
/external/skia/tests/
DPathOpsThreeWayTest.cpp34 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()
DPathOpsChalkboardTest.cpp101 int testCount; in chalkboard_threaded() local
107 testCount = 1; in chalkboard_threaded()
110 testCount = 64; in chalkboard_threaded()
113 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100; in chalkboard_threaded()
116 testCount = reporter->allowExtendedTest() ? 10000 : 100; in chalkboard_threaded()
119 for (int test = 0; test < testCount; ++test) { in chalkboard_threaded()
177 static const size_t testCount = SK_ARRAY_COUNT(tests); variable
181 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse); in DEF_TEST()
DLazyProxyTest.cpp221 int testCount = 0; variable
222 int* testCountPtr = &testCount;
235 REPORTER_ASSERT(reporter, 0 == testCount);
242 REPORTER_ASSERT(reporter, -1 == testCount);
244 REPORTER_ASSERT(reporter, 1 == testCount);
247 REPORTER_ASSERT(reporter, -1 == testCount);
250 REPORTER_ASSERT(reporter, -1 == testCount);
Dskia_test.cpp54 int testCount) { in endTest() argument
56 for (int i = 0; i < testCount; ++i) { in endTest()
75 int32_t testCount() { return fTestCount; } in testCount() function in Status
243 toRun, status.failCount(), skipCount, status.testCount()); in main()
/external/skia/gm/
Drects.cpp239 static void position(SkCanvas* canvas, int testCount) { in position() argument
240 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4, in position()
241 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4); in position()
247 int testCount = 0; in onDraw() local
250 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
252 this->position(canvas, testCount); in onDraw()
263 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
265 this->position(canvas, testCount); in onDraw()
Dovals.cpp156 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()
Droundrects.cpp159 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/
Drects.cpp239 static void position(SkCanvas* canvas, int testCount) { in position() argument
240 canvas->translate(SK_Scalar1 * 100 * (testCount % 10) + SK_Scalar1 / 4, in position()
241 SK_Scalar1 * 100 * (testCount / 10) + 3 * SK_Scalar1 / 4); in position()
247 int testCount = 0; in onDraw() local
250 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
252 this->position(canvas, testCount); in onDraw()
263 for (int j = 0; j < fRects.count(); ++j, ++testCount) { in onDraw()
265 this->position(canvas, testCount); in onDraw()
Dovals.cpp156 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()
Droundrects.cpp159 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/
DConformanceJavaLite.java6 private int testCount = 0; field in ConformanceJavaLite
115 this.testCount++; in run()
119 this.testCount + " tests"); in run()
DConformanceJava.java8 private int testCount = 0; field in ConformanceJava
132 this.testCount++; in run()
136 this.testCount + " tests"); in run()
/external/jsoncpp/src/test_lib_json/
Djsontest.cpp239 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/
DRunner.java40 public int testCount() { in testCount() method in Runner
41 return getDescription().testCount(); in testCount()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DGenericMessage.java37 public void setTestCount(int testCount) { in setTestCount() argument
38 m_testCount = testCount; in setTestCount()
/external/junit/src/main/java/org/junit/internal/runners/
DJUnit38ClassRunner.java107 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/
DTestSuiteTransformer.java70 int count = testSuite.testCount(); in transformSuite()
102 int count = testSuite.testCount(); in makeDescription()
/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java98 int testCount= 0; in run() local
101 testCount += suite.getTests().size(); in run()
106 gm.setTestCount(testCount); in run()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp858 int32_t testCount = 0; in TestGetLangsAndCountries() local
866 for(testCount = 0;test[testCount];testCount++) in TestGetLangsAndCountries()
870 if (testCount != 595) in TestGetLangsAndCountries()
871 errln("Expected getISOLanguages() to return 595 languages; it returned %d", testCount); in TestGetLangsAndCountries()
875 for (j = 0; j < testCount; j++) in TestGetLangsAndCountries()
878 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0)) in TestGetLangsAndCountries()
882 for (i = 0; i < testCount; i++) { in TestGetLangsAndCountries()
898 for(testCount=0;test[testCount];testCount++) in TestGetLangsAndCountries()
901 if (testCount != 249){ in TestGetLangsAndCountries()
902 errln("Expected getISOCountries to return 249 countries; it returned %d", testCount); in TestGetLangsAndCountries()
[all …]
/external/testng/src/main/java/org/testng/reporters/
DJUnitReportReporter.java94 int testCount = 0; in generateReport() local
129 testCount++; in generateReport()
137 p1.setProperty("tests", "" + testCount); in generateReport()

1234