Home
last modified time | relevance | path

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

12

/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/opencv3/samples/cpp/tutorial_code/core/file_input_output/
Dfile_input_output.cpp32 void read(const FileNode& node) //Read serialization for this class in read() function in MyData
45 static void write(FileStorage& fs, const std::string&, const MyData& x) in write()
49 static void read(const FileNode& node, MyData& x, const MyData& default_value = MyData()){ in read() function
/external/opencv3/apps/traincascade/
Dfeatures.cpp27 bool CvParams::scanAttr( const string, const string ) { return false; } in scanAttr()
49 bool CvFeatureParams::read( const FileNode &node ) in read() function in CvFeatureParams
/external/opencv3/samples/cpp/
Dfilestorage.cpp45 void read(const FileNode& node) //Read serialization for this class in read() function
55 static void write(FileStorage& fs, const std::string&, const MyData& x){ in write()
58 static void read(const FileNode& node, MyData& x, const MyData& default_value = MyData()){ in read() function
/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/protobuf/java/src/test/java/com/google/protobuf/
DByteStringTest.java311 @Override public int read() throws IOException { in read() method in ByteStringTest.FailStream
326 @Override public int read() { in read() method in ByteStringTest.ReluctantStream
334 @Override public int read(byte[] buf) { in read() method in ByteStringTest.ReluctantStream
338 @Override public int read(byte[] buf, int offset, int size) { in read() method in ByteStringTest.ReluctantStream
365 public int read(byte[] buf, int off, int len) { in read() method in ByteStringTest.EvilInputStream
378 public int read() { in read() method in ByteStringTest.EvilInputStream
667 ByteString string = ByteString.copyFrom(bytes); in testStartsWith() local
682 ByteString string = ByteString.copyFrom(bytes); in testEndsWith() local
/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/mesa3d/src/gallium/state_trackers/clover/core/
Dcompat.hpp220 read(char *p, size_t n) { in read() function in clover::compat::istream
251 class string : public vector_ref<const char> { class
253 string(const char *p) : vector_ref(p, std::strlen(p)) { in string() function in clover::compat::string
257 string(const C &v) : vector_ref(v) { in string() function in clover::compat::string
/external/chromium-trace/catapult/telemetry/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.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/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/chromium-trace/catapult/third_party/webtest/webtest/
Dlint.py214 def read(self, *args): member in InputWrapper
415 def _assert_latin1_py3(string, message): argument
/external/strace/
Dvsprintf.c403 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string() function
660 int read = format_decode(fmt, &spec); in kernel_vsnprintf() local
/external/v8/test/mjsunit/asm/embenchen/
Dcopy.js60 Module['read'] = function read(filename, binary) { function
505 this.processJSString = function processJSString(string) { argument
1239 function writeStringToMemory(string, buffer, dontAddNull) { argument
1471 },read:function (stream, buffer, offset, length, pos /* ignored */) { method
1588 read: MEMFS.stream_ops.read, property
1729 }},stream_ops:{read:function (stream, buffer, offset, length, position) { method
2246 },read:function (stream, buffer, offset, length, position) { method
2447 read: { property
3119 },read:function (stream, buffer, offset, length, position) { method
3256 read: function() { return 0; }, method
[all …]
Dfasta.js70 Module['read'] = function read(filename, binary) { function
515 this.processJSString = function processJSString(string) { argument
1249 function writeStringToMemory(string, buffer, dontAddNull) { argument
1854 },read:function (stream, buffer, offset, length, pos /* ignored */) { method
1971 read: MEMFS.stream_ops.read, property
2112 }},stream_ops:{read:function (stream, buffer, offset, length, position) { method
2629 },read:function (stream, buffer, offset, length, position) { method
2830 read: { property
3502 },read:function (stream, buffer, offset, length, position) { method
3639 read: function() { return 0; }, method
[all …]
Dprimes.js60 Module['read'] = function read(filename, binary) { function
505 this.processJSString = function processJSString(string) { argument
1239 function writeStringToMemory(string, buffer, dontAddNull) { argument
1485 },read:function (stream, buffer, offset, length, pos /* ignored */) { method
1602 read: MEMFS.stream_ops.read, property
1743 }},stream_ops:{read:function (stream, buffer, offset, length, position) { method
2260 },read:function (stream, buffer, offset, length, position) { method
2461 read: { property
3133 },read:function (stream, buffer, offset, length, position) { method
3270 read: function() { return 0; }, method
[all …]
Dcorrections.js60 Module['read'] = function read(filename, binary) { function
505 this.processJSString = function processJSString(string) { argument
1239 function writeStringToMemory(string, buffer, dontAddNull) { argument
1471 },read:function (stream, buffer, offset, length, pos /* ignored */) { method
1588 read: MEMFS.stream_ops.read, property
1729 }},stream_ops:{read:function (stream, buffer, offset, length, position) { method
2246 },read:function (stream, buffer, offset, length, position) { method
2447 read: { property
3119 },read:function (stream, buffer, offset, length, position) { method
3256 read: function() { return 0; }, method
[all …]
Dmemops.js60 Module['read'] = function read(filename, binary) { function
505 this.processJSString = function processJSString(string) { argument
1239 function writeStringToMemory(string, buffer, dontAddNull) { argument
1579 },read:function (stream, buffer, offset, length, pos /* ignored */) { method
1696 read: MEMFS.stream_ops.read, property
1837 }},stream_ops:{read:function (stream, buffer, offset, length, position) { method
2354 },read:function (stream, buffer, offset, length, position) { method
2555 read: { property
3227 },read:function (stream, buffer, offset, length, position) { method
3364 read: function() { return 0; }, method
[all …]
Dfannkuch.js91 Module['read'] = function read(filename, binary) { function
536 this.processJSString = function processJSString(string) { argument
1270 function writeStringToMemory(string, buffer, dontAddNull) { argument
1610 },read:function (stream, buffer, offset, length, pos /* ignored */) { method
1727 read: MEMFS.stream_ops.read, property
1868 }},stream_ops:{read:function (stream, buffer, offset, length, position) { method
2385 },read:function (stream, buffer, offset, length, position) { method
2586 read: { property
3258 },read:function (stream, buffer, offset, length, position) { method
3395 read: function() { return 0; }, method
[all …]
Dzlib.js60 Module['read'] = function read(filename, binary) { function
505 this.processJSString = function processJSString(string) { argument
1239 function writeStringToMemory(string, buffer, dontAddNull) { argument
1580 },read:function (stream, buffer, offset, length, pos /* ignored */) { method
1697 read: MEMFS.stream_ops.read, property
1838 }},stream_ops:{read:function (stream, buffer, offset, length, position) { method
2355 },read:function (stream, buffer, offset, length, position) { method
2556 read: { property
3228 },read:function (stream, buffer, offset, length, position) { method
3365 read: function() { return 0; }, method
[all …]
Dbox2d.js61 Module['read'] = function read(filename, binary) { function
506 this.processJSString = function processJSString(string) { argument
1240 function writeStringToMemory(string, buffer, dontAddNull) { argument
1828 },read:function (stream, buffer, offset, length, pos /* ignored */) { method
1945 read: MEMFS.stream_ops.read, property
2086 }},stream_ops:{read:function (stream, buffer, offset, length, position) { method
2603 },read:function (stream, buffer, offset, length, position) { method
2804 read: { property
3476 },read:function (stream, buffer, offset, length, position) { method
3613 read: function() { return 0; }, method
[all …]
/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/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

12