Home
last modified time | relevance | path

Searched defs:ip (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/public/
Davd.py41 def __init__(self, instance_name, ip=None): argument
52 def ip(self): member in AndroidVirtualDevice
59 def ip(self, value): member in AndroidVirtualDevice
/tools/test/connectivity/acts/tests/google/net/
DIpSecTest.py83 def _test_spi_allocate_release_req_spi(self, dut, ip): argument
96 def _test_spi_allocate_release_random_spi(self, dut, ip): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dchameleon_controller.py102 def __init__(self, ip="", port=9992): argument
/tools/test/connectivity/acts/tests/google/wifi/
DWifiTetheringTest.py217 def _verify_ping(self, dut, ip, isIPv6=False): argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DWifiHelper.java311 final String ip = getIpAddress(); in hasValidIp() local