HomeSort by relevance Sort by last modified time
    Searched defs:cachePosition (Results 1 - 3 of 3) sorted by null

  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 62 private int cachePosition = 0;
101 if (this.cachePosition > 0) {
102 this.out.writeLine(Integer.toHexString(this.cachePosition));
103 this.out.write(this.cache, 0, this.cachePosition);
105 this.cachePosition = 0;
118 this.out.writeLine(Integer.toHexString(this.cachePosition + len));
119 this.out.write(this.cache, 0, this.cachePosition);
122 this.cachePosition = 0;
149 this.cache[this.cachePosition] = (byte) b;
150 this.cachePosition++
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 680 milliseconds