/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/ |
D | feed.rs | 10 pub struct Feed<'a, Si: ?Sized, Item> { struct 16 impl<Si: Unpin + ?Sized, Item> Unpin for Feed<'_, Si, Item> {} argument 18 impl<'a, Si: Sink<Item> + Unpin + ?Sized, Item> Feed<'a, Si, Item> { implementation 32 impl<Si: Sink<Item> + Unpin + ?Sized, Item> Future for Feed<'_, Si, Item> { implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/ |
D | read_test.go | 86 type Feed struct { struct 87 XMLName Name `xml:"http://www.w3.org/2005/Atom feed"` 88 Title string `xml:"title"` 89 ID string `xml:"id"` 90 Link []Link `xml:"link"` 91 Updated time.Time `xml:"updated,attr"` 92 Author Person `xml:"author"` 93 Entry []Entry `xml:"entry"`
|
/aosp_15_r20/external/libwebm/webm_parser/src/ |
H A D | webm_parser.cc | 34 Status Feed(Callback* callback, Reader* reader) { in Feed() function in webm::WebmParser::DocumentParser 263 Status WebmParser::Feed(Callback* callback, Reader* reader) { in Feed() function in webm::WebmParser
|
H A D | block_header_parser.cc | 21 Status BlockHeaderParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::BlockHeaderParser
|
H A D | size_parser.cc | 25 Status SizeParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::SizeParser
|
H A D | id_element_parser.cc | 36 Status IdElementParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::IdElementParser
|
H A D | id_parser.cc | 21 Status IdParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::IdParser
|
H A D | virtual_block_parser.cc | 31 Status VirtualBlockParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::VirtualBlockParser
|
H A D | unknown_parser.cc | 33 Status UnknownParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::UnknownParser
|
H A D | void_parser.cc | 35 Status VoidParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::VoidParser
|
H A D | skip_parser.cc | 32 Status SkipParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::SkipParser
|
H A D | date_parser.cc | 59 Status DateParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::DateParser
|
H A D | var_int_parser.cc | 24 Status VarIntParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::VarIntParser
|
H A D | block_group_parser.h | 42 Status Feed(Callback* callback, Reader* reader, in Feed() function
|
H A D | float_parser.cc | 43 Status FloatParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::FloatParser
|
H A D | audio_parser.h | 54 Status Feed(Callback* callback, Reader* reader, in Feed() function
|
H A D | bool_parser.h | 49 Status Feed(Callback* callback, Reader* reader, in Feed() function
|
H A D | video_parser.h | 81 Status Feed(Callback* callback, Reader* reader, in Feed() function
|
H A D | segment_parser.cc | 49 Status SegmentParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::SegmentParser
|
H A D | recursive_parser.h | 64 Status Feed(Callback* callback, Reader* reader, in Feed() function
|
H A D | int_parser.h | 70 Status Feed(Callback* callback, Reader* reader, in Feed() function
|
H A D | byte_parser.h | 82 Status Feed(Callback* callback, Reader* reader, in Feed() function
|
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1p2beta1/src/main/java/com/google/cloud/asset/v1p2beta1/ |
H A D | Feed.java | 34 public final class Feed extends com.google.protobuf.GeneratedMessageV3 class 40 private Feed(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Feed() method in Feed 44 private Feed() { in Feed() method in Feed
|
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ |
H A D | Feed.java | 34 public final class Feed extends com.google.protobuf.GeneratedMessageV3 class 40 private Feed(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Feed() method in Feed 44 private Feed() { in Feed() method in Feed
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | tf2xla.proto | 24 message Feed { message
|