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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DCustomInlineMethodResolver.java107 int methodType = classDef.getMethodType(String.format("%s(%s)%s", methodName, methodParams, methodRet));
109 if (methodType == -1) {
113 return new DeodexUtil.InlineMethod(methodType, className, methodName, methodParams, methodRet);
H A DDeodexUtil.java282 public final int methodType; field in class:DeodexUtil.InlineMethod
290 InlineMethod(int methodType, String classType, String methodName, String parameters, argument
292 this.methodType = methodType;
H A DMethodAnalyzer.java3475 switch (inlineMethod.methodType) {
3513 switch (inlineMethod.methodType) {
/external/proguard/src/proguard/classfile/util/
H A DDynamicClassReferenceInitializer.java335 String methodType = methodrefConstant.getType(clazz);
338 if (methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JAVAC) ||
339 methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JIKES))
364 methodType,
/external/webkit/Source/WebCore/bindings/scripts/
H A DIDLParser.pm301 my $methodType = (defined($2) ? $2 : die("Parsing error!\nSource:\n$line\n)"));
314 $newDataNode->signature->type($methodType);
317 print " | |- Method; TYPE \"$methodType\" NAME \"$methodName\" EXCEPTION? \"$methodException\"" .
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g503 String methodType;
505 methodType = "an abstract";
507 methodType = "a native";
512 throw new SemanticException(input, $registers_directive.start, "A .locals directive is not valid in \%s method", methodType);
514 throw new SemanticException(input, $registers_directive.start, "A .registers directive is not valid in \%s method", methodType);
519 throw new SemanticException(input, $I_METHOD, "Labels cannot be present in \%s method", methodType);
523 throw new SemanticException(input, $I_METHOD, "try/catch blocks cannot be present in \%s method", methodType);
527 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/webkit/Source/WebCore/bridge/qt/
H A Dqt_instance.cpp278 && m.methodType() != QMetaMethod::Signal
H A Dqt_runtime.cpp1566 if (m.methodType() == QMetaMethod::Signal)
/external/clang/lib/Parse/
H A DParseObjc.cpp660 tok::TokenKind methodType = Tok.getKind(); local
662 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 ...

Completed in 461 milliseconds