/third_party/boost/libs/iostreams/test/detail/ |
D | closable.hpp | 38 std::streamsize read(char*, std::streamsize) { return -1; } in read() function in boost::iostreams::test::closable_device 49 std::streamsize write(const char*, std::streamsize) { return 0; } in write() 62 std::streamsize write(const char*, std::streamsize) { return 0; } in write() 75 std::streamsize read(char*, std::streamsize) { return -1; } in read() function in boost::iostreams::test::closable_device 76 std::streamsize write(const char*, std::streamsize) { return 0; } in write() 100 std::streamsize read(char*, std::streamsize) { return -1; } in read() function in boost::iostreams::test::closable_device 101 std::streamsize write(const char*, std::streamsize) { return 0; } in write() 221 bool put(Sink&, char) { return true; } in put() argument 241 bool put(Sink&, char) { return true; } in put() argument 267 std::streamsize read(char*, std::streamsize) { return -1; } in read() function in boost::iostreams::test::closable_filter [all …]
|
/third_party/boost/libs/iostreams/test/ |
D | auto_close_test.cpp | 26 std::streamsize read(char*, std::streamsize) { return 0; } in read() function in closable_source 178 test_suite* init_unit_test_suite(int, char* []) in init_unit_test_suite() argument
|
D | read_nonblocking_test.cpp | 27 std::streamsize read(char* s, std::streamsize n) in read() function in read_one_source 69 boost::unit_test::test_suite* init_unit_test_suite(int, char* []) in init_unit_test_suite() argument
|
D | component_access_test.cpp | 31 std::streamsize read(char*, std::streamsize) { return 0; } in read() function 168 test_suite* init_unit_test_suite(int, char* []) in init_unit_test_suite() argument
|
D | newline_test.cpp | 220 void test_input_against_flags(int flags, const std::string& input, bool read) in test_input_against_flags() 478 test_suite* init_unit_test_suite(int, char* []) in init_unit_test_suite() argument
|
D | stream_state_test.cpp | 52 std::streamsize read(char_type*, std::streamsize) in read() function 151 test_suite* init_unit_test_suite(int, char* []) in init_unit_test_suite() argument
|
D | symmetric_filter_test.cpp | 55 void read(const char*& src_begin, const char* src_end) in read() function 170 test_suite* init_unit_test_suite(int, char* []) in init_unit_test_suite() argument
|
D | code_converter_test.cpp | 179 streamsize read(char* s, streamsize n) { return file_->sgetn(s, n); } in read() function 381 test_suite* init_unit_test_suite(int, char* []) in init_unit_test_suite() argument
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationdatareader.cpp | 47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() function in CollationDataReader 458 const char * /* type */, const char * /*name*/, in isAcceptable()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdatareader.cpp | 47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() function in CollationDataReader 458 const char * /* type */, const char * /*name*/, in isAcceptable()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationdatareader.cpp | 47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() function in CollationDataReader 458 const char * /* type */, const char * /*name*/, in isAcceptable()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdatareader.cpp | 47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() function in CollationDataReader 458 const char * /* type */, const char * /*name*/, in isAcceptable()
|
/third_party/python/Lib/test/ |
D | test_io.py | 148 def read(self, n=None): member in MockRawIO 167 def read(self, n=None): member in MisbehavedRawIO 224 def read(self, n=None): member in MockFileIO 272 def block_on(self, char): argument 468 read = self.BufferedIOBase.read variable in IOTest.test_optional_abilities.text_writer.UnseekableWriter 908 def read(self, size): member in IOTest.test_buffered_readinto_mixin.Stream 960 def read(self, size): member in IOTest.test_BufferedIOBase_readinto.Reader 3688 def read(self, len_): member in MemviewBytesIO 4212 def read(self, n=-1): member in CMiscIOTest.test_readinto_buffer_overflow.BadReader
|
D | test_urllib.py | 25 def hexescape(char): argument 70 def read(self, amt=None): member in fakehttp.FakeSocket
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 266 gst_mpdparser_get_xml_prop_validated_string (xmlNode * a_node, in gst_mpdparser_get_xml_prop_validated_string() 1020 -1, decimals = -1, read; in gst_mpdparser_parse_duration() local
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …examples","design/extending","design/image","design/image_view","design/index","design/metafunctio… property
|
/third_party/node/tools/ |
D | lint-md.mjs | 2140 exports.escapeLast = (input, char, lastIdx) => { argument 2591 const syntaxError$1 = (type, char) => { argument 12615 const hexify = char => { argument 13838 colorString = colorString.split('').map(function (char) { argument 18995 const reader = {read: read$3}; property 24928 GlobSync$1.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { argument 25138 GlobSync$1.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { argument 25775 Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { argument 25782 Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, … argument 26027 Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { argument [all …]
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 1864 read?: number; property 9736 char: string; property 12598 read(): Promise<ReadableStreamDefaultReadResult<R>>; method
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 1844 read?: number; property 9716 char: string; property 12578 read(): Promise<ReadableStreamDefaultReadResult<R>>; method
|