HomeSort by relevance Sort by last modified time
    Searched refs:bufferpos (Results 1 - 11 of 11) sorted by null

  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 62 private int bufferpos; field in class:AbstractSessionInputBuffer
85 this.bufferpos = 0;
97 if (this.bufferpos > 0) {
98 int len = this.bufferlen - this.bufferpos;
100 System.arraycopy(this.buffer, this.bufferpos, this.buffer, 0, len);
102 this.bufferpos = 0;
119 return this.bufferpos < this.bufferlen;
130 return this.buffer[this.bufferpos++] & 0xff;
144 int chunk = this.bufferlen - this.bufferpos;
148 System.arraycopy(this.buffer, this.bufferpos, b, off, chunk)
    [all...]
  /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 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 292 milliseconds