/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderValueParser.java | 112 ParserCursor cursor = new ParserCursor(0, value.length()); in parseElements() 119 final ParserCursor cursor) { in parseElements() 163 ParserCursor cursor = new ParserCursor(0, value.length()); in parseHeaderElement() 170 final ParserCursor cursor) { in parseHeaderElement() 228 ParserCursor cursor = new ParserCursor(0, value.length()); in parseParameters() 236 final ParserCursor cursor) { in parseParameters() 298 ParserCursor cursor = new ParserCursor(0, value.length()); in parseNameValuePair() 305 final ParserCursor cursor) { in parseNameValuePair() 321 final ParserCursor cursor, in parseNameValuePair()
|
D | BasicLineParser.java | 127 ParserCursor cursor = new ParserCursor(0, value.length()); in parseProtocolVersion() 134 final ParserCursor cursor) in parseProtocolVersion() 230 final ParserCursor cursor) { in hasProtocolVersion() 292 ParserCursor cursor = new ParserCursor(0, value.length()); in parseRequestLine() 307 final ParserCursor cursor) in parseRequestLine() 392 ParserCursor cursor = new ParserCursor(0, value.length()); in parseStatusLine() 399 final ParserCursor cursor) in parseStatusLine() 499 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { in skipWhitespace()
|
D | HeaderValueParser.java | 98 ParserCursor cursor) throws ParseException; in parseElements() 115 ParserCursor cursor) throws ParseException; in parseHeaderElement() 201 ParserCursor cursor) throws ParseException; in parseParameters() 216 ParserCursor cursor) throws ParseException; in parseNameValuePair()
|
D | LineParser.java | 82 ParserCursor cursor) throws ParseException; in parseProtocolVersion() 106 ParserCursor cursor); in hasProtocolVersion() 122 ParserCursor cursor) throws ParseException; in parseRequestLine() 138 ParserCursor cursor) throws ParseException; in parseStatusLine()
|
D | BasicHeaderElementIterator.java | 63 private ParserCursor cursor = null; 94 this.cursor = new ParserCursor(0, this.buffer.length()); in bufferHeaderValue() 102 this.cursor = new ParserCursor(0, this.buffer.length()); in bufferHeaderValue()
|
D | ParserCursor.java | 50 public class ParserCursor { class 56 public ParserCursor(int lowerBound, int upperBound) { in ParserCursor() method in ParserCursor
|
D | BufferedHeader.java | 114 ParserCursor cursor = new ParserCursor(0, this.buffer.length()); in getElements()
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | NetscapeDraftSpec.java | 46 import org.apache.http.message.ParserCursor; 134 ParserCursor cursor; in parse() 137 cursor = new ParserCursor( in parse() 147 cursor = new ParserCursor(0, buffer.length()); in parse()
|
D | BrowserCompatSpec.java | 47 import org.apache.http.message.ParserCursor; 136 ParserCursor cursor; in parse() 139 cursor = new ParserCursor( in parse() 149 cursor = new ParserCursor(0, buffer.length()); in parse()
|
D | NetscapeDraftHeaderParser.java | 42 import org.apache.http.message.ParserCursor; 66 final ParserCursor cursor) throws ParseException { in parseHeader()
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | HttpRequestParser.java | 44 import org.apache.http.message.ParserCursor; 81 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length()); in parseHead()
|
D | HttpResponseParser.java | 44 import org.apache.http.message.ParserCursor; 82 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length()); in parseHead()
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | RFC2617Scheme.java | 41 import org.apache.http.message.ParserCursor; 74 ParserCursor cursor = new ParserCursor(pos, buffer.length()); in parseChallenge()
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | DefaultResponseParser.java | 46 import org.apache.http.message.ParserCursor; 86 ParserCursor cursor = null; in parseHead() 93 cursor = new ParserCursor(0, this.lineBuf.length()); in parseHead()
|
/external/apache-http/android/src/android/net/http/ |
D | AndroidHttpClientConnection.java | 45 import org.apache.http.message.ParserCursor; 308 current, new ParserCursor(0, current.length())); in parseResponseHeader()
|
D | Headers.java | 26 import org.apache.http.message.ParserCursor; 179 .parseElements(buffer, new ParserCursor(pos, in parseHeader()
|
/external/apache-http/art-profile/ |
D | org.apache.http.legacy.boot.prof.txt | 501 …Header(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht… 621 …ements(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/h… 622 …lement(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht… 623 …uePair(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht… 624 …uePair(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;[C)Lorg/apache/… 625 …meters(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/h… 639 …->hasProtocolVersion(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Z 641 …ersion(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht… 642 …usLine(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht… 643 …ser;->skipWhitespace(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)V [all …]
|
/external/apache-http/api/ |
D | apache-http-legacy-current.txt | 3214 …eHeader(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apa… 3587 …lement[] parseElements(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor); 3589 …ent parseHeaderElement(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor); 3591 …air parseNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor); 3592 …eNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, char[]); 3594 …Pair[] parseParameters(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor); 3657 …ean hasProtocolVersion(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor); 3661 …Version(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apa… 3663 …estLine(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apa… 3665 …tusLine(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apa… [all …]
|