Searched defs:setMethod (Results 1 - 25 of 36) sorted by relevance

12

/external/nist-sip/java/javax/sip/header/
H A DAllowHeader.java9 void setMethod(String method) throws ParseException; method in interface:AllowHeader
H A DRAckHeader.java10 void setMethod(String method) throws ParseException; method in interface:RAckHeader
/external/javassist/src/main/javassist/compiler/ast/
H A DCallExpr.java33 public void setMethod(MemberResolver.Method m) { method in class:CallExpr
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAllow.java76 public void setMethod(String method) throws ParseException { method in class:Allow
80 + ", Allow, setMethod(), the method parameter is null.");
H A DSipRequestLine.java45 public abstract void setMethod(String method); method in interface:SipRequestLine
H A DCSeq.java154 * @see javax.sip.header.CSeqHeader#setMethod(java.lang.String)
156 public void setMethod(String meth) throws ParseException { method in class:CSeq
160 + ", setMethod(), the meth parameter is null");
H A DRAck.java120 public void setMethod(String method) throws ParseException { method in class:RAck
H A DRequestLine.java127 * @see gov.nist.javax.sip.header.SipRequestLine#setMethod(java.lang.String)
129 public void setMethod(String method) { method in class:RequestLine
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java110 public void setMethod(final String method) { method in class:RequestWrapper
/external/nist-sip/java/javax/sip/message/
H A DRequest.java24 void setMethod(String method) throws ParseException; method in interface:Request
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java112 public void setMethod(org.apache.xml.utils.QName newValue) method in class:ProcessorOutputElem
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebServiceWorkerRequest.cpp51 void WebServiceWorkerRequest::setMethod(const WebString& method) function in class:blink::WebServiceWorkerRequest
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMConfiguration.h175 setMethod(objectOrTemplate, callback.methodName(isolate), functionTemplate, attribute);
189 static void setMethod(v8::Handle<v8::Object> target, v8::Handle<v8::Name> name, v8::Handle<v8::FunctionTemplate> functionTemplate, v8::PropertyAttribute attribute) function in class:blink::V8DOMConfiguration
193 static void setMethod(v8::Handle<v8::FunctionTemplate> target, v8::Handle<v8::Name> name, v8::Handle<v8::FunctionTemplate> functionTemplate, v8::PropertyAttribute attribute) function in class:blink::V8DOMConfiguration
197 static void setMethod(v8::Handle<v8::ObjectTemplate> target, v8::Handle<v8::Name> name, v8::Handle<v8::FunctionTemplate> functionTemplate, v8::PropertyAttribute attribute) function in class:blink::V8DOMConfiguration
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchRequestData.h69 void setMethod(AtomicString method) { m_method = method; } function in class:blink::FINAL
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java353 requestLine.setMethod(method);
396 public void setMethod(String method) { method in class:SIPRequest
408 this.requestLine.setMethod(meth);
412 this.cSeqHeader.setMethod(meth);
776 cancel.setMethod(Request.CANCEL);
781 cancel.getCSeq().setMethod(Request.CANCEL);
821 newRequest.setMethod(Request.ACK);
853 cseq.setMethod(Request.ACK);
918 newRequest.setMethod(Request.ACK);
927 newRequest.getCSeq().setMethod(Reques
[all...]
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DSipUri.java629 public void setMethod(String method) { method in class:SipUri
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp695 void HTMLFormElement::setMethod(const AtomicString& value) function in class:blink::HTMLFormElement
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java1050 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type);
1061 protected final Method setMethod; field in class:GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
1069 invokeOrDie(setMethod, builder, value);
/external/clang/include/clang/AST/
H A DExprObjC.h796 ObjCMethodDecl *setMethod, SourceLocation RB)
805 SetAtIndexMethodDecl(setMethod)
815 ObjCMethodDecl *setMethod,
793 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
/external/clang/lib/AST/
H A DExpr.cpp4143 ObjCMethodDecl *setMethod,
4148 getMethod, setMethod, RB);
4139 Create(const ASTContext &C, Expr *base, Expr *key, QualType T, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
/external/clang/include/clang/Sema/
H A DSema.h825 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); } function in class:clang::Sema::SpecialMemberOverloadResult
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2193 milliseconds

12