Home
last modified time | relevance | path

Searched defs:addMethod (Results 1 – 20 of 20) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DTypeWriter.java49 public MethodWriter addMethod(TypeWriter returnType, String name) { in addMethod() method in TypeWriter
55 public MethodWriter addMethod(TypeMirror returnType, String name) { in addMethod() method in TypeWriter
62 public MethodWriter addMethod(TypeName returnType, String name) { in addMethod() method in TypeWriter
68 public MethodWriter addMethod(Class<?> returnType, String name) { in addMethod() method in TypeWriter
/external/r8/src/main/java/com/android/tools/r8/dex/
DIndexedItemCollection.java55 boolean addMethod(DexMethod method); in addMethod() method
DVirtualFile.java477 public boolean addMethod(DexMethod method) { in addMethod() method in VirtualFile.VirtualFileIndexedItemCollection
566 public boolean addMethod(DexMethod method) { in addMethod() method in VirtualFile.IndexedItemTransaction
/external/r8/src/main/java/com/android/tools/r8/shaking/
DAbstractMethodRemover.java90 boolean addMethod(DexMethod method) { in addMethod() method in AbstractMethodRemover.ScopedDexItemSet
DMainDexListBuilder.java276 public boolean addMethod(DexMethod method) { in addMethod() method in MainDexListBuilder.AnnotationDirectReferenceCollector
DEnqueuer.java1250 public boolean addMethod(DexMethod method) { in addMethod() method in Enqueuer.AnnotationReferenceMarker
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DClassCoverageImpl.java59 public void addMethod(final IMethodCoverage method) { in addMethod() method in ClassCoverageImpl
/external/proguard/src/proguard/
DClassSpecification.java199 public void addMethod(MemberSpecification methodSpecification) in addMethod() method in ClassSpecification
/external/proguard/src/proguard/classfile/editor/
DClassEditor.java190 public void addMethod(Method method) in addMethod() method in ClassEditor
/external/xmlrpcpp/src/
DXmlRpcServer.cpp32 XmlRpcServer::addMethod(XmlRpcServerMethod* method) in addMethod() function in XmlRpcServer
/external/r8/src/test/java/com/android/tools/r8/jasmin/
DJasminBuilder.java66 private MethodSignature addMethod( in addMethod() method in JasminBuilder.ClassBuilder
/external/javassist/src/main/javassist/
DCtMember.java64 void addMethod(CtMember method) { in addMethod() method in CtMember.Cache
DCtClass.java913 public void addMethod(CtMethod m) throws CannotCompileException { in addMethod() method in CtClass
DCtClassType.java1316 public void addMethod(CtMethod m) throws CannotCompileException { in addMethod() method in CtClassType
/external/r8/src/main/java/com/android/tools/r8/optimize/
DMemberRebindingAnalysis.java111 BiConsumer<DexProgramClass, DexEncodedMethod> addMethod) { in computeMethodRebinding()
/external/jdiff/src/jdiff/
DXMLToAPI.java298 public static void addMethod(String name, String returnType, in addMethod() method in XMLToAPI
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java593 public int addMethod (final Method_info method) in addMethod() method in ClassDef
/external/javassist/src/main/javassist/bytecode/
DClassFile.java639 public void addMethod(MethodInfo minfo) throws DuplicateMemberException { in addMethod() method in ClassFile
/external/proguard/src/proguard/gui/
DGUIResources.properties607 addMethod = Add method... key
/external/doclava/src/com/google/doclava/
DClassInfo.java809 public void addMethod(MethodInfo method) { in addMethod() method in ClassInfo