Home
last modified time | relevance | path

Searched defs:stream (Results 1401 - 1425 of 2291) sorted by relevance

1...<<51525354555657585960>>...92

/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h94 ::std::ostream* stream() { return stream_; } in stream() function in testing::MatchResultListener
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java1230 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() argument
/third_party/alsa-lib/aserver/
H A Daserver.c170 int stream; member
/third_party/alsa-lib/include/
H A Daserver.h149 unsigned char stream; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DOlsonTimeZone.java1232 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateIntervalFormat.java2063 private void readObject(ObjectInputStream stream) in readObject() argument
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java738 public static byte[] readToEOS(InputStream stream) { in readToEOS() argument
/third_party/libuv/src/unix/
H A Dstream.c47 uv_stream_t* stream; member
82 uv__stream_init(uv_loop_t* loop, uv_stream_t* stream, uv_handle_type type) uv__stream_init() argument
120 uv__stream_osx_interrupt_select(uv_stream_t* stream) uv__stream_osx_interrupt_select() argument
147 uv_stream_t* stream; uv__stream_osx_select() local
236 uv_stream_t* stream; uv__stream_osx_select_cb() local
274 uv__stream_try_select(uv_stream_t* stream, int* fd) uv__stream_try_select() argument
403 uv__stream_open(uv_stream_t* stream, int fd, int flags) uv__stream_open() argument
440 uv__stream_flush_write_queue(uv_stream_t* stream, int error) uv__stream_flush_write_queue() argument
455 uv__stream_destroy(uv_stream_t* stream) uv__stream_destroy() argument
509 uv_stream_t* stream; uv__server_io() local
601 uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb) uv_listen() argument
626 uv__drain(uv_stream_t* stream) uv__drain() argument
688 uv__write_req_update(uv_stream_t* stream, uv_write_t* req, size_t n) uv__write_req_update() argument
714 uv_stream_t* stream = req->handle; uv__write_req_finish() local
753 uv__try_write(uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle) uv__try_write() argument
839 uv__write(uv_stream_t* stream) uv__write() argument
900 uv__write_callbacks(uv_stream_t* stream) uv__write_callbacks() argument
931 uv__stream_eof(uv_stream_t* stream, const uv_buf_t* buf) uv__stream_eof() argument
941 uv__stream_queue_fd(uv_stream_t* stream, int fd) uv__stream_queue_fd() argument
980 uv__stream_recv_cmsg(uv_stream_t* stream, struct msghdr* msg) uv__stream_recv_cmsg() argument
1020 uv__read(uv_stream_t* stream) uv__read() argument
1155 uv_shutdown(uv_shutdown_t* req, uv_stream_t* stream, uv_shutdown_cb cb) uv_shutdown() argument
1185 uv_stream_t* stream; uv__stream_io() local
1241 uv__stream_connect(uv_stream_t* stream) uv__stream_connect() argument
1290 uv__check_before_write(uv_stream_t* stream, unsigned int nbufs, uv_stream_t* send_handle) uv__check_before_write() argument
1328 uv_write2(uv_write_t* req, uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle, uv_write_cb cb) uv_write2() argument
1409 uv_try_write(uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs) uv_try_write() argument
1416 uv_try_write2(uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle) uv_try_write2() argument
1434 uv__read_start(uv_stream_t* stream, uv_alloc_cb alloc_cb, uv_read_cb read_cb) uv__read_start() argument
1460 uv_read_stop(uv_stream_t* stream) uv_read_stop() argument
1475 uv_is_readable(const uv_stream_t* stream) uv_is_readable() argument
1480 uv_is_writable(const uv_stream_t* stream) uv_is_writable() argument
[all...]
/third_party/libuv/src/win/
H A Dtcp.c200 void uv__process_tcp_shutdown_req(uv_loop_t* loop, uv_tcp_t* stream, uv_shutdown_t *req) { in uv__process_tcp_shutdown_req() argument
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp499 CMyComPtr<ISequentialInStream> stream = streamSpec; in EncodeStream() local
H A D7zHandlerOut.cpp824 static HRESULT ParseBond(UString &srcString, UInt32 &coder, UInt32 &stream) in ParseBond() argument
H A D7zHandler.cpp675 Z7_COM7F_IMF(CHandler::Open(IInStream *stream, in Open() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp995 void CArchiveUpdateCallback::InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val) in InFileStream_On_Destroy() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c890 unsigned stream = nir_intrinsic_stream_id(intr); in lower_gs_block() local
/third_party/node/src/
H A Dstream_base.cc651 StreamBase* stream = static_cast<StreamBase*>(stream_); in OnStreamRead() local
679 StreamBase* stream = static_cast<StreamBase*>(stream_); in OnStreamRead() local
708 StreamBase* stream = static_cast<StreamBase*>(stream_); in OnStreamAfterReqFinished() local
[all...]
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc209 static void ReadCallback(uv_stream_t* stream, ssize_t read, in ReadCallback() argument
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c343 size_t __fread_chk(void* buf, size_t size, size_t count, FILE* stream, size_t buf_size) in __fread_chk() argument
354 size_t __fwrite_chk(const void* buf, size_t size, size_t count, FILE* stream, size_t buf_size) in __fwrite_chk() argument
365 char* __fgets_chk(char* dest, int supplied_size, FILE* stream, size_t dst_len_from_compiler) in __fgets_chk() argument
/third_party/musl/src/fortify/linux/
H A Dfortify.c354 size_t __fread_chk(void* buf, size_t size, size_t count, FILE* stream, size_t buf_size) in __fread_chk() argument
365 size_t __fwrite_chk(const void* buf, size_t size, size_t count, FILE* stream, size_t buf_size) in __fwrite_chk() argument
376 char* __fgets_chk(char* dest, int supplied_size, FILE* stream, size_t dst_len_from_compiler) in __fgets_chk() argument
/third_party/nghttp2/lib/
H A Dnghttp2_stream.c60 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, in nghttp2_stream_init() argument
107 nghttp2_stream_free(nghttp2_stream *stream) nghttp2_stream_free() argument
114 nghttp2_stream_shutdown(nghttp2_stream *stream, nghttp2_shut_flag flag) nghttp2_stream_shutdown() argument
122 stream_active(nghttp2_stream *stream) stream_active() argument
130 stream_subtree_active(nghttp2_stream *stream) stream_subtree_active() argument
137 stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) stream_next_cycle() argument
147 stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) stream_obq_push() argument
176 stream_obq_remove(nghttp2_stream *stream) stream_obq_remove() argument
211 stream_obq_move(nghttp2_stream *dest, nghttp2_stream *src, nghttp2_stream *stream) stream_obq_move() argument
226 nghttp2_stream_reschedule(nghttp2_stream *stream) nghttp2_stream_reschedule() argument
248 nghttp2_stream_change_weight(nghttp2_stream *stream, int32_t weight) nghttp2_stream_change_weight() argument
304 stream_last_sib(nghttp2_stream *stream) stream_last_sib() argument
311 nghttp2_stream_dep_distributed_weight(nghttp2_stream *stream, int32_t weight) nghttp2_stream_dep_distributed_weight() argument
320 ensure_inactive(nghttp2_stream *stream) ensure_inactive() argument
346 check_queued(nghttp2_stream *stream) check_queued() argument
394 check_sum_dep(nghttp2_stream *stream) check_sum_dep() argument
410 check_dep_prev(nghttp2_stream *stream) check_dep_prev() argument
424 validate_tree(nghttp2_stream *stream) validate_tree() argument
453 validate_tree(nghttp2_stream *stream) validate_tree() argument
456 stream_update_dep_on_attach_item(nghttp2_stream *stream) stream_update_dep_on_attach_item() argument
468 stream_update_dep_on_detach_item(nghttp2_stream *stream) stream_update_dep_on_detach_item() argument
476 nghttp2_stream_attach_item(nghttp2_stream *stream, nghttp2_outbound_item *item) nghttp2_stream_attach_item() argument
504 nghttp2_stream_detach_item(nghttp2_stream *stream) nghttp2_stream_detach_item() argument
517 nghttp2_stream_defer_item(nghttp2_stream *stream, uint8_t flags) nghttp2_stream_defer_item() argument
532 nghttp2_stream_resume_deferred_item(nghttp2_stream *stream, uint8_t flags) nghttp2_stream_resume_deferred_item() argument
551 nghttp2_stream_check_deferred_item(nghttp2_stream *stream) nghttp2_stream_check_deferred_item() argument
555 nghttp2_stream_check_deferred_by_flow_control(nghttp2_stream *stream) nghttp2_stream_check_deferred_by_flow_control() argument
573 nghttp2_stream_update_remote_initial_window_size( nghttp2_stream *stream, int32_t new_initial_window_size, int32_t old_initial_window_size) nghttp2_stream_update_remote_initial_window_size() argument
581 nghttp2_stream_update_local_initial_window_size( nghttp2_stream *stream, int32_t new_initial_window_size, int32_t old_initial_window_size) nghttp2_stream_update_local_initial_window_size() argument
589 nghttp2_stream_promise_fulfilled(nghttp2_stream *stream) nghttp2_stream_promise_fulfilled() argument
594 nghttp2_stream_dep_find_ancestor(nghttp2_stream *stream, nghttp2_stream *target) nghttp2_stream_dep_find_ancestor() argument
604 nghttp2_stream_dep_insert(nghttp2_stream *dep_stream, nghttp2_stream *stream) nghttp2_stream_dep_insert() argument
644 set_dep_prev(nghttp2_stream *stream, nghttp2_stream *dep) set_dep_prev() argument
650 link_dep(nghttp2_stream *dep_stream, nghttp2_stream *stream) link_dep() argument
664 insert_link_dep(nghttp2_stream *dep_stream, nghttp2_stream *stream) insert_link_dep() argument
677 unlink_sib(nghttp2_stream *stream) unlink_sib() argument
713 unlink_dep(nghttp2_stream *stream) unlink_dep() argument
753 nghttp2_stream_dep_add(nghttp2_stream *dep_stream, nghttp2_stream *stream) nghttp2_stream_dep_add() argument
769 nghttp2_stream_dep_remove(nghttp2_stream *stream) nghttp2_stream_dep_remove() argument
820 nghttp2_stream_dep_insert_subtree(nghttp2_stream *dep_stream, nghttp2_stream *stream) nghttp2_stream_dep_insert_subtree() argument
871 nghttp2_stream_dep_add_subtree(nghttp2_stream *dep_stream, nghttp2_stream *stream) nghttp2_stream_dep_add_subtree() argument
898 nghttp2_stream_dep_remove_subtree(nghttp2_stream *stream) nghttp2_stream_dep_remove_subtree() argument
933 nghttp2_stream_in_dep_tree(nghttp2_stream *stream) nghttp2_stream_in_dep_tree() argument
939 nghttp2_stream_next_outbound_item(nghttp2_stream *stream) nghttp2_stream_next_outbound_item() argument
960 nghttp2_stream_get_state(nghttp2_stream *stream) nghttp2_stream_get_state() argument
990 nghttp2_stream_get_parent(nghttp2_stream *stream) nghttp2_stream_get_parent() argument
994 nghttp2_stream_get_next_sibling(nghttp2_stream *stream) nghttp2_stream_get_next_sibling() argument
998 nghttp2_stream_get_previous_sibling(nghttp2_stream *stream) nghttp2_stream_get_previous_sibling() argument
1002 nghttp2_stream_get_first_child(nghttp2_stream *stream) nghttp2_stream_get_first_child() argument
1006 nghttp2_stream_get_weight(nghttp2_stream *stream) nghttp2_stream_get_weight() argument
1010 nghttp2_stream_get_sum_dependency_weight(nghttp2_stream *stream) nghttp2_stream_get_sum_dependency_weight() argument
1014 nghttp2_stream_get_stream_id(nghttp2_stream *stream) nghttp2_stream_get_stream_id() argument
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h95 ::std::ostream* stream() { return stream_; } in stream() function in testing::MatchResultListener
/third_party/mesa3d/src/mesa/main/
H A Dtransformfeedback.c436 unsigned stream = obj->program->sh.LinkedTransformFeedback-> in begin_transform_feedback() local
503 unsigned stream = obj->program->sh.LinkedTransformFeedback-> in end_transform_feedback() local
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c60 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, in nghttp2_stream_init() argument
107 nghttp2_stream_free(nghttp2_stream *stream) nghttp2_stream_free() argument
114 nghttp2_stream_shutdown(nghttp2_stream *stream, nghttp2_shut_flag flag) nghttp2_stream_shutdown() argument
122 stream_active(nghttp2_stream *stream) stream_active() argument
130 stream_subtree_active(nghttp2_stream *stream) stream_subtree_active() argument
137 stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) stream_next_cycle() argument
147 stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) stream_obq_push() argument
176 stream_obq_remove(nghttp2_stream *stream) stream_obq_remove() argument
211 stream_obq_move(nghttp2_stream *dest, nghttp2_stream *src, nghttp2_stream *stream) stream_obq_move() argument
226 nghttp2_stream_reschedule(nghttp2_stream *stream) nghttp2_stream_reschedule() argument
248 nghttp2_stream_change_weight(nghttp2_stream *stream, int32_t weight) nghttp2_stream_change_weight() argument
304 stream_last_sib(nghttp2_stream *stream) stream_last_sib() argument
311 nghttp2_stream_dep_distributed_weight(nghttp2_stream *stream, int32_t weight) nghttp2_stream_dep_distributed_weight() argument
320 ensure_inactive(nghttp2_stream *stream) ensure_inactive() argument
346 check_queued(nghttp2_stream *stream) check_queued() argument
394 check_sum_dep(nghttp2_stream *stream) check_sum_dep() argument
410 check_dep_prev(nghttp2_stream *stream) check_dep_prev() argument
424 validate_tree(nghttp2_stream *stream) validate_tree() argument
453 validate_tree(nghttp2_stream *stream) validate_tree() argument
456 stream_update_dep_on_attach_item(nghttp2_stream *stream) stream_update_dep_on_attach_item() argument
468 stream_update_dep_on_detach_item(nghttp2_stream *stream) stream_update_dep_on_detach_item() argument
476 nghttp2_stream_attach_item(nghttp2_stream *stream, nghttp2_outbound_item *item) nghttp2_stream_attach_item() argument
504 nghttp2_stream_detach_item(nghttp2_stream *stream) nghttp2_stream_detach_item() argument
517 nghttp2_stream_defer_item(nghttp2_stream *stream, uint8_t flags) nghttp2_stream_defer_item() argument
532 nghttp2_stream_resume_deferred_item(nghttp2_stream *stream, uint8_t flags) nghttp2_stream_resume_deferred_item() argument
551 nghttp2_stream_check_deferred_item(nghttp2_stream *stream) nghttp2_stream_check_deferred_item() argument
555 nghttp2_stream_check_deferred_by_flow_control(nghttp2_stream *stream) nghttp2_stream_check_deferred_by_flow_control() argument
573 nghttp2_stream_update_remote_initial_window_size( nghttp2_stream *stream, int32_t new_initial_window_size, int32_t old_initial_window_size) nghttp2_stream_update_remote_initial_window_size() argument
581 nghttp2_stream_update_local_initial_window_size( nghttp2_stream *stream, int32_t new_initial_window_size, int32_t old_initial_window_size) nghttp2_stream_update_local_initial_window_size() argument
589 nghttp2_stream_promise_fulfilled(nghttp2_stream *stream) nghttp2_stream_promise_fulfilled() argument
594 nghttp2_stream_dep_find_ancestor(nghttp2_stream *stream, nghttp2_stream *target) nghttp2_stream_dep_find_ancestor() argument
604 nghttp2_stream_dep_insert(nghttp2_stream *dep_stream, nghttp2_stream *stream) nghttp2_stream_dep_insert() argument
644 set_dep_prev(nghttp2_stream *stream, nghttp2_stream *dep) set_dep_prev() argument
650 link_dep(nghttp2_stream *dep_stream, nghttp2_stream *stream) link_dep() argument
664 insert_link_dep(nghttp2_stream *dep_stream, nghttp2_stream *stream) insert_link_dep() argument
677 unlink_sib(nghttp2_stream *stream) unlink_sib() argument
713 unlink_dep(nghttp2_stream *stream) unlink_dep() argument
753 nghttp2_stream_dep_add(nghttp2_stream *dep_stream, nghttp2_stream *stream) nghttp2_stream_dep_add() argument
769 nghttp2_stream_dep_remove(nghttp2_stream *stream) nghttp2_stream_dep_remove() argument
820 nghttp2_stream_dep_insert_subtree(nghttp2_stream *dep_stream, nghttp2_stream *stream) nghttp2_stream_dep_insert_subtree() argument
871 nghttp2_stream_dep_add_subtree(nghttp2_stream *dep_stream, nghttp2_stream *stream) nghttp2_stream_dep_add_subtree() argument
898 nghttp2_stream_dep_remove_subtree(nghttp2_stream *stream) nghttp2_stream_dep_remove_subtree() argument
933 nghttp2_stream_in_dep_tree(nghttp2_stream *stream) nghttp2_stream_in_dep_tree() argument
939 nghttp2_stream_next_outbound_item(nghttp2_stream *stream) nghttp2_stream_next_outbound_item() argument
960 nghttp2_stream_get_state(nghttp2_stream *stream) nghttp2_stream_get_state() argument
990 nghttp2_stream_get_parent(nghttp2_stream *stream) nghttp2_stream_get_parent() argument
994 nghttp2_stream_get_next_sibling(nghttp2_stream *stream) nghttp2_stream_get_next_sibling() argument
998 nghttp2_stream_get_previous_sibling(nghttp2_stream *stream) nghttp2_stream_get_previous_sibling() argument
1002 nghttp2_stream_get_first_child(nghttp2_stream *stream) nghttp2_stream_get_first_child() argument
1006 nghttp2_stream_get_weight(nghttp2_stream *stream) nghttp2_stream_get_weight() argument
1010 nghttp2_stream_get_sum_dependency_weight(nghttp2_stream *stream) nghttp2_stream_get_sum_dependency_weight() argument
1014 nghttp2_stream_get_stream_id(nghttp2_stream *stream) nghttp2_stream_get_stream_id() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c51 nghttp3_stream *stream = nghttp3_objalloc_stream_get(stream_objalloc); in nghttp3_stream_new() local
157 nghttp3_stream_del(nghttp3_stream *stream) nghttp3_stream_del() argument
225 nghttp3_stream_frq_add(nghttp3_stream *stream, const nghttp3_frame_entry *frent) nghttp3_stream_frq_add() argument
245 nghttp3_stream_fill_outq(nghttp3_stream *stream) nghttp3_stream_fill_outq() argument
310 nghttp3_stream_write_stream_type(nghttp3_stream *stream) nghttp3_stream_write_stream_type() argument
330 nghttp3_stream_write_settings(nghttp3_stream *stream, nghttp3_frame_entry *frent) nghttp3_stream_write_settings() argument
377 nghttp3_stream_write_goaway(nghttp3_stream *stream, nghttp3_frame_entry *frent) nghttp3_stream_write_goaway() argument
402 nghttp3_stream_write_priority_update(nghttp3_stream *stream, nghttp3_frame_entry *frent) nghttp3_stream_write_priority_update() argument
427 nghttp3_stream_write_headers(nghttp3_stream *stream, nghttp3_frame_entry *frent) nghttp3_stream_write_headers() argument
439 nghttp3_stream_write_header_block(nghttp3_stream *stream, nghttp3_qpack_encoder *qenc, nghttp3_stream *qenc_stream, nghttp3_buf *rbuf, nghttp3_buf *ebuf, int64_t frame_type, const nghttp3_nv *nva, size_t nvlen) nghttp3_stream_write_header_block() argument
554 nghttp3_stream_write_data(nghttp3_stream *stream, int *peof, nghttp3_frame_entry *frent) nghttp3_stream_write_data() argument
660 nghttp3_stream_write_qpack_decoder_stream(nghttp3_stream *stream) nghttp3_stream_write_qpack_decoder_stream() argument
694 nghttp3_stream_outq_is_full(nghttp3_stream *stream) nghttp3_stream_outq_is_full() argument
699 nghttp3_stream_outq_add(nghttp3_stream *stream, const nghttp3_typed_buf *tbuf) nghttp3_stream_outq_add() argument
747 nghttp3_stream_ensure_chunk(nghttp3_stream *stream, size_t need) nghttp3_stream_ensure_chunk() argument
789 nghttp3_stream_get_chunk(nghttp3_stream *stream) nghttp3_stream_get_chunk() argument
798 nghttp3_stream_is_blocked(nghttp3_stream *stream) nghttp3_stream_is_blocked() argument
804 nghttp3_stream_require_schedule(nghttp3_stream *stream) nghttp3_stream_require_schedule() argument
812 nghttp3_stream_writev(nghttp3_stream *stream, int *pfin, nghttp3_vec *vec, size_t veccnt) nghttp3_stream_writev() argument
853 nghttp3_stream_add_outq_offset(nghttp3_stream *stream, size_t n) nghttp3_stream_add_outq_offset() argument
881 nghttp3_stream_outq_write_done(nghttp3_stream *stream) nghttp3_stream_outq_write_done() argument
888 stream_pop_outq_entry(nghttp3_stream *stream, nghttp3_typed_buf *tbuf) stream_pop_outq_entry() argument
927 nghttp3_stream_add_ack_offset(nghttp3_stream *stream, uint64_t n) nghttp3_stream_add_ack_offset() argument
985 nghttp3_stream_buffer_data(nghttp3_stream *stream, const uint8_t *data, size_t datalen) nghttp3_stream_buffer_data() argument
1031 nghttp3_stream_get_buffered_datalen(nghttp3_stream *stream) nghttp3_stream_get_buffered_datalen() argument
1045 nghttp3_stream_transit_rx_http_state(nghttp3_stream *stream, nghttp3_stream_http_event event) nghttp3_stream_transit_rx_http_state() argument
1229 nghttp3_stream_empty_headers_allowed(nghttp3_stream *stream) nghttp3_stream_empty_headers_allowed() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c46 uint8_t stream; member
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c579 const struct VkCommandStreamDescriptionMESA stream = { in vn_instance_get_reply_shmem_locked() local

Completed in 33 milliseconds

1...<<51525354555657585960>>...92