/third_party/libuv/src/win/ |
H A D | stream.c | 30 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 D | test-tcp-write-to-half-open-connection.c | 77 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
|
H A D | test-tcp-close-after-read-timeout.c | 67 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 D | OutBuffer.h | 43 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
in SetStream() argument
|
H A D | InOutTempBuffer.cpp | 148 HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream)
in WriteToStream() argument
|
H A D | InBuffer.h | 53 void SetStream(ISequentialInStream *stream) { _stream = stream; }
in SetStream() argument
|
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | OutWindow.java | 24 public void SetStream(java.io.OutputStream stream) throws IOException
in SetStream() argument
|
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/ |
H A D | Decoder.java | 17 public final void SetStream(java.io.InputStream stream)
in SetStream() argument
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zFolderInStream.cpp | 52 CMyComPtr<ISequentialInStream> stream;
in OpenStream() local
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzOutWindow.cs | 27 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 D | event_generator.c | 46 FILE *stream = (status ? stderr : stdout); in usage() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_gs.cpp | 218 int stream = nir_intrinsic_stream_id(instr); in emit_vertex() local
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-assertion-result.h | 199 ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) { in basic_manipulator() argument
|
/third_party/mesa3d/src/util/ |
H A D | log.c | 101 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 D | ustream.cpp | 40 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 D | test_1_to_1_events.c | 70 uint32_t stream; in main() local
|
H A D | test_assoc_abort.c | 80 uint32_t stream; in main() local
|
H A D | test_assoc_shutdown.c | 79 uint32_t stream; in main() local
|
H A D | test_peeloff.c | 78 uint32_t stream; in main() local
|
H A D | test_inaddr_any.c | 85 uint32_t stream; in main() local
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | code-tracer.h | 64 std::ostream& stream() { in stream() function in v8::internal::final::StreamScope
|
/third_party/node/deps/v8/src/numbers/ |
H A D | integer-literal.h | 89 inline std::ostream& operator<<(std::ostream& stream, in operator <<() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | cpp-builder.cc | 12 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 D | i915_debug_fp.c | 74 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 D | etnaviv_emit.c | 49 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...] |