OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMethod
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/nist-sip/java/javax/sip/header/
AllowHeader.java
9
void
setMethod
(String method) throws ParseException;
RAckHeader.java
10
void
setMethod
(String method) throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/header/
SipRequestLine.java
45
public abstract void
setMethod
(String method);
Allow.java
76
public void
setMethod
(String method) throws ParseException {
80
+ ", Allow,
setMethod
(), the method parameter is null.");
AllowList.java
109
allow.
setMethod
((String) it.next());
CSeq.java
154
* @see javax.sip.header.CSeqHeader#
setMethod
(java.lang.String)
156
public void
setMethod
(String meth) throws ParseException {
160
+ ",
setMethod
(), the meth parameter is null");
RAck.java
120
public void
setMethod
(String method) throws ParseException {
RequestLine.java
127
* @see gov.nist.javax.sip.header.SipRequestLine#
setMethod
(java.lang.String)
129
public void
setMethod
(String method) {
/external/javassist/src/main/javassist/compiler/ast/
CallExpr.java
33
public void
setMethod
(MemberResolver.Method m) {
/external/nist-sip/java/javax/sip/message/
Request.java
24
void
setMethod
(String method) throws ParseException;
/external/webkit/Source/WebCore/html/
IsIndexInputType.cpp
65
form->
setMethod
("GET");
HTMLFormElement.h
100
void
setMethod
(const String&);
/external/nist-sip/java/gov/nist/javax/sip/parser/
AllowParser.java
79
allow.
setMethod
(token.getTokenValue());
90
allow.
setMethod
(token.getTokenValue());
CSeqParser.java
70
c.
setMethod
(m);
RAckParser.java
87
rack.
setMethod
(token.getTokenValue());
RequestLineParser.java
57
retval.
setMethod
(m);
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipOutputStreamTest.java
155
* @tests java.util.zip.ZipOutputStream#
setMethod
(int)
159
zos.
setMethod
(ZipOutputStream.STORED);
168
zos.
setMethod
(ZipOutputStream.DEFLATED);
200
zip.
setMethod
(ZipEntry.STORED);
258
zip1.
setMethod
(ZipOutputStream.STORED);
259
zip1.
setMethod
(ZipEntry.STORED);
ZipEntryTest.java
308
* @tests java.util.zip.ZipEntry#
setMethod
(int)
311
// Test for method void java.util.zip.ZipEntry.
setMethod
(int)
313
zentry.
setMethod
(ZipEntry.STORED);
316
zentry.
setMethod
(ZipEntry.DEFLATED);
322
zentry.
setMethod
(error);
/external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java
353
requestLine.
setMethod
(method);
396
public void
setMethod
(String method) {
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);
[
all
...]
MessageFactoryImpl.java
134
sipRequest.
setMethod
(method);
192
sipRequest.
setMethod
(method);
243
sipRequest.
setMethod
(method);
557
sipRequest.
setMethod
(method);
[
all
...]
/external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java
105
public void
setMethod
(final String method) {
/external/collada/include/1.4/dom/
domMorph.h
147
void
setMethod
( domMorphMethodType atMethod ) { attrMethod = atMethod; _validAttributeArray[0] = true; }
/libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStreamTest.java
124
newEntry.
setMethod
(ZipEntry.STORED);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java
112
public void
setMethod
(org.apache.xml.utils.QName newValue)
/libcore/luni/src/main/java/java/util/zip/
ZipOutputStream.java
297
currentEntry.
setMethod
(compressMethod);
379
public void
setMethod
(int method) {
Completed in 538 milliseconds
1
2
3