HomeSort by relevance Sort by last modified time
    Searched defs:supportedAbis (Results 1 - 6 of 6) sorted by null

  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java 237 Set<String> supportedAbis = AbiUtils.getAbisForArch(architecture);
239 return supportedAbis;
242 removeUnsupportedAbis(expectationStore.get(className), supportedAbis);
243 removeUnsupportedAbis(expectationStore.get(testName), supportedAbis);
244 return supportedAbis;
247 public static void removeUnsupportedAbis(Expectation expectation, Set<String> supportedAbis) {
264 supportedAbis.remove(abi);
  /cts/tools/utils/
CollectAllTests.java 425 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture,
437 testClass.mCases.add(new TestMethod(testName, "", "", supportedAbis,
DescriptionGenerator.java 574 Set<String> supportedAbis =
577 name, method.commentText(), controller, supportedAbis,
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 415 Vector<ScopedUtfChars*> supportedAbis;
418 supportedAbis.add(new ScopedUtfChars(env,
450 const ScopedUtfChars* abi = supportedAbis[i];
461 delete supportedAbis[i];
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]

Completed in 537 milliseconds