Home
last modified time | relevance | path

Searched refs:supportedAbis (Results 1 – 3 of 3) sorted by relevance

/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java245 Set<String> supportedAbis = AbiUtils.getAbisForArch(architecture); in getSupportedAbis() local
247 return supportedAbis; in getSupportedAbis()
250 removeUnsupportedAbis(expectationStore.get(className), supportedAbis); in getSupportedAbis() local
251 removeUnsupportedAbis(expectationStore.get(testName), supportedAbis); in getSupportedAbis() local
252 return supportedAbis; in getSupportedAbis()
255 public static void removeUnsupportedAbis(Expectation expectation, Set<String> supportedAbis) { in removeUnsupportedAbis() argument
272 supportedAbis.remove(abi); in removeUnsupportedAbis()
/cts/tools/utils/
DCollectAllTests.java454 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests() local
469 testClass.mCases.add(new TestMethod(testName, "", "", supportedAbis, in addToTests()
DDescriptionGenerator.java579 Set<String> supportedAbis = in getTestMethods() local
583 name, method.commentText(), controller, supportedAbis, in getTestMethods()