Searched defs:testRunName (Results 1 – 10 of 10) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/ |
D | KTapResultParser.java | 149 String testRunName, String testName) { in individualLeavesTestDescription() 167 String testRunName, in applyKTapResultToListener() 175 String testRunName, in applyKTapResultToListener() 321 String testRunName, in applyToListener() 336 String testRunName, in applySubtestLeavesToListener() 355 String testRunName, in applyAggregatedSuiteToListener() 382 String testRunName, in applyAggregatedModuleToListener() 411 String testRunName, in applyTestResultToListener()
|
D | ExecutableBaseTest.java | 219 String testRunName = in run() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestListTestParser.java | 66 public GTestListTestParser(String testRunName, ITestInvocationListener listener) { in GTestListTestParser() 82 String testRunName, in GTestListTestParser()
|
D | GTestXmlResultParser.java | 74 public GTestXmlResultParser(String testRunName, Collection<ITestInvocationListener> listeners) { in GTestXmlResultParser() 86 public GTestXmlResultParser(String testRunName, ITestInvocationListener listener) { in GTestXmlResultParser()
|
D | GTestResultParser.java | 251 public GTestResultParser(String testRunName, Collection<ITestInvocationListener> listeners) { in GTestResultParser() 266 String testRunName, in GTestResultParser() 279 public GTestResultParser(String testRunName, ITestInvocationListener listener) { in GTestResultParser() 292 String testRunName, ITestInvocationListener listener, boolean allowRustTestName) { in GTestResultParser()
|
D | GTest.java | 404 String testRunName = fullPath.substring(fullPath.lastIndexOf("/") + 1); in runTestXml() local
|
D | GTestBase.java | 643 GTestXmlResultParser createXmlParser(String testRunName, ITestInvocationListener listener) { in createXmlParser()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | CollectingTestListener.java | 524 public List<TestRunResult> getTestRunAttempts(String testRunName) { in getTestRunAttempts() 550 public boolean hasTestRunResultsForName(String testRunName) { in hasTestRunResultsForName() 559 public int getTestRunAttemptCount(String testRunName) { in getTestRunAttemptCount() 575 public TestRunResult getTestRunAtAttempt(String testRunName, int attempt) { in getTestRunAtAttempt() 591 public IInvocationContext getModuleContextForRunResult(String testRunName) { in getModuleContextForRunResult() 612 protected final synchronized void clearResultsForName(String testRunName) { in clearResultsForName()
|
D | TestRunResultListener.java | 71 public boolean isTestRunFailed(String testRunName) { in isTestRunFailed()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestRunResult.java | 556 String testRunName = testRunResults.get(0).getName(); in merge() local
|