/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_cuda.c | 264 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 D | GlslMapIO.FromFile.cpp | 323 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 D | file_util_win.cc | 569 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 D | pcm_hooks.c | 232 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 D | IcuDataDumper.java | 25 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 D | ResultSpec.java | 25 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 D | internal.h | 280 /* 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 D | IArchive.h | 63 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 D | spirv_builder.h | 114 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 D | io.js | 48 const { Readable, Writable } = require('stream'); 356 stream: this[kName], 372 stream: this[kName], 384 stream: this[kName],
|
/third_party/node/test/parallel/ |
H A D | test-repl-history-navigation.js | 6 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 D | test-stream-finished.js | 12 } = 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 D | ns-icmpv6_sender.c | 96 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 D | ns-icmpv4_sender.c | 94 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 D | v8-profiler.h | 185 /** 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 D | v8-profiler.h | 188 /** 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 D | string-stream.cc | 5 #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 D | glcShaderGroupVoteTests.cpp | 236 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 D | NdkEncodeTest.cpp | 41 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 D | SkPDFUtils.cpp | 349 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 D | cidgload.c | 51 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 D | ScopedPrinter.h | 63 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 D | MSKPPlayer.cpp | 384 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 D | SkStream.h | 47 * 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 D | teglSwapBuffersTests.cpp | 111 std::ostringstream stream; in getConfigIdString() local 116 stream << id; in getConfigIdString() 118 return stream.str(); in getConfigIdString()
|