Searched defs:methodReturnType (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/obfuscate/
H A DMappingKeeper.java141 String methodReturnType,
149 String descriptor = ClassUtil.internalMethodDescriptor(methodReturnType,
166 ": method '" + methodReturnType + " " + methodName + JavaConstants.METHOD_ARGUMENTS_OPEN + methodArguments + JavaConstants.METHOD_ARGUMENTS_CLOSE +
138 processMethodMapping(String className, int firstLineNumber, int lastLineNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName) argument
H A DMappingProcessor.java67 * @param methodReturnType the original external method return type.
75 String methodReturnType,
72 processMethodMapping(String className, int firstLineNumber, int lastLineNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName) argument
H A DMultiMappingProcessor.java80 String methodReturnType,
90 methodReturnType,
77 processMethodMapping(String className, int firstLineNumber, int lastLineNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName) argument
/external/proguard/src/proguard/retrace/
H A DReTrace.java603 public void processMethodMapping(String className, int firstLineNumber, int lastLineNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName) argument
624 methodReturnType,
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
H A DProxyBuilder.java777 private static void generateCodeForReturnStatement(Code code, Class methodReturnType, argument
779 if (PRIMITIVE_TO_UNBOX_METHOD.containsKey(methodReturnType)) {
781 MethodId unboxingMethodFor = getUnboxMethodForPrimitive(methodReturnType);
784 } else if (void.class.equals(methodReturnType)) {
796 private static MethodId<?, ?> getUnboxMethodForPrimitive(Class<?> methodReturnType) { argument
797 return PRIMITIVE_TO_UNBOX_METHOD.get(methodReturnType);
/external/oj-libjdwp/src/share/back/
H A Dutil.c781 methodReturnType(jmethodID method, char *typeKey) function
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 267 milliseconds