| /third_party/gettext/libtextstyle/gnulib-local/lib/ |
| D | noop-styled-ostream.oo.c | 40 noop_styled_ostream::write_mem (noop_styled_ostream_t stream, in write_mem() 47 noop_styled_ostream::flush (noop_styled_ostream_t stream, in flush() 54 noop_styled_ostream::free (noop_styled_ostream_t stream) in free() 66 noop_styled_ostream::begin_use_class (noop_styled_ostream_t stream, in begin_use_class() 72 noop_styled_ostream::end_use_class (noop_styled_ostream_t stream, in end_use_class() 78 noop_styled_ostream::get_hyperlink_ref (noop_styled_ostream_t stream) in get_hyperlink_ref() 84 noop_styled_ostream::get_hyperlink_id (noop_styled_ostream_t stream) in get_hyperlink_id() 90 noop_styled_ostream::set_hyperlink (noop_styled_ostream_t stream, in set_hyperlink() 91 const char *ref, const char *id) in set_hyperlink() 103 noop_styled_ostream::flush_to_current_style (noop_styled_ostream_t stream) in flush_to_current_style() [all …]
|
| D | html-styled-ostream.oo.c | 57 html_styled_ostream::write_mem (html_styled_ostream_t stream, in write_mem() 64 html_styled_ostream::flush (html_styled_ostream_t stream, ostream_flush_scope_t scope) in flush() 70 html_styled_ostream::free (html_styled_ostream_t stream) in free() 82 html_styled_ostream::begin_use_class (html_styled_ostream_t stream, in begin_use_class() 89 html_styled_ostream::end_use_class (html_styled_ostream_t stream, in end_use_class() 96 html_styled_ostream::get_hyperlink_ref (html_styled_ostream_t stream) in get_hyperlink_ref() 102 html_styled_ostream::get_hyperlink_id (html_styled_ostream_t stream) in get_hyperlink_id() 108 html_styled_ostream::set_hyperlink (html_styled_ostream_t stream, in set_hyperlink() 109 const char *ref, const char *id) in set_hyperlink() 119 html_styled_ostream::flush_to_current_style (html_styled_ostream_t stream) in flush_to_current_style() [all …]
|
| D | html-ostream.oo.c | 55 write_attribute_value (html_ostream_t stream, const char *value, char quote) in write_attribute_value() 98 verify_invariants (html_ostream_t stream) in verify_invariants() 110 shrink_class_stack (html_ostream_t stream) in shrink_class_stack() 127 emit_pending_spans (html_ostream_t stream, bool shrink_stack) in emit_pending_spans() 159 html_ostream::write_mem (html_ostream_t stream, const void *data, size_t len) in write_mem() 286 html_ostream::flush (html_ostream_t stream, ostream_flush_scope_t scope) in flush() 305 html_ostream::free (html_ostream_t stream) in free() 323 html_ostream::begin_span (html_ostream_t stream, const char *classname) in begin_span() 346 html_ostream::end_span (html_ostream_t stream, const char *classname) in end_span() 367 html_ostream::get_hyperlink_ref (html_ostream_t stream) in get_hyperlink_ref() [all …]
|
| D | term-styled-ostream.oo.c | 86 term_styled_ostream::write_mem (term_styled_ostream_t stream, in write_mem() 99 term_styled_ostream::flush (term_styled_ostream_t stream, ostream_flush_scope_t scope) in flush() 105 term_styled_ostream::free (term_styled_ostream_t stream) in free() 283 term_ostream_t stream) in style_compute_color_value() 420 match (term_styled_ostream_t stream) in match() 517 match_and_cache (term_styled_ostream_t stream) in match_and_cache() 528 term_styled_ostream::begin_use_class (term_styled_ostream_t stream, in begin_use_class() 566 term_styled_ostream::end_use_class (term_styled_ostream_t stream, in end_use_class() 599 term_styled_ostream::get_hyperlink_ref (term_styled_ostream_t stream) in get_hyperlink_ref() 605 term_styled_ostream::get_hyperlink_id (term_styled_ostream_t stream) in get_hyperlink_id() [all …]
|
| D | term-ostream.oo.c | 952 char *ref; member 1110 get_control_data (term_ostream_t stream) in get_control_data() 1117 simplify_attributes (term_ostream_t stream, attributes_t attr) in simplify_attributes() 1148 generate_hyperlink_id (term_ostream_t stream) in generate_hyperlink_id() 1223 out_color_change (term_ostream_t stream, term_color_t new_color, in out_color_change() 1370 out_bgcolor_change (term_ostream_t stream, term_color_t new_bgcolor, in out_bgcolor_change() 1521 out_weight_change (term_ostream_t stream, term_weight_t new_weight, in out_weight_change() 1534 out_posture_change (term_ostream_t stream, term_posture_t new_posture, in out_posture_change() 1547 out_underline_change (term_ostream_t stream, term_underline_t new_underline, in out_underline_change() 1577 out_hyperlink_change (term_ostream_t stream, hyperlink_t *new_hyperlink, in out_hyperlink_change() [all …]
|
| /third_party/skia/src/pdf/ |
| D | SkPDFBitmap.cpp | 71 SkPDFIndirectReference ref, in emit_image_stream() 102 static void do_deflated_alpha(const SkPixmap& pm, SkPDFDocument* doc, SkPDFIndirectReference ref) { in do_deflated_alpha() 133 emit_image_stream(doc, ref, [&buffer](SkWStream* stream) { buffer.writeToAndReset(stream); }, in do_deflated_alpha() 141 SkPDFIndirectReference ref) { in do_deflated_image() 190 emit_image_stream(doc, ref, [&buffer](SkWStream* stream) { buffer.writeToAndReset(stream); }, in do_deflated_image() 198 SkPDFIndirectReference ref) { in do_jpeg() 253 SkPDFIndirectReference ref) { in serialize_image() 281 SkPDFIndirectReference ref = doc->reserveRef(); in SkPDFSerializeImage() local
|
| D | SkPDFDocument.cpp | 106 SkPDFIndirectReference ref, in begin_indirect_object() 210 SkPDFDocument::SkPDFDocument(SkWStream* stream, in SkPDFDocument() 230 SkPDFIndirectReference SkPDFDocument::emit(const SkPDFObject& object, SkPDFIndirectReference ref){ in emit() 237 SkWStream* SkPDFDocument::beginObject(SkPDFIndirectReference ref) SK_REQUIRES(fMutex) { in beginObject() 550 void SkPDFDocument::onClose(SkWStream* stream) { in onClose() 614 sk_sp<SkDocument> SkPDF::MakeDocument(SkWStream* stream, const SkPDF::Metadata& metadata) { in MakeDocument()
|
| D | SkPDFTypes.cpp | 258 SkPDFUnion SkPDFUnion::Ref(SkPDFIndirectReference ref) { in Ref() 334 void SkPDFArray::appendRef(SkPDFIndirectReference ref) { in appendRef() 368 void SkPDFDict::insertRef(const char key[], SkPDFIndirectReference ref) { in insertRef() 372 void SkPDFDict::insertRef(SkString key, SkPDFIndirectReference ref) { in insertRef() 425 SkStreamAsset* stream, in serialize_stream() 428 SkPDFIndirectReference ref) { in serialize_stream() 472 SkPDFIndirectReference ref = doc->reserveRef(); in SkPDFStreamOut() local
|
| /third_party/flutter/skia/src/pdf/ |
| D | SkPDFBitmap.cpp | 70 SkPDFIndirectReference ref, in emit_image_stream() 101 static void do_deflated_alpha(const SkPixmap& pm, SkPDFDocument* doc, SkPDFIndirectReference ref) { in do_deflated_alpha() 132 emit_image_stream(doc, ref, [&buffer](SkWStream* stream) { buffer.writeToAndReset(stream); }, in do_deflated_alpha() 140 SkPDFIndirectReference ref) { in do_deflated_image() 189 emit_image_stream(doc, ref, [&buffer](SkWStream* stream) { buffer.writeToAndReset(stream); }, in do_deflated_image() 197 SkPDFIndirectReference ref) { in do_jpeg() 251 SkPDFIndirectReference ref) { in serialize_image() 277 SkPDFIndirectReference ref = doc->reserveRef(); in SkPDFSerializeImage() local
|
| D | SkPDFDocument.cpp | 84 SkPDFIndirectReference ref, in begin_indirect_object() 188 SkPDFDocument::SkPDFDocument(SkWStream* stream, in SkPDFDocument() 208 SkPDFIndirectReference SkPDFDocument::emit(const SkPDFObject& object, SkPDFIndirectReference ref){ in emit() 215 SkWStream* SkPDFDocument::beginObject(SkPDFIndirectReference ref) SK_REQUIRES(fMutex) { in beginObject() 520 void SkPDFDocument::onClose(SkWStream* stream) { in onClose() 584 sk_sp<SkDocument> SkPDF::MakeDocument(SkWStream* stream, const SkPDF::Metadata& metadata) { in MakeDocument()
|
| D | SkPDFTypes.cpp | 256 SkPDFUnion SkPDFUnion::Ref(SkPDFIndirectReference ref) { in Ref() 331 void SkPDFArray::appendRef(SkPDFIndirectReference ref) { in appendRef() 365 void SkPDFDict::insertRef(const char key[], SkPDFIndirectReference ref) { in insertRef() 369 void SkPDFDict::insertRef(SkString key, SkPDFIndirectReference ref) { in insertRef() 422 SkStreamAsset* stream, in serialize_stream() 425 SkPDFIndirectReference ref) { in serialize_stream() 469 SkPDFIndirectReference ref = doc->reserveRef(); in SkPDFStreamOut() local
|
| D | SkPDFDocumentPriv.h | 82 void emitStream(const SkPDFDict& dict, T writeStream, SkPDFIndirectReference ref) { in emitStream() 84 SkWStream* stream = this->beginObject(ref); in emitStream() local
|
| /third_party/glib/glib/ |
| D | gvariant-parser.c | 141 const gchar *stream; member 150 token_stream_set_error (TokenStream *stream, in token_stream_set_error() 157 SourceRef ref; in token_stream_set_error() local 173 token_stream_prepare (TokenStream *stream) in token_stream_prepare() 270 token_stream_next (TokenStream *stream) in token_stream_next() 276 token_stream_peek (TokenStream *stream, in token_stream_peek() 287 token_stream_peek2 (TokenStream *stream, in token_stream_peek2() 300 token_stream_is_keyword (TokenStream *stream) in token_stream_is_keyword() 311 token_stream_is_numeric (TokenStream *stream) in token_stream_is_numeric() 324 token_stream_peek_string (TokenStream *stream, in token_stream_peek_string() [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/builds/mac/ |
| D | ftmac.c | 382 FSRef ref; in FT_GetFilePath_From_Mac_ATS_Name() local 421 FSRef ref; in FT_GetFile_From_Mac_ATS_Name() local 441 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) argument 445 ft_FSp_stream_close( FT_Stream stream ) in ft_FSp_stream_close() 456 ft_FSp_stream_io( FT_Stream stream, in ft_FSp_stream_io() 582 FSRef ref; in FT_FSPathMakeRes() local 624 FSRef ref; in get_file_type_from_path() local 844 FSRef ref, par_ref; in lookup_lwfn_by_fond() local 1147 FT_Stream stream; in FT_New_Face_From_SFNT() local 1269 FSRef ref; in FT_New_Face_From_FOND() local [all …]
|
| /third_party/freetype/builds/mac/ |
| D | ftmac.c | 381 FSRef ref; in FT_GetFilePath_From_Mac_ATS_Name() local 420 FSRef ref; in FT_GetFile_From_Mac_ATS_Name() local 440 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) argument 444 ft_FSp_stream_close( FT_Stream stream ) in ft_FSp_stream_close() 455 ft_FSp_stream_io( FT_Stream stream, in ft_FSp_stream_io() 581 FSRef ref; in FT_FSPathMakeRes() local 623 FSRef ref; in get_file_type_from_path() local 843 FSRef ref, par_ref; in lookup_lwfn_by_fond() local 1146 FT_Stream stream; in FT_New_Face_From_SFNT() local 1268 FSRef ref; in FT_New_Face_From_FOND() local [all …]
|
| /third_party/skia/third_party/externals/freetype/builds/mac/ |
| D | ftmac.c | 381 FSRef ref; in FT_GetFilePath_From_Mac_ATS_Name() local 420 FSRef ref; in FT_GetFile_From_Mac_ATS_Name() local 440 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) argument 444 ft_FSp_stream_close( FT_Stream stream ) in ft_FSp_stream_close() 455 ft_FSp_stream_io( FT_Stream stream, in ft_FSp_stream_io() 581 FSRef ref; in FT_FSPathMakeRes() local 623 FSRef ref; in get_file_type_from_path() local 843 FSRef ref, par_ref; in lookup_lwfn_by_fond() local 1146 FT_Stream stream; in FT_New_Face_From_SFNT() local 1268 FSRef ref; in FT_New_Face_From_FOND() local [all …]
|
| /third_party/boost/boost/test/utils/ |
| D | wrap_stringstream.hpp | 74 basic_wrap_stringstream<CharT>::stream() in stream() function in boost::basic_wrap_stringstream 83 basic_wrap_stringstream<CharT>::ref() in ref() function in boost::basic_wrap_stringstream
|
| /third_party/node/lib/internal/worker/ |
| D | io.js | 78 MessagePort.prototype.ref = MessagePortPrototype.ref; method in MessagePort 146 let ref; variable 226 stream: this[kName] property 242 stream: this[kName], property 254 stream: this[kName], property
|
| /third_party/flutter/skia/tests/ |
| D | DataRefTest.cpp | 130 static void assert_len(skiatest::Reporter* reporter, const sk_sp<SkData>& ref, size_t len) { in assert_len() 134 static void assert_data(skiatest::Reporter* reporter, const sk_sp<SkData>& ref, in assert_data() 223 static void check_alphabet_stream(skiatest::Reporter* reporter, SkStream* stream) { in check_alphabet_stream() 295 SkStream* stream = buffer.makeStreamSnapshot().release(); in DEF_TEST() local 346 std::unique_ptr<SkStream> stream(buffer.makeStreamSnapshot()); in DEF_TEST() local
|
| /third_party/flutter/skia/third_party/externals/freetype/src/base/ |
| D | ftrfork.c | 52 FT_Stream stream, in FT_Raccess_Get_HeaderInfo() 186 FT_Stream stream, in FT_Raccess_Get_DataOffsets() 200 FT_RFork_Ref *ref = NULL; in FT_Raccess_Get_DataOffsets() local 451 FT_Stream stream, in FT_Raccess_Guess() 517 FT_Stream stream, in raccess_guess_apple_double() 539 FT_Stream stream, in raccess_guess_apple_single() 561 FT_Stream stream, in raccess_guess_darwin_ufs_export() 591 FT_Stream stream, in raccess_guess_darwin_hfsplus() 627 FT_Stream stream, in raccess_guess_darwin_newvfs() 663 FT_Stream stream, in raccess_guess_vfat() [all …]
|
| D | ftmac.c | 227 FSRef ref; in FT_GetFilePath_From_Mac_ATS_Name() local 284 FSRef ref; in FT_FSPathMakeRes() local 307 FSRef ref; in get_file_type_from_path() local 508 FSRef ref, par_ref; in lookup_lwfn_by_fond() local 770 FT_Stream stream; in FT_New_Face_From_SFNT() local 887 FSRef ref; in FT_New_Face_From_FOND() local 1012 const FSRef* ref, in FT_New_Face_From_FSRef()
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| D | ftrfork.c | 51 FT_Stream stream, in FT_Raccess_Get_HeaderInfo() 180 FT_Stream stream, in FT_Raccess_Get_DataOffsets() 194 FT_RFork_Ref *ref = NULL; in FT_Raccess_Get_DataOffsets() local 444 FT_Stream stream, in FT_Raccess_Guess() 510 FT_Stream stream, in raccess_guess_apple_double() 532 FT_Stream stream, in raccess_guess_apple_single() 554 FT_Stream stream, in raccess_guess_darwin_ufs_export() 584 FT_Stream stream, in raccess_guess_darwin_hfsplus() 620 FT_Stream stream, in raccess_guess_darwin_newvfs() 656 FT_Stream stream, in raccess_guess_vfat() [all …]
|
| D | ftmac.c | 226 FSRef ref; in FT_GetFilePath_From_Mac_ATS_Name() local 283 FSRef ref; in FT_FSPathMakeRes() local 306 FSRef ref; in get_file_type_from_path() local 507 FSRef ref, par_ref; in lookup_lwfn_by_fond() local 769 FT_Stream stream; in FT_New_Face_From_SFNT() local 886 FSRef ref; in FT_New_Face_From_FOND() local 1011 const FSRef* ref, in FT_New_Face_From_FSRef()
|
| /third_party/freetype/src/base/ |
| D | ftrfork.c | 51 FT_Stream stream, in FT_Raccess_Get_HeaderInfo() 185 FT_Stream stream, in FT_Raccess_Get_DataOffsets() 199 FT_RFork_Ref *ref = NULL; in FT_Raccess_Get_DataOffsets() local 450 FT_Stream stream, in FT_Raccess_Guess() 516 FT_Stream stream, in raccess_guess_apple_double() 538 FT_Stream stream, in raccess_guess_apple_single() 560 FT_Stream stream, in raccess_guess_darwin_ufs_export() 590 FT_Stream stream, in raccess_guess_darwin_hfsplus() 626 FT_Stream stream, in raccess_guess_darwin_newvfs() 662 FT_Stream stream, in raccess_guess_vfat() [all …]
|
| D | ftmac.c | 226 FSRef ref; in FT_GetFilePath_From_Mac_ATS_Name() local 283 FSRef ref; in FT_FSPathMakeRes() local 306 FSRef ref; in get_file_type_from_path() local 507 FSRef ref, par_ref; in lookup_lwfn_by_fond() local 769 FT_Stream stream; in FT_New_Face_From_SFNT() local 886 FSRef ref; in FT_New_Face_From_FOND() local 1011 const FSRef* ref, in FT_New_Face_From_FSRef()
|