Home
last modified time | relevance | path

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

/tools/acloud/public/
Davd.py41 def __init__(self, instance_name, ip=None, time_info=None, stage=None): argument
79 def ip(self): member in AndroidVirtualDevice
87 def ip(self, value): member in AndroidVirtualDevice
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py124 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
144 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
193 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
296 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
Dchameleon_controller.py102 def __init__(self, ip="", port=9992): argument
/tools/asuite/atest/unittest_data/acloud/
Dcreate_failure.json13 "ip": "34.72.216.4", string
Dcreate_success.json13 "ip": "34.72.216.4", string
/tools/acloud/internal/lib/
Dssh.py166 def __init__(self, external=None, internal=None, ip=None): argument
187 def __init__(self, ip, user, ssh_private_key_path, argument
Dcvd_compute_client_multi_stage.py126 def InitRemoteHost(self, ssh, ip, user): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dsocket_test_utils.py28 def open_android_socket(ad, domain, sock_type, ip, port): argument
112 def open_datagram_socket(ad, ip, port): argument
/tools/test/connectivity/acts_tests/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/acloud/list/
Dinstance.py233 def __init__(self, name, fullname, display, ip, status=None, adb_port=None, argument
311 def ip(self): member in Instance
781 def GetAdbVncPortFromSSHTunnel(ip, avd_type): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Drpm_controller_utils.py133 def create_telnet_session(ip): argument
/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringFunctionsTest.py160 def can_ping(self, ip, extra_params='', count=10): argument
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTetheringTest.py215 def _verify_ping(self, dut, ip, isIPv6=False): argument
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py52 def __init__(self, ssh, ip, logger): argument
/tools/test/connectivity/acts/framework/acts/
Dutils.py1702 def ip_in_subnet(ip, subnet): argument