Home
last modified time | relevance | path

Searched +defs:read +defs:string (Results 1 – 21 of 21) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTester.java54 static TestSuite suiteForString(CharSourceFactory factory, String string, in suiteForString()
67 public CharSourceTester(CharSourceFactory factory, String string, in CharSourceTester()
83 int read; in testOpenStream() local
98 int read; in testOpenBufferedStream() local
125 String string = source.read(); in testRead_toString() local
187 private void assertExpectedString(String string) { in assertExpectedString()
DCharSequenceReaderTest.java47 String string = "abcdefghijklmnopqrstuvwxyz"; in testMarkAndReset() local
203 int read; in assertReadsCorrectly() local
256 int read; in readFully() local
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DInput.cpp28 Input::Input(int count, const char* const string[], const int length[]) : in Input()
41 int Input::read(char* buf, int maxSize) in read() function in pp::Input
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
DCAVLCReader.java102 public int readU(int i, String string) throws IOException { in readU()
106 public byte[] read(int payloadSize) throws IOException { in read() method in CAVLCReader
130 public int readME(String string) throws IOException { in readME()
/external/okhttp/okio/okio/src/main/java/okio/
DRealBufferedSink.java55 @Override public BufferedSink writeUtf8(String string) throws IOException { in writeUtf8()
61 @Override public BufferedSink writeUtf8(String string, int beginIndex, int endIndex) in writeUtf8()
74 @Override public BufferedSink writeString(String string, Charset charset) throws IOException { in writeString()
80 @Override public BufferedSink writeString(String string, int beginIndex, int endIndex, in writeString()
111 long read = source.read(buffer, byteCount); in write() local
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java305 int read = source.read(sink); in readIntoByteArray() local
321 int read = source.read(sink); in readIntoByteArrayNotEnough() local
337 int read = source.read(sink, 2, 3); in readIntoByteArrayOffsetAndCount() local
350 String string = "abcd" + repeat('e', Segment.SIZE); in readByteArray() local
549 int read = in.read(bytes); in inputStream() local
573 int read = in.read(bytes, 1, 3); in inputStreamOffsetCount() local
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java313 @Override public int read() throws IOException { in read() method in ByteStringTest.FailStream
328 @Override public int read() { in read() method in ByteStringTest.ReluctantStream
336 @Override public int read(byte[] buf) { in read() method in ByteStringTest.ReluctantStream
340 @Override public int read(byte[] buf, int offset, int size) { in read() method in ByteStringTest.ReluctantStream
367 public int read(byte[] buf, int off, int len) { in read() method in ByteStringTest.EvilInputStream
380 public int read() { in read() method in ByteStringTest.EvilInputStream
669 ByteString string = ByteString.copyFrom(bytes); in testStartsWith() local
684 ByteString string = ByteString.copyFrom(bytes); in testEndsWith() local
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialcli.py23 def as_byte_array(string): argument
152 def read(self, size=1): member in IronSerial
/external/freetype/src/sfnt/
Dsfobjs.c60 FT_String* string = NULL; in tt_name_ascii_from_utf16() local
62 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_ascii_from_utf16() local
95 FT_String* string = NULL; in tt_name_ascii_from_other() local
97 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_ascii_from_other() local
/external/pdfium/third_party/freetype/src/sfnt/
Dsfobjs.c54 FT_String* string = NULL; in tt_name_entry_ascii_from_utf16() local
56 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_entry_ascii_from_utf16() local
89 FT_String* string = NULL; in tt_name_entry_ascii_from_other() local
91 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_entry_ascii_from_other() local
/external/ltp/lib/
Dtlibio.c280 int lio_parse_io_arg1(char *string) in lio_parse_io_arg1()
334 int lio_parse_io_arg2(char *string, char **badtoken) in lio_parse_io_arg2()
484 static void wait4sync_io(int fd, int read) in wait4sync_io()
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py95 def check_string(string): argument
1607 def read(self, x): member in ExceptionFile
/external/libxml2/
Dtrio.c159 # define read _read macro
669 char *string; member
2513 char *string; variable
3096 TRIO_CONST char *string; variable
5001 TRIO_CONST char *string = internalNullString; variable
/external/flatbuffers/tests/
Dtest.cpp672 T read = table->GetField(voffset, static_cast<T>(0)); in CompareTableFieldValue() local
1127 auto string = root->GetPointer<flatbuffers::String *>( in UnicodeSurrogatesTest() local
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1025 private void read(DataInputStream in) throws IOException { in read() method in ConstPool
1398 int string; field in StringInfo
1543 String string; field in Utf8Info
/external/avb/
Davbtool313 def parse_number(string): argument
888 def read(self, size): member in ImageHandler
/external/clang/bindings/python/clang/
Dcindex.py2103 def string(self): member in CompletionChunk
2211 def string(self): member in CodeCompletionResult
2277 def read(self, path): member in Index
/external/python/cpython2/Modules/
DcPickle.c367 PyObject *read; member
1242 static char string = STRING; in save_string() local
1408 static char string = UNICODE; in save_unicode() local
/external/mksh/src/
Dsh.h166 #define __IDSTRING(prefix, string) /* nothing */ argument
168 #define __IDSTRING(prefix, string) \ argument
1358 int read; /* pipe from co-process's stdout */ member
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js442 this.processJSString = function(string) { argument
818 function writeStringToMemory(string, buffer, dontAddNull) { argument
1147 read: canRead === undefined ? true : canRead, property
1340 read: true, property
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6957 template <typename UIntPtr> void read(const char *Buf) { in read() function
8338 const char *string = Ptr + sizeof(struct MachO::linker_option_command); in PrintLinkerOptionCommand() local