Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/src/com/android/tradefed/result/
DRetryResultForwarder.java29 public void testRunStarted(String runName, int testCount) { in testRunStarted()
34 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
DITestLifeCycleReceiver.java51 public default void testRunStarted(String runName, int testCount) {} in testRunStarted()
63 public default void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
79 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DResultForwarder.java157 public void testRunStarted(String runName, int testCount) { in testRunStarted()
170 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
DStubTestRunListener.java80 public void testRunStarted(String runName, int testCount) { in testRunStarted()
DSubprocessResultsReporter.java134 public void testRunStarted(String runName, int testCount) { in testRunStarted()
140 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
DNameMangleListener.java112 public void testRunStarted(String runName, int testCount) { in testRunStarted()
DInvocationToJUnitResultForwarder.java91 public void testRunStarted(String runName, int testCount) { in testRunStarted()
DLegacySubprocessResultsReporter.java116 public void testRunStarted(String runName, int testCount) { in testRunStarted()
DTestRunResult.java212 public void testRunStarted(String runName, int testCount) { in testRunStarted()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java391 final int testCount = 4; in testRun_aggregateRunFailures() local
734 final int testCount = 5; in testRun_fullPass() local
782 final int testCount = 4; in testRun_partialRun() local
844 final int testCount = 4; in testRun_partialRun_error() local
905 final int testCount = 5; in testAbiSetting() local
1168 final int testCount = 4; in testRun_partialRun_deviceUnresponsive() local
1236 final int testCount = 5; in testRun_moduleLevelListeners() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeCodeCoverageListener.java61 public void testRunStarted(String runName, int testCount) { in testRunStarted()
DJavaCodeCoverageListener.java61 public void testRunStarted(String runName, int testCount) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java232 public final void testRunStarted(String runName, int testCount) { in testRunStarted()
237 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
242 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java206 private TestRunResult createTestRunResult(String runName, int testCount, int failCount) { in createTestRunResult()
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DLongevityHostRunner.java223 public int testCount() { in testCount() method in LongevityHostRunner
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java529 public void testRunStarted(String runName, int testCount) { in testRunStarted()
534 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java111 public final void testRunStarted(String runName, int testCount) { in testRunStarted()
116 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/util/
DJUnitXmlParser.java86 int testCount = Integer.parseInt(testCountString); in startElement() local
DSubprocessEventHelper.java70 public TestRunStartedEventInfo(String runName, int testCount) { in TestRunStartedEventInfo()
76 public TestRunStartedEventInfo(String runName, int testCount, int attempt) { in TestRunStartedEventInfo()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java221 public void testRunStarted(String runName, int testCount) { in testRunStarted()
/tools/tradefederation/contrib/src/com/android/regression/tests/
DMetricsXmlParser.java84 String testCount = getMandatoryAttribute(name, "tests", attributes); in startElement() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java153 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java177 int testCount = 1; in getInvocationSummary() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java290 public void testRunStarted(String runName, int testCount) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java157 public final void testRunStarted(String runName, int testCount) { in testRunStarted()

12