/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | BufferedSource.kt | 505 fun rangeEquals(offset: Long, bytes: ByteString): Boolean method 512 fun rangeEquals(offset: Long, bytes: ByteString, bytesOffset: Int, byteCount: Int): Boolean method
|
H A D | ByteString.kt | 138 fun rangeEquals(offset: Int, other: ByteString, otherOffset: Int, byteCount: Int): Boolean in utf8() method 144 fun rangeEquals(offset: Int, other: ByteArray, otherOffset: Int, byteCount: Int): Boolean in utf8() method
|
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
H A D | BufferedSource.kt | 93 actual fun rangeEquals(offset: Long, bytes: ByteString): Boolean method 95 actual fun rangeEquals(offset: Long, bytes: ByteString, bytesOffset: Int, byteCount: Int): Boolean method
|
H A D | RealBufferedSource.kt | 98 override fun rangeEquals(offset: Long, bytes: ByteString) = rangeEquals( method in okio.RealBufferedSource 105 override fun rangeEquals( method in okio.RealBufferedSource
|
H A D | Buffer.kt | 228 override fun rangeEquals(offset: Long, bytes: ByteString): Boolean = in <lambda>() method in okio.Buffer 231 override fun rangeEquals( in <lambda>() method in okio.Buffer
|
/aosp_15_r20/external/okio/okio/src/appleMain/kotlin/okio/ |
H A D | SegmentedByteString.kt | 57 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString 64 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
|
H A D | ByteString.kt | 132 actual open fun rangeEquals( in <lambda>() method in okio.ByteString 139 actual open fun rangeEquals( in <lambda>() method in okio.ByteString
|
/aosp_15_r20/external/okio/okio/src/nonAppleMain/kotlin/okio/ |
H A D | SegmentedByteString.kt | 57 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString 64 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
|
H A D | ByteString.kt | 126 actual open fun rangeEquals( in get() method in okio.ByteString 133 actual open fun rangeEquals( in get() method in okio.ByteString
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | BufferedSource.kt | 154 actual fun rangeEquals(offset: Long, bytes: ByteString): Boolean method 157 actual fun rangeEquals(offset: Long, bytes: ByteString, bytesOffset: Int, byteCount: Int): Boolean method
|
H A D | SegmentedByteString.kt | 98 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString 105 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
|
H A D | RealBufferedSource.kt | 129 override fun rangeEquals(offset: Long, bytes: ByteString) = rangeEquals( in readUtf8Line() method in okio.RealBufferedSource 136 override fun rangeEquals( in readUtf8Line() method in okio.RealBufferedSource
|
H A D | ByteString.kt | 147 actual open fun rangeEquals( in write() method in okio.ByteString 154 actual open fun rangeEquals( in write() method in okio.ByteString
|
H A D | Buffer.kt | 490 override fun rangeEquals(offset: Long, bytes: ByteString) = in <lambda>() method in okio.Buffer 493 override fun rangeEquals( in <lambda>() method in okio.Buffer
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | SegmentedByteString.java | 184 @Override public boolean rangeEquals( in rangeEquals() method in SegmentedByteString 202 @Override public boolean rangeEquals(int offset, byte[] other, int otherOffset, int byteCount) { in rangeEquals() method in SegmentedByteString
|
H A D | ByteString.java | 309 public boolean rangeEquals(int offset, ByteString other, int otherOffset, int byteCount) { in rangeEquals() method in ByteString 318 public boolean rangeEquals(int offset, byte[] other, int otherOffset, int byteCount) { in rangeEquals() method in ByteString
|
H A D | RealBufferedSource.java | 351 private boolean rangeEquals(long offset, ByteString bytes) throws IOException { in rangeEquals() method in RealBufferedSource
|
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
H A D | SegmentedByteString.java | 185 @Override public boolean rangeEquals( in rangeEquals() method in SegmentedByteString 203 @Override public boolean rangeEquals(int offset, byte[] other, int otherOffset, int byteCount) { in rangeEquals() method in SegmentedByteString
|
H A D | ByteString.java | 311 public boolean rangeEquals(int offset, ByteString other, int otherOffset, int byteCount) { in rangeEquals() method in ByteString 320 public boolean rangeEquals(int offset, byte[] other, int otherOffset, int byteCount) { in rangeEquals() method in ByteString
|
H A D | RealBufferedSource.java | 352 private boolean rangeEquals(long offset, ByteString bytes) throws IOException { in rangeEquals() method in RealBufferedSource
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/ |
HD | okio-1.9.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$1. ... |
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/ |
H A D | CharacterReader.java | 748 …static boolean rangeEquals(final char[] charBuf, final int start, int count, final String cached) { in rangeEquals() method in CharacterReader 762 boolean rangeEquals(final int start, final int count, final String cached) { in rangeEquals() method in CharacterReader
|
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/ |
H A D | CharacterReaderTest.java | 321 public void rangeEquals() { in rangeEquals() method in CharacterReaderTest
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | BufferedSourceTest.kt | 1401 fun rangeEquals() { in rangeEquals() method
|