HomeSort by relevance Sort by last modified time
    Searched refs:returnType (Results 26 - 50 of 291) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 36 public MethodInfo(String name, String returnType) {
38 mReturn = returnType;
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 63 CodeGenABITypes::arrangeFreeFunctionCall(CanQualType returnType,
68 returnType, /*IsInstanceMethod=*/false, argTypes, info, args);
  /external/javassist/src/main/javassist/
CtNewMethod.java 88 * @param returnType the type of the returned value.
99 public static CtMethod make(CtClass returnType,
105 return make(Modifier.PUBLIC, returnType, mname, parameters, exceptions,
114 * @param returnType the type of the returned value.
126 public static CtMethod make(int modifiers, CtClass returnType,
134 = new CtMethod(returnType, mname, parameters, declaring);
192 * @param returnType the type of the returned value
200 public static CtMethod abstractMethod(CtClass returnType,
207 CtMethod cm = new CtMethod(returnType, mname, parameters, declaring);
388 * type to the type specified by <code>returnType</code>. Thus
    [all...]
CtNewWrappedMethod.java 27 public static CtMethod wrapped(CtClass returnType, String mname,
34 CtMethod mt = new CtMethod(returnType, mname, parameterTypes,
45 parameterTypes, returnType, constParam);
53 CtClass returnType,
60 parameters, returnType, cparam, code);
72 CtClass returnType, ConstParameter cparam,
115 compileReturn(code, returnType); // consumes 2 stack entries
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Signature.java 37 public Signature(String name, Type returnType, Type[] argumentTypes) {
38 this(name, Type.getMethodDescriptor(returnType, argumentTypes));
MethodWrapper.java 27 public Object newInstance(String name, String[] parameterTypes, String returnType);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceSignatureVisitor.java 56 private StringBuffer returnType;
141 returnType = new StringBuffer();
142 return new TraceSignatureVisitor(returnType);
270 return returnType == null ? null : returnType.toString();
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
TransformClassAdapter.java 97 String returnType = t.getInternalName();
98 if (returnType != null) {
99 if (mDeleteReturns.contains(returnType)) {
129 return new StubMethodAdapter(mw, name, returnType(desc), invokeSignature,
141 Type returnType(String desc) {
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 65 const CGFunctionInfo &arrangeFreeFunctionCall(CanQualType returnType,
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiClass.java 82 public ApiMethod getMethod(String name, List<String> parameterTypes, String returnType) {
86 && returnType.equals(method.getReturnType())) {
  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 112 public String returnType()
195 System.out.println(" Return type ["+enumeration.returnType()+"]");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
MethodUtil.java 103 public static String getShorty(Collection<? extends CharSequence> params, String returnType) {
105 sb.append(getShortyType(returnType));
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DownloadInfoTest.java 75 Class<?> returnType = method.getReturnType();
76 if (returnType.isPrimitive() || returnType == String.class) {
78 if (returnType.equals(Boolean.TYPE)) {
81 returnType);
85 return new AccessorSignature(methodName.substring(3), returnType);
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 227 String returnType = ClassUtil.internalMethodReturnType(type);
228 if (returnType.charAt(0) != ClassConstants.INTERNAL_TYPE_VOID)
230 stack.push(getMethodReturnValue(clazz, methodrefConstant, returnType));
252 String returnType = ClassUtil.internalMethodReturnType(type);
253 if (returnType.charAt(0) != ClassConstants.INTERNAL_TYPE_VOID)
255 stack.push(getMethodReturnValue(clazz, invokeDynamicConstant, returnType));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 289 Type returnType = Type.find(returnCtClass);
302 // if (declareField(ctClass, fieldName, returnType)) {
309 String methodBody = generateMethodBody(ctClass, ctMethod, wasNative, wasAbstract, returnCtClass, returnType, isStatic, !wasFoundInClass);
357 private String generateMethodBody(CtClass ctClass, CtMethod ctMethod, boolean wasNative, boolean wasAbstract, CtClass returnCtClass, Type returnType, boolean aStatic, boolean shouldGenerateCallToSuper) throws NotFoundException {
360 methodBody = returnType.isVoid() ? "" : "return " + returnType.defaultReturnString() + ";";
362 methodBody = generateMethodBody(ctClass, ctMethod, returnCtClass, returnType, aStatic, shouldGenerateCallToSuper);
366 methodBody += returnType.isVoid() ? "" : "return " + returnType.defaultReturnString() + ";";
371 public String generateMethodBody(CtClass ctClass, CtMethod ctMethod, CtClass returnCtClass, Type returnType, boolean isStatic, boolean shouldGenerateCallToSuper) throws NotFoundException
    [all...]
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 111 CtClass returnType = codeGen.returnType;
114 compileUnwrapValue(returnType);
115 else if (returnType instanceof CtPrimitiveType) {
116 CtPrimitiveType pt = (CtPrimitiveType)returnType;
  /external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java 98 Class returnType = method.getReturnType();
99 if (returnType.equals(InetAddress[].class)) {
102 } else if (returnType.equals(byte[][].class)) {
  /external/jdiff/src/jdiff/
MethodAPI.java 55 public MethodAPI(String name, String returnType, boolean isAbstract,
59 returnType_ = returnType;
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsEmptyValues.java 79 Class<?> returnType = invocation.getMethod().getReturnType();
80 return returnValueFor(returnType);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
ProtoIdItem.java 92 String returnType = dexFile.getType(returnTypeIndex);
93 sb.append(returnType);
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 42 private GLAPISpec(String glFunction, GLDataTypeSpec returnType, List<GLDataTypeSpec> args) {
44 mReturnType = returnType;
105 * {@code returnType, funcName, arg*}. This method is package private for testing.
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 58 asBinder->returnType = IBINDER_TYPE;
71 onTransact->returnType = BOOLEAN_TYPE;
104 m->returnType = interfaceType;
185 asBinder->returnType = IBINDER_TYPE;
275 decl->returnType = NAMES.Search(method->type.type.data);
346 _result = new Variable(decl->returnType, "_result",
358 generate_write_to_parcel(decl->returnType, c->statements, _result,
388 proxy->returnType = NAMES.Search(method->type.type.data);
416 _result = new Variable(proxy->returnType, "_result",
470 generate_create_from_parcel(proxy->returnType,
    [all...]
generate_java_rpc.cpp 126 this->processMethod->returnType = BYTE_TYPE;
210 Type* returnType = NAMES.Search(method->type.type.data);
211 if (returnType == EVENT_FAKE_TYPE) {
212 returnType = VOID_TYPE;
218 if (returnType == VOID_TYPE) {
221 _result = new Variable(returnType, "_result",
233 generate_write_to_data(returnType, block,
347 get->returnType = RPC_ENDPOINT_INFO_TYPE;
560 this->onResultMethod->returnType = VOID_TYPE;
578 m->returnType = VOID_TYPE
    [all...]

Completed in 772 milliseconds

12 3 4 5 6 7 8 91011>>