/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.cpp | 28 void dumpLinkage(Ice::Ostream &Stream, in dumpLinkage() argument 34 Stream << "external"; in dumpLinkage() 37 Stream << "internal"; in dumpLinkage() 80 void FunctionDeclaration::dumpType(Ostream &Stream) const { in dumpType() 83 Stream << Signature; in dumpType() 86 void FunctionDeclaration::dump(Ostream &Stream) const { in dump() 90 Stream << "declare "; in dump() 91 ::dumpLinkage(Stream, Linkage); in dump() 92 ::dumpCallingConv(Stream, CallingConv); in dump() 93 Stream << Signature.getReturnType() << " @" << Name << "("; in dump() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/ |
D | zlib-streams.adb | 19 procedure Close (Stream : in out Stream_Type) is 23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then 26 Flush (Stream, Finish); 28 Close (Stream.Writer); 31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then 32 Close (Stream.Reader); 33 Free (Stream.Buffer); 42 (Stream : out Stream_Type; 78 Stream.Back := Back; 79 Stream.Mode := Mode; [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/ |
D | zlib-streams.adb | 19 procedure Close (Stream : in out Stream_Type) is 23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then 26 Flush (Stream, Finish); 28 Close (Stream.Writer); 31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then 32 Close (Stream.Reader); 33 Free (Stream.Buffer); 42 (Stream : out Stream_Type; 78 Stream.Back := Back; 79 Stream.Mode := Mode; [all …]
|
/third_party/zlib/contrib/ada/ |
D | zlib-streams.adb | 19 procedure Close (Stream : in out Stream_Type) is 23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then 26 Flush (Stream, Finish); 28 Close (Stream.Writer); 31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then 32 Close (Stream.Reader); 33 Free (Stream.Buffer); 42 (Stream : out Stream_Type; 78 Stream.Back := Back; 79 Stream.Mode := Mode; [all …]
|
D | zlib-streams.ads | 21 (Stream : in out Stream_Type; 26 (Stream : in out Stream_Type; 30 (Stream : in out Stream_Type; 37 function Read_Total_In (Stream : in Stream_Type) return Count; 41 function Read_Total_Out (Stream : in Stream_Type) return Count; 45 function Write_Total_In (Stream : in Stream_Type) return Count; 49 function Write_Total_Out (Stream : in Stream_Type) return Count; 54 (Stream : out Stream_Type; 80 function Is_Open (Stream : Stream_Type) return Boolean; 82 procedure Close (Stream : in out Stream_Type);
|
/third_party/boost/boost/thread/ |
D | externally_locked_stream.hpp | 24 template <typename Stream, typename RecursiveMutex=recursive_mutex> 27 template <class Stream, typename RecursiveMutex=recursive_mutex> 31 friend class externally_locked_stream<Stream, RecursiveMutex> ; 33 typedef typename externally_locked_stream<Stream, RecursiveMutex>::mutex_type mutex_type; 37 stream_guard(externally_locked_stream<Stream, RecursiveMutex>& mtx) : in stream_guard() argument 43 stream_guard(externally_locked_stream<Stream, RecursiveMutex>& mtx, adopt_lock_t) : in stream_guard() argument 67 Stream& get() const in get() 72 Stream& bypass() const in bypass() 79 externally_locked_stream<Stream, RecursiveMutex>* mtx_; 82 template <typename Stream, typename RecursiveMutex> [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 23 Stream << C; in operator <<() 28 Stream << C; in operator <<() 33 Stream << C; in operator <<() 38 Stream << Str; in operator <<() 43 Stream << Str; in operator <<() 49 Stream << Str; in operator <<() 54 Stream << N; in operator <<() 58 Stream << N; in operator <<() 64 Stream << N; in operator <<() 69 Stream << N; in operator <<() [all …]
|
/third_party/node/deps/npm/node_modules/isstream/ |
D | README.md | 5 **Test if an object is a `Stream`** 9 The missing `Stream.isStream(obj)`: determine if an object is standard Node.js `Stream`. Works for … 15 var Stream = require('stream') 17 isStream(new Stream()) // true 21 isStream(new Stream.Readable()) // true 22 isStream(new Stream.Writable()) // true 23 isStream(new Stream.Duplex()) // true 24 isStream(new Stream.Transform()) // true 25 isStream(new Stream.PassThrough()) // true 36 var Stream = require('stream') [all …]
|
/third_party/node/lib/ |
D | stream.js | 28 const Stream = module.exports = require('internal/streams/legacy').Stream; constant 29 Stream.Readable = require('internal/streams/readable'); 30 Stream.Writable = require('internal/streams/writable'); 31 Stream.Duplex = require('internal/streams/duplex'); 32 Stream.Transform = require('internal/streams/transform'); 33 Stream.PassThrough = require('internal/streams/passthrough'); 34 Stream.pipeline = pipeline; 35 Stream.finished = eos; 38 Stream.Stream = Stream; 40 Stream._isUint8Array = require('internal/util/types').isUint8Array; [all …]
|
/third_party/boost/libs/thread/doc/ |
D | sync_streams.qbk | 25 template <typename Stream, typename RecursiveMutex=recursive_mutex> 27 template <class Stream, typename RecursiveMutex=recursive_mutex> 29 template <typename Stream, typename RecursiveMutex> 30 struct is_strict_lock_sur_parole<stream_guard<Stream, RecursiveMutex> > : true_type {}; 32 // Stream-like operators 33 template <typename Stream, typename RecursiveMutex, typename T> 34 …const stream_guard<Stream, RecursiveMutex>& operator<<(const stream_guard<Stream, RecursiveMutex>&… 35 template <typename Stream, typename RecursiveMutex> 36 const stream_guard<Stream, RecursiveMutex>& 37 operator<<(const stream_guard<Stream, RecursiveMutex>& lck, Stream& (*arg)(Stream&)); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 27 struct Stream { struct 39 Stream(StreamKind Kind, minidump::StreamType Type) : Kind(Kind), Type(Type) {} in Stream() function 40 virtual ~Stream(); // anchor 49 static std::unique_ptr<Stream> create(minidump::StreamType Type); 52 static Expected<std::unique_ptr<Stream>> 61 template <typename EntryT> struct ListStream : public Stream { 67 : Stream(EntryT::Kind, EntryT::Type), Entries(std::move(Entries)) {} in Stream() function 69 static bool classof(const Stream *S) { return S->Kind == EntryT::Kind; } in classof() 74 static constexpr Stream::StreamKind Kind = Stream::StreamKind::ModuleList; 85 static constexpr Stream::StreamKind Kind = Stream::StreamKind::ThreadList; [all …]
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable 2 if (process.env.READABLE_STREAM === 'disable' && Stream) { 3 module.exports = Stream; 4 exports = module.exports = Stream.Readable; 5 exports.Readable = Stream.Readable; 6 exports.Writable = Stream.Writable; 7 exports.Duplex = Stream.Duplex; 8 exports.Transform = Stream.Transform; 9 exports.PassThrough = Stream.PassThrough; 10 exports.Stream = Stream; [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | concat-demuxer-simple2-lavf-ts | 1 video|1|982|0.010911|-2618|-0.029089|3600|0.040000|N/A|N/A|24801|564|K_MPEGTS Stream ID 3 video|1|4582|0.050911|982|0.010911|3600|0.040000|N/A|N/A|16429|25944|__MPEGTS Stream ID 5 video|1|8182|0.090911|4582|0.050911|3600|0.040000|N/A|N/A|14508|42864|__MPEGTS Stream ID 7 video|1|11782|0.130911|8182|0.090911|3600|0.040000|N/A|N/A|12622|58092|__MPEGTS Stream ID 9 video|1|15382|0.170911|11782|0.130911|3600|0.040000|N/A|N/A|13393|71064|__MPEGTS Stream ID 11 video|1|18982|0.210911|15382|0.170911|3600|0.040000|N/A|N/A|13092|84788|__MPEGTS Stream ID 13 video|1|22582|0.250911|18982|0.210911|3600|0.040000|N/A|N/A|12755|98700|__MPEGTS Stream ID 15 video|1|26182|0.290911|22582|0.250911|3600|0.040000|N/A|N/A|12023|111860|__MPEGTS Stream ID 17 audio|0|0|0.000000|0|0.000000|2351|0.026122|N/A|N/A|208|152844|K_MPEGTS Stream ID 32 video|1|29782|0.330911|26182|0.290911|3600|0.040000|N/A|N/A|14098|124268|__MPEGTS Stream ID [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Stream.cpp | 27 Stream::Stream(Display *display, const AttributeMap &attribs) in Stream() function in egl::Stream 47 Stream::~Stream() in ~Stream() 59 void Stream::setLabel(EGLLabelKHR label) in setLabel() 64 EGLLabelKHR Stream::getLabel() const in getLabel() 69 void Stream::setConsumerLatency(EGLint latency) in setConsumerLatency() 74 EGLint Stream::getConsumerLatency() const in getConsumerLatency() 79 EGLuint64KHR Stream::getProducerFrame() const in getProducerFrame() 84 EGLuint64KHR Stream::getConsumerFrame() const in getConsumerFrame() 89 EGLenum Stream::getState() const in getState() 94 void Stream::setConsumerAcquireTimeout(EGLint timeout) in setConsumerAcquireTimeout() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Stream.cpp | 27 Stream::Stream(Display *display, const AttributeMap &attribs) in Stream() function in egl::Stream 47 Stream::~Stream() in ~Stream() 59 void Stream::setLabel(EGLLabelKHR label) in setLabel() 64 EGLLabelKHR Stream::getLabel() const in getLabel() 69 void Stream::setConsumerLatency(EGLint latency) in setConsumerLatency() 74 EGLint Stream::getConsumerLatency() const in getConsumerLatency() 79 EGLuint64KHR Stream::getProducerFrame() const in getProducerFrame() 84 EGLuint64KHR Stream::getConsumerFrame() const in getConsumerFrame() 89 EGLenum Stream::getState() const in getState() 94 void Stream::setConsumerAcquireTimeout(EGLint timeout) in setConsumerAcquireTimeout() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitCodes.cpp | 56 void NaClBitCodeAbbrevOp::Print(raw_ostream &Stream) const { in Print() 58 Stream << getValue(); in Print() 61 Stream << getEncodingName(Enc); in Print() 64 Stream << "(" << Val << ")"; in Print() 67 static void PrintExpression(raw_ostream &Stream, in PrintExpression() argument 75 Op.Print(Stream); in PrintExpression() 77 Stream << "("; in PrintExpression() 81 Stream << ","; in PrintExpression() 82 PrintExpression(Stream, Abbrev, Index); in PrintExpression() 84 Stream << ")"; in PrintExpression() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 68 Stream::~Stream() = default; 70 Stream::StreamKind Stream::getKind(StreamType Type) { in getKind() 97 std::unique_ptr<Stream> Stream::create(StreamType Type) { in create() 290 static void streamMapping(yaml::IO &IO, RawContentStream &Stream) { in streamMapping() argument 291 IO.mapOptional("Content", Stream.Content); in streamMapping() 292 IO.mapOptional("Size", Stream.Size, Stream.Content.binary_size()); in streamMapping() 295 static StringRef streamValidate(RawContentStream &Stream) { in streamValidate() argument 296 if (Stream.Size.value < Stream.Content.binary_size()) in streamValidate() 307 static void streamMapping(yaml::IO &IO, MemoryInfoListStream &Stream) { in streamMapping() argument 308 IO.mapRequired("Memory Ranges", Stream.Infos); in streamMapping() [all …]
|