| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | graphcycles_test.cc | 36 int from; member 50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() argument 182 EdgeIndex(Edges *edges, int from, int to) EdgeIndex() argument 250 int from = RandomNode(&rng, &nodes); TEST() local 270 int from = edges[i].from; TEST() local 282 int from = RandomNode(&rng, &nodes); TEST() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | randen_slow.cc | 239 Vector128Load(const void* from) { in Vector128Load() argument
|
| /third_party/rust/crates/rustix/src/backend/libc/io/ |
| H A D | epoll.rs | 283 fn from(epoll: Epoll<Owning<'context, T>>) -> Self { in as_fd() functions 292 fn from(fd: OwnedFd) -> Self { in from() functions
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
| H A D | epoll.rs | 274 fn from(epoll: Epoll<Owning<'context, T>>) -> Self { in as_fd() functions 283 fn from(fd: OwnedFd) -> Self { in from() functions
|
| /third_party/rust/crates/regex/src/ |
| H A D | re_set.rs | 434 fn from(exec: Exec) -> Self { in from() functions
|
| H A D | input.rs | 395 fn from(c: char) -> Char { in from() functions 401 fn from(c: Option<char>) -> Char { in from() functions
|
| /third_party/rust/crates/rustix/src/net/ |
| H A D | ip.rs | 1025 fn from(ipv4: Ipv4Addr) -> IpAddr { in from() functions 1047 fn from(ipv6: Ipv6Addr) -> IpAddr { in from() functions 1125 fn from(ip: Ipv4Addr) -> u32 { from() functions 1143 fn from(ip: u32) -> Ipv4Addr { from() functions 1163 fn from(octets: [u8; 4]) -> Ipv4Addr { from() functions 1181 fn from(octets: [u8; 4]) -> IpAddr { from() functions 1916 fn from(ip: Ipv6Addr) -> u128 { from() functions 1938 fn from(ip: u128) -> Ipv6Addr { from() functions 1967 fn from(octets: [u8; 16]) -> Ipv6Addr { from() functions 1996 fn from(segments: [u16; 8]) -> Ipv6Addr { from() functions 2026 fn from(octets: [u8; 16]) -> IpAddr { from() functions 2055 fn from(segments: [u16; 8]) -> IpAddr { from() functions [all...] |
| /third_party/rust/crates/nix/src/sys/ |
| H A D | termios.rs | 327 fn from(termios: libc::termios) -> Self { in from() functions 346 fn from(termios: Termios) -> Self { in from() functions 475 fn from(b: BaudRate) -> u32 { in from() functions 482 fn from(b: BaudRate) -> u8 { in from() functions [all...] |
| /third_party/rust/crates/nix/src/ |
| H A D | time.rs | 206 fn from(clock_id: ClockId) -> Self { in from() functions 212 fn from(clk_id: clockid_t) -> Self { in from() functions
|
| H A D | errno.rs | 127 fn from(err: Errno) -> Self { in from() functions
|
| H A D | dir.rs | 58 pub fn from<F: IntoRawFd>(fd: F) -> Result<Self> { in from() functions
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| H A D | error.rs | 31 fn from(err: ast::Error) -> Error { in from() functions 37 fn from(err: hir::Error) -> Error { in from() functions 83 fn from(err: &'e ast::Error) -> Self { in from() functions 94 fn from(err: &'e hir::Error) -> Self { in from() functions
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | error.rs | 87 fn from(e: ErrorStack) -> io::Error { in from() functions 93 fn from(_: ErrorStack) -> fmt::Error { in from() functions
|
| /third_party/rust/crates/nom/src/multi/ |
| H A D | tests.rs | 308 fn from(_: (I, ErrorKind)) -> Self { in from() functions
|
| /third_party/spirv-tools/source/util/ |
| H A D | timer.h | 173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() argument 181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fUniformLocationTests.cpp | 158 std::vector<int> shuffledRange (int from, int to, int seed) in shuffledRange() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
| H A D | l2_packet_privsep.c | 99 struct sockaddr_un from; in l2_packet_receive() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| H A D | radius_das.c | 391 } from; radius_das_receive() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ctrl_iface_udp.c | 77 wpa_supplicant_ctrl_iface_attach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) wpa_supplicant_ctrl_iface_attach() argument 110 wpa_supplicant_ctrl_iface_detach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) global() argument 154 wpa_supplicant_ctrl_iface_level(struct ctrl_iface_priv *priv, struct sockaddr_in6 *from, socklen_t fromlen, char *level) global() argument 225 struct sockaddr_in6 from; global() local 230 struct sockaddr_in from; global() local 607 struct sockaddr_in6 from; global() local 609 struct sockaddr_in from; global() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
| H A D | l2_packet_privsep.c | 99 struct sockaddr_un from; in l2_packet_receive() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius_das.c | 391 } from; radius_das_receive() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ctrl_iface_udp.c | 77 wpa_supplicant_ctrl_iface_attach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) wpa_supplicant_ctrl_iface_attach() argument 110 wpa_supplicant_ctrl_iface_detach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) global() argument 154 wpa_supplicant_ctrl_iface_level(struct ctrl_iface_priv *priv, struct sockaddr_in6 *from, socklen_t fromlen, char *level) global() argument 225 struct sockaddr_in6 from; global() local 230 struct sockaddr_in from; global() local 627 struct sockaddr_in6 from; global() local 632 struct sockaddr_in from; global() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
| H A D | wpa_evp_key.c | 80 int rsa_priv_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)
in rsa_priv_enc() argument
|
| /third_party/zlib/contrib/blast/ |
| H A D | blast.c | 290 unsigned char *from, *to; /* copy pointers */ decomp() local [all...] |
| /third_party/zlib/contrib/infback9/ |
| H A D | infback9.c | 230 unsigned char FAR *from; /* where to copy match bytes from */ in inflateBack9() local [all...] |