Home
last modified time | relevance | path

Searched refs:stream (Results 1276 - 1300 of 4090) sorted by relevance

1...<<51525354555657585960>>...164

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.h46 struct log_stream *stream = mesa_log_streami(); \
47 mesa_log_stream_printf(stream, "RA: " fmt ": ", ##__VA_ARGS__); \
48 ir3_print_instr_stream(stream, instr); \
49 mesa_log_stream_destroy(stream); \
272 void ir3_reg_interval_dump(struct log_stream *stream,
/third_party/node/deps/v8/src/wasm/
H A Dwasm-value.h194 std::stringstream stream; in to_string() local
195 stream << "0x" << std::hex; in to_string()
197 if (!(byte & 0xf0)) stream << '0'; in to_string()
198 stream << byte; in to_string()
200 return stream.str(); in to_string()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_des.c34 } stream; member
98 if (dat->stream.cbc != NULL) { in des_cbc_cipher()
99 (*dat->stream.cbc) (in, out, inl, &dat->ks.ks, ctx->iv); in des_cbc_cipher()
215 dat->stream.cbc = NULL; in des_init_key()
222 dat->stream.cbc = enc ? des_t4_cbc_encrypt : des_t4_cbc_decrypt; in des_init_key()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DCommentsSchema.java44 import java.util.stream.Stream;
92 rowCallback.accept(rows.get().stream()); in importComments()
95 rowCallback.accept(row.stream()); in importComments()
114 collector.accept(HEADER.stream()); in export()
116 comments.stream() in export()
/third_party/openssl/crypto/evp/
H A De_des.c34 } stream; member
98 if (dat->stream.cbc != NULL) { in des_cbc_cipher()
99 (*dat->stream.cbc) (in, out, inl, &dat->ks.ks, ctx->iv); in des_cbc_cipher()
215 dat->stream.cbc = NULL; in des_init_key()
222 dat->stream.cbc = enc ? des_t4_cbc_encrypt : des_t4_cbc_decrypt; in des_init_key()
/third_party/skia/client_utils/android/
H A DFrontBufferedStream.cpp42 // Current offset into the stream. Always >= 0.
58 // Buffer up to size bytes from the stream, and copy to dst if non-
63 // Read up to size bytes directly from the stream and into dst if non-
75 std::unique_ptr<SkStreamRewindable> FrontBufferedStream::Make(std::unique_ptr<SkStream> stream, in Make() argument
77 if (!stream) { in Make()
81 std::move(stream), bufferSize); in Make()
93 FrontBufferedStream::FrontBufferedStream(std::unique_ptr<SkStream> stream, size_t bufferSize) in FrontBufferedStream() argument
94 : fStream(std::move(stream)) in FrontBufferedStream()
111 // Even if the underlying stream is at the end, this stream ha in isAtEnd()
[all...]
/third_party/python/Lib/test/
H A Dtest_logging.py88 """Setup the default logging stream to an internal StringIO instance,
114 self.stream = io.StringIO()
116 self.root_hdlr = logging.StreamHandler(self.stream)
130 """Remove our logging stream, and restore the original logging
132 self.stream.close()
163 def assert_log_lines(self, expected_values, stream=None, pat=None):
167 stream = stream or self.stream
169 actual_lines = stream
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp267 dng_memory_stream stream (allocator); in BuildExifBlock()
364 stream.SetWritePosition (0); in BuildExifBlock()
366 stream.Put_uint16 (stream.BigEndian () ? byteOrderMM : byteOrderII); in BuildExifBlock()
368 stream.Put_uint16 (42); in BuildExifBlock()
370 stream.Put_uint32 (8); in BuildExifBlock()
374 mainIFD.Put (stream); in BuildExifBlock()
376 exifSet.Put (stream); in BuildExifBlock()
381 thumbIFD.Put (stream); in BuildExifBlock()
383 stream in BuildExifBlock()
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-trace.c25 struct hdac_ext_stream *stream = hda->dtrace_stream; in hda_dsp_trace_prepare() local
26 struct hdac_stream *hstream = &stream->hstream; in hda_dsp_trace_prepare()
33 ret = hda_dsp_stream_hw_params(sdev, stream, dmab, NULL); in hda_dsp_trace_prepare()
50 "error: no available capture stream for DMA trace\n"); in hda_dsp_trace_init()
57 * initialize capture stream, set BDL address and return corresponding in hda_dsp_trace_init()
58 * stream tag which will be sent to the firmware by IPC message. in hda_dsp_trace_init()
85 dev_dbg(sdev->dev, "DMA trace stream is not opened!\n"); in hda_dsp_trace_release()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_resource.c42 if (pipe->stream && pipe->stream->link && pipe->top_pipe == NULL) { in link_get_cur_link_res()
43 if (pipe->stream->link == link) { in link_get_cur_link_res()
/third_party/glslang/gtests/
H A DConfig.FromFile.cpp85 std::ostringstream stream; in TEST_P() local
86 outputResultToStream(&stream, result, testCase.controls); in TEST_P()
94 checkEqAndUpdateIfRequested(expectedOutput, stream.str(), expectedOutputFname); in TEST_P()
H A DLink.FromFile.cpp76 std::ostringstream stream; in TEST_P() local
77 outputResultToStream(&stream, result, controls); in TEST_P()
85 checkEqAndUpdateIfRequested(expectedOutput, stream.str(), expectedOutputFname); in TEST_P()
/third_party/ffmpeg/tools/
H A Dseek_print.c39 " seek:stream:min_ts:ts:max_ts:flags\n" in usage()
46 int opt, ret, stream, flags; in main() local
85 printf("read: %d size=%d stream=%d dts=%s (%s) pts=%s (%s)\n", in main()
92 &stream, &min_ts, &ts, &max_ts, &flags) == 5) { in main()
93 ret = avformat_seek_file(avf, stream, min_ts, ts, max_ts, flags); in main()
/third_party/libuv/test/
H A Drunner.h121 * Print tests in sorted order to `stream`. Used by `./run-tests --list`.
123 void print_tests(FILE* stream);
125 /* Print lines in |buffer| as TAP diagnostics to |stream|. */
126 void print_lines(const char* buffer, size_t size, FILE* stream);
149 /* Copy the contents of the stdio output buffer to `stream`. */
150 int process_copy_output(process_info_t* p, FILE* stream);
/third_party/mesa3d/src/amd/llvm/
H A Dac_shader_abi.h57 void (*emit_vertex)(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs);
59 void (*emit_primitive)(struct ac_shader_abi *abi, unsigned stream);
61 void (*emit_vertex_with_counter)(struct ac_shader_abi *abi, unsigned stream,
/third_party/node/test/parallel/
H A Dtest-repl-use-global.js6 const stream = require('stream');
66 const inputStream = new stream.PassThrough();
67 const outputStream = new stream.PassThrough();
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.h88 * of stream. Pass nonzero if this is request headers. Pass nonzero
127 * This function is called when read side stream is closed. This
134 int nghttp3_http_on_remote_end_stream(nghttp3_stream *stream);
144 int nghttp3_http_on_data_chunk(nghttp3_stream *stream, size_t n);
148 * records its method in stream->http_flags.
150 void nghttp3_http_record_request_method(nghttp3_stream *stream,
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DSubgraphOptimizerTest.java44 PREGRAPH.asRangeSpecifications().stream()
45 .flatMap(a -> POSTGRAPH.asRangeSpecifications().stream().map(a::extendBy)));
78 return RangeTree.from(Arrays.stream(specs).map(RangeSpecification::parse)); in ranges()
/third_party/python/Lib/importlib/resources/
H A Dsimple.py70 stream = self.parent.reader.open_binary(self.name)
72 stream = io.TextIOWrapper(*args, **kwargs)
73 return stream
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DInfoLog.h58 StreamHelper(std::stringstream *stream) : mStream(stream) { ASSERT(stream); } in StreamHelper() argument
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.h90 DataCallbackResult callOnAudioReady(AAudioStream *stream,
98 AAudioStream *stream,
112 // Must call under mLock. And stream must NOT be nullptr.
113 Result requestStop_l(AAudioStream *stream);
121 // pointer to the underlying AAudio stream, valid if open, null if closed
/third_party/skia/include/docs/
H A DSkPDFDocument.h179 @param stream A PDF document will be written to this stream. The document may write
180 to the stream at anytime during its lifetime, until either close() is
186 SK_API sk_sp<SkDocument> MakeDocument(SkWStream* stream, const Metadata& metadata);
188 static inline sk_sp<SkDocument> MakeDocument(SkWStream* stream) { in MakeDocument() argument
189 return MakeDocument(stream, Metadata()); in MakeDocument()
/third_party/skia/gm/
H A Dencode.cpp69 auto stream = SkStream::MakeFromFile(path.c_str());
70 auto data = SkData::MakeFromStream(stream.get(), stream->getLength());
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_info_packet.h36 void mod_build_vsc_infopacket(const struct dc_stream_state *stream,
39 void mod_build_hf_vsif_infopacket(const struct dc_stream_state *stream,
/third_party/node/test/fixtures/wpt/encoding/streams/resources/
H A Dreadable-stream-to-array.js3 function readableStreamToArray(stream) {
10 return stream.pipeTo(writable).then(() => array);

Completed in 14 milliseconds

1...<<51525354555657585960>>...164