Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 6 of 6) sorted by relevance

/cts/tools/utils/
DVogarUtils.java99 public static Set<String> extractSupportedAbis(String architecture, Expectation expectation) { in extractSupportedAbis() argument
100 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture); in extractSupportedAbis()
118 public static Set<String> extractSupportedAbis(String architecture, in extractSupportedAbis() argument
124 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture); in extractSupportedAbis()
127 supportedAbiSet.retainAll(extractSupportedAbis(architecture, expectation)); in extractSupportedAbis()
DCollectAllTests.java101 String architecture = args[4]; in main() local
102 if (architecture == null || architecture.equals("")) { in main()
239 addToTests(expectations, architecture, testCases, klass); in main()
250 addToTests(expectations, architecture, testCases, klass); in main()
388 String architecture, in addToTests() argument
419 addToTests(expectations, architecture, testCases, testClass, testName); in addToTests()
424 String architecture, in addToTests() argument
446 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests()
DDescriptionGenerator.java111 String architecture = null; in start() local
118 architecture = option[1]; in start()
122 if (architecture == null || architecture.equals("")) { in start()
145 xmlGenerator.addTestClass(new TestClass(clazz, ctsExpectationStore, architecture)); in start()
532 TestClass(ClassDoc clazz, ExpectationStore expectationStore, String architecture) { in TestClass() argument
534 mCases = getTestMethods(expectationStore, architecture, clazz); in TestClass()
544 String architecture, ClassDoc clazz) { in getTestMethods() argument
580 VogarUtils.extractSupportedAbis(architecture, expectation); in getTestMethods()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DCtsXmlGenerator.java52 String architecture = null; in main() local
80 architecture = getArg(args, ++i, "Missing value for architecture"); in main()
130 XmlGenerator generator = new XmlGenerator(failuresStore, abiStore, architecture, in main()
DXmlGenerator.java88 String architecture, String appNameSpace, String appPackageName, String name, in XmlGenerator() argument
102 mArchitecture = architecture; in XmlGenerator()
238 String architecture, String className, String testName) { in getSupportedAbis() argument
239 Set<String> supportedAbis = AbiUtils.getAbisForArch(architecture); in getSupportedAbis()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DREADME5 the target architecture, and then run build_libs.sh: