/tools/acloud/public/ |
D | avd.py | 41 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/ |
D | iperf_client.py | 124 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
|
D | chameleon_controller.py | 102 def __init__(self, ip="", port=9992): argument
|
/tools/asuite/atest/unittest_data/acloud/ |
D | create_failure.json | 13 "ip": "34.72.216.4", string
|
D | create_success.json | 13 "ip": "34.72.216.4", string
|
/tools/acloud/internal/lib/ |
D | ssh.py | 166 def __init__(self, external=None, internal=None, ip=None): argument 187 def __init__(self, ip, user, ssh_private_key_path, argument
|
D | cvd_compute_client_multi_stage.py | 126 def InitRemoteHost(self, ssh, ip, user): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | socket_test_utils.py | 28 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/ |
D | IpSecTest.py | 83 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/ |
D | instance.py | 233 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/ |
D | rpm_controller_utils.py | 133 def create_telnet_session(ip): argument
|
/tools/test/connectivity/acts_tests/tests/google/usb/ |
D | UsbTetheringFunctionsTest.py | 160 def can_ping(self, ip, extra_params='', count=10): argument
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTetheringTest.py | 215 def _verify_ping(self, dut, ip, isIPv6=False): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | network_settings.py | 52 def __init__(self, ssh, ip, logger): argument
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 1702 def ip_in_subnet(ip, subnet): argument
|