Searched defs:setMethod (Results 1 - 25 of 49) 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/clang/include/clang/Sema/
H A DObjCMethodList.h48 void setMethod(ObjCMethodDecl *M) { function in struct:clang::ObjCMethodList
H A DSema.h933 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); } function in class:clang::Sema::SpecialMemberOverloadResult
/external/testng/src/main/java/org/testng/internal/annotations/
H A DBaseAnnotation.java20 public void setMethod(Method method) { method in class:BaseAnnotation
/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/testng/src/main/java/org/testng/internal/
H A DTestResult.java153 public void setMethod(ITestNGMethod method) { method in class:TestResult
/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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java104 public void setMethod() { setType(CAT, CAT_METHOD); } method in class:APIInfo
/external/clang/include/clang/AST/
H A DExprObjC.h780 ObjCMethodDecl *setMethod, SourceLocation RB)
789 SetAtIndexMethodDecl(setMethod)
777 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java2097 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type);
2115 protected final Method setMethod; field in class:GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
2151 invokeOrDie(setMethod, builder, value);
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/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/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...

Completed in 583 milliseconds

12