/third_party/boost/boost/iostreams/detail/broken_overload_resolution/ |
D | stream.hpp | 24 struct stream : detail::stream_base<Device, Tr, Alloc> { struct 26 typedef typename char_type_of<Device>::type char_type; 27 struct category 37 >::stream_type stream_type; 39 stream() { } in stream() argument 41 stream(const U0& u0) in stream() argument 46 stream(const U0& u0, const U1& u1) in stream() function 51 stream(const U0& u0, const U1& u1, const U2& u2) in stream() function 57 stream(U0& u0) in stream() argument 62 stream(U0& u0, const U1& u1) in stream() argument [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 45 util_stream_writef(FILE *stream, const char *format, ...) in util_stream_writef() 57 util_dump_bool(FILE *stream, int value) in util_dump_bool() 63 util_dump_int(FILE *stream, long long int value) in util_dump_int() 69 util_dump_uint(FILE *stream, long long unsigned value) in util_dump_uint() 75 util_dump_float(FILE *stream, double value) in util_dump_float() 89 util_dump_string(FILE *stream, const char *str) in util_dump_string() 97 util_dump_enum(FILE *stream, const char *value) in util_dump_enum() 103 util_dump_array_begin(FILE *stream) in util_dump_array_begin() 109 util_dump_array_end(FILE *stream) in util_dump_array_end() 115 util_dump_elem_begin(UNUSED FILE *stream) in util_dump_elem_begin() [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_stream.c | 60 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, in nghttp2_stream_init() 106 void nghttp2_stream_free(nghttp2_stream *stream) { in nghttp2_stream_free() 113 void nghttp2_stream_shutdown(nghttp2_stream *stream, nghttp2_shut_flag flag) { in nghttp2_stream_shutdown() 121 static int stream_active(nghttp2_stream *stream) { in stream_active() 129 static int stream_subtree_active(nghttp2_stream *stream) { in stream_subtree_active() 136 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() 146 static int stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) { in stream_obq_push() 175 static void stream_obq_remove(nghttp2_stream *stream) { in stream_obq_remove() 211 nghttp2_stream *stream) { in stream_obq_move() 225 void nghttp2_stream_reschedule(nghttp2_stream *stream) { in nghttp2_stream_reschedule() [all …]
|
D | nghttp2_http.c | 85 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() 97 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() 108 static int check_path(nghttp2_stream *stream) { in check_path() 115 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() 228 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() 332 int nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, in nghttp2_http_on_header() 393 int nghttp2_http_on_request_headers(nghttp2_stream *stream, in nghttp2_http_on_request_headers() 430 int nghttp2_http_on_response_headers(nghttp2_stream *stream) { in nghttp2_http_on_response_headers() 458 int nghttp2_http_on_trailer_headers(nghttp2_stream *stream, in nghttp2_http_on_trailer_headers() 469 int nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) { in nghttp2_http_on_remote_end_stream() [all …]
|
/third_party/nghttp2/lib/ |
D | nghttp2_stream.c | 60 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, in nghttp2_stream_init() 106 void nghttp2_stream_free(nghttp2_stream *stream) { in nghttp2_stream_free() 113 void nghttp2_stream_shutdown(nghttp2_stream *stream, nghttp2_shut_flag flag) { in nghttp2_stream_shutdown() 121 static int stream_active(nghttp2_stream *stream) { in stream_active() 129 static int stream_subtree_active(nghttp2_stream *stream) { in stream_subtree_active() 136 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() 146 static int stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) { in stream_obq_push() 175 static void stream_obq_remove(nghttp2_stream *stream) { in stream_obq_remove() 211 nghttp2_stream *stream) { in stream_obq_move() 225 void nghttp2_stream_reschedule(nghttp2_stream *stream) { in nghttp2_stream_reschedule() [all …]
|
D | nghttp2_http.c | 85 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() 97 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() 108 static int check_path(nghttp2_stream *stream) { in check_path() 115 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() 228 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() 332 int nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, in nghttp2_http_on_header() 393 int nghttp2_http_on_request_headers(nghttp2_stream *stream, in nghttp2_http_on_request_headers() 430 int nghttp2_http_on_response_headers(nghttp2_stream *stream) { in nghttp2_http_on_response_headers() 458 int nghttp2_http_on_trailer_headers(nghttp2_stream *stream, in nghttp2_http_on_trailer_headers() 469 int nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) { in nghttp2_http_on_remote_end_stream() [all …]
|
/third_party/boost/boost/iostreams/ |
D | stream.hpp | 128 struct stream : detail::stream_base<Device, Tr, Alloc> { struct 130 typedef typename char_type_of<Device>::type char_type; 131 struct category 141 >::stream_type stream_type; 143 stream() { } in stream() function 144 BOOST_IOSTREAMS_FORWARD( stream, open_impl, Device, in BOOST_IOSTREAMS_FORWARD() 148 void close() { this->member.close(); } in close() 149 bool auto_close() const { return this->member.auto_close(); } in auto_close() 150 void set_auto_close(bool close) { this->member.set_auto_close(close); } in set_auto_close() 151 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftstream.c | 35 FT_Stream_OpenMemory( FT_Stream stream, in FT_Stream_OpenMemory() 49 FT_Stream_Close( FT_Stream stream ) in FT_Stream_Close() 57 FT_Stream_Seek( FT_Stream stream, in FT_Stream_Seek() 92 FT_Stream_Skip( FT_Stream stream, in FT_Stream_Skip() 103 FT_Stream_Pos( FT_Stream stream ) in FT_Stream_Pos() 110 FT_Stream_Read( FT_Stream stream, in FT_Stream_Read() 119 FT_Stream_ReadAt( FT_Stream stream, in FT_Stream_ReadAt() 164 FT_Stream_TryRead( FT_Stream stream, in FT_Stream_TryRead() 193 FT_Stream_ExtractFrame( FT_Stream stream, in FT_Stream_ExtractFrame() 215 FT_Stream_ReleaseFrame( FT_Stream stream, in FT_Stream_ReleaseFrame() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstream.c | 34 FT_Stream_OpenMemory( FT_Stream stream, in FT_Stream_OpenMemory() 48 FT_Stream_Close( FT_Stream stream ) in FT_Stream_Close() 56 FT_Stream_Seek( FT_Stream stream, in FT_Stream_Seek() 91 FT_Stream_Skip( FT_Stream stream, in FT_Stream_Skip() 102 FT_Stream_Pos( FT_Stream stream ) in FT_Stream_Pos() 109 FT_Stream_Read( FT_Stream stream, in FT_Stream_Read() 118 FT_Stream_ReadAt( FT_Stream stream, in FT_Stream_ReadAt() 163 FT_Stream_TryRead( FT_Stream stream, in FT_Stream_TryRead() 192 FT_Stream_ExtractFrame( FT_Stream stream, in FT_Stream_ExtractFrame() 214 FT_Stream_ReleaseFrame( FT_Stream stream, in FT_Stream_ReleaseFrame() [all …]
|
/third_party/freetype/src/base/ |
D | ftstream.c | 34 FT_Stream_OpenMemory( FT_Stream stream, in FT_Stream_OpenMemory() 48 FT_Stream_Close( FT_Stream stream ) in FT_Stream_Close() 56 FT_Stream_Seek( FT_Stream stream, in FT_Stream_Seek() 91 FT_Stream_Skip( FT_Stream stream, in FT_Stream_Skip() 102 FT_Stream_Pos( FT_Stream stream ) in FT_Stream_Pos() 109 FT_Stream_Read( FT_Stream stream, in FT_Stream_Read() 118 FT_Stream_ReadAt( FT_Stream stream, in FT_Stream_ReadAt() 163 FT_Stream_TryRead( FT_Stream stream, in FT_Stream_TryRead() 192 FT_Stream_ExtractFrame( FT_Stream stream, in FT_Stream_ExtractFrame() 214 FT_Stream_ReleaseFrame( FT_Stream stream, in FT_Stream_ReleaseFrame() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
D | tsmuxstream.c | 111 TsMuxStream *stream = g_slice_new0 (TsMuxStream); in tsmux_stream_new() local 236 tsmux_stream_get_pid (TsMuxStream * stream) in tsmux_stream_get_pid() 250 tsmux_stream_free (TsMuxStream * stream) in tsmux_stream_free() 279 tsmux_stream_set_buffer_release_func (TsMuxStream * stream, in tsmux_stream_set_buffer_release_func() 297 tsmux_stream_set_get_es_descriptors_func (TsMuxStream * stream, in tsmux_stream_set_get_es_descriptors_func() 309 tsmux_stream_consume (TsMuxStream * stream, guint len) in tsmux_stream_consume() 355 tsmux_stream_at_pes_start (TsMuxStream * stream) in tsmux_stream_at_pes_start() 371 _tsmux_stream_bytes_avail (TsMuxStream * stream) in _tsmux_stream_bytes_avail() 392 tsmux_stream_bytes_avail (TsMuxStream * stream) in tsmux_stream_bytes_avail() 408 tsmux_stream_bytes_in_buffer (TsMuxStream * stream) in tsmux_stream_bytes_in_buffer() [all …]
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 44 AAudioStream *stream, in oboe_aaudio_data_callback_proc() 108 AAudioStream *stream, in internalErrorCallback() 237 AAudioStream *stream = nullptr; in open() local 297 AAudioStream *stream = mAAudioStream.exchange(nullptr); in close() local 316 DataCallbackResult AudioStreamAAudio::callOnAudioReady(AAudioStream *stream, in callOnAudioReady() 345 AAudioStream *stream = mAAudioStream.load(); in requestStart() local 366 AAudioStream *stream = mAAudioStream.load(); in requestPause() local 383 AAudioStream *stream = mAAudioStream.load(); in requestFlush() local 400 AAudioStream *stream = mAAudioStream.load(); in requestStop() local 409 Result AudioStreamAAudio::requestStop_l(AAudioStream *stream) { in requestStop_l() [all …]
|
/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() 103 noop_styled_ostream::flush_to_current_style (noop_styled_ostream_t stream) in flush_to_current_style() 113 noop_styled_ostream_t stream = in noop_styled_ostream_create() local
|
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() 119 html_styled_ostream::flush_to_current_style (html_styled_ostream_t stream) in flush_to_current_style() 129 html_styled_ostream_t stream = in html_styled_ostream_create() local
|
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 …]
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_cmd_stream.c | 53 etna_cmd_stream_priv(struct etna_cmd_stream *stream) in etna_cmd_stream_priv() 60 void (*reset_notify)(struct etna_cmd_stream *stream, void *priv), in etna_cmd_stream_new() 63 struct etna_cmd_stream_priv *stream = NULL; in etna_cmd_stream_new() local 99 drm_public void etna_cmd_stream_del(struct etna_cmd_stream *stream) in etna_cmd_stream_del() 109 static void reset_buffer(struct etna_cmd_stream *stream) in reset_buffer() 123 drm_public uint32_t etna_cmd_stream_timestamp(struct etna_cmd_stream *stream) in etna_cmd_stream_timestamp() 128 static uint32_t append_bo(struct etna_cmd_stream *stream, struct etna_bo *bo) in append_bo() 145 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx() 177 static void flush(struct etna_cmd_stream *stream, int in_fence_fd, in flush() 224 drm_public void etna_cmd_stream_flush(struct etna_cmd_stream *stream) in etna_cmd_stream_flush() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
D | psmuxstream.c | 70 PsMuxStream *stream = g_slice_new0 (PsMuxStream); in psmux_stream_new() local 207 psmux_stream_free (PsMuxStream * stream) in psmux_stream_free() 220 psmux_stream_consume (PsMuxStream * stream, guint len) in psmux_stream_consume() 255 psmux_stream_bytes_in_buffer (PsMuxStream * stream) in psmux_stream_bytes_in_buffer() 273 psmux_stream_get_data (PsMuxStream * stream, guint8 * buf, guint len) in psmux_stream_get_data() 347 psmux_stream_pes_header_length (PsMuxStream * stream) in psmux_stream_pes_header_length() 378 psmux_stream_find_pts_dts_within (PsMuxStream * stream, guint bound, in psmux_stream_find_pts_dts_within() 416 psmux_stream_write_pes_header (PsMuxStream * stream, guint8 * data) in psmux_stream_write_pes_header() 490 psmux_stream_add_data (PsMuxStream * stream, GstBuffer * buffer, in psmux_stream_add_data() 532 psmux_stream_get_es_descrs (PsMuxStream * stream, guint8 * buf, guint16 * len) in psmux_stream_get_es_descrs() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststreams.c | 179 gst_stream_init (GstStream * stream) in gst_stream_init() 188 GstStream *stream = GST_STREAM_CAST (object); in gst_stream_finalize() local 217 GstStream *stream; in gst_stream_new() local 229 gst_stream_set_stream_id (GstStream * stream, const gchar * stream_id) in gst_stream_set_stream_id() 267 gst_stream_get_stream_id (GstStream * stream) in gst_stream_get_stream_id() 284 gst_stream_set_stream_flags (GstStream * stream, GstStreamFlags flags) in gst_stream_set_stream_flags() 307 gst_stream_get_stream_flags (GstStream * stream) in gst_stream_get_stream_flags() 330 gst_stream_set_stream_type (GstStream * stream, GstStreamType stream_type) in gst_stream_set_stream_type() 353 gst_stream_get_stream_type (GstStream * stream) in gst_stream_get_stream_type() 376 gst_stream_set_tags (GstStream * stream, GstTagList * tags) in gst_stream_set_tags() [all …]
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug.c | 70 debug(struct debug_stream *stream, const char *name, unsigned len) in debug() 141 debug_prim(struct debug_stream *stream, const char *name, bool dump_floats, in debug_prim() 165 debug_program(struct debug_stream *stream, const char *name, unsigned len) in debug_program() 186 debug_chain(struct debug_stream *stream, const char *name, unsigned len) in debug_chain() 209 debug_variable_length_prim(struct debug_stream *stream) in debug_variable_length_prim() 232 BITS(struct debug_stream *stream, unsigned dw, unsigned hi, unsigned lo, in BITS() 257 FLAG(struct debug_stream *stream, unsigned dw, unsigned bit, const char *fmt, in FLAG() 273 debug_load_immediate(struct debug_stream *stream, const char *name, in debug_load_immediate() 377 debug_load_indirect(struct debug_stream *stream, const char *name, unsigned len) in debug_load_indirect() 439 BR13(struct debug_stream *stream, unsigned val) in BR13() [all …]
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_cmd_stream.c | 53 void etna_cmd_stream_realloc(struct etna_cmd_stream *stream, size_t n) in etna_cmd_stream_realloc() 83 etna_cmd_stream_priv(struct etna_cmd_stream *stream) in etna_cmd_stream_priv() 90 void (*force_flush)(struct etna_cmd_stream *stream, void *priv), in etna_cmd_stream_new() 93 struct etna_cmd_stream_priv *stream = NULL; in etna_cmd_stream_new() local 129 void etna_cmd_stream_del(struct etna_cmd_stream *stream) in etna_cmd_stream_del() 139 void etna_cmd_stream_force_flush(struct etna_cmd_stream *stream) in etna_cmd_stream_force_flush() 147 uint32_t etna_cmd_stream_timestamp(struct etna_cmd_stream *stream) in etna_cmd_stream_timestamp() 152 static uint32_t append_bo(struct etna_cmd_stream *stream, struct etna_bo *bo) in append_bo() 172 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx() 210 void etna_cmd_stream_flush(struct etna_cmd_stream *stream, int in_fence_fd, in etna_cmd_stream_flush() [all …]
|
/third_party/node/test/parallel/ |
D | test-internal-fs-syncwritestream.js | 17 const stream = new SyncWriteStream(1); constant 26 const stream = new SyncWriteStream(1, { autoClose: false }); constant 36 const stream = new SyncWriteStream(fd); constant 48 const stream = new SyncWriteStream(fd); constant 58 const stream = new SyncWriteStream(fd); constant 68 const stream = new SyncWriteStream(fd); constant
|
/third_party/glib/gio/ |
D | ginputstream.c | 94 GInputStream *stream; in g_input_stream_dispose() local 122 g_input_stream_init (GInputStream *stream) in g_input_stream_init() 161 g_input_stream_read (GInputStream *stream, in g_input_stream_read() 241 g_input_stream_read_all (GInputStream *stream, in g_input_stream_read_all() 314 g_input_stream_read_bytes (GInputStream *stream, in g_input_stream_read_bytes() 363 g_input_stream_skip (GInputStream *stream, in g_input_stream_skip() 402 g_input_stream_real_skip (GInputStream *stream, in g_input_stream_real_skip() 517 g_input_stream_close (GInputStream *stream, in g_input_stream_close() 557 GInputStream *stream = G_INPUT_STREAM (source_object); in async_ready_callback_wrapper() local 570 GInputStream *stream = G_INPUT_STREAM (source_object); in async_ready_close_callback_wrapper() local [all …]
|
D | gpollableinputstream.c | 57 g_pollable_input_stream_default_can_poll (GPollableInputStream *stream) in g_pollable_input_stream_default_can_poll() 79 g_pollable_input_stream_can_poll (GPollableInputStream *stream) in g_pollable_input_stream_can_poll() 107 g_pollable_input_stream_is_readable (GPollableInputStream *stream) in g_pollable_input_stream_is_readable() 133 g_pollable_input_stream_create_source (GPollableInputStream *stream, in g_pollable_input_stream_create_source() 143 g_pollable_input_stream_default_read_nonblocking (GPollableInputStream *stream, in g_pollable_input_stream_default_read_nonblocking() 185 g_pollable_input_stream_read_nonblocking (GPollableInputStream *stream, in g_pollable_input_stream_read_nonblocking()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_emit.h | 43 etna_emit_load_state(struct etna_cmd_stream *stream, const uint16_t offset, in etna_emit_load_state() 58 etna_set_state(struct etna_cmd_stream *stream, uint32_t address, uint32_t value) in etna_set_state() 66 etna_set_state_reloc(struct etna_cmd_stream *stream, uint32_t address, in etna_set_state_reloc() 75 etna_set_state_multi(struct etna_cmd_stream *stream, uint32_t base, in etna_set_state_multi() 96 etna_draw_primitives(struct etna_cmd_stream *stream, uint32_t primitive_type, in etna_draw_primitives() 108 etna_draw_indexed_primitives(struct etna_cmd_stream *stream, in etna_draw_indexed_primitives() 124 etna_draw_instanced(struct etna_cmd_stream *stream, in etna_draw_instanced() 144 etna_coalesce_start(struct etna_cmd_stream *stream, in etna_coalesce_start() 153 etna_coalesce_end(struct etna_cmd_stream *stream, in etna_coalesce_end() 173 check_coalsence(struct etna_cmd_stream *stream, struct etna_coalesce *coalesce, in check_coalsence() [all …]
|
/third_party/node/lib/internal/streams/ |
D | end-of-stream.js | 12 function isRequest(stream) { argument 16 function isReadable(stream) { argument 22 function isWritable(stream) { argument 28 function isWritableFinished(stream) { argument 37 function isReadableEnded(stream) { argument 44 function eos(stream, options, callback) { argument
|