Searched refs:architecture (Results 1 – 6 of 6) sorted by relevance
/cts/tools/utils/ |
D | VogarUtils.java | 99 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()
|
D | CollectAllTests.java | 102 String architecture = args[4]; in main() local 103 if (architecture == null || architecture.equals("")) { in main() 247 addToTests(expectations, architecture, testCases, klass); in main() 258 addToTests(expectations, architecture, testCases, klass); in main() 396 String architecture, in addToTests() argument 427 addToTests(expectations, architecture, testCases, testClass, testName); in addToTests() 432 String architecture, in addToTests() argument 454 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests()
|
D | DescriptionGenerator.java | 111 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/hostsidetests/appsecurity/test-apps/SplitApp/ |
D | README | 5 the target architecture, and then run build_libs.sh:
|
/cts/tests/tests/os/assets/minijail/ |
D | isolated-common-not-i386.policy | 3 # This policy is appended to the architecture-specific policy.
|
D | isolated-common.policy | 2 # This architecture-agnostic policy is appended to every architecture-specific
|