Home
last modified time | relevance | path

Searched defs:stream (Results 376 - 400 of 1424) sorted by relevance

1...<<11121314151617181920>>...57

/third_party/libuv/test/
H A Dtest-tcp-writealot.c115 uv_stream_t* stream; in connect_cb() local
H A Dtest-tcp-close-reset.c105 static void read_cb2(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb2() argument
148 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-accept.c87 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DInWindow.java81 public void SetStream(java.io.InputStream stream) { _stream = stream; } in SetStream() argument
/third_party/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c53 etna_cmd_stream_priv(struct etna_cmd_stream *stream) in etna_cmd_stream_priv() argument
63 struct etna_cmd_stream_priv *stream = NULL; in etna_cmd_stream_new() local
58 etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size, void (*reset_notify)(struct etna_cmd_stream *stream, void *priv), void *priv) etna_cmd_stream_new() argument
99 etna_cmd_stream_del(struct etna_cmd_stream *stream) etna_cmd_stream_del() argument
109 reset_buffer(struct etna_cmd_stream *stream) reset_buffer() argument
123 etna_cmd_stream_timestamp(struct etna_cmd_stream *stream) etna_cmd_stream_timestamp() argument
128 append_bo(struct etna_cmd_stream *stream, struct etna_bo *bo) append_bo() argument
145 bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, uint32_t flags) bo2idx() argument
177 flush(struct etna_cmd_stream *stream, int in_fence_fd, int *out_fence_fd) flush() argument
224 etna_cmd_stream_flush(struct etna_cmd_stream *stream) etna_cmd_stream_flush() argument
230 etna_cmd_stream_flush2(struct etna_cmd_stream *stream, int in_fence_fd, int *out_fence_fd) etna_cmd_stream_flush2() argument
238 etna_cmd_stream_finish(struct etna_cmd_stream *stream) etna_cmd_stream_finish() argument
247 etna_cmd_stream_reloc(struct etna_cmd_stream *stream, const struct etna_reloc *r) etna_cmd_stream_reloc() argument
265 etna_cmd_stream_perf(struct etna_cmd_stream *stream, const struct etna_perf *p) etna_cmd_stream_perf() argument
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp104 void CSeqInStreamWrap::Init(ISequentialInStream *stream) throw() in Init() argument
112 void CSeqOutStreamWrap::Init(ISequentialOutStream *stream) throw() in Init() argument
150 void CSeekInStreamWrap::Init(IInStream *stream) throw() in Init() argument
H A DStreamObjects.cpp79 void Create_BufInStream_WithReference(const void *data, size_t size, IUnknown *ref, ISequentialInStream **stream) in Create_BufInStream_WithReference() argument
88 void Create_BufInStream_WithNewBuffer(const void *data, size_t size, ISequentialInStream **stream) in Create_BufInStream_WithNewBuffer() argument
/third_party/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs18 public void SetStream(System.IO.Stream stream) in SetStream() argument
130 public void Init(System.IO.Stream stream) in Init() argument
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
H A DEncoder.java21 public void SetStream(java.io.OutputStream stream) in SetStream() argument
/third_party/mbedtls/library/
H A Dpsa_its_file.c111 FILE *stream = NULL; in psa_its_get_info() local
126 FILE *stream = NULL; in psa_its_get() local
186 FILE *stream = NULL; psa_its_set() local
241 FILE *stream; psa_its_remove() local
[all...]
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzInWindow.cs81 public void SetStream(System.IO.Stream stream) { _stream = stream; } in SetStream() argument
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c53 void etna_cmd_stream_realloc(struct etna_cmd_stream *stream, size_t n) in etna_cmd_stream_realloc() argument
83 etna_cmd_stream_priv(struct etna_cmd_stream *stream) in etna_cmd_stream_priv() argument
93 struct etna_cmd_stream_priv *stream in etna_cmd_stream_new() local
88 etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size, void (*force_flush)(struct etna_cmd_stream *stream, void *priv), void *priv) etna_cmd_stream_new() argument
131 etna_cmd_stream_del(struct etna_cmd_stream *stream) etna_cmd_stream_del() argument
143 etna_cmd_stream_force_flush(struct etna_cmd_stream *stream) etna_cmd_stream_force_flush() argument
151 etna_cmd_stream_timestamp(struct etna_cmd_stream *stream) etna_cmd_stream_timestamp() argument
156 append_bo(struct etna_cmd_stream *stream, struct etna_bo *bo) append_bo() argument
174 bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, uint32_t flags) bo2idx() argument
200 etna_cmd_stream_flush(struct etna_cmd_stream *stream, int in_fence_fd, int *out_fence_fd, bool is_noop) etna_cmd_stream_flush() argument
257 etna_cmd_stream_reloc(struct etna_cmd_stream *stream, const struct etna_reloc *r) etna_cmd_stream_reloc() argument
279 etna_cmd_stream_ref_bo(struct etna_cmd_stream *stream, struct etna_bo *bo, uint32_t flags) etna_cmd_stream_ref_bo() argument
285 etna_cmd_stream_perf(struct etna_cmd_stream *stream, const struct etna_perf *p) etna_cmd_stream_perf() argument
[all...]
/third_party/ltp/testcases/kernel/connectors/pec/
H A Dpec_listener.c226 FILE *stream = (status ? stderr : stdout); in usage() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c337 unsigned stream = 0; in svga_draw_vbo() local
209 get_vcount_from_stream_output(struct svga_context *svga, const struct pipe_draw_info *info, unsigned stream) get_vcount_from_stream_output() argument
[all...]
/third_party/node/lib/internal/fs/
H A Dstreams.js[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-value.h194 std::stringstream stream; in to_string() local
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc91 z_stream stream; in CompressHelper() local
172 z_stream stream; UncompressHelper() local
[all...]
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc91 z_stream stream; in CompressHelper() local
172 z_stream stream; UncompressHelper() local
[all...]
/third_party/node/src/inspector/
H A Dnode_string.cc86 std::ostringstream stream; in fromDouble() local
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dioapi.c132 fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) fread_file_func() argument
139 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) fwrite_file_func() argument
146 ftell_file_func(voidpf opaque, voidpf stream) ftell_file_func() argument
154 ftell64_file_func(voidpf opaque, voidpf stream) ftell64_file_func() argument
161 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) fseek_file_func() argument
184 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument
210 fclose_file_func(voidpf opaque, voidpf stream) fclose_file_func() argument
217 ferror_file_func(voidpf opaque, voidpf stream) ferror_file_func() argument
[all...]
/third_party/node/src/
H A Dstream_base-inl.h14 StreamReq( StreamBase* stream, v8::Local<v8::Object> req_wrap_obj) StreamReq() argument
45 ShutdownWrap( StreamBase* stream, v8::Local<v8::Object> req_wrap_obj) ShutdownWrap() argument
50 WriteWrap( StreamBase* stream, v8::Local<v8::Object> req_wrap_obj) WriteWrap() argument
102 SimpleShutdownWrap( StreamBase* stream, v8::Local<v8::Object> req_wrap_obj) SimpleShutdownWrap() argument
112 SimpleWriteWrap( StreamBase* stream, v8::Local<v8::Object> req_wrap_obj) SimpleWriteWrap() argument
[all...]
/third_party/node/src/tracing/
H A Dtraced_value.cc96 std::ostringstream stream; in DoubleToCString() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java141 public void setStream(String key, InputStream stream) throws IOException { in setStream() argument
/third_party/libdrm/tests/etnaviv/
H A Detnaviv_2d_test.c42 static inline void etna_emit_load_state(struct etna_cmd_stream *stream, in etna_emit_load_state() argument
53 static inline void etna_set_state(struct etna_cmd_stream *stream, uint32_t address, uint32_t value) in etna_set_state() argument
60 static inline void etna_set_state_from_bo(struct etna_cmd_stream *stream, in etna_set_state_from_bo() argument
73 gen_cmd_stream(struct etna_cmd_stream *stream, struct etna_bo *bmp, const int width, const int height) gen_cmd_stream() argument
181 struct etna_cmd_stream *stream; main() local
[all...]
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-mcast_join.c97 FILE *stream = stdout; /* stream where the usage is output */ in usage() local

Completed in 11 milliseconds

1...<<11121314151617181920>>...57