Home | History | Annotate | Download | only in utils

Lines Matching defs:architecture

111         String architecture = null;
118 architecture = option[1];
122 if (architecture == null || architecture.equals("")) {
123 Log.e("Missing architecture!", null);
145 xmlGenerator.addTestClass(new TestClass(clazz, ctsExpectationStore, architecture));
532 TestClass(ClassDoc clazz, ExpectationStore expectationStore, String architecture) {
534 mCases = getTestMethods(expectationStore, architecture, clazz);
544 String architecture, ClassDoc clazz) {
580 VogarUtils.extractSupportedAbis(architecture, expectation);