/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Stream.hpp | 22 struct Stream struct 24 const void *buffer = nullptr; 25 unsigned int robustnessSize = 0; 26 unsigned int vertexStride = 0; 27 unsigned int instanceStride = 0; 28 VkFormat format = VK_FORMAT_UNDEFINED; 29 unsigned int offset = 0; 30 unsigned int binding = 0;
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Stream.hpp | 52 struct Stream : public StreamResource struct 54 Stream(Resource *resource = 0, const void *buffer = 0, unsigned int stride = 0) in Stream() argument 61 Stream &define(StreamType type, unsigned int count, bool normalized = false) in define() 70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) in define() 80 Stream &defaults() in defaults() 94 operator bool() const // Returns true if stream contains data in operator bool() 99 StreamType type; 100 unsigned char count; 101 bool normalized;
|
/third_party/boost/boost/thread/ |
D | externally_locked_stream.hpp | 37 stream_guard(externally_locked_stream<Stream, RecursiveMutex>& mtx) : in stream_guard() 43 stream_guard(externally_locked_stream<Stream, RecursiveMutex>& mtx, adopt_lock_t) : in stream_guard() 122 …inline const stream_guard<Stream, RecursiveMutex>& operator<<(const stream_guard<Stream, Recursive… in operator <<() 129 …inline const stream_guard<Stream, RecursiveMutex>& operator<<(const stream_guard<Stream, Recursive… in operator <<() argument 136 …inline const stream_guard<Stream, RecursiveMutex>& operator>>(const stream_guard<Stream, Recursive… in operator >>() 143 …inline stream_guard<Stream, RecursiveMutex> operator<<(externally_locked_stream<Stream, RecursiveM… in operator <<() 151 …rd<Stream, RecursiveMutex> operator<<(externally_locked_stream<Stream, RecursiveMutex>& mtx, Strea… in operator <<() argument 159 …inline stream_guard<Stream, RecursiveMutex> operator>>(externally_locked_stream<Stream, RecursiveM… in operator >>()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | main.cc | 65 struct Stream { struct 67 Socket* const socket; 69 std::string error; 72 Stream operator<<(uint32_t v) { in operator <<() 80 Stream operator>>(uint32_t& v) { in operator >>() 88 Stream operator<<(const std::string& v) { in operator <<() 100 Stream operator>>(std::string& v) { in operator >>() 116 std::enable_if_t<std::is_enum<T>::value, Stream> operator<<(T e) { in operator <<() 122 std::enable_if_t<std::is_enum<T>::value, Stream> operator>>(T& e) { in operator >>() 130 bool Write(const void* data, size_t size) { in Write() [all …]
|
/third_party/nghttp2/src/ |
D | HttpServer.h | 137 struct Stream { struct 151 Stream(Http2Handler *handler, int32_t stream_id); argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 27 struct Stream { struct 28 enum class StreamKind { argument 39 Stream(StreamKind Kind, minidump::StreamType Type) : Kind(Kind), Type(Type) {} in Stream() argument 42 const StreamKind Kind; argument 43 const minidump::StreamType Type; argument 67 : Stream(EntryT::Kind, EntryT::Type), Entries(std::move(Entries)) {} in Stream() function 153 : Stream(StreamKind::RawContent, Type), Content(Content), in Stream() function 190 : Stream(StreamKind::TextContent, Type), Text(Text) {} in Stream() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NamedStreamMap.cpp | 51 Error NamedStreamMap::load(BinaryStreamReader &Stream) { in load() 100 bool NamedStreamMap::get(StringRef Stream, uint32_t &StreamNo) const { in get() 111 StringRef Stream(NamesBuffer.data() + Entry.first); in entries() local 124 void NamedStreamMap::set(StringRef Stream, uint32_t StreamNo) { in set()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 99 : Stream(Stream), Skew(Skew) {} in Stream() argument 102 : Stream(Stream), E(E), Skew(Skew) {} in Stream() argument 265 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray()
|
D | FormatAdapters.h | 38 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() 52 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() 67 void format(llvm::raw_ostream &Stream, StringRef Style) { in format() 80 void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; } in format()
|
D | FormattedStream.h | 59 void setStream(raw_ostream &Stream) { in setStream() 88 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream()
|
/third_party/boost/boost/asio/ssl/detail/ |
D | io.hpp | 315 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_allocate() 329 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_deallocate() 340 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_is_continuation() 350 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_invoke() 363 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_invoke()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Minidump.cpp | 58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList); in getMemoryInfoList() local 76 Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type); in getListStream() local 133 Expected<ArrayRef<uint8_t>> Stream = in create() local
|
/third_party/node/lib/internal/streams/ |
D | legacy.js | 10 function Stream(opts) { class 114 module.exports = { Stream, prependListener }; property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | BitstreamRemarkParser.cpp | 38 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper() 43 BitstreamCursor &Stream = Parser.Stream; in parseRecord() local 85 BitstreamCursor &Stream) in BitstreamRemarkParserHelper() 90 BitstreamCursor &Stream = Parser.Stream; in parseRecord() local 160 BitstreamCursor &Stream = ParserHelper.Stream; in parseBlock() local 249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BinaryStreamRef.cpp | 67 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream) in BinaryStreamRef() 69 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, in BinaryStreamRef() 103 WritableBinaryStreamRef::WritableBinaryStreamRef(WritableBinaryStream &Stream) in WritableBinaryStreamRef() 106 WritableBinaryStreamRef::WritableBinaryStreamRef(WritableBinaryStream &Stream, in WritableBinaryStreamRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 290 static void streamMapping(yaml::IO &IO, RawContentStream &Stream) { in streamMapping() 295 static StringRef streamValidate(RawContentStream &Stream) { in streamValidate() 307 static void streamMapping(yaml::IO &IO, MemoryInfoListStream &Stream) { in streamMapping() 311 static void streamMapping(yaml::IO &IO, MemoryListStream &Stream) { in streamMapping() 315 static void streamMapping(yaml::IO &IO, ModuleListStream &Stream) { in streamMapping() 319 static void streamMapping(yaml::IO &IO, SystemInfoStream &Stream) { in streamMapping() 349 static void streamMapping(yaml::IO &IO, TextContentStream &Stream) { in streamMapping() 370 static void streamMapping(yaml::IO &IO, ThreadListStream &Stream) { in streamMapping() 374 static void streamMapping(yaml::IO &IO, MinidumpYAML::ExceptionStream &Stream) { in streamMapping()
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|
/third_party/node/deps/npm/node_modules/readable-stream/ |
D | readable.js | 1 var Stream = require('stream'); variable
|