Searched defs:abis (Results 1 – 8 of 8) sorted by relevance
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
D | TestPlanTest.java | 94 Set<String> abis = AbiUtils.getAbisSupportedByCts(); in assertTestData() local 115 Set<String> abis = AbiUtils.getAbisSupportedByCts(); in testParse_exclude() local 139 Set<String> abis = AbiUtils.getAbisSupportedByCts(); in assertMultiExcluded() local 157 Set<String> abis = AbiUtils.getAbisSupportedByCts(); in testParse_classExclude() local 182 Set<String> abis = AbiUtils.getAbisSupportedByCts(); in testSerialize_packages() local 199 Set<String> abis = AbiUtils.getAbisSupportedByCts(); in testSerialize_multiExclude() local
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | PlanCreator.java | 93 public void createAndSerializeDerivedPlan(CtsBuildHelper build, Set<String> abis) in createAndSerializeDerivedPlan() 116 public ITestPlan createDerivedPlan(CtsBuildHelper build, Set<String> abis) in createDerivedPlan()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/ |
D | CtsConsole.java | 224 private void addDerivedPlan(CtsBuildHelper ctsBuild, Set<String> abis, String[] flatArgs) { in addDerivedPlan()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | TestPackageXmlParser.java | 154 Set<String> abis = new HashSet<String>(); in startElement() local
|
D | TestPlan.java | 125 public TestPlan(String name, Set<String> abis) { in TestPlan()
|
D | CtsTest.java | 788 private void setupTestPackageList(Set<String> abis) throws DeviceNotAvailableException { in setupTestPackageList() 1092 Set<String> abis = new HashSet<>(); in getAbis() local
|
/cts/tools/utils/ |
D | DescriptionGenerator.java | 437 String abis = caze.mAbis.toString(); in appendTestCases() local 653 TestMethod(String name, String description, String controller, Set<String> abis, in TestMethod()
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | XmlGenerator.java | 209 String abis = getSupportedAbis(mUnsupportedAbis, mArchitecture, in writeTests() local
|