/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/node/ |
D | RemoveMethodGenerator.java | 79 …final MethodDeclaration removeMethod = (MethodDeclaration) parseBodyDeclaration(f("public %s %s() … in generateRemoveMethodForAttribute() local 81 final BlockStmt block = removeMethod.getBody().get(); in generateRemoveMethodForAttribute() 84 addOrReplaceWhenSameSignature(nodeCoid, removeMethod); in generateRemoveMethodForAttribute()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | Platform.java | 185 Method removeMethod = negoClass.getMethod("remove", SSLSocket.class); in findPlatform() local 187 putMethod, getMethod, removeMethod, clientProviderClass, serverProviderClass); in findPlatform() 353 private final Method removeMethod; field in Platform.JdkWithJettyBootPlatform 358 Method removeMethod, Class<?> clientProviderClass, Class<?> serverProviderClass) { in JdkWithJettyBootPlatform() argument 362 this.removeMethod = removeMethod; in JdkWithJettyBootPlatform() 386 removeMethod.invoke(null, sslSocket); in afterHandshake()
|
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ |
D | Platform.java | 266 Method removeMethod = negoClass.getMethod("remove", SSLSocket.class); in findPlatform() local 268 putMethod, getMethod, removeMethod, clientProviderClass, serverProviderClass, in findPlatform() 489 private final Method removeMethod; field in Platform.JdkWithJettyBootPlatform 493 public JdkWithJettyBootPlatform(Method putMethod, Method getMethod, Method removeMethod, in JdkWithJettyBootPlatform() argument 498 this.removeMethod = removeMethod; in JdkWithJettyBootPlatform() 529 removeMethod.invoke(null, sslSocket); in afterHandshake()
|
/external/javassist/src/test/javassist/ |
D | HotswapTest.java | 31 clazz.removeMethod(m); in testHotswap()
|
D | JvstTest2.java | 1295 cc.removeMethod(m); in testRemove3()
|
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | MutableClass.java | 65 public void removeMethod(String name, String desc) { in removeMethod() method in MutableClass
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumClassSimplifier.java | 138 new ClassEditor(programClass).removeMethod(valueOfMethod); in visitProgramClass()
|
/external/proguard/src/proguard/classfile/editor/ |
D | ClassEditor.java | 219 public void removeMethod(Method method) in removeMethod() method in ClassEditor
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ClassGen.java | 361 public void removeMethod( final Method m ) { in removeMethod() method in ClassGen
|
/external/javassist/src/main/javassist/ |
D | CtClass.java | 1089 public void removeMethod(CtMethod m) throws NotFoundException { in removeMethod() method in CtClass
|
D | CtClassType.java | 1491 public void removeMethod(CtMethod m) throws NotFoundException in removeMethod() method in CtClassType
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | SipUri.java | 518 public void removeMethod() { in removeMethod() method in SipUri
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
D | GeneratingAnnotatedClassesTestCase.java | 180 cg2.removeMethod(mainMethod1); in testGenerateMethodLevelAnnotations2()
|