Home
last modified time | relevance | path

Searched refs:stream (Results 2751 - 2775 of 4260) sorted by relevance

1...<<111112113114115116117118119120>>...171

/third_party/ffmpeg/libavutil/
H A Dhwcontext_cuda.c264 ret = CHECK_CU(cu->cuMemcpy2DAsync(&cpy, hwctx->stream)); in cuda_transfer_data()
270 ret = CHECK_CU(cu->cuStreamSynchronize(hwctx->stream)); in cuda_transfer_data()
373 // Setting stream to NULL will make functions automatically use the default CUstream in cuda_context_init()
374 hwctx->stream = NULL; in cuda_context_init()
/third_party/glslang/gtests/
H A DGlslMapIO.FromFile.cpp323 std::ostringstream stream; in TEST_P() local
324 outputResultToStream(&stream, result, controls); in TEST_P()
332 checkEqAndUpdateIfRequested(expectedOutput, stream.str(), expectedOutputFname, in TEST_P()
/third_party/gn/src/base/files/
H A Dfile_util_win.cc569 FILE* stream = _fdopen(fd, mode); in FileToFILE() local
570 if (!stream) in FileToFILE()
572 return stream; in FileToFILE()
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c232 err = snd_pcm_new(&pcm, SND_PCM_TYPE_HOOKS, name, slave->stream, slave->mode); in snd_pcm_hooks_open()
473 * \param stream PCM Stream
482 snd_pcm_stream_t stream, int mode) in _snd_pcm_hooks_open()
518 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_hooks_open()
480 _snd_pcm_hooks_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) _snd_pcm_hooks_open() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuDataDumper.java25 import java.util.stream.Stream;
100 allPaths.keySet().stream() in dump()
147 lines.stream().map(whitespace()::trimFrom).forEach(this::processLineWithCheck); in parse()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DResultSpec.java25 import java.util.stream.Stream;
156 return splitArgs.stream().map(a -> { in transform()
319 VALUE_SPLITTER.splitToList(specStr).stream() in getFallbackResult()
/third_party/libuv/src/unix/
H A Dinternal.h280 /* stream */
281 void uv__stream_init(uv_loop_t* loop, uv_stream_t* stream,
284 void uv__stream_destroy(uv_stream_t* stream);
286 int uv__stream_try_select(uv_stream_t* stream, int* fd);
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h63 const UInt32 kUseGlobalOffset = 1 << 5; // the seek position of stream must be set as global offset
199 then the callee doesn't write data to stream: (*outStream == NULL)
217 packSize - for some stream formats (xz, gz, bz2, lzma, z, ppmd).
269 x(GetStream(UInt32 index, ISequentialInStream **stream))
279 stream
280 if (kUseGlobalOffset), stream current position can be non 0.
281 if (!kUseGlobalOffset), stream current position is 0.
282 if (maxCheckStartPosition == NULL), the handler can try to search archive start in stream
317 x(Open(IInStream *stream, const UInt64 *maxCheckStartPosition, IArchiveOpenCallback *openCallback)) \
380 x(OpenSeq(ISequentialInStream *stream)) \
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h114 spirv_builder_emit_stream(struct spirv_builder *b, SpvId target, int stream);
468 spirv_builder_emit_vertex(struct spirv_builder *b, uint32_t stream, bool multistream);
470 spirv_builder_end_primitive(struct spirv_builder *b, uint32_t stream, bool multistream);
/third_party/node/lib/internal/worker/
H A Dio.js48 const { Readable, Writable } = require('stream');
356 stream: this[kName],
372 stream: this[kName],
384 stream: this[kName],
/third_party/node/test/parallel/
H A Dtest-repl-history-navigation.js6 const stream = require('stream');
23 // Create an input stream specialized for testing an array of actions
24 class ActionStream extends stream.Stream {
667 output: new stream.Writable({
H A Dtest-stream-finished.js12 } = require('stream');
108 // Check cancelled before the stream ends sync.
121 // Check cancelled before the stream ends async.
672 const stream = new Duplex({
678 stream.end('foo');
680 finished(stream, { readable: false }, common.mustCall((err) => {
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv6_sender.c96 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
99 stream = stderr; in usage()
101 fprintf(stream, "%s [OPTION]\n" in usage()
H A Dns-icmpv4_sender.c94 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
97 stream = stderr; in usage()
99 fprintf(stream, "%s [OPTION]\n" in usage()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h185 /** Notify about the end of stream. */
190 * Writes the next chunk of snapshot data into the stream. Writing
196 * Writes the next chunk of heap stats data into the stream. Writing
270 * is written into the stream provided in chunks of specified size.
284 void Serialize(OutputStream* stream,
661 * is written into the stream provided in chunks of specified size.
685 void Serialize(OutputStream* stream,
1094 * object. Updates on each time interval are provided as a stream of the
1102 SnapshotObjectId GetHeapStats(OutputStream* stream,
/third_party/node/deps/v8/include/
H A Dv8-profiler.h188 /** Notify about the end of stream. */
193 * Writes the next chunk of snapshot data into the stream. Writing
199 * Writes the next chunk of heap stats data into the stream. Writing
273 * is written into the stream provided in chunks of specified size.
287 void Serialize(OutputStream* stream,
658 * is written into the stream provided in chunks of specified size.
682 void Serialize(OutputStream* stream,
1023 * object. Updates on each time interval are provided as a stream of the
1031 SnapshotObjectId GetHeapStats(OutputStream* stream,
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc5 #include "src/strings/string-stream.h"
51 length_ = capacity_ - 1; // Indicate fullness of the stream. in Put()
274 StringCharacterStream stream(str, start); in Put()
275 for (int i = start; i < end && stream.HasMore(); i++) { in Put()
276 uint16_t c = stream.GetNext(); in Put()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderGroupVoteTests.cpp236 std::stringstream stream; in ShaderGroupVoteTestCaseBase() local
237 stream << workGroupSize.width << " " << workGroupSize.height; in ShaderGroupVoteTestCaseBase()
238 stream >> m_specializationMap["SIZE_X"] >> m_specializationMap["SIZE_Y"]; in ShaderGroupVoteTestCaseBase()
/third_party/skia/tests/
H A DNdkEncodeTest.cpp41 SkDynamicMemoryWStream stream; in encode_ndk() local
42 return SkEncodeImageWithNDK(&stream, pmap, format, quality) ? stream.detachAsData() : nullptr; in encode_ndk()
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp349 void SkPDFUtils::Base85Encode(std::unique_ptr<SkStreamAsset> stream, SkDynamicMemoryWStream* dst) { in Base85Encode() argument
351 SkASSERT(stream); in Base85Encode()
356 size_t count = stream->read(src, 4); in Base85Encode()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c51 FT_Stream stream = face->cid_stream; in FT_CALLBACK_DEF() local
113 p = (FT_Byte*)stream->cursor; in FT_CALLBACK_DEF()
121 off2 > stream->size || in FT_CALLBACK_DEF()
124 FT_TRACE0(( "cid_load_glyph: invalid glyph stream offsets\n" )); in FT_CALLBACK_DEF()
164 FT_TRACE0(( "cid_load_glyph: invalid glyph stream offsets\n" )); in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScopedPrinter.h63 llvm::raw_string_ostream stream(number); in to_string()
64 stream << Value; in to_string()
65 return stream.str(); in to_string()
/third_party/skia/tools/
H A DMSKPPlayer.cpp384 std::unique_ptr<MSKPPlayer> MSKPPlayer::Make(SkStreamSeekable* stream) { in Make() argument
390 int pageCount = SkMultiPictureDocumentReadPageCount(stream); in Make()
395 if (!SkMultiPictureDocumentRead(stream, pages.data(), pageCount, &procs)) { in Make()
/third_party/skia/include/core/
H A DSkStream.h47 * Attempts to open the specified file as a stream, returns nullptr on failure.
69 * If this stream supports peeking, copy min(size, peekable bytes) into
71 * If the stream does not support peeking, or cannot peek any bytes,
73 * The stream is guaranteed to be in the same visible state after this
82 /** Returns true when all the bytes in the stream have been read.
106 /** Rewinds to the beginning of the stream. Returns true if the stream is known
111 /** Duplicates this stream. If this cannot be done, returns NULL.
112 * The returned stream will be positioned at the beginning of its data.
117 /** Duplicates this stream in duplicate()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglSwapBuffersTests.cpp111 std::ostringstream stream; in getConfigIdString() local
116 stream << id; in getConfigIdString()
118 return stream.str(); in getConfigIdString()

Completed in 38 milliseconds

1...<<111112113114115116117118119120>>...171