Searched defs:setMethod (Results 1 - 25 of 31) 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/vogar/src/junit/framework/
H A DTestCase.java54 public final void setMethod(Method method) { method in class:TestCase
/external/clang/include/clang/Sema/
H A DObjCMethodList.h44 void setMethod(ObjCMethodDecl *M) { function in struct:clang::ObjCMethodList
H A DSema.h841 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); } function in class:clang::Sema::SpecialMemberOverloadResult
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java110 public void setMethod(final String method) { method in class:RequestWrapper
/external/jetty/src/java/org/eclipse/jetty/security/
H A DConstraintMapping.java63 public void setMethod(String method) method in class:ConstraintMapping
/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/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/jetty/src/java/org/eclipse/jetty/client/
H A DHttpExchange.java50 * <li>The HTTP request method, URI and HTTP version (see {@link #setMethod(String)}, {@link #setRequestURI(String)}, and {@link #setVersion(int)})
532 public void setMethod(String method) method in class:HttpExchange
/external/clang/include/clang/AST/
H A DExprObjC.h805 ObjCMethodDecl *setMethod, SourceLocation RB)
814 SetAtIndexMethodDecl(setMethod)
824 ObjCMethodDecl *setMethod,
802 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
/external/jetty/src/java/org/eclipse/jetty/server/
H A DRequest.java1796 public void setMethod(String method) method in class:Request
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java1822 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type);
1840 protected final Method setMethod; field in class:GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
1865 invokeOrDie(setMethod, builder, value);
/external/clang/lib/AST/
H A DExpr.cpp4237 ObjCMethodDecl *setMethod,
4242 getMethod, setMethod, RB);
4233 Create(const ASTContext &C, Expr *base, Expr *key, QualType T, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
/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/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 2720 milliseconds

12