Searched refs:supportedAbis (Results 1 – 3 of 3) sorted by relevance
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | XmlGenerator.java | 239 Set<String> supportedAbis = AbiUtils.getAbisForArch(architecture); in getSupportedAbis() local 241 return supportedAbis; in getSupportedAbis() 244 removeUnsupportedAbis(expectationStore.get(className), supportedAbis); in getSupportedAbis() local 245 removeUnsupportedAbis(expectationStore.get(testName), supportedAbis); in getSupportedAbis() local 246 return supportedAbis; in getSupportedAbis() 249 public static void removeUnsupportedAbis(Expectation expectation, Set<String> supportedAbis) { in removeUnsupportedAbis() argument 266 supportedAbis.remove(abi); in removeUnsupportedAbis()
|
/cts/tools/utils/ |
D | CollectAllTests.java | 446 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests() local 461 testClass.mCases.add(new TestMethod(testName, "", "", supportedAbis, in addToTests()
|
D | DescriptionGenerator.java | 579 Set<String> supportedAbis = in getTestMethods() local 583 name, method.commentText(), controller, supportedAbis, in getTestMethods()
|