Searched refs:from_ok (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/rayon/src/iter/ |
D | mod.rs | 463 R::from_ok(()) in try_for_each() 503 R::from_ok(()) in try_for_each_with() 545 R::from_ok(()) in try_for_each_init() 3084 fn from_ok(v: Self::Ok) -> Self; in from_ok() method 3097 fn from_ok(v: T) -> Self { in from_ok() method 3114 fn from_ok(v: T) -> Self { in from_ok() method
|
D | try_reduce_with.rs | 126 Ok(ok) => T::from_ok(ok), in complete()
|
D | try_reduce.rs | 121 Ok(ok) => T::from_ok(ok), in complete()
|
D | try_fold.rs | 154 Ok(ok) => U::from_ok(ok), in complete()
|
/external/iproute2/ip/ |
D | iproute.c | 1685 int from_ok = 0; in iproute_get() local 1706 from_ok = 1; in iproute_get() 1806 if (connected && !from_ok) { in iproute_get()
|
/external/toybox/toys/pending/ |
D | ip.c | 45 int sockfd, connected, from_ok, route_cmd; 1703 if (TT.flush || (TT.connected && !TT.from_ok)) in display_route_info() 1797 case 0: TT.from_ok = 1; // dst address in route_get() 1838 if (TT.connected && !TT.from_ok) { in route_get()
|
/external/toybox/android/linux/generated/ |
D | globals.h | 722 int sockfd, connected, from_ok, route_cmd; member
|
/external/toybox/android/device/generated/ |
D | globals.h | 722 int sockfd, connected, from_ok, route_cmd; member
|
/external/toybox/android/mac/generated/ |
D | globals.h | 722 int sockfd, connected, from_ok, route_cmd; member
|