Home
last modified time | relevance | path

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

12

/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/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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DRawResourceLoaderTest.java43 private static String readString(InputStream is) throws IOException { in readString() method in RawResourceLoaderTest
/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/turbine/java/com/google/turbine/parse/
DUnicodeEscapePreprocessor.java60 public String readString(int from, int to) { in readString() method in UnicodeEscapePreprocessor
/external/skia/src/core/
DSkWriter32.cpp23 const char* SkReader32::readString(size_t* outLen) { in readString() function in SkReader32
DSkReadBuffer.cpp154 void SkReadBuffer::readString(SkString* string) { in readString() function in SkReadBuffer
/external/skqp/src/core/
DSkWriter32.cpp23 const char* SkReader32::readString(size_t* outLen) { in readString() function in SkReader32
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
DTestUtil.java74 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/parameter-framework/upstream/parameter/
DParameterBlackboard.cpp77 void CParameterBlackboard::readString(std::string &output, size_t offset) const in readString() function in CParameterBlackboard
/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/jsilver/src/org/clearsilver/jni/
DJniHdf.java154 public boolean readString(String data) { in readString() method in JniHdf
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h142 StringRef readString() { in readString() function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DSerializedGrammar.java182 protected String readString(DataInputStream in) throws IOException { in readString() method in SerializedGrammar
/external/protobuf/objectivec/
DGPBCodedInputStream.m403 - (NSString *)readString { method
/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/llvm/lib/ProfileData/
DSampleProfReader.cpp265 ErrorOr<StringRef> SampleProfileReaderBinary::readString() { in readString() function in SampleProfileReaderBinary
510 ErrorOr<StringRef> SampleProfileReaderGCC::readString() { in readString() function in SampleProfileReaderGCC
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java196 public String readString() throws IOException { in readString() method in CodedInputStreamMicro
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DBaseDexReader.java609 public String readString(int utf16Length) { in readString() method in BaseDexReader

12