HomeSort by relevance Sort by last modified time
    Searched full:methodreturntype (Results 1 - 8 of 8) sorted by null

  /external/proguard/src/proguard/obfuscate/
MultiMappingProcessor.java 80 String methodReturnType,
90 methodReturnType,
MappingProcessor.java 67 * @param methodReturnType the original external method return type.
75 String methodReturnType,
MappingKeeper.java 141 String methodReturnType,
149 String descriptor = ClassUtil.internalMethodDescriptor(methodReturnType,
166 ": method '" + methodReturnType + " " + methodName + ClassConstants.EXTERNAL_METHOD_ARGUMENTS_OPEN + methodArguments + ClassConstants.EXTERNAL_METHOD_ARGUMENTS_CLOSE +
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUndoManager.idl 306 - (const char *)methodReturnType
308 HRESULT methodReturnType([out, retval] BSTR* result);
  /external/webkit/Source/WebCore/bridge/objc/
objc_instance.mm 232 if (objcValueTypeForType([signature methodReturnType]) != ObjcObjectType) {
305 const char* type = [signature methodReturnType];
348 if (objcValueTypeForType([signature methodReturnType]) != ObjcObjectType) {
365 const char* type = [signature methodReturnType];
  /external/webkit/Source/WebKit/mac/Misc/
WebNSObjectExtras.mm 44 return strchr([[invocation methodSignature] methodReturnType], '@');
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 666 private static void generateCodeForReturnStatement(Code code, Class methodReturnType,
668 if (PRIMITIVE_TO_UNBOX_METHOD.containsKey(methodReturnType)) {
670 MethodId unboxingMethodFor = getUnboxMethodForPrimitive(methodReturnType);
673 } else if (void.class.equals(methodReturnType)) {
685 private static MethodId<?, ?> getUnboxMethodForPrimitive(Class<?> methodReturnType) {
686 return PRIMITIVE_TO_UNBOX_METHOD.get(methodReturnType);
    [all...]
  /external/proguard/src/proguard/retrace/
ReTrace.java 596 public void processMethodMapping(String className, int firstLineNumber, int lastLineNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName)
617 methodReturnType,

Completed in 289 milliseconds