HomeSort by relevance Sort by last modified time
    Searched refs:ParserCursor (Results 1 - 25 of 35) sorted by null

1 2

  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 93 ParserCursor cursor) throws ParseException;
110 ParserCursor cursor) throws ParseException;
196 ParserCursor cursor) throws ParseException;
211 ParserCursor cursor) throws ParseException;
LineParser.java 77 ParserCursor cursor) throws ParseException;
101 ParserCursor cursor);
117 ParserCursor cursor) throws ParseException;
133 ParserCursor cursor) throws ParseException;
BasicHeaderValueParser.java 107 ParserCursor cursor = new ParserCursor(0, value.length());
114 final ParserCursor cursor) {
158 ParserCursor cursor = new ParserCursor(0, value.length());
165 final ParserCursor cursor) {
223 ParserCursor cursor = new ParserCursor(0, value.length());
231 final ParserCursor cursor) {
293 ParserCursor cursor = new ParserCursor(0, value.length())
    [all...]
ParserCursor.java 2 * $HeadURL:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/ParserCursor.java $
45 public class ParserCursor {
51 public ParserCursor(int lowerBound, int upperBound) {
BasicLineParser.java 122 ParserCursor cursor = new ParserCursor(0, value.length());
129 final ParserCursor cursor)
225 final ParserCursor cursor) {
287 ParserCursor cursor = new ParserCursor(0, value.length());
302 final ParserCursor cursor)
387 ParserCursor cursor = new ParserCursor(0, value.length());
394 final ParserCursor cursor)
    [all...]
BufferedHeader.java 109 ParserCursor cursor = new ParserCursor(0, this.buffer.length());
BasicHeaderElementIterator.java 58 private ParserCursor cursor = null;
89 this.cursor = new ParserCursor(0, this.buffer.length());
97 this.cursor = new ParserCursor(0, this.buffer.length());
  /external/apache-http/src/org/apache/http/impl/auth/
RFC2617Scheme.java 41 import org.apache.http.message.ParserCursor;
69 ParserCursor cursor = new ParserCursor(pos, buffer.length());
  /external/apache-http/src/org/apache/http/impl/io/
HttpRequestParser.java 44 import org.apache.http.message.ParserCursor;
75 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length());
HttpResponseParser.java 44 import org.apache.http.message.ParserCursor;
76 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length());
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultResponseParser.java 46 import org.apache.http.message.ParserCursor;
80 ParserCursor cursor = null;
87 cursor = new ParserCursor(0, this.lineBuf.length());
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 42 import org.apache.http.message.ParserCursor;
60 final ParserCursor cursor) throws ParseException {
BrowserCompatSpec.java 47 import org.apache.http.message.ParserCursor;
131 ParserCursor cursor;
134 cursor = new ParserCursor(
144 cursor = new ParserCursor(0, buffer.length());
NetscapeDraftSpec.java 46 import org.apache.http.message.ParserCursor;
129 ParserCursor cursor;
132 cursor = new ParserCursor(
142 cursor = new ParserCursor(0, buffer.length());
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 45 import org.apache.http.message.ParserCursor;
310 current, new ParserCursor(0, current.length()));
Headers.java 26 import org.apache.http.message.ParserCursor;
181 .parseElements(buffer, new ParserCursor(pos,
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 397 milliseconds

1 2