| /external/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;
|
| /external/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;
|
| /external/openscreen/cast/streaming/ |
| D | offer_messages.h | 45 struct Stream { struct 68 struct AudioStream { argument 71 Stream stream = {}; argument
|
| /external/mtools/ |
| D | stream.c | 24 int flush_stream(Stream_t *Stream) in flush_stream() 36 Stream_t *copy_stream(Stream_t *Stream) in copy_stream() 43 int free_stream(Stream_t **Stream) in free_stream() 68 int get_data_pass_through(Stream_t *Stream, time_t *date, mt_size_t *size, in get_data_pass_through() 74 int read_pass_through(Stream_t *Stream, char *buf, mt_off_t start, size_t len) in read_pass_through() 79 int write_pass_through(Stream_t *Stream, char *buf, mt_off_t start, size_t len) in write_pass_through() 84 doscp_t *get_dosConvert_pass_through(Stream_t *Stream) in get_dosConvert_pass_through()
|
| D | file.c | 59 static File_t *getUnbufferedFile(Stream_t *Stream) in getUnbufferedFile() 66 Fs_t *getFs(Stream_t *Stream) in getFs() 71 struct dirCache_t **getDirCacheP(Stream_t *Stream) in getDirCacheP() 76 direntry_t *getDirentry(Stream_t *Stream) in getDirentry() 156 Stream_t *Stream = GetFs(Dir); in countBlocks() local 167 Stream_t *Stream = GetFs(Dir); in countBytes() local 174 void printFat(Stream_t *Stream) in printFat() 216 void printFatWithOffset(Stream_t *Stream, off_t offset) { in printFatWithOffset() 376 static int read_file(Stream_t *Stream, char *buf, mt_off_t iwhere, in read_file() 392 static int write_file(Stream_t *Stream, char *buf, mt_off_t iwhere, size_t len) in write_file() [all …]
|
| D | fat.c | 64 static FatMap_t *GetFatMap(Fs_t *Stream) in GetFatMap() 85 static __inline__ int locate(Fs_t *Stream, size_t offset, int *slot, int *bit) in locate() 224 static unsigned char *getAddress(Fs_t *Stream, in getAddress() 249 static int readByte(Fs_t *Stream, int start) in readByte() 278 static unsigned int fat12_decode(Fs_t *Stream, unsigned int num) in fat12_decode() 300 static void fat12_encode(Fs_t *Stream, unsigned int num, unsigned int code) in fat12_encode() 326 static unsigned int fat16_decode(Fs_t *Stream, unsigned int num) in fat16_decode() 334 static void fat16_encode(Fs_t *Stream, unsigned int num, unsigned int code) in fat16_encode() 341 static unsigned int fast_fat16_decode(Fs_t *Stream, unsigned int num) in fast_fat16_decode() 351 static void fast_fat16_encode(Fs_t *Stream, unsigned int num, unsigned int code) in fast_fat16_encode() [all …]
|
| D | plain_io.c | 75 static int file_io(Stream_t *Stream, char *buf, mt_off_t where, int len, in file_io() 123 static int file_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in file_read() 134 static int file_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in file_write() 163 static int file_free(Stream_t *Stream) in file_free() 173 static int file_geom(Stream_t *Stream, struct device *dev, in file_geom() 260 static int file_data(Stream_t *Stream, time_t *date, mt_size_t *size, in file_data() 276 static int file_discard(Stream_t *Stream) in file_discard() 325 static int scsi_io(Stream_t *Stream, char *buf, in scsi_io() 442 static int scsi_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in scsi_read() 451 static int scsi_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in scsi_write() [all …]
|
| D | init.c | 39 static int read_boot(Stream_t *Stream, union bootsector * boot, int size) in read_boot() 62 static int fs_flush(Stream_t *Stream) in fs_flush() 70 static doscp_t *get_dosConvert(Stream_t *Stream) in get_dosConvert() 141 Stream_t *Stream; in find_device() local 423 char getDrive(Stream_t *Stream) in getDrive()
|
| D | force_io.c | 30 static int force_io(Stream_t *Stream, in force_io() 53 int force_write(Stream_t *Stream, char *buf, mt_off_t start, size_t len) in force_write() 59 int force_read(Stream_t *Stream, char *buf, mt_off_t start, size_t len) in force_read()
|
| /external/adhd/cras/src/tests/ |
| D | dev_io_stubs.h | 37 struct Stream { struct 38 Stream(ShmPtr shm, RstreamPtr rstream, DevStreamPtr dstream) in Stream() argument 44 DevStreamPtr dstream; argument 46 using StreamPtr = std::unique_ptr<Stream>; argument
|
| /external/libbrillo/brillo/streams/ |
| D | stream_test.cc | 92 TEST(Stream, TruncateBlocking) { in TEST() argument 99 TEST(Stream, SetPosition) { in TEST() argument 117 TEST(Stream, ReadAsync) { in TEST() argument 166 TEST(Stream, ReadAsync_DontWaitForData) { in TEST() argument 206 TEST(Stream, ReadAllAsync) { in TEST() argument 255 TEST(Stream, ReadAllAsync_EOS) { in TEST() argument 289 TEST(Stream, ReadBlocking) { in TEST() argument 342 TEST(Stream, ReadAllBlocking) { in TEST() argument 369 TEST(Stream, WriteAsync) { in TEST() argument 408 TEST(Stream, WriteAllAsync) { in TEST() argument [all …]
|
| /external/llvm-project/parallel-libs/acxxel/tests/ |
| D | acxxel_test.cpp | 169 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local 183 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local 204 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local 222 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local 277 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local 293 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local 306 TEST_P(AcxxelTest, Stream) { in TEST_P() argument 308 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local 321 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local 335 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P() local [all …]
|
| /external/webrtc/modules/pacing/ |
| D | round_robin_packet_queue.h | 119 struct Stream { struct 135 std::multimap<StreamPrioKey, uint32_t>::iterator priority_it; argument 143 Stream* GetHighestPriorityStream(); argument
|
| /external/rust/crates/quiche/src/h3/ |
| D | stream.rs | 106 pub struct Stream { struct 108 id: u64, 111 ty: Option<Type>, 114 state: State, 140 impl Stream { implementation 145 pub fn new(id: u64, is_local: bool) -> Stream { in new()
|
| /external/llvm-project/llvm/unittests/Support/ |
| D | BinaryStreamTest.cpp | 201 for (auto &Stream : Streams) { in TEST_F() local 220 for (const auto &Stream : Streams) { in TEST_F() local 270 AppendingBinaryByteStream Stream(support::little); in TEST_F() local 364 for (auto &Stream : Streams) { in TEST_F() local 397 AppendingBinaryByteStream Stream(llvm::support::little); in TEST_F() local 423 for (auto &Stream : Streams) { in TEST_F() local 445 for (auto &Stream : Streams) { in TEST_F() local 491 for (auto &Stream : Streams) { in TEST_F() local 506 for (auto &Stream : Streams) { in TEST_F() local 515 for (auto &Stream : Streams) { in TEST_F() local [all …]
|
| D | YAMLParserTest.cpp | 33 yaml::Stream Stream(Input, SM); in ExpectParseError() local 42 yaml::Stream Stream(Input, SM); in ExpectParseSuccess() local 160 yaml::Stream Stream("test: |\n Hello\n World\n", SM); in TEST() local 191 yaml::Stream Stream(StringInArray, SM); in ExpectCanParseString() local 228 yaml::Stream Stream("[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\"]", SM); in TEST() local 257 yaml::Stream Stream(Buffer->getMemBufferRef(), SM); in TEST() local 264 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local 279 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local 294 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local 315 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local [all …]
|
| /external/crosvm/devices/src/virtio/video/encoder/ |
| D | mod.rs | 71 struct Stream<T: EncoderSession> { struct 94 impl<T: EncoderSession> Stream<T> { argument
|
| /external/llvm-project/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
|
| /external/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
|
| /external/clang/lib/Frontend/ |
| D | SerializedDiagnosticReader.cpp | 32 llvm::BitstreamCursor Stream(StreamFile); in readDiagnostics() local 77 llvm::BitstreamCursor &Stream, unsigned &BlockOrRecordID) { in skipUntilRecordOrBlock() 111 SerializedDiagnosticReader::readMetaBlock(llvm::BitstreamCursor &Stream) { in readMetaBlock() 149 SerializedDiagnosticReader::readDiagnosticBlock(llvm::BitstreamCursor &Stream) { in readDiagnosticBlock()
|
| /external/llvm-project/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()
|
| /external/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()
|
| /external/llvm-project/llvm/include/llvm/Bitcode/ |
| D | BitcodeConvenience.h | 188 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 225 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 254 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 261 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 273 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 280 static void emit(llvm::BitstreamWriter &Stream, BufferTy &Buffer, in emit() 309 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
|
| /external/llvm/unittests/Support/ |
| D | YAMLParserTest.cpp | 34 yaml::Stream Stream(Input, SM); in ExpectParseError() local 43 yaml::Stream Stream(Input, SM); in ExpectParseSuccess() local 161 yaml::Stream Stream("test: |\n Hello\n World\n", SM); in TEST() local 191 yaml::Stream Stream(StringInArray, SM); in ExpectCanParseString() local 228 yaml::Stream Stream("[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\"]", SM); in TEST() local 257 yaml::Stream Stream(Buffer->getMemBufferRef(), SM); in TEST() local 264 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local 279 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local 294 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local 315 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local
|
| /external/rust/crates/tokio-stream/src/stream_ext/ |
| D | merge.rs | 23 T: Stream, in new() 24 U: Stream, in new() 64 ) -> Poll<Option<T::Item>> in poll_next()
|