Home
last modified time | relevance | path

Searched defs:readByteString (Results 1 – 25 of 147) sorted by relevance

123456

/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DBufferedSource.kt239 fun readByteString(): ByteString method
242 fun readByteString(byteCount: Long): ByteString method
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/
H A DBufferedSource.kt47 actual fun readByteString(): ByteString method
49 actual fun readByteString(byteCount: Long): ByteString method
H A DRealBufferedSource.kt60 override fun readByteString(): ByteString = commonReadByteString() method in okio.RealBufferedSource
61 override fun readByteString(byteCount: Long): ByteString = commonReadByteString(byteCount) method in okio.RealBufferedSource
H A DBuffer.kt126 override fun readByteString(): ByteString = commonReadByteString() in <lambda>() method in okio.Buffer
128 override fun readByteString(byteCount: Long): ByteString = commonReadByteString(byteCount) in <lambda>() method in okio.Buffer
/aosp_15_r20/external/okio/samples/src/jvmMain/kotlin/okio/samples/
H A DHashing.kt78 fun readByteString(path: Path): ByteString { in <lambda>() method
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DBufferedSource.kt74 actual fun readByteString(): ByteString method
77 actual fun readByteString(byteCount: Long): ByteString method
H A DRealBufferedSource.kt71 override fun readByteString(): ByteString = commonReadByteString() in buffer() method in okio.RealBufferedSource
72 override fun readByteString(byteCount: Long): ByteString = commonReadByteString(byteCount) in buffer() method in okio.RealBufferedSource
H A DBuffer.kt284 override fun readByteString(): ByteString = commonReadByteString() in <lambda>() method in okio.Buffer
287 override fun readByteString(byteCount: Long) = commonReadByteString(byteCount) in <lambda>() method in okio.Buffer
H A DByteString.kt272 fun InputStream.readByteString(byteCount: Int): ByteString { in getByte() method
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSource.java98 ByteString readByteString() throws IOException; in readByteString() method
101 ByteString readByteString(long byteCount) throws IOException; in readByteString() method
H A DRealBufferedSource.java81 @Override public ByteString readByteString() throws IOException { in readByteString() method in RealBufferedSource
86 @Override public ByteString readByteString(long byteCount) throws IOException { in readByteString() method in RealBufferedSource
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DBufferedSource.java100 ByteString readByteString() throws IOException; in readByteString() method
103 ByteString readByteString(long byteCount) throws IOException; in readByteString() method
H A DRealBufferedSource.java82 @Override public ByteString readByteString() throws IOException { in readByteString() method in RealBufferedSource
87 @Override public ByteString readByteString(long byteCount) throws IOException { in readByteString() method in RealBufferedSource
/aosp_15_r20/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
H A DReadByteStringBenchmark.java58 public void readByteString() throws IOException { in readByteString() method in ReadByteStringBenchmark
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DNameValueBlockReader.java101 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
H A DHpack.java345 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DNameValueBlockReader.java100 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
H A DHpack.java344 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/
H A DHashing.java74 public ByteString readByteString(Path path) throws IOException { in readByteString() method in Hashing
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSourceTest.java361 @Test public void readByteString() throws IOException { in readByteString() method in BufferedSourceTest
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferedSourceTest.kt513 fun readByteString() { in readByteString() method in okio.BufferedSourceTest
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
H A DHpack.java366 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
/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.kt431 @Test fun readByteString() { in readByteString() method in okio.AbstractBufferedSourceTest

123456