Home
last modified time | relevance | path

Searched defs:indexOfElement (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DBufferedSource.kt472 fun indexOfElement(targetBytes: ByteString): Long method
489 fun indexOfElement(targetBytes: ByteString, fromIndex: Long): Long method
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/
H A DBufferedSource.kt89 actual fun indexOfElement(targetBytes: ByteString): Long method
91 actual fun indexOfElement(targetBytes: ByteString, fromIndex: Long): Long method
H A DRealBufferedSource.kt94 override fun indexOfElement(targetBytes: ByteString): Long = indexOfElement(targetBytes, 0L) method in okio.RealBufferedSource
95 override fun indexOfElement(targetBytes: ByteString, fromIndex: Long): Long = method in okio.RealBufferedSource
H A DBuffer.kt223 override fun indexOfElement(targetBytes: ByteString): Long = indexOfElement(targetBytes, 0L) in <lambda>() method in okio.Buffer
225 override fun indexOfElement(targetBytes: ByteString, fromIndex: Long): Long = in <lambda>() method in okio.Buffer
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DBufferedSource.kt148 actual fun indexOfElement(targetBytes: ByteString): Long method
151 actual fun indexOfElement(targetBytes: ByteString, fromIndex: Long): Long method
H A DRealBufferedSource.kt125 override fun indexOfElement(targetBytes: ByteString): Long = indexOfElement(targetBytes, 0L) in readUtf8Line() method in okio.RealBufferedSource
126 override fun indexOfElement(targetBytes: ByteString, fromIndex: Long): Long = in readUtf8Line() method in okio.RealBufferedSource
H A DBuffer.kt485 override fun indexOfElement(targetBytes: ByteString) = indexOfElement(targetBytes, 0L) in <lambda>() method in okio.Buffer
487 override fun indexOfElement(targetBytes: ByteString, fromIndex: Long): Long = in <lambda>() method in okio.Buffer
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSource.java238 long indexOfElement(ByteString targetBytes) throws IOException; in indexOfElement() method
247 long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException; in indexOfElement() method
H A DRealBufferedSource.java334 @Override public long indexOfElement(ByteString targetBytes) throws IOException { in indexOfElement() method in RealBufferedSource
338 @Override public long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException { in indexOfElement() method in RealBufferedSource
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DBufferedSource.java240 long indexOfElement(ByteString targetBytes) throws IOException; in indexOfElement() method
249 long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException; in indexOfElement() method
H A DRealBufferedSource.java335 @Override public long indexOfElement(ByteString targetBytes) throws IOException { in indexOfElement() method in RealBufferedSource
339 @Override public long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException { in indexOfElement() method in RealBufferedSource
/aosp_15_r20/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
H A DIndexOfElementBenchmark.java68 public void indexOfElement() throws IOException { in indexOfElement() method in IndexOfElementBenchmark
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSourceTest.java513 @Test public void indexOfElement() throws IOException { in indexOfElement() method in BufferedSourceTest
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferedSourceTest.kt850 fun indexOfElement() { in indexOfElement() method
/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/packages/apps/Car/DebuggingRestrictionController/libs/
Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DAbstractBufferedSourceTest.kt753 @Test fun indexOfElement() { in indexOfElement() method in okio.AbstractBufferedSourceTest
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/okhttp.com.android.art.debug_intermediates/
Dclasses-header.jarcom/android/okhttp/Address.class <Unknown> package com.android.okhttp public ...
/aosp_15_r20/out/soong/.intermediates/external/okhttp/okhttp/android_common_apex31/turbine-combined/
Dokhttp.jarcom/android/okhttp/Address.class <Unknown> package com.android.okhttp public ...
/aosp_15_r20/out/soong/.intermediates/external/okhttp/okhttp/android_common_apex31/turbine/
Dokhttp.jarcom/android/okhttp/ConfigAwareConnectionPool.class <Unknown> package com.android.okhttp public ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex30/kotlin_headers/
Dokio-lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__okio__android_common_apex30__okio-lib. ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common/kotlin_headers/
Dokio-lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__okio__android_common__okio-lib. ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex33/kotlin_headers/
Dokio-lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__okio__android_common_apex33__okio-lib. ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex34/kotlin_headers/
Dokio-lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__okio__android_common_apex34__okio-lib. ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex10000/kotlin_headers/
Dokio-lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__okio__android_common_apex10000__okio-lib. ...

12345