Home
last modified time | relevance | path

Searched defs:Stream (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/external/swiftshader/src/Device/
DStream.hpp22 struct Stream struct
24 const void *buffer = nullptr;
25 unsigned int robustnessSize = 0;
26 VkVertexInputRate inputRate = VK_VERTEX_INPUT_RATE_VERTEX;
27 unsigned int vertexStride = 0;
28 unsigned int instanceStride = 0;
29 VkFormat format = VK_FORMAT_UNDEFINED;
30 unsigned int offset = 0;
31 unsigned int binding = 0;
/external/openscreen/cast/streaming/
Doffer_messages.h46 struct Stream { struct
50 Stream::Type type, argument
77 struct AudioStream { argument
82 Stream stream; argument
/external/rust/crates/combine/src/stream/
Dbuffered.rs28 pub struct Stream<Input> struct
38 impl<Input> ResetStream for Stream<Input> argument
62 impl<Input> Stream<Input> implementation
80 impl<Input> Positioned for Stream<Input> implementation
102 impl<Input> StreamOnce for Stream<Input> implementation
Dstate.rs7 pub struct Stream<S, U> { struct
12 impl<S, U> Positioned for Stream<S, U> argument
22 impl<S, U> ResetStream for Stream<S, U> implementation
39 impl<S, U> StreamOnce for Stream<S, U> implementation
58 impl<S, U> RangeStreamOnce for Stream<S, U> implementation
Dspan.rs38 pub struct Stream<S, E>(pub S, PhantomData<fn(E) -> E>); struct
40 impl<S, E> From<S> for Stream<S, E> { implementation
46 impl<S, E> ResetStream for Stream<S, E> implementation
71 impl<S, E> StreamOnce for Stream<S, E> implementation
97 impl<S, E> RangeStreamOnce for Stream<S, E> implementation
144 impl<S, E> Positioned for Stream<S, E> implementation
Dposition.rs57 impl<R> DefaultPositioned for read::Stream<R> { implementation
85 pub struct Stream<Input, X> { struct
92 impl<Input, X> Stream<Input, X> argument
103 impl<Input> Stream<Input, Input::Positioner> impl
114 impl<Input, X, E> Positioned for Stream<Input, X> implementation
128 impl<Input, X, S> StreamOnce for Stream<Input, X> implementation
341 impl<Input, X, S> RangeStreamOnce for Stream<Input, X> implementation
403 impl<Input, X, S> ResetStream for Stream<Input, X> implementation
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dstreams.rs55 pub struct Stream { struct
57 receiver: Receiver<StreamMsg>, argument
64 current_state: StreamState, argument
71 impl Stream { argument
324 impl Drop for Stream { implementation
/external/mtools/
Dstream.c34 void init_head(Stream_t *Stream, struct Class_t *Class, Stream_t *Next) in init_head()
41 int flush_stream(Stream_t *Stream) in flush_stream()
53 Stream_t *copy_stream(Stream_t *Stream) in copy_stream()
60 int free_stream(Stream_t **Stream) in free_stream()
83 int set_geom_pass_through(Stream_t *Stream, device_t *dev, device_t *orig_dev) in set_geom_pass_through()
95 int get_data_pass_through(Stream_t *Stream, time_t *date, mt_off_t *size, in get_data_pass_through()
101 ssize_t pread_pass_through(Stream_t *Stream, char *buf, in pread_pass_through()
107 ssize_t pwrite_pass_through(Stream_t *Stream, char *buf, in pwrite_pass_through()
113 doscp_t *get_dosConvert_pass_through(Stream_t *Stream) in get_dosConvert_pass_through()
Dfile.c67 static File_t *getUnbufferedFile(Stream_t *Stream) in getUnbufferedFile()
79 Fs_t *getFs(Stream_t *Stream) in getFs()
84 struct dirCache_t **getDirCacheP(Stream_t *Stream) in getDirCacheP()
89 direntry_t *getDirentry(Stream_t *Stream) in getDirentry()
183 Stream_t *Stream = GetFs(Dir); in countBlocks() local
194 Stream_t *Stream = GetFs(Dir); in countBytes() local
201 void printFat(Stream_t *Stream) in printFat()
243 void printFatWithOffset(Stream_t *Stream, off_t offset) { in printFatWithOffset()
406 static ssize_t read_file(Stream_t *Stream, char *buf, size_t ilen) in read_file()
426 static ssize_t write_file(Stream_t *Stream, char *buf, size_t ilen) in write_file()
[all …]
Dfat.c65 static FatMap_t *GetFatMap(Fs_t *Stream) in GetFatMap()
86 static __inline__ int locate(Fs_t *Stream, uint32_t offset, in locate()
235 static unsigned char *getAddress(Fs_t *Stream, in getAddress()
260 static int readByte(Fs_t *Stream, unsigned int start) in readByte()
289 static unsigned int fat12_decode(Fs_t *Stream, unsigned int num) in fat12_decode()
311 static void fat12_encode(Fs_t *Stream, unsigned int num, unsigned int code) in fat12_encode()
337 static unsigned int fat16_decode(Fs_t *Stream, unsigned int num) in fat16_decode()
345 static void fat16_encode(Fs_t *Stream, unsigned int num, unsigned int code) in fat16_encode()
362 static unsigned int fast_fat16_decode(Fs_t *Stream, unsigned int num) in fast_fat16_decode()
372 static void fast_fat16_encode(Fs_t *Stream, unsigned int num, unsigned int code) in fast_fat16_encode()
[all …]
Dforce_io.c30 static ssize_t force_pio(Stream_t *Stream, in force_pio()
54 static ssize_t write_wrapper(Stream_t *Stream, char *buf, in write_wrapper()
60 ssize_t force_write(Stream_t *Stream, char *buf, size_t len) in force_write()
65 ssize_t force_pwrite(Stream_t *Stream, char *buf, mt_off_t start, size_t len) in force_pwrite()
71 ssize_t force_pread(Stream_t *Stream, char *buf, mt_off_t start, size_t len) in force_pread()
Dplain_io.c101 static ssize_t file_read(Stream_t *Stream, char *buf, size_t len) in file_read()
107 static ssize_t file_write(Stream_t *Stream, char *buf, size_t len) in file_write()
113 static ssize_t file_pread(Stream_t *Stream, char *buf, in file_pread()
120 static ssize_t file_pwrite(Stream_t *Stream, char *buf, in file_pwrite()
137 static int file_free(Stream_t *Stream) in file_free()
172 static int file_geom(Stream_t *Stream, struct device *dev, in file_geom()
200 static int file_data(Stream_t *Stream, time_t *date, mt_off_t *size, in file_data()
453 int get_fd(Stream_t *Stream) in get_fd()
/external/libbrillo/brillo/streams/
Dstream_test.cc92 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/pigweed/pw_stream/
Dstream_test.cc142 TEST(Stream, NonSeekableReader) { in TEST() argument
149 TEST(Stream, RelativeSeekableReader) { in TEST() argument
156 TEST(Stream, SeekableReader) { in TEST() argument
160 TEST(Stream, NonSeekableWriter) { in TEST() argument
167 TEST(Stream, RelativeSeekableWriter) { in TEST() argument
174 TEST(Stream, SeekableWriter) { in TEST() argument
178 TEST(Stream, NonSeekableReaderWriter) { in TEST() argument
185 TEST(Stream, RelativeSeekableReaderWriter) { in TEST() argument
192 TEST(Stream, SeekableReaderWriter) { in TEST() argument
/external/rust/crates/quiche/src/h3/
Dstream.rs121 pub struct Stream { struct
123 id: u64,
126 ty: Option<Type>,
129 state: State,
132 state_buf: Vec<u8>,
135 state_len: usize,
161 impl Stream { implementation
166 pub fn new(id: u64, is_local: bool) -> Stream { in new()
638 fn open_uni(b: &mut octets::OctetsMut, ty: u64) -> Result<Stream> { in open_uni()
648 stream: &mut Stream, ty: u64, cursor: &mut std::io::Cursor<Vec<u8>>, in parse_uni()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h27 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/crosvm/devices/src/virtio/video/encoder/
Dmod.rs85 struct Stream<T: EncoderSession> { struct
107 impl<T: EncoderSession> Stream<T> { argument
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp32 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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp51 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/unittests/Support/
DYAMLParserTest.cpp34 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/flate2/src/ffi/
Dc.rs127 unsafe impl<D: Direction> Send for Stream<D> {} implementation
128 unsafe impl<D: Direction> Sync for Stream<D> {} implementation
142 pub struct Stream<D: Direction> { struct
143 pub stream_wrapper: StreamWrapper, argument
149 impl<D: Direction> Stream<D> { implementation
161 impl<D: Direction> Drop for Stream<D> { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h99 : Stream(Stream), Skew(Skew) {} in Stream() argument
102 : Stream(Stream), E(E), Skew(Skew) {} in Stream() function
265 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray()
/external/rust/crates/tokio-stream/src/stream_ext/
Dmerge.rs23 T: Stream, in new()
24 U: Stream, in new()
64 ) -> Poll<Option<T::Item>> in poll_next()
/external/rust/crates/combine/src/parser/
Dtoken.rs44 pub fn any<Input>() -> Any<Input> in any()
59 Input: Stream, in satisfy_impl()
106 Input: Stream, in satisfy()
160 Input: Stream, in satisfy_map()
208 pub fn token<Input>(c: Input::Token) -> Token<Input> in token()
314 Input: Stream, in tokens()
414 I: Stream, in tokens_cmp()
459 pub fn position<Input>() -> Position<Input> in position()
512 Input: Stream, in one_of()
570 Input: Stream, in none_of()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcustom_call_thunk.h46 using Stream = stream_executor::gpu::GpuStreamHandle; variable
48 using Stream = void*; variable

12345678910>>...15