Home
last modified time | relevance | path

Searched refs:ofMethod (Results 1 – 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DDescriptor.java276 return ofMethod(CtClass.voidType, paramTypes); in ofConstructor()
286 public static String ofMethod(CtClass returnType, CtClass[] paramTypes) { in ofMethod() method in Descriptor
310 return ofMethod(null, paramTypes); in ofParameters()
DBytecode.java920 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokespecial()
1020 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokestatic()
1098 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokevirtual()
1168 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokeinterface()
/external/javassist/src/main/javassist/
DCtMethod.java65 String desc = Descriptor.ofMethod(returnType, parameters); in CtMethod()
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DEarlyValidator.java996 Optional<ExecutableElement> ofMethod = in validateCustomParcelableWrapper() local
1010 if (!ofMethod.isPresent()) { in validateCustomParcelableWrapper()
1056 ClassName wrappedParamRawType, ExecutableElement ofMethod) { in ofMethodHasExpectedArguments() argument
1057 List<? extends VariableElement> parameters = ofMethod.getParameters(); in ofMethodHasExpectedArguments()
/external/javassist/src/main/javassist/compiler/
DJvstCodeGen.java104 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList)); in atMember()
642 Descriptor.ofMethod(CtClass.voidType, args)); in compileParameterList()
/external/dagger2/java/dagger/internal/codegen/validation/
DModuleValidator.java215 .map(ModuleMethodKind::ofMethod) in validateUncached()
347 static ModuleMethodKind ofMethod(ExecutableElement moduleMethod) { in ofMethod() method in ModuleValidator.ModuleMethodKind