/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.h | 46 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 D | wasm-value.h | 194 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 D | e_des.c | 34 } 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 D | CommentsSchema.java | 44 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 D | e_des.c | 34 } 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 D | FrontBufferedStream.cpp | 42 // 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 D | test_logging.py | 88 """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 D | dng_negative.cpp | 267 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 D | hda-trace.c | 25 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 D | link_resource.c | 42 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 D | Config.FromFile.cpp | 85 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 D | Link.FromFile.cpp | 76 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 D | seek_print.c | 39 " 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 D | runner.h | 121 * 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 D | ac_shader_abi.h | 57 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 D | test-repl-use-global.js | 6 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 D | nghttp3_http.h | 88 * 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 D | SubgraphOptimizerTest.java | 44 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 D | simple.py | 70 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 D | InfoLog.h | 58 StreamHelper(std::stringstream *stream) : mStream(stream) { ASSERT(stream); } in StreamHelper() argument
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
H A D | AudioStreamAAudio.h | 90 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 D | SkPDFDocument.h | 179 @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 D | encode.cpp | 69 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 D | mod_info_packet.h | 36 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 D | readable-stream-to-array.js | 3 function readableStreamToArray(stream) { 10 return stream.pipeTo(writable).then(() => array);
|