Searched refs:stream (Results 2776 - 2800 of 4000) sorted by relevance
1...<<111112113114115116117118119120>>...160
/third_party/node/test/parallel/ |
H A D | test-repl-top-level-await.js | 52 stream: putIn,
|
/third_party/notofonts/scripts/ |
H A D | versionator.py | 94 response = requests.get(FEDORA_SRC, stream=True)
|
/third_party/lzma/C/ |
H A D | 7z.h | 101 ILookInStreamPtr stream, UInt64 startPos,
182 size_t *offset, /* offset of stream for required file in *outBuffer */
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-scanner.h | 22 // A custom scanner to extract the token stream needed to parse valid 35 explicit AsmJsScanner(Utf16CharacterStream* stream);
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-profiler.h | 53 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_context.h | 120 struct etna_cmd_stream *stream; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts_hw.c | 35 xctx->stream = ctx->enc ? fn_stream_enc : fn_stream_dec; \
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Change.java | 85 checkArgument(a.size() == a.stream().map(Assignment::column).distinct().count(), in of()
|
H A D | ColumnGroup.java | 88 return columns.stream() in extractGroupColumns()
|
H A D | MultiValue.java | 80 return splitter.splitToList(s).stream().map(fn).collect(toImmutableList()); in parse()
|
H A D | DiffKey.java | 27 import java.util.stream.Stream;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTreeFactorizerTest.java | 26 import java.util.stream.Stream;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | ChangeTest.java | 69 return RangeTree.from(Arrays.stream(rangeSpecs).map(RangeSpecification::parse)); in ranges()
|
H A D | SchemaTest.java | 25 import java.util.stream.Stream;
|
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/ |
H A D | MigrationFactoryTest.java | 25 import java.util.stream.Collectors;
|
/third_party/rust/crates/is-terminal/src/ |
H A D | lib.rs | 10 //! function for testing whether a given stream is a terminal, though it 11 //! accepts high-level stream types instead of raw file descriptors. 14 //! given stream is a terminal. 80 fn _is_terminal(stream: BorrowedHandle<'_>) -> bool { in _is_terminal() 89 if stream.as_raw_handle() == GetStdHandle(STD_INPUT) as _ { 91 } else if stream.as_raw_handle() == GetStdHandle(STD_OUTPUT) as _ { 93 } else if stream.as_raw_handle() == GetStdHandle(STD_ERROR) as _ { 107 // any of the other streams. If another stream has a console, then we know
|
/third_party/popt/src/ |
H A D | poptint.h | 131 int POPT_fprintf (FILE* stream, const char *format, ...);
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_angle_gn_info_json.py | 87 logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts_hw.c | 35 xctx->stream = ctx->enc ? fn_stream_enc : fn_stream_dec; \
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | fttrace.h | 39 FT_TRACE_DEF( stream ) /* stream manager (ftstream.c) */
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 234 bdf_load_font( FT_Stream stream,
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | text_generator.h | 164 /// @param stream the std::ostream that will be written to 165 explicit ScopedParen(std::ostream& stream);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_host.h | 381 dng_stream &stream);
|
/third_party/skia/include/ports/ |
H A D | SkFontMgr_indirect.h | 51 sk_sp<SkTypeface> onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> stream,
|
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/ |
H A D | parse.rs | 47 let path = match group.stream().into_iter().next() { in parse_next_attr()
|
Completed in 11 milliseconds
1...<<111112113114115116117118119120>>...160