Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/builders/
H A 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
H A 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
H A DNodeWithThrownExceptionsBuildersTest.java38 MethodDeclaration addMethod = cu.addClass("test").addMethod("foo", PUBLIC); in testThrows() local
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A 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
H A DServiceDescriptor.java164 public Builder addMethod(MethodDescriptor<?, ?> method) { in addMethod() method in ServiceDescriptor.Builder
/aosp_15_r20/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
H A DTextCodebaseBuilder.kt89 fun addMethod(method: MethodItem) { in addMethod() method in com.android.tools.metalava.model.text.TextCodebaseBuilder
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DReflectionLongAdderCounter.java32 private static final Method addMethod; field in ReflectionLongAdderCounter
/aosp_15_r20/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DClassRef.java52 public void addMethod(MethodRef mref) { in addMethod() method in ClassRef
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/
H A DGeneratedImplementation.java39 void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec); in addMethod() method
H A DComponentWrapperImplementation.java74 public void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec) { in addMethod() method in ComponentWrapperImplementation
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/remove/
H A DNodeRemovalTest.java68 MethodDeclaration addMethod = testClass.addMethod("testM"); in testRemoveStatementFromMethodBody() local
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DMutableClass.java61 public void addMethod(MethodNode methodNode) { in addMethod() method in MutableClass
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DClassCoverageImpl.java60 public void addMethod(final IMethodCoverage method) { in addMethod() method in ClassCoverageImpl
/aosp_15_r20/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
H A DGenerator.java76 private void addMethod( in addMethod() method in Generator
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DClassItem.kt770 fun addMethod(method: MethodItem) in <lambda>() method
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
H A DNodeWithMembers.java162 default MethodDeclaration addMethod(String methodName, Modifier... modifiers) { in addMethod() method
/aosp_15_r20/development/tools/apkcheck/src/com/android/apkcheck/
H A DClassInfo.java153 public void addMethod(MethodInfo methInfo) { in addMethod() method in ClassInfo
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/
H A DApiClass.java113 public void addMethod(ApiMethod method) { in addMethod() method in ApiClass
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtMember.java80 void addMethod(CtMember method) { in addMethod() method in CtMember.Cache
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
H A DNodeWithMembers.java268 default MethodDeclaration addMethod(String methodName, Keyword... modifiers) { in addMethod() method
/aosp_15_r20/cts/tests/signature/lib/common/src/android/signature/cts/
H A DJDiffClassDescription.java134 public void addMethod(JDiffMethod method) { in addMethod() method in JDiffClassDescription
/aosp_15_r20/external/javassist/src/test/javassist/bytecode/
H A DInsertGap0.java204 private void addMethod(CtMethod method, CtClass target) in addMethod() method in InsertGap0
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/item/
H A DDefaultClassItem.kt228 final override fun addMethod(method: MethodItem) { in <lambda>() method
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/jni/
Dapf_jni.cpp293 jmethodID addMethod = env->GetMethodID(arrayListClass, "add", "(Ljava/lang/Object;)Z"); in com_android_server_ApfTest_getAllTransmittedPackets() local
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DClassGen.java287 public void addMethod( final Method m ) { in addMethod() method in ClassGen

12345678910>>...14