/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
|
H A D | pcm.c | 69 recorded at same time). Digital audio stream contains collection of frames 79 It means that the stream of samples is divided to small chunks. Device 171 The PCM device has been started and is running. It processes the samples. The stream can 199 system. The stream can be resumed using #snd_pcm_resume() 301 UCM token, may return -ENODATA if the linked playback stream has not been 312 parameters contains the stream description like format, rate, count of 376 stream. For playback, if the frame count in the ring buffer is equal or greater 377 than the start threshold parameter and the stream is not running, the stream 379 wants to read count of frames equal or greater then the stream wil 2129 snd_pcm_stream_name(const snd_pcm_stream_t stream) snd_pcm_stream_name() argument 2562 snd_pcm_open_conf(snd_pcm_t **pcmp, const char *name, snd_config_t *pcm_root, snd_config_t *pcm_conf, snd_pcm_stream_t stream, int mode) snd_pcm_open_conf() argument 2712 snd_pcm_open_noupdate(snd_pcm_t **pcmp, snd_config_t *root, const char *name, snd_pcm_stream_t stream, int mode, int hop) snd_pcm_open_noupdate() argument 2744 snd_pcm_open(snd_pcm_t **pcmp, const char *name, snd_pcm_stream_t stream, int mode) snd_pcm_open() argument 2774 snd_pcm_open_lconf(snd_pcm_t **pcmp, const char *name, snd_pcm_stream_t stream, int mode, snd_config_t *lconf) snd_pcm_open_lconf() argument 2792 snd_pcm_open_fallback(snd_pcm_t **pcmp, snd_config_t *root, const char *name, const char *orig_name, snd_pcm_stream_t stream, int mode) snd_pcm_open_fallback() argument 2807 snd_pcm_new(snd_pcm_t **pcmp, snd_pcm_type_t type, const char *name, snd_pcm_stream_t stream, int mode) snd_pcm_new() argument 2872 snd_pcm_open_named_slave(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode, snd_config_t *parent_conf) snd_pcm_open_named_slave() argument [all...] |
/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()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 203 // optionally stream additional information to a special variable 597 UniversalPrint(value, listener->stream()); in MatchPrintAndExplain() 601 *listener->stream() << " (of type " << type_name << ")"; in MatchPrintAndExplain() 603 PrintIfNotEmpty(inner_listener.str(), listener->stream()); in MatchPrintAndExplain() 2328 PrintIfNotEmpty(size_listener.str(), listener->stream()); 2384 PrintIfNotEmpty(distance_listener.str(), listener->stream()); 2441 ::std::ostream* const os = listener->stream(); in MatchAndExplain() 2547 UniversalPrint(sorted_container, listener->stream()); 2553 PrintIfNotEmpty(inner_listener.str(), listener->stream()); 2663 UniversalPrint(*left, listener->stream()); [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 198 static std::ostream& operator<< (std::ostream& stream, TextureSwizzleComponent comp) in operator <<() argument 202 case TEXTURESWIZZLECOMPONENT_R: return stream << "RED"; in operator <<() 203 case TEXTURESWIZZLECOMPONENT_G: return stream << "GREEN"; in operator <<() 204 case TEXTURESWIZZLECOMPONENT_B: return stream << "BLUE"; in operator <<() 205 case TEXTURESWIZZLECOMPONENT_A: return stream << "ALPHA"; in operator <<() 206 case TEXTURESWIZZLECOMPONENT_ZERO: return stream << "ZERO"; in operator <<() 207 case TEXTURESWIZZLECOMPONENT_ONE: return stream << "ONE"; in operator <<() 208 default: DE_ASSERT(false); return stream; in operator <<() 232 static std::ostream& operator<< (std::ostream& stream, const MaybeTextureSwizzle& comp) in operator <<() argument 235 stream << "[defaul in operator <<() [all...] |