HomeSort by relevance Sort by last modified time
    Searched full:cacheposition (Results 1 - 11 of 11) 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.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/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.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 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 239 milliseconds