Searched refs:ParserCursor (Results 1 - 19 of 19) sorted by relevance

/external/apache-http/src/org/apache/http/message/
H A DHeaderValueParser.java98 ParserCursor cursor) throws ParseException;
115 ParserCursor cursor) throws ParseException;
201 ParserCursor cursor) throws ParseException;
216 ParserCursor cursor) throws ParseException;
H A DLineParser.java82 ParserCursor cursor) throws ParseException;
106 ParserCursor cursor);
122 ParserCursor cursor) throws ParseException;
138 ParserCursor cursor) throws ParseException;
H A DBasicHeaderValueParser.java112 ParserCursor cursor = new ParserCursor(0, value.length());
119 final ParserCursor cursor) {
163 ParserCursor cursor = new ParserCursor(0, value.length());
170 final ParserCursor cursor) {
228 ParserCursor cursor = new ParserCursor(0, value.length());
236 final ParserCursor cursor) {
298 ParserCursor curso
[all...]
H A DParserCursor.java2 * $HeadURL:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/ParserCursor.java $
50 public class ParserCursor { class
56 public ParserCursor(int lowerBound, int upperBound) { method in class:ParserCursor
H A DBasicLineParser.java127 ParserCursor cursor = new ParserCursor(0, value.length());
134 final ParserCursor cursor)
230 final ParserCursor cursor) {
292 ParserCursor cursor = new ParserCursor(0, value.length());
307 final ParserCursor cursor)
392 ParserCursor cursor = new ParserCursor(0, value.length());
399 final ParserCursor curso
[all...]
H A DBufferedHeader.java114 ParserCursor cursor = new ParserCursor(0, this.buffer.length());
H A DBasicHeaderElementIterator.java63 private ParserCursor cursor = null;
94 this.cursor = new ParserCursor(0, this.buffer.length());
102 this.cursor = new ParserCursor(0, this.buffer.length());
/external/apache-http/src/org/apache/http/impl/auth/
H A DRFC2617Scheme.java41 import org.apache.http.message.ParserCursor;
74 ParserCursor cursor = new ParserCursor(pos, buffer.length());
/external/apache-http/src/org/apache/http/impl/io/
H A DHttpRequestParser.java44 import org.apache.http.message.ParserCursor;
81 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length());
H A DHttpResponseParser.java44 import org.apache.http.message.ParserCursor;
82 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length());
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultResponseParser.java46 import org.apache.http.message.ParserCursor;
86 ParserCursor cursor = null;
93 cursor = new ParserCursor(0, this.lineBuf.length());
/external/apache-http/src/org/apache/http/impl/cookie/
H A DNetscapeDraftHeaderParser.java42 import org.apache.http.message.ParserCursor;
66 final ParserCursor cursor) throws ParseException {
H A DBrowserCompatSpec.java47 import org.apache.http.message.ParserCursor;
136 ParserCursor cursor;
139 cursor = new ParserCursor(
149 cursor = new ParserCursor(0, buffer.length());
H A DNetscapeDraftSpec.java46 import org.apache.http.message.ParserCursor;
134 ParserCursor cursor;
137 cursor = new ParserCursor(
147 cursor = new ParserCursor(0, buffer.length());
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 169 milliseconds