| /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() 107 void nghttp2_stream_free(nghttp2_stream *stream) { in nghttp2_stream_free() 114 void nghttp2_stream_shutdown(nghttp2_stream *stream, nghttp2_shut_flag flag) { in nghttp2_stream_shutdown() 122 static int stream_active(nghttp2_stream *stream) { in stream_active() 130 static int stream_subtree_active(nghttp2_stream *stream) { in stream_subtree_active() 137 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() 147 static int stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) { in stream_obq_push() 176 static void stream_obq_remove(nghttp2_stream *stream) { in stream_obq_remove() 212 nghttp2_stream *stream) { in stream_obq_move() 226 void nghttp2_stream_reschedule(nghttp2_stream *stream) { in nghttp2_stream_reschedule() [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() 107 void nghttp2_stream_free(nghttp2_stream *stream) { in nghttp2_stream_free() 114 void nghttp2_stream_shutdown(nghttp2_stream *stream, nghttp2_shut_flag flag) { in nghttp2_stream_shutdown() 122 static int stream_active(nghttp2_stream *stream) { in stream_active() 130 static int stream_subtree_active(nghttp2_stream *stream) { in stream_subtree_active() 137 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() 147 static int stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) { in stream_obq_push() 176 static void stream_obq_remove(nghttp2_stream *stream) { in stream_obq_remove() 212 nghttp2_stream *stream) { in stream_obq_move() 226 void nghttp2_stream_reschedule(nghttp2_stream *stream) { in nghttp2_stream_reschedule() [all …]
|
| /third_party/node/test/fixtures/wpt/encoding/ |
| D | textdecoder-eof.any.js | 16 decoder.decode(new Uint8Array([0xF0]), { stream: true }); property 19 decoder.decode(new Uint8Array([0xF0]), { stream: true }); property 20 decoder.decode(new Uint8Array([0x9F]), { stream: true }); property 23 decoder.decode(new Uint8Array([0xF0, 0x9F]), { stream: true }); property 26 assert_equals(decoder.decode(new Uint8Array([0xF0, 0x9F]), { stream: true }), ""); property 27 assert_equals(decoder.decode(new Uint8Array([0x41]), { stream: true }), "\uFFFDA"); property 30 assert_equals(decoder.decode(new Uint8Array([0xF0, 0x41, 0x42]), { stream: true }), "\uFFFDAB"); property 33 assert_equals(decoder.decode(new Uint8Array([0xF0, 0x41, 0xF0]), { stream: true }), "\uFFFDA"); property 36 assert_equals(decoder.decode(new Uint8Array([0xF0]), { stream: true }), ""); property 37 assert_equals(decoder.decode(new Uint8Array([0x8F]), { stream: true }), "\uFFFD\uFFFD"); property [all …]
|
| D | textdecoder-streaming.any.js | 36 out += decoder.decode(uintArray, {stream: true}); property 53 assert_equals(decoder.decode(bytes([0xC1]), {stream: true}), "\uFFFD"); property 56 assert_equals(decoder.decode(bytes([0xF5]), {stream: true}), "\uFFFD"); property 59 assert_equals(decoder.decode(bytes([0xE0, 0x41]), {stream: true}), "\uFFFDA"); property 62 assert_equals(decoder.decode(bytes([0xE0, 0x80]), {stream: true}), "\uFFFD\uFFFD"); property 65 assert_equals(decoder.decode(bytes([0xED, 0xA0]), {stream: true}), "\uFFFD\uFFFD"); property 68 assert_equals(decoder.decode(bytes([0xF0, 0x41]), {stream: true}), "\uFFFDA"); property 69 assert_equals(decoder.decode(bytes([0x42]), {stream: true}), "B"); property 72 assert_equals(decoder.decode(bytes([0xF0, 0x80]), {stream: true}), "\uFFFD\uFFFD"); property 73 assert_equals(decoder.decode(bytes([0x80]), {stream: true}), "\uFFFD"); property [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/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/node/test/parallel/ |
| D | test-stream-compose-operator.js | 11 const stream = Readable.from(['a', 'b', 'c', 'd']).compose(async function *(stream) { argument 32 const stream = Readable.from(['a', 'b', 'c', 'd']).compose(new Transform({ constant 48 …const stream = Readable.from([1, 2, 3, 4, 5]).compose(async function *(stream) { // eslint-disable… argument 62 const stream = Readable.from([1, 2, 3, 4, 5]).compose(async function *(stream) { argument 79 …const stream = Readable.from([1, 2, 3, 4, 5]).compose(async function *(stream) { // eslint-disable… argument 96 const stream = Readable.from([1, 2, 3, 4, 5]) constant
|
| D | test-stream-map.js | 13 const stream = Readable.from([1, 2, 3, 4, 5]).map((x) => x + x); constant 21 const stream = Readable.from([1, 2, 3, 4, 5]).map(async (x) => { constant 32 const stream = Readable.from([1, 2, 3, 4, 5]).map(async (x) => { constant 42 const stream = Readable.from(async function* () { constant 85 const stream = source.map(async ([x]) => { constant 98 const stream = Readable.from([1, 2, 3, 4, 5]).map(async (x) => { constant 112 const stream = Readable.from([1, 2, 3, 4, 5]).map((x) => { constant 127 const stream = Readable.from([1, 2, 3, 4, 5]).map(async (x) => { constant 143 const stream = range.map(common.mustCall(async (_, { signal }) => { constant 163 const stream = Readable.from([1, 2]).map(async (item, { signal }) => { constant [all …]
|
| D | test-stream-filter.js | 13 const stream = Readable.from([1, 2, 3, 4, 5]).filter((x) => x < 3); constant 24 const stream = Readable.from([1, 2, 3, 4, 5]).filter(async (x) => { constant 38 const stream = Readable.from([1, 2, 3, 4, 5]).map(async (x) => { constant 52 const stream = Readable.from(async function* () { constant 91 const stream = Readable.from([1, 2, 3, 4, 5]).filter((x) => { constant 105 const stream = Readable.from([1, 2, 3, 4, 5]).filter(async (x) => { constant 121 const stream = Readable.from([1, 2, 3, 4]).filter(async (_, { signal }) => { constant 143 const stream = Readable.from([1, 2]).filter(async (item, { signal }) => { constant 166 const stream = Readable.from([1, 2, 3, 4, 5]).filter((x) => true); constant 170 const stream = Readable.from([1, 2, 3, 4, 5]); constant
|
| D | test-stream-forEach.js | 12 const stream = Readable.from([1, 2, 3]); constant 21 const stream = Readable.from([1, 2, 3]).filter(async (x) => { constant 33 const stream = Readable.from([1, 2, 3]).filter(async (x) => { constant 50 const stream = Readable.from(async function* () { constant 63 const stream = Readable.from([1, 2, 3, 4, 5]); constant 73 const stream = Readable.from([1, 2, 3, 4, 5]); constant 83 const stream = Readable.from([1, 2, 3, 4, 5]); constant 129 const stream = Readable.from([1, 2, 3, 4, 5]).forEach((_) => true); constant 133 const stream = Readable.from([1, 2, 3, 4, 5]); constant
|
| 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 53 const stream = new SyncWriteStream(fd); constant 63 const stream = new SyncWriteStream(fd); constant 73 const stream = new SyncWriteStream(fd); constant 86 const stream = new SyncWriteStream(fd); constant
|
| /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/node/test/fixtures/wpt/streams/transferable/ |
| D | transfer-with-messageport.window.js | 39 async function transferMessagePortWithOrder1(stream) { argument 42 { stream, port2: channel.port2 }, property 48 async function transferMessagePortWithOrder2(stream) { argument 51 { stream, port2: channel.port2 }, property 57 async function transferMessagePortWithOrder3(stream) { argument 60 { port1: channel.port1, stream, port2: channel.port2 }, property 66 async function transferMessagePortWithOrder4(stream) { argument 75 async function transferMessagePortWithOrder5(stream) { argument 78 { port2: channel.port2, port1: channel.port1, stream }, field 84 async function transferMessagePortWithOrder6(stream) { argument [all …]
|
| /third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
| D | utils.js | 85 function isDestroyed(stream) { argument 94 function isWritableEnded(stream) { argument 104 function isWritableFinished(stream, strict) { argument 114 function isReadableEnded(stream) { argument 124 function isReadableFinished(stream, strict) { argument 131 function isReadable(stream) { argument 137 function isWritable(stream) { argument 142 function isFinished(stream, opts) { argument 157 function isWritableErrored(stream) { argument 172 function isReadableErrored(stream) { argument [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/node/lib/stream/ |
| D | consumers.js | 29 async function blob(stream) { argument 40 async function arrayBuffer(stream) { argument 49 async function buffer(stream) { argument 57 async function text(stream) { argument 64 str += dec.decode(chunk, { stream: true }); property 68 str += dec.decode(undefined, { stream: false }); property 76 async function json(stream) { argument
|
| /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/node/lib/internal/streams/ |
| D | utils.js | 106 function isDestroyed(stream) { argument 115 function isWritableEnded(stream) { argument 125 function isWritableFinished(stream, strict) { argument 138 function isReadableEnded(stream) { argument 148 function isReadableFinished(stream, strict) { argument 159 function isReadable(stream) { argument 168 function isWritable(stream) { argument 177 function isFinished(stream, opts) { argument 197 function isWritableErrored(stream) { argument 209 function isReadableErrored(stream) { argument [all …]
|
| /third_party/pulseaudio/sonic/ |
| D | sonic.c | 89 sonicStream stream) in sonicGetSpeed() 96 sonicStream stream, in sonicSetSpeed() 104 sonicStream stream) in sonicGetPitch() 111 sonicStream stream, in sonicSetPitch() 119 sonicStream stream) in sonicGetRate() 126 sonicStream stream, in sonicSetRate() 137 sonicStream stream) in sonicGetChordPitch() 144 sonicStream stream, in sonicSetChordPitch() 152 sonicStream stream) in sonicGetQuality() 159 sonicStream stream, in sonicSetQuality() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_debug.c | 68 debug(struct debug_stream *stream, const char *name, unsigned len) in debug() 139 debug_prim(struct debug_stream *stream, const char *name, bool dump_floats, in debug_prim() 163 debug_program(struct debug_stream *stream, const char *name, unsigned len) in debug_program() 184 debug_chain(struct debug_stream *stream, const char *name, unsigned len) in debug_chain() 207 debug_variable_length_prim(struct debug_stream *stream) in debug_variable_length_prim() 230 BITS(struct debug_stream *stream, unsigned dw, unsigned hi, unsigned lo, in BITS() 255 FLAG(struct debug_stream *stream, unsigned dw, unsigned bit, const char *fmt, in FLAG() 271 debug_load_immediate(struct debug_stream *stream, const char *name, in debug_load_immediate() 375 debug_load_indirect(struct debug_stream *stream, const char *name, unsigned len) in debug_load_indirect() 437 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 131 void etna_cmd_stream_del(struct etna_cmd_stream *stream) in etna_cmd_stream_del() 143 void etna_cmd_stream_force_flush(struct etna_cmd_stream *stream) in etna_cmd_stream_force_flush() 151 uint32_t etna_cmd_stream_timestamp(struct etna_cmd_stream *stream) in etna_cmd_stream_timestamp() 156 static uint32_t append_bo(struct etna_cmd_stream *stream, struct etna_bo *bo) in append_bo() 174 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx() 200 void etna_cmd_stream_flush(struct etna_cmd_stream *stream, int in_fence_fd, in etna_cmd_stream_flush() [all …]
|
| /third_party/rust/crates/proc-macro2/tests/ |
| D | comments.rs | 63 let stream = "/**/".parse::<TokenStream>().unwrap(); in closed_immediately() localVariable 75 let stream = "/// doc".parse::<TokenStream>().unwrap(); in lit() localVariable 79 let stream = "//! doc".parse::<TokenStream>().unwrap(); in lit() localVariable 83 let stream = "/** doc */".parse::<TokenStream>().unwrap(); in lit() localVariable 87 let stream = "/*! doc */".parse::<TokenStream>().unwrap(); in lit() localVariable 94 let stream = "///\r\n".parse::<TokenStream>().unwrap(); in carriage_return() localVariable 98 let stream = "/**\r\n*/".parse::<TokenStream>().unwrap(); in carriage_return() localVariable
|
| /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 …]
|