Home
last modified time | relevance | path

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

123456

/external/cronet/tot/testing/android/junit/java/src/org/chromium/testing/local/
DGtestLogger.java50 public void testCaseStarted(Description test, int testCount) { in testCaseStarted() argument
52 "[----------] Run %d test cases from %s", testCount, test.getClassName()); in testCaseStarted()
57 public void testCaseFinished(Description test, int testCount, long elapsedTimeMillis) { in testCaseFinished() argument
60 testCount, test.getClassName(), elapsedTimeMillis); in testCaseFinished()
66 public void testRunStarted(int testCount) { in testRunStarted() argument
67 mOutputStream.format("[==========] Running %d tests.", testCount); in testRunStarted()
/external/skia/tests/
DPathOpsThreeWayTest.cpp41 int testCount; member
51 int testCount = testSet.testCount; in testSetTest() local
52 SkASSERT(testCount > 1); in testSetTest()
54 for (int outer = 0; outer < testCount - 1; ++outer) { in testSetTest()
56 for (int inner = outer + 1; inner < testCount; ++inner) { in testSetTest()
DPathOpsChalkboardTest.cpp114 int testCount; in chalkboard_threaded() local
120 testCount = 1; in chalkboard_threaded()
123 testCount = 64; in chalkboard_threaded()
126 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100; in chalkboard_threaded()
129 testCount = reporter->allowExtendedTest() ? 10000 : 100; in chalkboard_threaded()
132 for (int test = 0; test < testCount; ++test) { in chalkboard_threaded()
191 static const size_t testCount = std::size(tests); variable
195 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse); in DEF_TEST()
DPathOpsInverseTest.cpp21 int testCount = 0; in DEF_TEST() local
34 testName.printf("inverseTest%d", ++testCount); in DEF_TEST()
DLazyProxyTest.cpp308 int testCount = 0; variable
344 proxyProvider->createLazyProxy(TestCallback(&testCount, releaseCallback, tex),
357 REPORTER_ASSERT(reporter, 0 == testCount);
364 REPORTER_ASSERT(reporter, -1 == testCount);
366 REPORTER_ASSERT(reporter, 1 == testCount);
369 REPORTER_ASSERT(reporter, -1 == testCount);
372 REPORTER_ASSERT(reporter, -1 == testCount);
/external/cronet/stable/testing/android/junit/java/src/org/chromium/testing/local/
DGtestLogger.java50 public void testCaseStarted(Description test, int testCount) { in testCaseStarted() argument
52 "[----------] Run %d test cases from %s", testCount, test.getClassName()); in testCaseStarted()
57 public void testCaseFinished(Description test, int testCount, long elapsedTimeMillis) { in testCaseFinished() argument
60 testCount, test.getClassName(), elapsedTimeMillis); in testCaseFinished()
66 public void testRunStarted(int testCount) { in testRunStarted() argument
67 mOutputStream.format("[==========] Running %d tests.", testCount); in testRunStarted()
/external/robolectric/integration_tests/testparameterinjector/src/test/java/org/robolectric/integrationtests/testparameterinjector/
DRobolectricTestParameterInjectorTest.java81 assertThat(runner.testCount()).isEqualTo(1); in noInjection()
99 assertThat(runner.testCount()).isEqualTo(2); in injectedMethod()
124 assertThat(runner.testCount()).isEqualTo(2); in injectedField()
126 assertThat(runner.testCount()).isEqualTo(2); in injectedField()
152 assertThat(runner.testCount()).isEqualTo(2); in injectedConstructor()
179 assertThat(runner.testCount()).isEqualTo(2); in injectedEnum()
202 assertThat(runner.testCount()).isEqualTo(4); in multiSdk()
240 assertThat(runner.testCount()).isEqualTo(2); in hashCodeToString()
262 assertThat(runner.testCount()).isEqualTo(1); in overridden()
/external/cronet/test_runner/src/com.android.tests.chromium.host/
DTestListenerWithTime.java42 public void testRunStarted(String runName, int testCount) { in testRunStarted() argument
43 delegate.testRunStarted(runName, testCount, /* attemptNumber = */ 0, testStartingTime); in testRunStarted()
92 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() argument
93 delegate.testRunStarted(runName, testCount, attemptNumber, testStartingTime); in testRunStarted()
98 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() argument
99 delegate.testRunStarted(runName, testCount, attemptNumber, startTime); in testRunStarted()
/external/angle/samples/stencil_operations/
DStencilOperations.cpp95 static const size_t testCount = 4; in draw() local
96 GLfloat colors[testCount][4] = { in draw()
103 GLuint stencilValues[testCount] = { in draw()
193 for (size_t i = 0; i < testCount; ++i) in draw()
/external/zxing/core/src/test/java/com/google/zxing/pdf417/
DPDF417BlackBox4TestCase.java75 int testCount = testResults.size(); in testBlackBox() local
77 int[] passedCounts = new int[testCount]; in testBlackBox()
78 int[] tryHarderCounts = new int[testCount]; in testBlackBox()
96 for (int x = 0; x < testCount; x++) { in testBlackBox()
145 int totalTests = numberOfTests * testCount * 2; in testBlackBox()
156 for (int x = 0; x < testCount; x++) { in testBlackBox()
/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/zxing/core/src/test/java/com/google/zxing/common/
DAbstractBlackBoxTestCase.java138 int testCount = testResults.size(); in testBlackBox() local
140 int[] passedCounts = new int[testCount]; in testBlackBox()
141 int[] misreadCounts = new int[testCount]; in testBlackBox()
142 int[] tryHarderCounts = new int[testCount]; in testBlackBox()
143 int[] tryHarderMisreadCounts = new int[testCount]; in testBlackBox()
172 for (int x = 0; x < testCount; x++) { in testBlackBox()
223 int totalTests = imageFiles.size() * testCount * 2; in testBlackBox()
239 for (int x = 0; x < testCount; x++) { in testBlackBox()
/external/jsoncpp/src/test_lib_json/
Djsontest.cpp224 size_t Runner::testCount() const { return tests_.size(); } in testCount() function in JsonTest::Runner
255 size_t const count = testCount(); in runAllTest()
285 const size_t count = testCount(); in testIndex()
296 const size_t count = testCount(); in listTests()
333 if (subrunner.testCount() > 0) { in runCommandLine()
334 succeeded = subrunner.runAllTest(subrunner.testCount() > 1); in runCommandLine()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp362 … uint32_t testCount = maxImageCount - capabilities.minImageCount + 1u; in executeSwapchainParameterCases() local
369 testExecutor(vkd, device, createInfo, log, ++testIndex, testCount); in executeSwapchainParameterCases()
411 uint32_t testCount = static_cast<uint32_t>(formats.size()); in executeSwapchainParameterCases() local
457 testExecutor(vkd, device, createInfo, log, ++testIndex, testCount); in executeSwapchainParameterCases()
468 … log << tcu::TestLog::Message << "Skipping test case " << ++testIndex << "/" << testCount in executeSwapchainParameterCases()
503 uint32_t testCount = DE_LENGTH_OF_ARRAY(s_testSizes); in executeSwapchainParameterCases() local
504 for (uint32_t ndx = 0; ndx < testCount; ++ndx) in executeSwapchainParameterCases()
544 testExecutor(vkd, device, createInfo, log, ndx + 1u, testCount); in executeSwapchainParameterCases()
555 … log << tcu::TestLog::Message << "Skipping test case " << ndx + 1u << "/" << testCount in executeSwapchainParameterCases()
616 uint32_t testCount = DE_LENGTH_OF_ARRAY(s_testExtentSizes); in executeSwapchainParameterCases() local
[all …]
/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/cronet/stable/third_party/protobuf/conformance/
Dconformance_nodejs.js37 var testCount = 0; variable
178 testCount += 1
186 "after " + testCount + " tests, exiting")
/external/cronet/tot/third_party/protobuf/conformance/
Dconformance_nodejs.js37 var testCount = 0; variable
178 testCount += 1
186 "after " + testCount + " tests, exiting")
/external/protobuf/conformance/
Dconformance_nodejs.js37 var testCount = 0; variable
178 testCount += 1
186 "after " + testCount + " tests, exiting")
/external/skia/gm/
Dovals.cpp160 int testCount = 0; in onDraw() local
166 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
168 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
180 ++testCount; in onDraw()
Droundrects.cpp163 int testCount = 0; in onDraw() local
169 mat.postTranslate(kXStart + SK_Scalar1 * kXStep * (testCount % maxX) + in onDraw()
171 kYStart + SK_Scalar1 * kYStep * (testCount / maxX) + in onDraw()
183 ++testCount; in onDraw()
/external/skia/src/base/
DSkTDArray.cpp222 uint32_t testCount = (uint32_t)fSize + (uint32_t)delta; in calculateSizeOrDie() local
223 SkASSERT_RELEASE(SkTFitsIn<int>(testCount)); in calculateSizeOrDie()
224 return SkToInt(testCount); in calculateSizeOrDie()
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.cpp286 cl_int testCount; member
326 HarnessD3D10_testStats.testCount += 1; in HarnessD3D10_TestEnd()
335 …nt("PASSED %d of %d tests.\n", HarnessD3D10_testStats.passCount, HarnessD3D10_testStats.testCount); in HarnessD3D10_TestStats()
336 if (HarnessD3D10_testStats.testCount > HarnessD3D10_testStats.passCount) in HarnessD3D10_TestStats()
/external/junit/src/main/java/org/junit/internal/runners/
DJUnit38ClassRunner.java111 int n = ts.testCount(); in makeDescription()
156 int n = suite.testCount(); in filter()
164 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/OpenCL-CTS/test_conformance/d3d11/
Dharness.cpp319 cl_int testCount; member
359 HarnessD3D11_testStats.testCount += 1; in HarnessD3D11_TestEnd()
368 …nt("PASSED %d of %d tests.\n", HarnessD3D11_testStats.passCount, HarnessD3D11_testStats.testCount); in HarnessD3D11_TestStats()
369 if (HarnessD3D11_testStats.testCount > HarnessD3D11_testStats.passCount) in HarnessD3D11_TestStats()

123456