Home
last modified time | relevance | path

Searched defs: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
250 removeUnsupportedAbis(expectationStore.get(className), supportedAbis); in getSupportedAbis() local
251 removeUnsupportedAbis(expectationStore.get(testName), supportedAbis); in getSupportedAbis() local
255 public static void removeUnsupportedAbis(Expectation expectation, Set<String> supportedAbis) { in removeUnsupportedAbis()
/cts/tools/utils/
DCollectAllTests.java454 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests() local
DDescriptionGenerator.java579 Set<String> supportedAbis = in getTestMethods() local