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

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DArrayUtils.java30 static void checkOffsetAndCount(int arrayLength, int offset, int count) { method in class:ArrayUtils
H A DOpenSSLSocketImpl.java727 ArrayUtils.checkOffsetAndCount(buf.length, offset, byteCount);
793 ArrayUtils.checkOffsetAndCount(buf.length, offset, byteCount);
H A DOpenSSLCipher.java1097 ArrayUtils.checkOffsetAndCount(input.length, inputOffset, inputLen);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRetryableSink.java25 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount;
56 checkOffsetAndCount(source.size(), 0, byteCount);
H A DHttp1xStream.java38 import static com.squareup.okhttp.internal.Util.checkOffsetAndCount;
283 checkOffsetAndCount(source.size(), 0, byteCount);
/external/okhttp/okio/okio/src/main/java/okio/
H A DDeflaterSink.java21 import static okio.Util.checkOffsetAndCount;
60 checkOffsetAndCount(source.size, 0, byteCount);
H A DUtil.java27 public static void checkOffsetAndCount(long size, long offset, long byteCount) { method in class:Util
H A DSegmentedByteString.java23 import static okio.Util.checkOffsetAndCount;
56 checkOffsetAndCount(buffer.size, 0, byteCount);
125 checkOffsetAndCount(directory[segments.length - 1], pos, 1);
H A DOkio.java31 import static okio.Util.checkOffsetAndCount;
71 checkOffsetAndCount(source.size, 0, byteCount);
H A DBuffer.java29 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(sourc
[all...]
H A DRealBufferedSource.java23 import static okio.Util.checkOffsetAndCount;
122 checkOffsetAndCount(sink.length, offset, byteCount);
368 checkOffsetAndCount(data.length, offset, byteCount);
H A DByteString.java31 import static okio.Util.checkOffsetAndCount;
76 checkOffsetAndCount(data.length, offset, byteCount);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DRequestBody.java85 Util.checkOffsetAndCount(content.length, offset, byteCount);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java53 public static void checkOffsetAndCount(long arrayLength, long offset, long count) { method in class:Util
/external/robolectric/v3/runtime/
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/ ...
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-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 ...

Completed in 175 milliseconds