Home
last modified time | relevance | path

Searched defs:removeMethod (Results 1 – 6 of 6) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcServer.cpp39 XmlRpcServer::removeMethod(XmlRpcServerMethod* method) in removeMethod() function in XmlRpcServer
48 XmlRpcServer::removeMethod(const std::string& methodName) in removeMethod() function in XmlRpcServer
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DPlatform.java185 Method removeMethod = negoClass.getMethod("remove", SSLSocket.class); in findPlatform() local
353 private final Method removeMethod; field in Platform.JdkWithJettyBootPlatform
358 Method removeMethod, Class<?> clientProviderClass, Class<?> serverProviderClass) { in JdkWithJettyBootPlatform()
/external/proguard/src/proguard/classfile/editor/
DClassEditor.java219 public void removeMethod(Method method) in removeMethod() method in ClassEditor
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java518 public void removeMethod() { in removeMethod() method in SipUri
/external/javassist/src/main/javassist/
DCtClass.java923 public void removeMethod(CtMethod m) throws NotFoundException { in removeMethod() method in CtClass
DCtClassType.java1335 public void removeMethod(CtMethod m) throws NotFoundException { in removeMethod() method in CtClassType