Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 1861) sorted by relevance

12345678910>>...75

/third_party/boost/boost/iostreams/detail/broken_overload_resolution/
Dstream.hpp24 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/node/deps/nghttp2/lib/
Dnghttp2_stream.c60 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 …]
Dnghttp2_http.c85 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/
Dnghttp2_stream.c60 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 …]
Dnghttp2_http.c85 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/
Dstream.hpp128 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/freetype/src/base/
Dftstream.c34 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/flutter/skia/third_party/externals/freetype/src/base/
Dftstream.c35 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/
Dftstream.c34 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/
Dtsmuxstream.c127 TsMuxStream *stream = g_slice_new0 (TsMuxStream); in tsmux_stream_new() local
245 tsmux_stream_get_pid (TsMuxStream * stream) in tsmux_stream_get_pid()
259 tsmux_stream_free (TsMuxStream * stream) in tsmux_stream_free()
288 tsmux_stream_set_buffer_release_func (TsMuxStream * stream, in tsmux_stream_set_buffer_release_func()
299 tsmux_stream_consume (TsMuxStream * stream, guint len) in tsmux_stream_consume()
346 tsmux_stream_at_pes_start (TsMuxStream * stream) in tsmux_stream_at_pes_start()
362 _tsmux_stream_bytes_avail (TsMuxStream * stream) in _tsmux_stream_bytes_avail()
383 tsmux_stream_bytes_avail (TsMuxStream * stream) in tsmux_stream_bytes_avail()
399 tsmux_stream_bytes_in_buffer (TsMuxStream * stream) in tsmux_stream_bytes_in_buffer()
415 tsmux_stream_initialize_pes_packet (TsMuxStream * stream) in tsmux_stream_initialize_pes_packet()
[all …]
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp44 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/
Dnoop-styled-ostream.oo.c40 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
Dhtml-styled-ostream.oo.c57 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
Dhtml-ostream.oo.c55 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/
Detnaviv_cmd_stream.c53 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/
Dpsmuxstream.c70 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/
Dgststreams.c179 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()
261 gst_stream_get_stream_id (GstStream * stream) in gst_stream_get_stream_id()
278 gst_stream_set_stream_flags (GstStream * stream, GstStreamFlags flags) in gst_stream_set_stream_flags()
301 gst_stream_get_stream_flags (GstStream * stream) in gst_stream_get_stream_flags()
324 gst_stream_set_stream_type (GstStream * stream, GstStreamType stream_type) in gst_stream_set_stream_type()
347 gst_stream_get_stream_type (GstStream * stream) in gst_stream_get_stream_type()
370 gst_stream_set_tags (GstStream * stream, GstTagList * tags) in gst_stream_set_tags()
[all …]
/third_party/node/test/parallel/
Dtest-internal-fs-syncwritestream.js17 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
Dtest-fs-stream-destroy-emit-error.js10 const stream = fs.createReadStream(__filename); constant
16 const stream = fs.createWriteStream(`${tmpdir.path}/dummy`); constant
22 const stream = fs.createReadStream(__filename, { emitClose: true }); constant
28 const stream = fs.createWriteStream(`${tmpdir.path}/dummy2`, constant
35 function test(stream) { argument
/third_party/glib/gio/
Dginputstream.c94 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 …]
Dgpollableinputstream.c57 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/node/lib/internal/streams/
Dend-of-stream.js12 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
/third_party/unity/auto/
Dstylize_as_junit.rb172 def write_xml_header(stream) argument
176 def write_suites_header(stream) argument
180 def write_suite_header(counts, stream) argument
184 def write_failures(results, stream) argument
195 def write_tests(results, stream) argument
202 def write_ignored(results, stream) argument
214 def write_suite_footer(stream) argument
218 def write_suites_footer(stream) argument
/third_party/cJSON/tests/unity/auto/
Dstylize_as_junit.rb175 def write_xml_header(stream) argument
179 def write_suites_header(stream) argument
183 def write_suite_header(counts, stream) argument
187 def write_failures(results, stream) argument
198 def write_tests(results, stream) argument
205 def write_ignored(results, stream) argument
217 def write_suite_footer(stream) argument
221 def write_suites_footer(stream) argument
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md69 ### Set the audio stream configuration using an AudioStreamBuilder.
93 ### Open the Stream
106 ### Verifying stream configuration and additional properties
202 ### State transitions
275 ### Reading and writing to an audio stream
313 ### Closing an audio stream
321 ### Disconnected audio stream

12345678910>>...75