Home
last modified time | relevance | path

Searched defs:Item (Results 10176 – 10200 of 59724) sorted by relevance

1...<<401402403404405406407408409410>>...2389

/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/godbus/dbus/dbus-5.0.1/
H A Dtransport_generic.go39 func (t genericTransport) ReadMessage() (*Message, error) {
43 func (t genericTransport) SendMessage(msg *Message) error {
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-fs-0.1.6/src/
H A Dmetadata.rs39 type Item = Metadata; typedef
42 fn poll(&mut self) -> Poll<Self::Item, Self::Error> { in poll()
H A Dread_link.rs38 type Item = PathBuf; typedef
41 fn poll(&mut self) -> Poll<Self::Item, Self::Error> { in poll()
H A Dremove_dir.rs38 type Item = (); typedef
41 fn poll(&mut self) -> Poll<Self::Item, Self::Error> { in poll()
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/utils/
H A Dsampling.h45 /* Reservoir sampling methods */
47 typedef struct in poll()
48 { in poll()
49 double W; in poll()
50 SamplerRandomState randstate; /* random generator state */ in poll()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/
H A Diter.rs39 type Item = I::Item; typedef
41 fn poll_next(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<I::Item>> { in poll_next()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-0.1.29/src/future/
H A Dfrom_err.rs25 type Item = A::Item; typedef
28 fn poll(&mut self) -> Poll<A::Item, E> { in poll()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-0.3.4/tests/
H A Dio_write.rs43 let cx = &mut panic_context();
46 let res = Pin::new(&mut writer).poll_write_vectored(cx, bufs); in poll()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/futures-0.1.29/src/stream/
H A Diter_ok.rs42 type Item = I::Item; typedef
45 fn poll(&mut self) -> Poll<Option<I::Item>, E> { in poll()
H A Drepeat.rs47 type Item = T; typedef
50 fn poll(&mut self) -> Poll<Option<Self::Item>, Self::Error> { in poll()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/object-0.20.0/src/read/coff/
H A Drelocation.rs17 type Item = (u64, Relocation); typedef
19 fn next(&mut self) -> Option<Self::Item> { in next()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/futures-util-0.3.16/src/stream/
H A Diter.rs40 type Item = I::Item; typedef
42 fn poll_next(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<I::Item>> { in poll_next()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-fs-0.1.7/src/
H A Dcreate_dir.rs38 type Item = (); typedef
41 fn poll(&mut self) -> Poll<Self::Item, Self::Error> { in poll()
H A Dremove_dir.rs38 type Item = (); typedef
41 fn poll(&mut self) -> Poll<Self::Item, Self::Error> { in poll()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-fs-0.1.7/src/file/
H A Dcreate.rs28 type Item = File; typedef
31 fn poll(&mut self) -> Poll<Self::Item, Self::Error> { in poll()
/dports/www/monolith/monolith-2.6.1/cargo-crates/futures-util-0.3.15/src/stream/
H A Diter.rs40 type Item = I::Item; typedef
42 fn poll_next(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<I::Item>> { in poll_next()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/futures-util-0.3.15/src/stream/
H A Diter.rs40 type Item = I::Item; typedef
42 fn poll_next(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<I::Item>> { in poll_next()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/futures-util-0.3.5/src/stream/
H A Diter.rs39 type Item = I::Item; typedef
41 fn poll_next(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<I::Item>> { in poll_next()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/object-0.20.0/src/read/coff/
H A Drelocation.rs17 type Item = (u64, Relocation); typedef
19 fn next(&mut self) -> Option<Self::Item> { in next()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/futures-util-0.3.17/src/stream/
H A Diter.rs40 type Item = I::Item; typedef
42 fn poll_next(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<I::Item>> { in poll_next()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/futures-0.1.29/src/future/
H A Dselect_ok.rs44 type Item = (A::Item, Vec<A>); typedef
47 fn poll(&mut self) -> Poll<Self::Item, Self::Error> { in poll()
H A Dfrom_err.rs25 type Item = A::Item; typedef
28 fn poll(&mut self) -> Poll<A::Item, E> { in poll()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/futures-0.1.29/src/stream/
H A Diter_ok.rs42 type Item = I::Item; typedef
45 fn poll(&mut self) -> Poll<Option<I::Item>, E> { in poll()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/http-body-0.1.0/tests/
H A Dis_end_stream.rs14 type Item = ::std::io::Cursor<Vec<u8>>; typedef
17 fn poll_buf(&mut self) -> Poll<Option<Self::Item>, Self::Error> { in poll_buf()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/futures-0.1.29/tests/
H A Deager_drop.rs44 type Item = F::Item; typedef
47 fn poll(&mut self) -> Poll<Self::Item, Self::Error> { in poll()

1...<<401402403404405406407408409410>>...2389