/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | AtestRunnerTest.java | 143 String testName = String.format(TEST_NAME_FMT, "tf/uiautomator"); in testLoadTests_filter() local 162 String testName = String.format(TEST_NAME_FMT, "suite/base-suite1"); in testLoadTests_WithTFConfigSpecified() local 178 String testName = String.format(TEST_NAME_FMT, "TestModule"); in testLoadTests_WithModuleAndTFConfigSpecified() local 197 String testName = String.format(TEST_NAME_FMT, "TestModule"); in testLoadTests_WithModuleConfigSpecified() local 212 String testName = String.format(TEST_NAME_FMT, "suite/base-suite1"); in testLoadTests_ignoreFilter() local
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | TestDescription.java | 44 public TestDescription(String className, String testName) { in TestDescription() 68 public TestDescription(String className, String testName, Annotation... annotations) { in TestDescription() 80 public TestDescription(String className, String testName, Collection<Annotation> annotations) { in TestDescription()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/ |
D | PtsBotTest.java | 476 toggleA2dpSinkIfNeeded(testInfo.getDevice(), testName); in runPtsBotTests() local 477 toggleHfpHfIfNeeded(testInfo.getDevice(), testName); in runPtsBotTests() local 488 private void toggleA2dpSinkIfNeeded(ITestDevice testDevice, String testName) { in toggleA2dpSinkIfNeeded() 503 private void toggleHfpHfIfNeeded(ITestDevice testDevice, String testName) { in toggleHfpHfIfNeeded() 545 String testName, in runPtsBotTest() 552 androidLogInfo(testInfo.getDevice(), "Test Started: " + testName); in runPtsBotTest() local 637 androidLogInfo(testInfo.getDevice(), "Test Ended [Success]: " + testName); in runPtsBotTest() local 639 androidLogError(testInfo.getDevice(), "Test Ended [Failed]: " + testName); in runPtsBotTest() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | BugreportCollectorTest.java | 389 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() 425 String testName, in verifyListenerTestRunExpectations()
|
D | CollectingTestListenerTest.java | 372 String runName, String testName, String metricValue, int attempt) { in injectTestRun() 382 String runName, String testName, String metricValue, int attempt, boolean failtest) { in injectTestRun()
|
D | JsonHttpTestResultReporterTest.java | 178 String testName, in injectTestRun()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | LogcatOnFailureCollector.java | 132 protected void collectAndLog(String testName, int size) throws DeviceNotAvailableException { in collectAndLog() 178 private void legacyCollection(ITestDevice device, String testName) in legacyCollection() 189 private void saveLogcatSource(String testName, InputStreamSource source, String serial) { in saveLogcatSource()
|
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/ |
D | BaselineFile.kt | 96 val testName = line.substring(2).trimEnd() in read() constant 130 testNames.forEach { testName -> writer.println(" $testName") } in write() method
|
/tools/metalava/metalava-model-testsuite-cli/src/main/java/com/android/tools/metalava/model/testsuite/cli/ |
D | UpdateBaselineCommand.kt | 148 testDescriptor.let { (className, testName) -> in endElement() method 153 testDescriptor.let { (className, testName) -> in endElement() method 164 data class TestDescriptor(val className: String, val testName: String) constant in com.android.tools.metalava.model.testsuite.cli.UpdateBaselineCommand.TestDescriptor
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessEventHelper.java | 335 public BaseTestEventInfo(String className, String testName) { in BaseTestEventInfo() 373 public TestStartedEventInfo(String className, String testName, Long startTime) { in TestStartedEventInfo() 401 public SkippedTestEventInfo(String className, String testName, SkipReason reason) { in SkippedTestEventInfo() 433 public FailedTestEventInfo(String className, String testName, String trace) { in FailedTestEventInfo() 438 public FailedTestEventInfo(String className, String testName, FailureDescription failure) { in FailedTestEventInfo() 483 public TestEndedEventInfo(String className, String testName, in TestEndedEventInfo() 500 String className, String testName, Long endTime, Map<String, String> runMetrics) { in TestEndedEventInfo() argument
|
D | LocalRunInstructionBuilder.java | 102 StringBuilder testName = new StringBuilder(configDescriptor.getModuleName()); in getCommand() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | BluetoothHciSnoopLogCollector.java | 99 String testName = test.toString(); in onTestEnd() local 225 private String normaliseTestName(String testName) { in normaliseTestName()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/ |
D | KTapResultParser.java | 291 String testName = prefix == null || prefix.isEmpty() ? test.name : prefix + "." + test.name; in applySubtestLeavesToListener() local 315 String testName = root.subtests.get(0).name; in applyAggregatedTopLevelToListener() local 333 String testName, in applyTestResultToListener()
|
D | KernelTargetTest.java | 132 String testName = description.getTestName(); in runBinary() local
|
D | ExecutableBaseTest.java | 209 String testName = description.getTestName(); in run() local 265 String testName = description.getTestName(); in shouldSkipCurrentTest() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/ |
D | MoblyYamlResultRecordHandler.java | 53 String testName, in Record() 114 public Builder setTestName(String testName) { in setTestName()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraShotLatencyTest.java | 73 public Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
|
D | CameraBurstStartupTest.java | 69 public Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
|
D | Camera2LatencyTest.java | 69 private Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
|
D | Camera2StressTest.java | 146 private void parseLog(String testName, Map<String, String> testMetrics) { in parseLog() argument
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/ |
D | ExecutableTargetTestTest.java | 428 String testName = "testName_" + i; in testShard_SplitPerShard() local 447 String testName = entry.getKey(); in testShard_SplitPerShard() local
|
/tools/metalava/metalava-model/src/test/java/com/android/tools/metalava/model/junit4/ |
D | CustomizableParameterizedParametersProviderTest.kt | 34 @get:Rule val testName = TestName() constant in com.android.tools.metalava.model.junit4.CustomizableParameterizedParametersProviderTest
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | GTestFuncTest.java | 103 String testName = test[1]; in testRun() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | JUnitToInvocationResultForwarder.java | 138 String testName = ""; in getTestId() local
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | gbench_output7.json | 36 "testName": "BpfBenchMark/WaitForRcu/1", string
|