Home
last modified time | relevance | path

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

123

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java182 Object readString(CodedInputStream input) throws IOException { in readString() method
189 Object readString(CodedInputStream input) throws IOException { in readString() method
196 Object readString(CodedInputStream input) throws IOException { in readString() method
202 abstract Object readString(CodedInputStream input) throws IOException; in readString() method in WireFormat.Utf8Validation
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/memory/
DMemoryArchiveInputStream.java53 public String readString() { in readString() method in MemoryArchiveInputStream
/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/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/turbine/java/com/google/turbine/parse/
DUnicodeEscapePreprocessor.java60 public String readString(int from, int to) { in readString() method in UnicodeEscapePreprocessor
/external/skqp/src/core/
DSkWriter32.cpp25 const char* SkReader32::readString(size_t* outLen) { in readString() function in SkReader32
/external/skia/src/core/
DSkWriter32.cpp25 const char* SkReader32::readString(size_t* outLen) { in readString() function in SkReader32
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
DTestUtil.java62 public static String readString(InputStream is) throws IOException { in readString() method in TestUtil
/external/parameter-framework/upstream/remote-processor/
DMessage.cpp97 void CMessage::readString(string &strData) in readString() function in CMessage
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java154 public boolean readString(String data) { in readString() method in JniHdf
/external/jsilver/src/org/clearsilver/
DHDF.java62 boolean readString(String data); in readString() method
DDelegatedHdf.java91 public boolean readString(String data) { in readString() method in DelegatedHdf
/external/parameter-framework/upstream/parameter/
DParameterBlackboard.cpp77 void CParameterBlackboard::readString(std::string &output, size_t offset) const in readString() function in CParameterBlackboard
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h142 StringRef readString() { in readString() function
/external/protobuf/objectivec/
DGPBCodedInputStream.m403 - (NSString *)readString { method
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/arj/
DArjArchiveInputStream.java109 private String readString(final DataInputStream dataIn) throws IOException { in readString() method in ArjArchiveInputStream
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DSerializedGrammar.java192 protected String readString(DataInputStream in) throws IOException { in readString() method in SerializedGrammar
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DJHdf.java109 public boolean readString(String content) { in readString() method in JHdf
/external/protobuf/js/binary/
Ddecoder.js906 jspb.BinaryDecoder.prototype.readString = function(length) { method in jspb.BinaryDecoder
Dreader.js860 jspb.BinaryReader.prototype.readString = function() { method in jspb.BinaryReader
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java188 public String readString() throws IOException { in readString() method in CodedInputByteBufferNano
/external/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dhpack.go462 func (d *Decoder) readString(p []byte, wantStr bool) (s string, remain []byte, err error) { func

123