| /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/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 …]
|
| D | nghttp2_http.c | 77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() 86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() 97 static int check_path(nghttp2_stream *stream) { in check_path() 104 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() 236 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() 428 int nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, in nghttp2_http_on_header() 522 int nghttp2_http_on_request_headers(nghttp2_stream *stream, in nghttp2_http_on_request_headers() 559 int nghttp2_http_on_response_headers(nghttp2_stream *stream) { in nghttp2_http_on_response_headers() 586 int nghttp2_http_on_trailer_headers(nghttp2_stream *stream, in nghttp2_http_on_trailer_headers() 597 int nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) { in nghttp2_http_on_remote_end_stream() [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/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/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/mesa3d/src/etnaviv/drm/ |
| D | etnaviv_cmd_stream.c | 54 void etna_cmd_stream_realloc(struct etna_cmd_stream *stream, size_t n) in etna_cmd_stream_realloc() 84 etna_cmd_stream_priv(struct etna_cmd_stream *stream) in etna_cmd_stream_priv() 91 void (*force_flush)(struct etna_cmd_stream *stream, void *priv), in etna_cmd_stream_new() 94 struct etna_cmd_stream_priv *stream = NULL; in etna_cmd_stream_new() local 132 void etna_cmd_stream_del(struct etna_cmd_stream *stream) in etna_cmd_stream_del() 146 void etna_cmd_stream_force_flush(struct etna_cmd_stream *stream) in etna_cmd_stream_force_flush() 154 uint32_t etna_cmd_stream_timestamp(struct etna_cmd_stream *stream) in etna_cmd_stream_timestamp() 159 static uint32_t append_bo(struct etna_cmd_stream *stream, struct etna_bo *bo) in append_bo() 177 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx() 203 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/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 …]
|
| D | i915_debug_fp.c | 74 print_reg_type_nr(char **stream, unsigned type, unsigned nr) in print_reg_type_nr() 119 print_reg_neg_swizzle(char **stream, unsigned reg) in print_reg_neg_swizzle() 160 print_src_reg(char **stream, unsigned dword) in print_src_reg() 169 print_dest_reg(char **stream, unsigned dword) in print_dest_reg() 192 print_arith_op(char **stream, unsigned opcode, const unsigned *program) in print_arith_op() 219 print_tex_op(char **stream, unsigned opcode, const unsigned *program) in print_tex_op() 234 print_texkil_op(char **stream, unsigned opcode, const unsigned *program) in print_texkil_op() 244 print_dcl_op(char **stream, unsigned opcode, const unsigned *program) in print_dcl_op() 286 char *stream = ralloc_strdup(NULL, ""); in i915_disassemble_program() local
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_emit.h | 44 etna_emit_load_state(struct etna_cmd_stream *stream, const uint16_t offset, in etna_emit_load_state() 59 etna_set_state(struct etna_cmd_stream *stream, uint32_t address, uint32_t value) in etna_set_state() 67 etna_set_state_reloc(struct etna_cmd_stream *stream, uint32_t address, in etna_set_state_reloc() 76 etna_set_state_multi(struct etna_cmd_stream *stream, uint32_t base, in etna_set_state_multi() 97 etna_draw_primitives(struct etna_cmd_stream *stream, uint32_t primitive_type, in etna_draw_primitives() 109 etna_draw_indexed_primitives(struct etna_cmd_stream *stream, in etna_draw_indexed_primitives() 125 etna_draw_instanced(struct etna_cmd_stream *stream, in etna_draw_instanced() 145 etna_draw_indirect(struct etna_cmd_stream *stream, in etna_draw_indirect() 164 etna_coalesce_start(struct etna_cmd_stream *stream, in etna_coalesce_start() 173 etna_coalesce_end(struct etna_cmd_stream *stream, in etna_coalesce_end() [all …]
|
| /third_party/pulseaudio/sonic/ |
| D | sonic.c | 155 void sonicComputeSpectrogram(sonicStream stream) { in sonicComputeSpectrogram() 162 sonicSpectrogram sonicGetSpectrogram(sonicStream stream) { in sonicGetSpectrogram() 185 float sonicGetSpeed(sonicStream stream) { return stream->speed; } in sonicGetSpeed() 188 void sonicSetSpeed(sonicStream stream, float speed) { stream->speed = speed; } in sonicSetSpeed() 191 float sonicGetPitch(sonicStream stream) { return stream->pitch; } in sonicGetPitch() 194 void sonicSetPitch(sonicStream stream, float pitch) { stream->pitch = pitch; } in sonicSetPitch() 197 float sonicGetRate(sonicStream stream) { return stream->rate; } in sonicGetRate() 201 void sonicSetRate(sonicStream stream, float rate) { in sonicSetRate() 209 int sonicGetChordPitch(sonicStream stream) { return stream->useChordPitch; } in sonicGetChordPitch() 212 void sonicSetChordPitch(sonicStream stream, int useChordPitch) { in sonicSetChordPitch() [all …]
|
| /third_party/libuv/src/unix/ |
| D | stream.c | 47 uv_stream_t* stream; member 83 uv_stream_t* stream, in uv__stream_init() 120 static void uv__stream_osx_interrupt_select(uv_stream_t* stream) { in uv__stream_osx_interrupt_select() 147 uv_stream_t* stream; in uv__stream_osx_select() local 236 uv_stream_t* stream; in uv__stream_osx_select_cb() local 274 int uv__stream_try_select(uv_stream_t* stream, int* fd) { in uv__stream_try_select() 403 int uv__stream_open(uv_stream_t* stream, int fd, int flags) { in uv__stream_open() 440 void uv__stream_flush_write_queue(uv_stream_t* stream, int error) { in uv__stream_flush_write_queue() 455 void uv__stream_destroy(uv_stream_t* stream) { in uv__stream_destroy() 509 uv_stream_t* stream; in uv__server_io() local [all …]
|
| /third_party/cJSON/tests/unity/auto/ |
| D | stylize_as_junit.rb | 175 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/unity/auto/ |
| D | stylize_as_junit.rb | 172 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/PyYAML/lib/yaml/ |
| D | __init__.py | 29 def scan(stream, Loader=Loader): argument 40 def parse(stream, Loader=Loader): argument 51 def compose(stream, Loader=Loader): argument 62 def compose_all(stream, Loader=Loader): argument 74 def load(stream, Loader): argument 85 def load_all(stream, Loader): argument 97 def full_load(stream): argument 107 def full_load_all(stream): argument 117 def safe_load(stream): argument 127 def safe_load_all(stream): argument [all …]
|
| D | loader.py | 13 def __init__(self, stream): argument 23 def __init__(self, stream): argument 33 def __init__(self, stream): argument 43 def __init__(self, stream): argument 57 def __init__(self, stream): argument
|
| /third_party/skia/third_party/externals/oboe/docs/ |
| D | FullGuide.md | 69 ### 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
|
| /third_party/PyYAML/tests/legacy_tests/ |
| D | test_yaml_ext.py | 13 def new_scan(stream, Loader=yaml.CLoader): argument 17 def new_parse(stream, Loader=yaml.CLoader): argument 21 def new_compose(stream, Loader=yaml.CLoader): argument 25 def new_compose_all(stream, Loader=yaml.CLoader): argument 29 def new_load(stream, Loader=yaml.CLoader): argument 33 def new_load_all(stream, Loader=yaml.CLoader): argument 37 def new_safe_load(stream): argument 41 def new_safe_load_all(stream): argument 45 def new_emit(events, stream=None, Dumper=yaml.CDumper, **kwds): argument 49 def new_serialize(node, stream, Dumper=yaml.CDumper, **kwds): argument [all …]
|
| /third_party/vk-gl-cts/framework/delibs/destream/ |
| D | deFileStream.c | 34 static deStreamResult fileIOStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32*… in fileIOStream_read() 63 static deStreamResult fileIOStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, d… in fileIOStream_write() 91 static const char* fileIOStream_getError (deStreamData* stream) in fileIOStream_getError() 98 static deStreamResult fileIOStream_flush (deStreamData* stream) in fileIOStream_flush() 106 static deStreamResult fileIOStream_deinit (deStreamData* stream) in fileIOStream_deinit() 117 static deStreamStatus fileIOStrem_getStatus (deStreamData* stream) in fileIOStrem_getStatus() 150 void fileIOStream_init (deIOStream* stream, const char* filename, deFileMode mode) in fileIOStream_init() 170 void deFileInStream_init (deInStream* stream, const char* filename, deFileMode mode) in deFileInStream_init() 190 void deFileOutStream_init (deOutStream* stream, const char* filename, deFileMode mode) in deFileOutStream_init()
|
| D | deOutStream.h | 45 DE_INLINE deStreamResult deOutStream_write (deOutStream* stream, const void* buf, deInt32 bufSize, … in deOutStream_write() 50 DE_INLINE deStreamResult deOutStream_flush (deOutStream* stream) in deOutStream_flush() 55 DE_INLINE deStreamResult deOutStream_deinit (deOutStream* stream) in deOutStream_deinit() 60 DE_INLINE const char* deOutStream_getError (deOutStream* stream) in deOutStream_getError() 65 DE_INLINE deStreamStatus deOutStream_getStatus (deOutStream* stream) in deOutStream_getStatus()
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| D | deSha1.hpp | 72 inline Sha1Stream& operator<< (Sha1Stream& stream, bool b) in operator <<() 79 inline Sha1Stream& operator<< (Sha1Stream& stream, deUint32 value) in operator <<() 93 inline Sha1Stream& operator<< (Sha1Stream& stream, deInt32 value) in operator <<() 98 inline Sha1Stream& operator<< (Sha1Stream& stream, deUint64 value) in operator <<() 116 inline Sha1Stream& operator<< (Sha1Stream& stream, deInt64 value) in operator <<() 122 inline Sha1Stream& operator<< (Sha1Stream& stream, const std::vector<T>& values) in operator <<() 132 inline Sha1Stream& operator<< (Sha1Stream& stream, const std::string& str) in operator <<()
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | StreamUtils.cpp | 12 HRESULT InStream_SeekToBegin(IInStream *stream) throw() in InStream_SeekToBegin() 18 HRESULT InStream_AtBegin_GetSize(IInStream *stream, UInt64 &sizeRes) throw() in InStream_AtBegin_GetSize() 35 HRESULT InStream_GetPos_GetSize(IInStream *stream, UInt64 &curPosRes, UInt64 &sizeRes) throw() in InStream_GetPos_GetSize() 54 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *processedSize) throw() in ReadStream() 73 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size) throw() in ReadStream_FALSE() 80 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size) throw() in ReadStream_FAIL() 87 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size) throw() in WriteStream()
|
| /third_party/skia/m133/third_party/externals/zlib/contrib/minizip/ |
| D | ioapi.c | 20 #define FTELLO_FUNC(stream) ftello(stream) argument 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument 24 #define FTELLO_FUNC(stream) ftello64(stream) argument 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument 119 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { in fread_file_func() 126 static uLong ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) { in fwrite_file_func() 133 static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream) { in ftell_file_func() 141 static ZPOS64_T ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream) { in ftell64_file_func() 148 static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) { in fseek_file_func() 171 static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) { in fseek64_file_func() [all …]
|
| /third_party/zlib/contrib/minizip/ |
| D | ioapi.c | 20 #define FTELLO_FUNC(stream) ftello(stream) argument 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument 24 #define FTELLO_FUNC(stream) ftello64(stream) argument 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument 123 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { in fread_file_func() 130 static uLong ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) { in fwrite_file_func() 137 static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream) { in ftell_file_func() 145 static ZPOS64_T ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream) { in ftell64_file_func() 152 static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) { in fseek_file_func() 175 static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) { in fseek64_file_func() [all …]
|