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

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
RecyclableBufferedInputStream.java 61 protected int marklimit; field in class:RecyclableBufferedInputStream
123 if (markpos == -1 || (pos - markpos >= marklimit)) {
134 // when marklimit > localBuf.length. Instead, we will double the buffer size only after reading the initial
136 // relatively small initial buffer size and a large marklimit for safety without causing an allocation each time
138 if (markpos == 0 && marklimit > localBuf.length && count == localBuf.length) {
141 if (newLength > marklimit) {
142 newLength = marklimit;
180 marklimit = Math.max(marklimit, readlimit);
186 marklimit = 0
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 99 milliseconds