/third_party/json/include/nlohmann/detail/input/ |
H A D | input_adapters.hpp | 91 // clear stream flags; we use underlying streambuf I/O, do not in ~input_stream_adapter() 130 /// the associated input stream 428 inline input_stream_adapter input_adapter(std::istream& stream) 430 return input_stream_adapter(stream); 433 inline input_stream_adapter input_adapter(std::istream&& stream) 435 return input_stream_adapter(stream);
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | glsl_scraper.py | 54 self.stream = io.StringIO() 61 self.stream.write(s) 64 self.glsl = self.stream.getvalue() 65 self.stream = None
|
/third_party/node/lib/internal/ |
H A D | worker.js | 328 const { stream, chunks } = message; 329 const readable = this[kParentSideStdio][stream]; 337 const { stream } = message; 338 return this[kParentSideStdio][stream][kStdioWantsMoreDataCallback]();
|
/third_party/node/src/ |
H A D | stream_pipe.cc | 42 return static_cast<StreamBase*>(readable_listener_.stream()); in source() 46 return static_cast<StreamBase*>(writable_listener_.stream()); in sink() 126 stream()->ReadStop(); in OnStreamRead() 168 stream()->RemoveStreamListener(this); in OnStreamAfterWrite()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.h | 171 int (*handler)(struct stream *, struct token **, struct token *); 334 extern struct symbol *create_symbol(int stream, const char *name, int type, int namespace); 336 extern void init_builtins(int stream); 337 extern void init_linearized_builtins(int stream);
|
H A D | builtin.h | 15 void declare_builtins(int stream, const struct builtin_fn tbl[]);
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-js.cc | 232 Utf16CharacterStream* stream = parse_info()->character_stream(); in ExecuteJobImpl() local 234 if (stream->can_access_heap()) { in ExecuteJobImpl() 237 stream->Seek(compilation_info()->literal()->start_position()); in ExecuteJobImpl() 238 wasm::AsmJsParser parser(&translate_zone, stack_limit(), stream); in ExecuteJobImpl()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 120 entries[*num_entries].Stream = output->stream; in fill_so_declaration() 129 entries[*num_entries].Stream = output->stream; in fill_so_declaration() 132 assert((var->data.stream & ~NIR_STREAM_PACKED) == output->stream); in fill_so_declaration()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | FormatSpec.java | 31 import java.util.stream.Collectors; 32 import java.util.stream.IntStream; 454 return getGroups().stream() in getXmlCapturingPattern() 552 return template.getGroups().stream().mapToInt(lengthFn).sum(); in getLength()
|
H A D | RangesTableSchema.java | 24 import static java.util.stream.Collectors.joining; 54 import java.util.stream.Stream; 362 lengthSet.stream() in formatLength() 365 return r.asRanges().stream().map(RangesTableSchema::formatRange).collect(joining(",")); in formatLength()
|
/third_party/rust/crates/log/src/kv/ |
H A D | value.rs | 426 fn stream(&self, stream: &mut self::sval::value::Stream) -> self::sval::value::Result { in stream() functions 427 self::sval::value::Value::stream(&self.inner, stream) in stream()
|
/third_party/python/Lib/ |
H A D | pkgutil.py | 40 def read_code(stream): 45 magic = stream.read(4) 49 stream.read(12) # Skip rest of the header 50 return marshal.load(stream)
|
/third_party/python/Lib/test/ |
H A D | pythoninfo.py | 122 stream = getattr(sys, name) 123 if stream is None: 125 encoding = getattr(stream, 'encoding', None) 128 errors = getattr(stream, 'errors', None)
|
/third_party/skia/src/codec/ |
H A D | SkHeifCodec.cpp | 119 SkHeifStreamWrapper(SkStream* stream) : fStream(stream) {} in SkHeifStreamWrapper() 159 std::unique_ptr<SkCodec> SkHeifCodec::MakeFromStream(std::unique_ptr<SkStream> stream, in MakeFromStream() argument 168 if (!heifDecoder->init(new SkHeifStreamWrapper(stream.release()), &heifInfo)) { in MakeFromStream()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFBitmap.cpp | 26 // write a single byte to a stream n times. 133 emit_image_stream(doc, ref, [&buffer](SkWStream* stream) { buffer.writeToAndReset(stream); }, in do_deflated_alpha() 190 emit_image_stream(doc, ref, [&buffer](SkWStream* stream) { buffer.writeToAndReset(stream); }, in do_deflated_image()
|
/third_party/skia/tests/ |
H A D | ColorSpaceTest.cpp | 50 std::unique_ptr<SkStream> stream(GetResourceAsStream(path)); in test_path() 51 REPORTER_ASSERT(r, nullptr != stream); in test_path() 52 if (!stream) { in test_path() 56 std::unique_ptr<SkCodec> codec(SkCodec::MakeFromStream(std::move(stream))); in test_path()
|
H A D | PDFPrimitivesTest.cpp | 291 SkDynamicMemoryWStream stream; in DEF_TEST() local 292 auto doc = SkPDF::MakeDocument(&stream); in DEF_TEST() 447 SkNullWStream stream; in DEF_TEST() local 448 auto doc = SkPDF::MakeDocument(&stream); in DEF_TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.h | 327 explicit PrintDisassembler(FILE* stream) in PrintDisassembler() argument 330 explicit PrintDisassembler(FILE* stream) = delete; in PrintDisassembler() 331 explicit PrintDisassembler(AllocatorWrapper allocator, FILE* stream) 337 stream_(stream) {}
|
/third_party/protobuf/src/google/protobuf/ |
H A D | any.pb.cc | 220 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize() 231 target = stream->WriteStringMaybeAliased( in _InternalSerialize() 237 target = stream->WriteBytesMaybeAliased( in _InternalSerialize() 243 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize()
|
/third_party/elfutils/lib/ |
H A D | printversion.h | 36 void print_version (FILE *stream, struct argp_state *state);
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | OffsetStream.h | 19 HRESULT Init(IOutStream *stream, UInt64 offset);
|
/third_party/skia/src/core/ |
H A D | SkStreamPriv.h | 18 * Copy the provided stream to an SkData variable. 20 * Note: Assumes the stream is at the beginning. If it has a length, 23 * @param stream SkStream to be copied into data. 26 sk_sp<SkData> SkCopyStreamToData(SkStream* stream); 29 * Copies the input stream from the current position to the end. 30 * Does not rewind the input stream.
|
/third_party/skia/src/images/ |
H A D | SkJPEGWriteUtility.h | 25 /* Our destination struct for directing decompressed pixels to our stream 29 skjpeg_destination_mgr(SkWStream* stream);
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | stream.h | 20 * @file stream.h 33 * stream. This function is called after control frame's header has been 39 * @return SPDY_YES if a new SPDY stream request was correctly received 48 * Destroys stream structure and whatever is in it. 50 * @param stream SPDY_Stream to destroy 53 SPDYF_stream_destroy(struct SPDYF_Stream *stream); 57 * Set stream flags if needed based on the type of the frame that was 58 * just sent (e.g., close stream if it was RST_STREAM). 60 * @param response_queue sent for this stream 67 * Find and return a session's stream, base [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftbzip2.h | 5 * Bzip2-compressed stream support. 49 * stream from it and re-open the face with it. 51 * The stream implementation is very basic and resets the decompression 52 * process each time seeking backwards is needed within the stream, 66 * Open a new stream to parse bzip2-compressed font files. This is 71 * stream :: 72 * The target embedding stream. 75 * The source stream. 81 * The source stream must be opened _before_ calling this function. 83 * Calling the internal function `FT_Stream_Close` on the new stream wil [all...] |