/tools/netsim/rust/libslirp-rs/src/libslirp_sys/ |
D | mod.rs | 123 fn from(storage: sockaddr_storage) -> Self { in from() method 142 fn from(sockaddr: SocketAddr) -> Self { in from() method 154 fn from(val: in_addr) -> Self { in from() method 194 fn from(item: Ipv4Addr) -> Self { in from() method 206 fn from(item: in6_addr) -> Self { in from() method 231 fn from(item: Ipv6Addr) -> Self { in from() method 244 fn from(item: SocketAddrV4) -> Self { in from() method 265 fn from(item: sockaddr_in) -> Self { in from() method 274 fn from(item: sockaddr_in6) -> Self { in from() method 296 fn from(item: SocketAddrV6) -> Self { in from() method
|
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | TypeParameterScope.kt | 98 fun from(classItem: ClassItem?): TypeParameterScope { in isEmpty() method 115 fun from(callableItem: CallableItem): TypeParameterScope { in isEmpty() method
|
/tools/security/fuzzing/orphans/android_logger/ |
D | android_logger_fuzzer.rs | 22 fn from(l: LevelInput) -> Level { in from() method 34 fn from(l: LevelInput) -> LevelFilter { in from() method 56 fn from(l: &LevelFilterInput) -> LevelFilter { in from() method 78 fn from(l: LogIdInput) -> LogId { in from() method 108 fn from(config_input: ConfigInput) -> Config { in from() method
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DirectedGraph.java | 69 public void addEdge(V from, V to) { in addEdge() 80 public void removeEdge(V from, V to) { in removeEdge()
|
/tools/metalava/stub-annotations/src/main/java/androidx/annotation/ |
D | IntRange.java | 33 long from() default Long.MIN_VALUE; in from() method
|
D | FloatRange.java | 33 double from() default Double.NEGATIVE_INFINITY; in from() method
|
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/snapshot/ |
D | SnapshotTypeItemFactory.kt | 53 fun from(classItem: ClassItem?): SnapshotTypeItemFactory { in from() method
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | InclusiveIntRange.java | 47 public static InclusiveIntRange from(int min) { in from() method in InclusiveIntRange
|
/tools/netsim/rust/http-proxy/src/ |
D | error.rs | 45 fn from(err: io::Error) -> Self { in from() method
|
D | dns.rs | 431 fn from(resource_data: ResourceData) -> Self { in from() method 481 fn from(err: std::io::Error) -> Self { in from() method 486 fn from(err: str::Utf8Error) -> Self { in from() method 492 fn from(err: std::net::AddrParseError) -> Self { in from() method
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | GPFlags.java | 151 static GPFlags from(long bits) throws IOException { in from() method in GPFlags
|
/tools/netsim/rust/cli/src/ |
D | args.rs | 404 fn from(value: &BeaconBleSettings) -> Self { in from() method 416 fn from(value: &Interval) -> Self { in from() method 432 fn from(value: &TxPower) -> Self { in from() method 449 fn from(value: &BeaconBleAdvertiseData) -> Self { in from() method 464 fn from(value: &BeaconBleScanResponseData) -> Self { in from() method
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | profile.rs | 106 fn from(version: ProfileVersion) -> Self { in from() method
|
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiTypeItemFactory.kt | 73 fun from(classItem: ClassItem): PsiTypeItemFactory { in <lambda>() method 79 fun from(callableItem: CallableItem): PsiTypeItemFactory { in <lambda>() method
|
/tools/netsim/rust/daemon/src/wifi/ |
D | mdns_forwarder.rs | 36 fn from(MacAddress(addr): MacAddress) -> Self { in from() method 43 fn from(bytes: &[u8; 6]) -> Self { in from() method
|
/tools/netsim/rust/daemon/src/bluetooth/ |
D | advertise_settings.rs | 184 fn from(value: &IntervalProto) -> Self { in from() method 258 fn from(value: TxPowerLevel) -> Self { in from() method
|
D | advertise_data.rs | 80 fn from(value: &AdvertiseData) -> Self { in from() method
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | AoaTargetPreparer.java | 87 Point from = parsePoint(args.get(0), args.get(1)); in ACTIONS.put() local
|
/tools/asuite/adevice/src/ |
D | cli.rs | 123 fn from(w: Wait) -> bool { in from() method
|
/tools/netsim/rust/capture/src/ |
D | pcap.rs | 124 fn from(val: LinkType) -> Self { in from() method
|
/tools/netsim/rust/packets/src/ |
D | ieee80211.rs | 74 fn from(bytes: &[u8; 6]) -> Self { in from() method 80 fn from(MacAddress(addr): MacAddress) -> Self { in from() method 110 fn from(packet: &'a [u8]) -> anyhow::Result<Self> { in from() method
|
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/ |
D | AoaDevice.java | 249 public void swipe(@Nonnull Point from, @Nonnull Point to, @Nonnull Duration duration) { in swipe()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 3093 String from = "tcp:" + vmAdbPort; in forwardMicrodroidAdbPort() local 3138 final String from = "tcp:" + vmAdbPort; in adbConnectToMicrodroid() local
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/ |
D | DocAnalyzer.kt | 403 val from: String? = annotation.findAttribute("from")?.legacyValue?.toSource() in <lambda>() constant
|