Home
last modified time | relevance | path

Searched refs:removeMethod (Results 1 – 9 of 9) 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
265 removeMethod(LIST_METHODS); in enableIntrospection()
266 removeMethod(METHOD_HELP); in enableIntrospection()
DXmlRpcServer.h47 void removeMethod(XmlRpcServerMethod* method);
50 void removeMethod(const std::string& methodName);
DXmlRpcServerMethod.cpp17 if (_server) _server->removeMethod(this); in ~XmlRpcServerMethod()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DPlatform.java185 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/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassSimplifier.java138 new ClassEditor(programClass).removeMethod(valueOfMethod); in visitProgramClass()
/external/proguard/src/proguard/classfile/editor/
DClassEditor.java219 public void removeMethod(Method method) in removeMethod() method in ClassEditor
/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
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java518 public void removeMethod() { in removeMethod() method in SipUri