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

  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 57 private int cachePosition = 0;
96 if (this.cachePosition > 0) {
97 this.out.writeLine(Integer.toHexString(this.cachePosition));
98 this.out.write(this.cache, 0, this.cachePosition);
100 this.cachePosition = 0;
113 this.out.writeLine(Integer.toHexString(this.cachePosition + len));
114 this.out.write(this.cache, 0, this.cachePosition);
117 this.cachePosition = 0;
144 this.cache[this.cachePosition] = (byte) b;
145 this.cachePosition++
    [all...]
  /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/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
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 467 milliseconds