Home
last modified time | relevance | path

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

12

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/builders/
DNodeWithParametersBuildersTest.java40 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", PUBLIC); in testAddParameter() local
53 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", PUBLIC); in testGetParamByName() local
60 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", PUBLIC); in testGetParamByType() local
DNodeWithMembersBuildersTest.java49 MethodDeclaration addMethod = classDeclaration.addMethod("foo", PUBLIC); in testAddMethod() local
76 MethodDeclaration addMethod = classDeclaration.addMethod("foo", PUBLIC); in testGetMethodsWithName() local
86 MethodDeclaration addMethod = classDeclaration.addMethod("foo", PUBLIC); in testGetMethods() local
DNodeWithThrownExceptionsBuildersTest.java38 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", PUBLIC); in testThrows() local
/external/grpc-grpc-java/api/src/main/java/io/grpc/
DServerServiceDefinition.java98 public <ReqT, RespT> Builder addMethod( in addMethod() method in ServerServiceDefinition.Builder
106 public <ReqT, RespT> Builder addMethod(ServerMethodDefinition<ReqT, RespT> def) { in addMethod() method in ServerServiceDefinition.Builder
DServiceDescriptor.java164 public Builder addMethod(MethodDescriptor<?, ?> method) { in addMethod() method in ServiceDescriptor.Builder
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DReflectionLongAdderCounter.java32 private static final Method addMethod; field in ReflectionLongAdderCounter
/external/dagger2/java/dagger/internal/codegen/writing/
DGeneratedImplementation.java39 void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec); in addMethod() method
DComponentWrapperImplementation.java74 public void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec) { in addMethod() method in ComponentWrapperImplementation
DComponentImplementation.java604 public void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec) { in addMethod() method in ShardImplementation
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/remove/
DNodeRemovalTest.java68 MethodDeclaration addMethod = testClass.addMethod("testM"); in testRemoveStatementFromMethodBody() local
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DMutableClass.java61 public void addMethod(MethodNode methodNode) { in addMethod() method in MutableClass
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DClassCoverageImpl.java60 public void addMethod(final IMethodCoverage method) { in addMethod() method in ClassCoverageImpl
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
DGenerator.java76 private void addMethod( in addMethod() method in Generator
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
DNodeWithMembers.java162 default MethodDeclaration addMethod(String methodName, Modifier... modifiers) { in addMethod() method
/external/javassist/src/main/javassist/
DCtMember.java80 void addMethod(CtMember method) { in addMethod() method in CtMember.Cache
DCtClass.java1079 public void addMethod(CtMethod m) throws CannotCompileException { in addMethod() method in CtClass
DCtClassType.java1470 public void addMethod(CtMethod m) throws CannotCompileException { in addMethod() method in CtClassType
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithMembers.java268 default MethodDeclaration addMethod(String methodName, Keyword... modifiers) { in addMethod() method
/external/javassist/src/test/javassist/bytecode/
DInsertGap0.java204 private void addMethod(CtMethod method, CtClass target) in addMethod() method in InsertGap0
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DClassGen.java287 public void addMethod( final Method m ) { in addMethod() method in ClassGen
/external/javassist/src/main/javassist/bytecode/
DClassFile.java659 public void addMethod(MethodInfo minfo) throws DuplicateMemberException { in addMethod() method in ClassFile
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java593 public int addMethod (final Method_info method) in addMethod() method in ClassDef
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeSpec.java635 public Builder addMethod(MethodSpec methodSpec) { in addMethod() method in TypeSpec.Builder
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2435 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name… in addMethod() function in glslang::TIntermediate
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp2435 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name… in addMethod() function in glslang::TIntermediate

12