Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/contrib/src/com/android/framework/tests/
DBandwidthUtils.java36 BandwidthUtils(ITestDevice device, String iface) throws DeviceNotAvailableException { in BandwidthUtils()
79 String iface = parts[1]; in parseUidStats() local
124 String iface = parts[0].replace(":", "").trim(); in parseNetDevStats() local
/tools/test/connectivity/acts/tests/google/net/
Dsendra.py9 def send(dstmac, interval, count, lifetime, iface, rtt): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_capture.py114 def _create_interface(self, iface, mode): argument
127 def _cleanup_interface(self, iface): argument
Daccess_point.py436 def send_ra(self, iface, mac=RA_MULTICAST_ADDR, interval=1, count=None, argument
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dap_get_interface.py170 def check_ping(self, iface): argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DCompatibilityCheck.kt206 for (iface in old.interfaceTypes()) { in compare() constant
215 for (iface in new.filteredInterfaceTypes(filterReference)) { in compare() constant