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

  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 57 private int bufferpos; field in class:AbstractSessionInputBuffer
80 this.bufferpos = 0;
92 if (this.bufferpos > 0) {
93 int len = this.bufferlen - this.bufferpos;
95 System.arraycopy(this.buffer, this.bufferpos, this.buffer, 0, len);
97 this.bufferpos = 0;
114 return this.bufferpos < this.bufferlen;
125 return this.buffer[this.bufferpos++] & 0xff;
139 int chunk = this.bufferlen - this.bufferpos;
143 System.arraycopy(this.buffer, this.bufferpos, b, off, chunk)
    [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 

Completed in 101 milliseconds