Home
last modified time | relevance | path

Searched defs:readString (Results 1 – 25 of 85) sorted by relevance

1234

/external/okio/okio/src/jvmMain/kotlin/okio/
DBufferedSource.kt123 fun readString(charset: Charset): String method
130 fun readString(byteCount: Long, charset: Charset): String method
DRealBufferedSource.kt95 override fun readString(charset: Charset): String { in readFully() method in okio.RealBufferedSource
100 override fun readString(byteCount: Long, charset: Charset): String { in readString() method in okio.RealBufferedSource
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java192 Object readString(CodedInputStream input) throws IOException { in readString() method
199 Object readString(CodedInputStream input) throws IOException { in readString() method
206 Object readString(CodedInputStream input) throws IOException { in readString() method
212 abstract Object readString(CodedInputStream input) throws IOException; in readString() method in WireFormat.Utf8Validation
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java192 Object readString(CodedInputStream input) throws IOException { in readString() method
199 Object readString(CodedInputStream input) throws IOException { in readString() method
206 Object readString(CodedInputStream input) throws IOException { in readString() method
212 abstract Object readString(CodedInputStream input) throws IOException; in readString() method in WireFormat.Utf8Validation
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DIsoTypeReader.java80 public static String readString(ByteBuffer byteBuffer) { in readString() method in IsoTypeReader
90 public static String readString(ByteBuffer byteBuffer, int length) { in readString() method in IsoTypeReader
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/memory/
DMemoryArchiveInputStream.java53 public String readString() { in readString() method in MemoryArchiveInputStream
/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java193 String readString(Charset charset) throws IOException; in readString() method
199 String readString(long byteCount, Charset charset) throws IOException; in readString() method
DRealBufferedSource.java172 @Override public String readString(Charset charset) throws IOException { in readString() method in RealBufferedSource
179 @Override public String readString(long byteCount, Charset charset) throws IOException { in readString() method in RealBufferedSource
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSource.java195 String readString(Charset charset) throws IOException; in readString() method
201 String readString(long byteCount, Charset charset) throws IOException; in readString() method
DRealBufferedSource.java173 @Override public String readString(Charset charset) throws IOException { in readString() method in RealBufferedSource
180 @Override public String readString(long byteCount, Charset charset) throws IOException { in readString() method in RealBufferedSource
/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
DUtils.java34 static String readString(ByteBuffer buf) { in readString() method in Utils
/external/robolectric/robolectric/src/test/java/org/robolectric/util/
DTestUtil.java65 public static String readString(InputStream is) throws IOException { in readString() method in TestUtil
/external/angle/src/common/
DBinaryStream.h113 std::string readString() in readString() function
120 void readString(std::string *v) in readString() function
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DParsableByteArray.java419 public String readString(int length) { in readString() method in ParsableByteArray
430 public String readString(int length, Charset charset) { in readString() method in ParsableByteArray
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DParsableByteArray.java419 public String readString(int length) { in readString() method in ParsableByteArray
430 public String readString(int length, Charset charset) { in readString() method in ParsableByteArray
/external/turbine/java/com/google/turbine/parse/
DUnicodeEscapePreprocessor.java63 public String readString(int from, int to) { in readString() method in UnicodeEscapePreprocessor
/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
DProtobufReader.kt147 fun readString(): String { in readString() method
DStreams.kt42 fun readString(length: Int): String { in readString() method in kotlinx.serialization.protobuf.internal.ByteArrayInput
/external/okio/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/internal/
DWasi.kt29 internal fun Pointer.readString(byteCount: Int): String { in readString() method
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js145 function readString(bufferDecoder, start) { function
351 readString, property
/external/parameter-framework/upstream/remote-processor/
DMessage.cpp97 void CMessage::readString(string &strData) in readString() function in CMessage
/external/jsilver/src/org/clearsilver/
DHDF.java62 boolean readString(String data); in readString() method
/external/parameter-framework/upstream/parameter/
DParameterBlackboard.cpp77 void CParameterBlackboard::readString(std::string &output, size_t offset) const in readString() function in CParameterBlackboard
/external/bazelbuild-rules_go/go/tools/builders/
Dread.go309 func (r *importReader) readString() { func
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java154 public boolean readString(String data) { in readString() method in JniHdf

1234