Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java498 final int testCount = 4; in testRun_aggregateRunFailures() local
889 final int testCount = 5; in testRun_failPreparation_PassAfterModuleRetry() local
1008 final int testCount = 5; in testRun_fullPass() local
1059 final int testCount = 4; in testRun_partialRun() local
1122 final int testCount = 4; in testRun_partialRun_error() local
1180 final int testCount = 5; in testAbiSetting() local
1429 final int testCount = 4; in testRun_partialRun_deviceUnresponsive() local
1498 final int testCount = 5; in testRun_moduleLevelListeners() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryLogSaverResultForwarder.java37 public void testRunStarted(String runName, int testCount) { in testRunStarted()
42 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
48 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/external/cronet/testing/android/junit/java/src/org/chromium/testing/local/
H A 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()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A 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
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp343 const int testCount = 10; in createFillUpdateCopyBufferFloatTests() local
437 const int testCount = 10; in createFillUpdateCopyBufferIntegerTests() local
528 const int testCount = 10; in createFillUpdateCopyBufferUnsignedTests() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DEventsLoggerListener.java88 public void testRunStarted(String runName, int testCount) { in testRunStarted()
93 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
98 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DResultForwarder.java188 public void testRunStarted(String runName, int testCount) { in testRunStarted()
201 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
214 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DRetryResultForwarder.java29 public void testRunStarted(String runName, int testCount) { in testRunStarted()
34 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
DSubprocessResultsReporter.java182 public void testRunStarted(String runName, int testCount) { in testRunStarted()
188 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
194 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java52 public default void testRunStarted(String runName, int testCount) {} in testRunStarted()
64 public default void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
80 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DDevSdkIgnoreRunner.kt196 override fun testCount(): Int { in testCount() method in com.android.testutils.DevSdkIgnoreRunner
200 var testCount = baseRunner.testCount() in testCount() variable
/aosp_15_r20/external/cronet/test_runner/src/com.android.tests.chromium.host/
H A 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()
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestMetricsCollectionListener.java110 public void testRunStarted(String runName, int testCount) { in testRunStarted()
116 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
123 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A DNullTestListener.java44 public void testRunStarted(String runName, int testCount) { in testRunStarted()
49 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
54 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
H A DForwardingTestListener.java51 public void testRunStarted(String runName, int testCount) { in testRunStarted()
56 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
61 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java517 public void testRunStarted(String runName, int testCount) { in testRunStarted()
523 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
530 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java561 public void testRunStarted(String runName, int testCount) { in testRunStarted()
567 public void testRunStarted(String runName, int testCount, int attempt) { in testRunStarted()
573 public void testRunStarted(String runName, int testCount, int attempt, long startTime) { in testRunStarted()
/aosp_15_r20/external/skia/tests/
H A DPathOpsThreeWayTest.cpp41 int testCount; member
51 int testCount = testSet.testCount; in testSetTest() local
H A DPathOpsChalkboardTest.cpp114 int testCount; in chalkboard_threaded() local
191 static const size_t testCount = std::size(tests); variable
H A DPathOpsTigerTest.cpp258 int testCount = reporter->allowExtendedTest() ? 10000 : 100; in tiger_threaded() local
344 static const size_t testCount = std::size(tests); variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/terminal/
H A DCountTest.kt9 fun testCount() = runTest { in <lambda>() method
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java196 public final void testRunStarted(String runName, int testCount) { in testRunStarted()
201 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
207 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java319 public final void testRunStarted(String runName, int testCount) { in testRunStarted()
324 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
329 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java333 public final void testRunStarted(String runName, int testCount) { in testRunStarted()
338 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
344 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java374 int testCount = mBinaryPaths.size() + mTestCommands.size(); in split() local
401 private Collection<IRemoteTest> splitByShardCount(int testCount, int shardCount) { in splitByShardCount()

12345678910>>...12