Home
last modified time | relevance | path

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

/cts/tools/utils/
DVogarUtils.java99 public static Set<String> extractSupportedAbis(String architecture, Expectation expectation) { in extractSupportedAbis() method in VogarUtils
118 public static Set<String> extractSupportedAbis(String architecture, in extractSupportedAbis() method in VogarUtils
127 supportedAbiSet.retainAll(extractSupportedAbis(architecture, expectation)); in extractSupportedAbis()
DCollectAllTests.java454 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests()
DDescriptionGenerator.java580 VogarUtils.extractSupportedAbis(architecture, expectation); in getTestMethods()