Searched refs:bufferpos (Results 1 - 8 of 8) sorted by relevance

/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionInputBuffer.java62 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,
[all...]
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 268 milliseconds