Home
last modified time | relevance | path

Searched defs:stream (Results 226 - 250 of 1306) sorted by relevance

12345678910>>...53

/third_party/libuv/src/win/
H A Dstream.c30 int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb) { in uv_listen() argument
171 int uv_try_write(uv_stream_t* stream, in uv_try_write() argument
193 uv_try_write2(uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle) uv_try_write2() argument
[all...]
/third_party/libuv/test/
H A Dtest-tcp-write-to-half-open-connection.c77 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-tcp-close-after-read-timeout.c67 static void on_client_read(uv_stream_t* stream, ssize_t nread, in on_client_read() argument
92 static void on_connection_read(uv_stream_t* stream, in on_connection_read() argument
/third_party/lzma/CPP/7zip/Common/
H A DOutBuffer.h43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() argument
H A DInOutTempBuffer.cpp148 HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) in WriteToStream() argument
H A DInBuffer.h53 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() argument
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java24 public void SetStream(java.io.OutputStream stream) throws IOException in SetStream() argument
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
H A DDecoder.java17 public final void SetStream(java.io.InputStream stream) in SetStream() argument
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp52 CMyComPtr<ISequentialInStream> stream; in OpenStream() local
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs27 public void Init(System.IO.Stream stream, bool solid) in Init() argument
39 public bool Train(System.IO.Stream stream) in Train() argument
/third_party/ltp/testcases/kernel/connectors/pec/
H A Devent_generator.c46 FILE *stream = (status ? stderr : stdout); in usage() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp218 int stream = nir_intrinsic_stream_id(instr); in emit_vertex() local
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-assertion-result.h199 ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) { in basic_manipulator() argument
/third_party/mesa3d/src/util/
H A Dlog.c101 struct log_stream *stream = ralloc(NULL, struct log_stream); in _mesa_log_stream_create() local
110 mesa_log_stream_destroy(struct log_stream *stream) in mesa_log_stream_destroy() argument
120 mesa_log_stream_flush(struct log_stream *stream, size_t scan_offset) mesa_log_stream_flush() argument
138 mesa_log_stream_printf(struct log_stream *stream, const char *format, ...) mesa_log_stream_printf() argument
[all...]
/third_party/icu/icu4c/source/io/
H A Dustream.cpp40 operator<<(STD_OSTREAM& stream, const UnicodeString& str) in operator <<() argument
73 operator>>(STD_ISTREAM& stream, UnicodeString& str) in operator >>() argument
[all...]
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_events.c70 uint32_t stream; in main() local
H A Dtest_assoc_abort.c80 uint32_t stream; in main() local
H A Dtest_assoc_shutdown.c79 uint32_t stream; in main() local
H A Dtest_peeloff.c78 uint32_t stream; in main() local
H A Dtest_inaddr_any.c85 uint32_t stream; in main() local
/third_party/node/deps/v8/src/diagnostics/
H A Dcode-tracer.h64 std::ostream& stream() { in stream() function in v8::internal::final::StreamScope
/third_party/node/deps/v8/src/numbers/
H A Dinteger-literal.h89 inline std::ostream& operator<<(std::ostream& stream, in operator <<() argument
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.cc12 void Function::PrintDeclarationHeader(std::ostream& stream, in PrintDeclarationHeader() argument
39 PrintDeclaration(std::ostream& stream, int indentation) const PrintDeclaration() argument
47 PrintDefinition( std::ostream& stream, const std::function<void(std::ostream&)>& builder, int indentation) const PrintDefinition() argument
57 PrintInlineDefinition( std::ostream& stream, const std::function<void(std::ostream&)>& builder, int indentation) const PrintInlineDefinition() argument
68 PrintBeginDefinition(std::ostream& stream, int indentation) const PrintBeginDefinition() argument
115 PrintEndDefinition(std::ostream& stream, int indentation) const PrintEndDefinition() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug_fp.c74 print_reg_type_nr(char **stream, unsigned type, unsigned nr) in print_reg_type_nr() argument
119 print_reg_neg_swizzle(char **stream, unsigned reg) in print_reg_neg_swizzle() argument
160 print_src_reg(char **stream, unsigned dword) print_src_reg() argument
169 print_dest_reg(char **stream, unsigned dword) print_dest_reg() argument
192 print_arith_op(char **stream, unsigned opcode, const unsigned *program) print_arith_op() argument
219 print_tex_op(char **stream, unsigned opcode, const unsigned *program) print_tex_op() argument
234 print_texkil_op(char **stream, unsigned opcode, const unsigned *program) print_texkil_op() argument
244 print_dcl_op(char **stream, unsigned opcode, const unsigned *program) print_dcl_op() argument
286 char *stream = ralloc_strdup(NULL, ""); i915_disassemble_program() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.c49 CMD_STALL(struct etna_cmd_stream *stream, uint32_t from, uint32_t to) in CMD_STALL() argument
56 etna_stall(struct etna_cmd_stream *stream, uint32_t from, uint32_t to) in etna_stall() argument
128 struct etna_cmd_stream *stream = ctx->stream; emit_halti5_only_state() local
162 struct etna_cmd_stream *stream = ctx->stream; emit_pre_halti5_state() local
220 struct etna_cmd_stream *stream = ctx->stream; etna_emit_state() local
[all...]

Completed in 12 milliseconds

12345678910>>...53