Home
last modified time | relevance | path

Searched defs:Feed (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/
Dfeed.rs10 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/
Dread_test.go86 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 Dwebm_parser.cc34 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 Dblock_header_parser.cc21 Status BlockHeaderParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::BlockHeaderParser
H A Dsize_parser.cc25 Status SizeParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::SizeParser
H A Did_element_parser.cc36 Status IdElementParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::IdElementParser
H A Did_parser.cc21 Status IdParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::IdParser
H A Dvirtual_block_parser.cc31 Status VirtualBlockParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::VirtualBlockParser
H A Dunknown_parser.cc33 Status UnknownParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::UnknownParser
H A Dvoid_parser.cc35 Status VoidParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::VoidParser
H A Dskip_parser.cc32 Status SkipParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::SkipParser
H A Ddate_parser.cc59 Status DateParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::DateParser
H A Dvar_int_parser.cc24 Status VarIntParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::VarIntParser
H A Dblock_group_parser.h42 Status Feed(Callback* callback, Reader* reader, in Feed() function
H A Dfloat_parser.cc43 Status FloatParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::FloatParser
H A Daudio_parser.h54 Status Feed(Callback* callback, Reader* reader, in Feed() function
H A Dbool_parser.h49 Status Feed(Callback* callback, Reader* reader, in Feed() function
H A Dvideo_parser.h81 Status Feed(Callback* callback, Reader* reader, in Feed() function
H A Dsegment_parser.cc49 Status SegmentParser::Feed(Callback* callback, Reader* reader, in Feed() function in webm::SegmentParser
H A Drecursive_parser.h64 Status Feed(Callback* callback, Reader* reader, in Feed() function
H A Dint_parser.h70 Status Feed(Callback* callback, Reader* reader, in Feed() function
H A Dbyte_parser.h82 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 DFeed.java34 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 DFeed.java34 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 Dtf2xla.proto24 message Feed { message

123