/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | RetryableSink.java | 25 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount; 56 checkOffsetAndCount(source.size(), 0, byteCount); in write()
|
D | HttpConnection.java | 39 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount; 297 checkOffsetAndCount(source.size(), 0, byteCount); in write()
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | DeflaterSink.java | 21 import static okio.Util.checkOffsetAndCount; 60 checkOffsetAndCount(source.size, 0, byteCount); in write()
|
D | Buffer.java | 29 import static okio.Util.checkOffsetAndCount; 144 checkOffsetAndCount(size, offset, byteCount); 168 checkOffsetAndCount(size, offset, byteCount); 204 checkOffsetAndCount(size, 0, byteCount); 295 checkOffsetAndCount(size, pos, 1); 569 checkOffsetAndCount(size, 0, byteCount); 714 checkOffsetAndCount(size, 0, byteCount); 738 checkOffsetAndCount(sink.length, offset, byteCount); 936 checkOffsetAndCount(source.length, offset, byteCount); 1178 checkOffsetAndCount(source.size, 0, byteCount);
|
D | SegmentedByteString.java | 23 import static okio.Util.checkOffsetAndCount; 56 checkOffsetAndCount(buffer.size, 0, byteCount); in SegmentedByteString() 125 checkOffsetAndCount(directory[segments.length - 1], pos, 1); in getByte()
|
D | Okio.java | 31 import static okio.Util.checkOffsetAndCount; 71 checkOffsetAndCount(source.size, 0, byteCount); in sink()
|
D | RealBufferedSource.java | 23 import static okio.Util.checkOffsetAndCount; 122 checkOffsetAndCount(sink.length, offset, byteCount); in read() 368 checkOffsetAndCount(data.length, offset, byteCount); in inputStream()
|
D | Util.java | 27 public static void checkOffsetAndCount(long size, long offset, long byteCount) { in checkOffsetAndCount() method in Util
|
D | ByteString.java | 31 import static okio.Util.checkOffsetAndCount; 76 checkOffsetAndCount(data.length, offset, byteCount); in of()
|
/external/conscrypt/src/main/java/org/conscrypt/util/ |
D | ArrayUtils.java | 32 public static final void checkOffsetAndCount(int arrayLength, int offset, int count) { in checkOffsetAndCount() method in ArrayUtils
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | RequestBody.java | 85 Util.checkOffsetAndCount(content.length, offset, byteCount);
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | Util.java | 53 public static void checkOffsetAndCount(long arrayLength, long offset, long count) { in checkOffsetAndCount() method in Util
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 744 ArrayUtils.checkOffsetAndCount(buf.length, offset, byteCount); in read() 810 ArrayUtils.checkOffsetAndCount(buf.length, offset, byteCount); in write()
|
D | OpenSSLCipher.java | 978 ArrayUtils.checkOffsetAndCount(input.length, inputOffset, inputLen); in updateInternal()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 393 0x70feaf68 java.util.Arrays checkOffsetAndCount (III)V Arrays.java
|