/tools/asuite/atest/unittest_data/ |
D | test_record.proto.testonly | 79 …nstall path: /usr/local/google/home/yelinhsieh/yl_workspace/aosp/out/soong/host/linux-x86/bin/adb 86 …host/linux-x86/tradefed/tradefed-test-framework.jar:/usr/local/google/home/yelinhsieh/yl_workspace…
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | pdu.py | 47 host = config.get('host') 52 pdu = _create_device(device, host, username, password) 81 'host': pdu.host, 88 def _create_device(device, host, username, password): argument 94 return module.PduDevice(host, username, password) 149 if pdu.host == pdu_ip: 163 def __init__(self, host, username, password): argument 167 self.host = host
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DnsOverTlsTest.py | 122 for host in self.ping_hosts: 123 host = host.split(".")[-2] 125 host in summary: 167 for host in self.ping_hosts: 168 self.log.info("Pinging %s" % host) 169 status = wutils.validate_connection(self.dut, host) 170 asserts.assert_true(status, "Failed to ping host %s" % host) 486 for host in self.ping_hosts: 487 wutils.validate_connection(self.dut, host) 497 for host in self.ping_hosts: [all …]
|
D | ProxyTest.py | 76 for host in [self.bypass_host, self.non_bypass_host]: 77 host = "https://%s" % host 78 result = ad.droid.httpRequestString(host) 79 asserts.assert_true(result, "Http request failed for %s" % host)
|
D | SocketKeepaliveTest.py | 120 host = self.remote_server 122 host = self.remote_server_2 124 self.dut, self.gce_tcpdump_pid, None, host) 445 host = self.remote_server_2 446 host_ip = host["ip_addr"] 448 self.dut, self.test_name, TCP_SERVER_PORT, host) 494 self.dut, tcpdump_pid, pcap_path, host)
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/ |
D | np02b.py | 29 def __init__(self, host, username, password): argument 30 super(PduDevice, self).__init__(host, username, password) 31 self.tnhelper = _TNHelperNP02B(host) 132 def __init__(self, host): argument 134 self.host = host 150 self._tn.open(self.host, timeout=3) 153 self.host)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | rpm_controller_utils.py | 47 def __init__(self, host): argument 52 self.host = host 53 logging.info('RPM IP: %s' % self.host) 55 self.tn = telnetlib.Telnet(self.host) 56 self.tn.open(self.host, PORT, TIMEOUT) 61 % self.host)
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/ |
D | webpowerswitch.py | 35 def __init__(self, host, username, password): argument 40 super(PduDevice, self).__init__(host, username, password) 41 self.power_switch = dlipower.PowerSwitch(hostname=host, 51 self.log.info('Connected to WebPowerSwitch (%s).' % host) 134 (outlet, self.host, expected_state, actual_state))
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 63 // [CVD only] The name of the stable host image released by Cloud Android team 65 // [CVD only] The name of the host image family released by Cloud Android team 67 // [CVD only] The project that the stable host image is released to 70 // [GOLDFISH only] The name of the stable host image released by Android 73 // [GOLDFISH only] The project that the stable goldfish host image is 85 // [CHEEPS only] The name of the stable host image released by the ARC 88 // [CHEEPS only] The project that the stable host image is released to
|
D | internal_config.proto | 29 // [CVD only] The name of the stable host image 31 // [CVD only] The project where stable host image is 33 // [GOLDFISH only] The name of the stable host image 35 // [GOLDFISH only] The project where stable host image is 37 // [CHEEPS only] The name of the stable host image 39 // [CHEEPS only] The project where stable host image is
|
/tools/asuite/atest-py2/ |
D | atest_unittest.py | 242 self.assertFalse(parsed_args.host) 249 self.assertFalse(parsed_args.host) 255 self.assertFalse(parsed_args.host) 262 self.assertFalse(parsed_args.host) 274 self.assertFalse(parsed_args.host) 280 self.assertFalse(parsed_args.host)
|
D | atest.py | 243 if (host_tests or args.host) and constants.DEVICE_TEST in all_device_modes: 259 if not args.host and host_tests is None: 260 args.host = bool(constants.DEVICELESS_TEST in all_device_modes) 279 if device_test_infos and not args.host: 456 host_test_infos = set([info for info in test_infos if info.host]) 457 device_test_infos = set([info for info in test_infos if not info.host])
|
/tools/carrier_settings/ |
D | main.sh | 65 [ -x "$UPDATE_APN" ] || UPDATE_APN=out/host/linux-x86/bin/update_apn 67 [ -x "$UPDATE_CARRIER_DATA" ] || UPDATE_CARRIER_DATA=out/host/linux-x86/bin/update_carrier_data 72 out/host/linux-x86/bin/CarrierConfigConverterV2 \ 89 out/host/linux-x86/bin/GenCarrierList \ 103 && out/host/linux-x86/bin/GenDeviceSettings \
|
/tools/asuite/atest/ |
D | atest_unittest.py | 247 self.assertFalse(parsed_args.host) 254 self.assertFalse(parsed_args.host) 260 self.assertFalse(parsed_args.host) 267 self.assertFalse(parsed_args.host) 279 self.assertFalse(parsed_args.host) 285 self.assertFalse(parsed_args.host)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiIOTConnectionTest.py | 159 self.log.info("Next host of the test case : {}".format(self.host)) 160 if str(self.host) != self.pdu_status: 162 self.log.info("Switch PDU to {}".format(self.host)) 163 self.pdu.turn_on_outlets(str(self.host)) 226 connection_result["host"] = self.host 276 self.host = test_item["host"]
|
/tools/platform-compat/javatest/com/android/annotationvisitor/ |
D | Android.bp | 25 "mockito-host", 27 "junit-host", 38 "junit-host", 39 "truth-host-prebuilt",
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | dhcp_config.py | 87 for host in self.network.hosts(): 88 if host < self.start or host > self.end: 89 self.router = host
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 49 def open(self, host, port=23): argument 50 self._ip_address = host 54 logging.debug("Telnet Server IP = %s" % host) 56 self._tn.open(host, port, 10)
|
/tools/dexter/ |
D | README.md | 3 Both the command line tool and the library can be built for host and device targets. 12 # in tools/dexter (and assuming a Linux host) 13 $ python dexter/dexter_tests.py -cmd ../../out/host/linux-x86/bin/dexter -root testdata
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 29 host = config.get('host', None) 34 if user is None or host is None: 38 return SshSettings(host, user, port=port, identity_file=identity_file,
|
/tools/platform-compat/javatest/android/processor/compat/unsupportedappusage/ |
D | Android.bp | 31 "junit-host", 32 "mockito-host", 34 "truth-host-prebuilt",
|
/tools/platform-compat/javatest/com/android/class2nonsdklist/ |
D | Android.bp | 27 "truth-host-prebuilt", 28 "mockito-host", 29 "junit-host",
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/ |
D | telnet.py | 43 def open(self, host, port=23): argument 52 self._tnhelper.open(host, port) 56 self.address = host
|
/tools/platform-compat/javatest/android/processor/compat/changeid/ |
D | Android.bp | 32 "junit-host", 33 "mockito-host", 34 "objenesis-host",
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/ |
D | telnet.py | 51 def open(self, host, port=23): argument 60 self._tnhelper.open(host, port) 61 self.address = host
|