Searched defs:markpos (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringReader.java26 private int markpos = -1; field in class:Support_StringReader
79 markpos = pos;
193 pos = markpos != -1 ? markpos : 0;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DRecyclableBufferedInputStream.java62 private int markpos = -1; field in class:RecyclableBufferedInputStream
130 if (markpos == -1 || pos - markpos >= marklimit) {
134 markpos = -1;
145 if (markpos == 0 && marklimit > localBuf.length && count == localBuf.length) {
159 } else if (markpos > 0) {
160 System.arraycopy(localBuf, markpos, localBuf, 0, localBuf.length
161 - markpos);
164 pos -= markpos;
165 count = markpos
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 289 milliseconds