Home
last modified time | relevance | path

Searched defs:targetName (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DListInstrumentationParser.java61 public final String targetName; field in ListInstrumentationParser.InstrumentationTarget
63 public InstrumentationTarget(String packageName, String runnerName, String targetName) { in InstrumentationTarget()
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationFactoryTest.java664 final String targetName = "test-config"; in testCreateConfigurationFromArgs_templateInclude_dependent() local
690 final String targetName = "test-config-missing"; in testCreateConfigurationFromArgs_templateInclude_dependent_missing() local
737 final String targetName = "test-config"; in testCreateConfigurationFromArgs_include_dependent() local
932 final String targetName = "test-config"; in testCreateConfigurationFromArgs_templateName_notExist() local
956 final String targetName = "local-config"; in testCreateConfigurationFromArgs_templateName_notExistTest() local
984 final String targetName = "local-config"; in testCreateConfigurationFromArgs_templateName_stillThrow() local
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DBazelTest.java490 String targetName = splitLine[1]; in parseModulesToTargets() local