Home
last modified time | relevance | path

Searched defs:testCount (Results 1 – 25 of 105) sorted by relevance

12345

/external/cronet/tot/testing/android/junit/java/src/org/chromium/testing/local/
DGtestLogger.java50 public void testCaseStarted(Description test, int testCount) { in testCaseStarted()
57 public void testCaseFinished(Description test, int testCount, long elapsedTimeMillis) { in testCaseFinished()
66 public void testRunStarted(int testCount) { in testRunStarted()
/external/cronet/stable/testing/android/junit/java/src/org/chromium/testing/local/
DGtestLogger.java50 public void testCaseStarted(Description test, int testCount) { in testCaseStarted()
57 public void testCaseFinished(Description test, int testCount, long elapsedTimeMillis) { in testCaseFinished()
66 public void testRunStarted(int testCount) { in testRunStarted()
/external/skia/tests/
DPathOpsThreeWayTest.cpp41 int testCount; member
51 int testCount = testSet.testCount; in testSetTest() local
DPathOpsChalkboardTest.cpp114 int testCount; in chalkboard_threaded() local
191 static const size_t testCount = std::size(tests); variable
DPathOpsTigerTest.cpp258 int testCount = reporter->allowExtendedTest() ? 10000 : 100; in tiger_threaded() local
344 static const size_t testCount = std::size(tests); variable
DPathOpsInverseTest.cpp21 int testCount = 0; in DEF_TEST() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/terminal/
DCountTest.kt9 fun testCount() = runTest { in <lambda>() method
/external/cronet/test_runner/src/com.android.tests.chromium.host/
DTestListenerWithTime.java42 public void testRunStarted(String runName, int testCount) { in testRunStarted()
92 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
98 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/external/guava/guava-tests/test/com/google/common/io/
DCountingOutputStreamTest.java30 public void testCount() throws Exception { in testCount() method in CountingOutputStreamTest
/external/junit/src/main/java/org/junit/runner/
DRunner.java40 public int testCount() { in testCount() method in Runner
/external/guava/android/guava-tests/test/com/google/common/io/
DCountingOutputStreamTest.java30 public void testCount() throws Exception { in testCount() method in CountingOutputStreamTest
/external/cronet/stable/third_party/protobuf/conformance/
Dconformance_nodejs.js37 var testCount = 0; variable
/external/cronet/tot/third_party/protobuf/conformance/
Dconformance_nodejs.js37 var testCount = 0; variable
/external/protobuf/conformance/
Dconformance_nodejs.js37 var testCount = 0; variable
/external/testng/src/main/java/org/testng/remote/strprotocol/
DGenericMessage.java37 public void setTestCount(int testCount) { in setTestCount()
/external/junit/src/main/java/junit/runner/
DTestRunListener.java14 void testRunStarted(String testSuiteName, int testCount); in testRunStarted()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp362 … uint32_t testCount = maxImageCount - capabilities.minImageCount + 1u; in executeSwapchainParameterCases() local
411 uint32_t testCount = static_cast<uint32_t>(formats.size()); in executeSwapchainParameterCases() local
503 uint32_t testCount = DE_LENGTH_OF_ARRAY(s_testSizes); in executeSwapchainParameterCases() local
616 uint32_t testCount = DE_LENGTH_OF_ARRAY(s_testExtentSizes); in executeSwapchainParameterCases() local
772 uint32_t testCount = 0u; in executeSwapchainParameterCases() local
795 uint32_t testCount = 0u; in executeSwapchainParameterCases() local
818 uint32_t testCount = static_cast<uint32_t>(presentModes.size()); in executeSwapchainParameterCases() local
/external/angle/samples/stencil_operations/
DStencilOperations.cpp95 static const size_t testCount = 4; in draw() local
/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsTest.java69 public void testCount() { in testCount() method in PairedStatsTest
DPairedStatsAccumulatorTest.java127 public void testCount() { in testCount() method in PairedStatsAccumulatorTest
/external/guava/android/guava-tests/test/com/google/common/math/
DStatsTest.java92 public void testCount() { in testCount() method in StatsTest
DPairedStatsTest.java69 public void testCount() { in testCount() method in PairedStatsTest
/external/icu/icu4c/source/test/letest/
Dtestdata.cpp631 le_int32 testCount = ARRAY_LENGTH(testInputs); variable
/external/cronet/tot/third_party/icu/source/test/letest/
Dtestdata.cpp631 le_int32 testCount = ARRAY_LENGTH(testInputs); variable
/external/cronet/stable/third_party/icu/source/test/letest/
Dtestdata.cpp631 le_int32 testCount = ARRAY_LENGTH(testInputs); variable

12345