HomeSort by relevance Sort by last modified time
    Searched refs:getAbisForArch (Results 1 - 3 of 3) sorted by null

  /cts/tools/utils/
VogarUtils.java 99 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture);
123 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture);
  /cts/libs/commonutil/src/com/android/cts/util/
AbiUtils.java 102 public static Set<String> getAbisForArch(String arch) {
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java 237 Set<String> supportedAbis = AbiUtils.getAbisForArch(architecture);

Completed in 351 milliseconds