Home
last modified time | relevance | path

Searched defs:rangeEquals (Results 1 – 25 of 131) sorted by relevance

123456

/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DBufferedSource.kt505 fun rangeEquals(offset: Long, bytes: ByteString): Boolean method
512 fun rangeEquals(offset: Long, bytes: ByteString, bytesOffset: Int, byteCount: Int): Boolean method
H A DByteString.kt138 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 DBufferedSource.kt93 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 DRealBufferedSource.kt98 override fun rangeEquals(offset: Long, bytes: ByteString) = rangeEquals( method in okio.RealBufferedSource
105 override fun rangeEquals( method in okio.RealBufferedSource
H A DBuffer.kt228 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 DSegmentedByteString.kt57 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
64 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
H A DByteString.kt132 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 DSegmentedByteString.kt57 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
64 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
H A DByteString.kt126 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 DBufferedSource.kt154 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 DSegmentedByteString.kt98 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
105 override fun rangeEquals( in <lambda>() method in okio.SegmentedByteString
H A DRealBufferedSource.kt129 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 DByteString.kt147 actual open fun rangeEquals( in write() method in okio.ByteString
154 actual open fun rangeEquals( in write() method in okio.ByteString
H A DBuffer.kt490 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 DSegmentedByteString.java184 @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 DByteString.java309 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 DRealBufferedSource.java351 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 DSegmentedByteString.java185 @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 DByteString.java311 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 DRealBufferedSource.java352 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/
HDokio-1.9.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$1. ...
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DCharacterReader.java748 …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/
Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DCharacterReaderTest.java321 public void rangeEquals() { in rangeEquals() method in CharacterReaderTest
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferedSourceTest.kt1401 fun rangeEquals() { in rangeEquals() method

123456