Home
last modified time | relevance | path

Searched refs:stream (Results 2776 - 2800 of 4000) sorted by relevance

1...<<111112113114115116117118119120>>...160

/third_party/node/test/parallel/
H A Dtest-repl-top-level-await.js52 stream: putIn,
/third_party/notofonts/scripts/
H A Dversionator.py94 response = requests.get(FEDORA_SRC, stream=True)
/third_party/lzma/C/
H A D7z.h101 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 Dasm-scanner.h22 // 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 Dheap-profiler.h53 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h120 struct etna_cmd_stream *stream; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_hw.c35 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 DChange.java85 checkArgument(a.size() == a.stream().map(Assignment::column).distinct().count(), in of()
H A DColumnGroup.java88 return columns.stream() in extractGroupColumns()
H A DMultiValue.java80 return splitter.splitToList(s).stream().map(fn).collect(toImmutableList()); in parse()
H A DDiffKey.java27 import java.util.stream.Stream;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeFactorizerTest.java26 import java.util.stream.Stream;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DChangeTest.java69 return RangeTree.from(Arrays.stream(rangeSpecs).map(RangeSpecification::parse)); in ranges()
H A DSchemaTest.java25 import java.util.stream.Stream;
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
H A DMigrationFactoryTest.java25 import java.util.stream.Collectors;
/third_party/rust/crates/is-terminal/src/
H A Dlib.rs10 //! 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 Dpoptint.h131 int POPT_fprintf (FILE* stream, const char *format, ...);
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_angle_gn_info_json.py87 logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_hw.c35 xctx->stream = ctx->enc ? fn_stream_enc : fn_stream_dec; \
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dfttrace.h39 FT_TRACE_DEF( stream ) /* stream manager (ftstream.c) */
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdf.h234 bdf_load_font( FT_Stream stream,
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.h164 /// @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 Ddng_host.h381 dng_stream &stream);
/third_party/skia/include/ports/
H A DSkFontMgr_indirect.h51 sk_sp<SkTypeface> onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> stream,
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dparse.rs47 let path = match group.stream().into_iter().next() { in parse_next_attr()

Completed in 11 milliseconds

1...<<111112113114115116117118119120>>...160