/tools/test/connectivity/acts/framework/acts/controllers/ |
D | pdu.py | 44 host = config.get('host') 49 pdu = _create_device(device, host, username, password) 78 'host': pdu.host, 85 def _create_device(device, host, username, password): argument 91 return module.PduDevice(host, username, password) 103 def __init__(self, host, username, password): argument 107 self.host = host
|
/tools/asuite/atest/ |
D | TEST_MAPPING | 8 "host": true 13 "host": true 18 "host": true 23 "host": true 28 "host": true 33 "host": true
|
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 | test_mapping.py | 54 self.host = details.get('host', False) 55 assert isinstance(self.host, bool), 'host can only have boolean value.' 65 host_info = (', runs on host without device required.' if self.host
|
/tools/tradefederation/core/atest/ |
D | TEST_MAPPING | 10 "host": true 34 "host": true 39 "host": true 44 "host": true 49 "host": true 54 "host": true
|
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 | test_mapping.py | 56 self.host = details.get('host', False) 57 assert isinstance(self.host, bool), 'host can only have boolean value.' 67 host_info = (', runs on host without device required.' if self.host
|
/tools/test/connectivity/acts/framework/acts/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/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/tradefederation/core/src/com/android/tradefed/device/ |
D | RemoteAndroidDevice.java | 186 public boolean adbTcpConnect(String host, String port) { in adbTcpConnect() argument 188 CommandResult result = adbConnect(host, port); in adbTcpConnect() 197 if(confirmAdbTcpConnect(host, port)) { in adbTcpConnect() 212 private boolean confirmAdbTcpConnect(String host, String port) { in confirmAdbTcpConnect() argument 213 CommandResult resultConfirmation = adbConnect(host, port); in confirmAdbTcpConnect() 234 public boolean adbTcpDisconnect(String host, String port) { in adbTcpDisconnect() argument 237 String.format("%s:%s", host, port)); in adbTcpDisconnect() 286 private CommandResult adbConnect(String host, String port) { in adbConnect() argument 297 String.format("%s:%s", host, port)); in adbConnect()
|
/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/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/platform-compat/java/android/processor/compat/ |
D | TEST_MAPPING | 5 "host" : true 9 "host" : true
|
/tools/tradefederation/core/global_configuration/ |
D | OWNERS | 1 # host/ drives host related setup or configuration: base OWNERS +
|
/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/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/platform-compat/javatest/android/processor/compat/unsupportedappusage/ |
D | Android.bp | 27 "junit-host", 28 "mockito-host", 30 "truth-host-prebuilt",
|
/tools/acloud/setup/ |
D | setup.py | 56 if args.host: 62 if args.host_base or (not args.host and not args.gcp_init): 64 if args.gcp_init or (not args.host and not args.host_base):
|
/tools/test/connectivity/acts/tests/google/net/ |
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)
|
/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 | 28 "junit-host", 29 "mockito-host", 30 "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
|
D | http.py | 46 def open(self, host, port=80, timeout=2): argument 55 self._ip_address = host 58 self.address = host
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | connectivity_test_utils.py | 115 host = ad.droid.getPrivateDnsSpecifier() 116 ad.log.info("DNS mode is %s and DNS server is %s" % (mode, host)) 117 asserts.assert_true(dns_mode == mode and host == hostname,
|
/tools/tradefederation/contrib/src/com/android/wireless/tests/ |
D | RadioHelper.java | 102 String host = PING_SERVER_LIST[i]; in pingTest() local 103 CLog.d("Start ping test, ping %s", host); in pingTest() 104 String res = mDevice.executeShellCommand("ping -c 10 -w 100 " + host); in pingTest()
|