Searched refs:checkOffsetAndCount (Results 1 - 6 of 6) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DUnknownLengthHttpInputStream.java22 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount;
34 checkOffsetAndCount(buffer.length, offset, count);
H A DRetryableOutputStream.java25 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount;
60 checkOffsetAndCount(buffer.length, offset, count);
H A DHttpTransport.java30 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount;
232 checkOffsetAndCount(buffer.length, offset, count);
299 checkOffsetAndCount(buffer.length, offset, count);
381 checkOffsetAndCount(buffer.length, offset, count);
429 checkOffsetAndCount(buffer.length, offset, count);
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DFaultRecoveringOutputStream.java22 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount;
56 checkOffsetAndCount(buffer.length, offset, count);
H A DUtil.java78 public static void checkOffsetAndCount(int arrayLength, int offset, int count) { method in class:Util
221 checkOffsetAndCount(dst.length, offset, byteCount);
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java28 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount;
441 checkOffsetAndCount(b.length, offset, count);
641 checkOffsetAndCount(bytes.length, offset, count);

Completed in 85 milliseconds