Home
last modified time | relevance | path

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

12

/third_party/node/test/parallel/
Dtest-stream-readable-unshift.js9 const readable = new Readable({ read() {} }); method
11 const string = 'abc'; constant
24 const readable = new Readable({ read() {} }); method
40 const readable = new Readable({ read() {} }); method
43 const string = Buffer.from('abc').toString(encoding); constant
76 expected.push({ encoding, string: expect }); property
82 const r1 = new Readable({ read() {} }); method
86 const r2 = new Readable({ read() {}, encoding: streamEncoding }); method
106 const r1 = new Readable({ read() {} }); method
110 const r2 = new Readable({ read() {}, encoding }); method
[all …]
/third_party/node/lib/internal/modules/
Dpackage_json_reader.js16 function read(jsonPath) { function
24 const result = { string, containsKeys }; property
41 module.exports = { read }; field
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DInput.cpp32 Input::Input(size_t count, const char *const string[], const int length[]) in Input()
60 size_t Input::read(char *buf, size_t maxSize, int *lineNo) in read() function in pp::Input
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DInput.cpp24 Input::Input(size_t count, const char *const string[], const int length[]) in Input()
52 size_t Input::read(char *buf, size_t maxSize, int *lineNo) in read() function in angle::pp::Input
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DInput.cpp24 Input::Input(size_t count, const char *const string[], const int length[]) in Input()
52 size_t Input::read(char *buf, size_t maxSize, int *lineNo) in read() function in angle::pp::Input
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java387 public int read() throws IOException { in read() method in ByteStringTest.FailStream
403 public int read() { in read() method in ByteStringTest.ReluctantStream
412 public int read(byte[] buf) { in read() method in ByteStringTest.ReluctantStream
417 public int read(byte[] buf, int offset, int size) { in read() method in ByteStringTest.ReluctantStream
445 public int read(byte[] buf, int off, int len) { in read() method in ByteStringTest.EvilInputStream
458 public int read() { in read() method in ByteStringTest.EvilInputStream
787 ByteString string = ByteString.copyFrom(bytes); in testStartsWith() local
802 ByteString string = ByteString.copyFrom(bytes); in testEndsWith() local
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DByteStringTest.java273 @Override public int read() throws IOException { in read() method in ByteStringTest.FailStream
288 @Override public int read() { in read() method in ByteStringTest.ReluctantStream
296 @Override public int read(byte[] buf) { in read() method in ByteStringTest.ReluctantStream
300 @Override public int read(byte[] buf, int offset, int size) { in read() method in ByteStringTest.ReluctantStream
327 public int read(byte[] buf, int off, int len) { in read() method in ByteStringTest.EvilInputStream
340 public int read() { in read() method in ByteStringTest.EvilInputStream
564 ByteString string = ByteString.copyFrom(bytes); in testStartsWith() local
/third_party/flutter/skia/third_party/externals/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
/third_party/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
/third_party/skia/third_party/externals/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
/third_party/boost/boost/process/detail/posix/
Dbasic_pipe.hpp32 explicit basic_pipe(int source, int sink, const std::string&) : _source(source), _sink(sink) {} in basic_pipe()
95 int_type read(char_type * data, int_type count) in read() function in boost::process::detail::posix::basic_pipe
/third_party/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()
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Drwyw.rs205 fn string() { in string() function
380 let read = Foo::deserialize(Reader::get_root(s.view()).unwrap()).unwrap(); localVariable
437 let read = MyTupleStruct::deserialize(reader).unwrap(); in serde_serious() localVariable
/third_party/cef/tests/cefclient/browser/
Dserver_test.cc189 size_t read; in SendHttpResponseStream() local
351 static CefRefPtr<CefDictionaryValue> ParseJSON(const CefString& string) { in ParseJSON()
/third_party/skia/src/core/
DSkReadBuffer.cpp145 void SkReadBuffer::readString(SkString* string) { in readString()
169 void SkReadBuffer::read(SkM44* matrix) { in read() function in SkReadBuffer
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java388 private Object read(ValueType valueType) { in read() method in JSON
412 private Object read() { in read() method in JSON
835 void writeString(String string) throws IOException { in writeString()
875 void writeJsonString(String string) throws IOException { in writeJsonString()
/third_party/ffmpeg/libavutil/
Davsscanf.c44 size_t (*read)(struct FFFILE *, unsigned char *, size_t); member
962 int av_sscanf(const char *string, const char *format, ...) in av_sscanf()
/third_party/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
/third_party/python/Lib/
Dconfigparser.py679 def read(self, filenames, encoding=None): member in RawConfigParser
721 def read_string(self, string, source='<string>'): argument
/third_party/node/src/
Dcares_wrap.cc111 void ares_sockstate_cb(void* data, ares_socket_t sock, int read, int write) { in ares_sockstate_cb()
1413 Local<String> string = args[1].As<String>(); in Query() local
/third_party/python/Lib/test/
Dtest_xml_etree.py204 def check_string(string): argument
2034 def read(self, x): member in BugsTest.test_bug_xmltoolkit60.ExceptionFile
/third_party/ffmpeg/libavformat/
Dmatroskadec.c307 char *string; member
873 int read, n = 1; in ebml_read_num() local
3975 int read; in webm_clusters_start_with_keyframe() local
/third_party/node/tools/
Dlint-md.mjs1519 const stringReplaceAll$1 = (string, substring, replacer) => { argument
1538 const stringEncaseCRLFWithFirstIndex$1 = (string, prefix, postfix, index) => { argument
1664 const string = chunk.join(''); constant
1850 const applyStyle = (self, string) => { argument
4402 if (typeof str !== 'string' || str === '') { field in ReaddirpStream
7524 const toUnix = (string) => { argument
8653 function repeat$1(string, count) { argument
8762 function padStart(string, max) { argument
11579 function indentString(string, spaces) { argument
11723 function codePointAt(string, pos) { argument
[all …]
/third_party/flatbuffers/tests/
Dtest.cpp1326 T read = table->GetField(voffset, static_cast<T>(0)); in CompareTableFieldValue() local
2325 auto string = root->GetPointer<flatbuffers::String *>( in UnicodeSurrogatesTest() local
/third_party/mksh/
Dsh.h176 #define __IDSTRING(prefix,string) /* nothing */ argument
180 #define __IDSTRING(prefix,string) \ argument
186 #define __IDSTRING(prefix,string) \ argument
1642 int read; /* pipe from co-process's stdout */ member

12