Searched refs:methodType (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/classfile/util/
H A DDynamicClassReferenceInitializer.java336 String methodType = methodrefConstant.getType(clazz);
339 if (methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JAVAC) ||
340 methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JIKES))
365 methodType,
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g414 String methodType;
416 methodType = "an abstract";
418 methodType = "a native";
423 throw new SemanticException(input, $registers_directive.start, "A .locals directive is not valid in \%s method", methodType);
425 throw new SemanticException(input, $registers_directive.start, "A .registers directive is not valid in \%s method", methodType);
430 throw new SemanticException(input, $I_METHOD, "try/catch blocks cannot be present in \%s method", methodType);
434 throw new SemanticException(input, $I_METHOD, "debug directives cannot be present in \%s method", methodType);
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java815 Class<?> methodType = method.getReturnType();
825 if (!methodType.isAssignableFrom(actionType)) {
826 if (methodType.isPrimitive() &&
827 actionType.equals(PRIMITIVE_TO_BOXED_LOOKUP.get(methodType))) {
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java358 TypeId<Method> methodType = TypeId.get(Method.class);
361 "invoke", TypeId.OBJECT, methodType, objectArrayType);
427 Local<Method> thisMethod = code.newLocal(methodType);
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java2221 String methodType;
2223 methodType = "an abstract";
2225 methodType = "a native";
2230 throw new SemanticException(input, (registers_directive68!=null?((CommonTree)registers_directive68.start):null), "A .locals directive is not valid in %s method", methodType);
2232 throw new SemanticException(input, (registers_directive68!=null?((CommonTree)registers_directive68.start):null), "A .registers directive is not valid in %s method", methodType);
2237 throw new SemanticException(input, I_METHOD70, "try/catch blocks cannot be present in %s method", methodType);
2241 throw new SemanticException(input, I_METHOD70, "debug directives cannot be present in %s method", methodType);
/external/clang/lib/Parse/
H A DParseObjc.cpp680 tok::TokenKind methodType = Tok.getKind(); local
682 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java147 TypeId<Method> methodType = TypeId.get(Method.class);
149 Local<Method> localMethod = code.newLocal(methodType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 290 milliseconds