Home
last modified time | relevance | path

Searched defs:runName (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java142 public TestObject(String runName, int numTest, boolean shouldThrow) { in TestObject()
149 String runName, int numTest, boolean shouldThrow, boolean deviceUnresponsive) { in TestObject()
155 String runName, in TestObject()
234 String runName = mBaseRunName + j; in run() local
1605 final String runName = "baseRun"; in testMultiRun() local
1706 final String runName = "baseRun"; in testMultiRun_multiAttempts() local
1805 final String runName = "baseRun"; in testMultiRun_multiAttempts_filter() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DArtRunTestTest.java172 String runName = "ArtRunTest_abi"; in doTestRunSingleTest() local
295 String runName = "ArtRunTest_abi"; in testRunSingleTest_nonZeroExitCode() local
398 String runName = "ArtRunTest_abi"; in testRunSingleTest_failedStandardOutputTransfer_sizesMismatch() local
500 String runName = "ArtRunTest_abi"; in testRunSingleTest_failedStandardOutputTransfer_md5DigestsMismatch() local
602 String runName = "ArtRunTest_abi"; in testRunSingleTest_unexpectedStandardOutput() local
711 String runName = "ArtRunTest_abi"; in testRunSingleTest_unexpectedStandardError() local
820 String runName = "ArtRunTest_abi"; in testRunSingleTest_multipleErrors() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java369 String runName = pyFile.getName(); in runSinglePythonFile() local
535 ITestInvocationListener listener, String runName, String errorMessage) { in reportFailure()
561 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/tools/tradefederation/core/javatests/com/android/tradefed/result/
DBugreportCollectorTest.java389 private TestDescription injectTestRun(String runName, String testName, String metricValue) { in injectTestRun()
400 String runName, String testName, String metricValue, boolean shouldFail) { in injectTestRun()
418 ITestInvocationListener listener, String runName, String testName, InOrder io) { in verifyListenerTestRunExpectations()
424 String runName, in verifyListenerTestRunExpectations()
/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/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DRemoteAndroidTestRunner.java98 public IInstrumentationResultParser createInstrumentationResultParser( in createInstrumentationResultParser()
333 public void setRunName(String runName) { in setRunName()
354 String runName = mRunName == null ? mPackageName : mRunName; in run() local
413 public IInstrumentationResultParser createParser( in createParser()
/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/tools/tradefederation/core/javatests/com/android/tradefed/result/suite/
DXmlSuiteResultFormatterTest.java759 private TestRunResult createResultWithLog(String runName, int count, LogDataType type) { in createResultWithLog()
775 String runName, int passed, int failed, int assumptionFailures, int testIgnored) { in createFakeResult()
781 String runName, in createFakeResult()
800 String runName, in createFakeResult()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java326 String[] testListLines, String runName, ITestInvocationListener listener) { in filterTests()
373 String parFilePath, String runName, ITestInvocationListener listener) { in runSingleParFile()
522 String runName) { in processYamlTestResults()
655 ITestInvocationListener listener, String runName, String errorMessage) { in reportFailure()
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/options/
H A DParsedOptions.java163 private String runName = ""; field in ParsedOptions
166 private void setRunName(String runName) { in setRunName()
170 @Override public String runName() { in runName() method in ParsedOptions
/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/test_framework/com/android/tradefed/testtype/
DPythonUnitTestResultParser.java195 public PythonUnitTestResultParser(ITestInvocationListener listener, String runName) { in PythonUnitTestResultParser()
204 Collection<ITestInvocationListener> listeners, String runName) { in PythonUnitTestResultParser()
214 String runName, in PythonUnitTestResultParser()
DJUnitRunUtil.java42 public static boolean runTest(ITestInvocationListener listener, Test junitTest, String runName) in runTest()
50 String runName, in runTest()
/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/rust/
DRustBenchmarkResultParser.java92 public RustBenchmarkResultParser(ITestInvocationListener listener, String runName) { in RustBenchmarkResultParser()
104 Collection<ITestInvocationListener> listeners, String runName) { in RustBenchmarkResultParser()
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
H A DCertificationChecksumHelperTest.java127 private TestRunResult createFakeResults(String runName, int testCount) { in createFakeResults()
139 private TestRunResult createFakeResultWithAssumptionFailure(String runName, String trackTrace) { in createFakeResultWithAssumptionFailure()
/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/util/
DJUnitXmlParser.java89 String runName = (mRunName != null) ? mRunName : testSuiteName; in startElement() local
204 public JUnitXmlParser(String runName, ITestInvocationListener listener) { in JUnitXmlParser()

12345