/tools/test/connectivity/acts/tests/google/net/ |
D | DhcpServerTest.py | 234 def _assert_renews(self, request, addr, exp_time, resp_type=ACK): argument 239 asserts.assert_equal(addr, get_yiaddr(resp)) 251 addr, siaddr, resp = self._request_address(self.hwaddr) 256 asserts.assert_false(addr == INET4_ANY, "Assigned address is empty") 262 addr, lease_time, resp_type=OFFER) 268 addr, siaddr, _ = self._request_address(self.hwaddr) 272 [('requested_addr', addr)])) 275 asserts.assert_false(get_yiaddr(resp) == addr, 282 addr = NETADDR_PREFIX + '200' 284 [('requested_addr', addr)])) [all …]
|
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
D | BtCarPairedConnectDisconnectTest.py | 85 addr = self.ph.droid.bluetoothGetLocalAddress() 89 if not bt_test_utils.is_a2dp_snk_device_connected(self.car, addr): 115 addr = self.ph.droid.bluetoothGetLocalAddress() 130 addr) and 132 addr)): 149 addr) or 151 addr)):
|
D | BtCarMapMceTest.py | 164 addr = self.MSE.droid.bluetoothGetLocalAddress() 165 if bt_test_utils.is_map_mce_device_connected(self.MCE, addr): 171 if not bt_test_utils.is_map_mce_device_connected(self.MCE, addr):
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | EmailTest.java | 221 for (String addr : to) { in _manual_testFuncSend() 222 msg.addTo(addr); in _manual_testFuncSend() 224 for (String addr : cc) { in _manual_testFuncSend() 225 msg.addCc(addr); in _manual_testFuncSend() 227 for (String addr : bcc) { in _manual_testFuncSend() 228 msg.addBcc(addr); in _manual_testFuncSend()
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | wlan_lib.py | 28 def __init__(self, addr, tc, client_id): argument 29 self.address = addr 32 self.log = logger.create_tagged_trace_logger(str(addr))
|
D | base_lib.py | 30 def __init__(self, addr, tc, client_id): argument 31 self.address = addr
|
D | hwinfo_lib.py | 23 def __init__(self, addr, tc, client_id): argument 24 self.address = addr
|
D | logging_lib.py | 23 def __init__(self, addr, tc, client_id): argument 24 self.address = addr
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | gatts_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | ble_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | sdp_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | btc_lib.py | 34 def __init__(self, addr, tc, client_id): argument 35 self.address = addr
|
D | avdtp_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | gattc_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiUtil.java | 217 final int addr = info.getIpAddress(); in onStart() local 220 final int a = (addr >> 0) & 0xff; in onStart() 221 final int b = (addr >> 8) & 0xff; in onStart() 222 final int c = (addr >> 16) & 0xff; in onStart() 223 final int d = (addr >> 24) & 0xff; in onStart()
|
D | WifiConnector.java | 348 final int addr = info.getIpAddress(); in getWifiInfo() local 350 final int a = (addr >> 0) & 0xff; in getWifiInfo() 351 final int b = (addr >> 8) & 0xff; in getWifiInfo() 352 final int c = (addr >> 16) & 0xff; in getWifiInfo() 353 final int d = (addr >> 24) & 0xff; in getWifiInfo()
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/netstack/ |
D | netstack_lib.py | 20 def __init__(self, addr, tc, client_id): argument 21 self.address = addr
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 957 def is_a2dp_snk_device_connected(ad, addr): argument 968 if addr in {d['address'] for d in devices}: 973 def is_a2dp_src_device_connected(ad, addr): argument 984 if addr in {d['address'] for d in devices}: 989 def is_hfp_client_device_connected(ad, addr): argument 1000 if addr in {d['address'] for d in devices}: 1005 def is_map_mce_device_connected(ad, addr): argument 1016 if addr in {d['address'] for d in devices}: 1021 def is_map_mse_device_connected(ad, addr): argument 1032 if addr in {d['address'] for d in devices}:
|
/tools/tradefederation/core/atest/test_runners/ |
D | atest_tf_test_runner.py | 201 conn, addr = socket_object.accept() 202 logging.debug('Accepted connection from %s', addr)
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 205 conn, addr = socket_object.accept() 206 logging.debug('Accepted connection from %s', addr)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bluetooth_pts_device.py | 512 addr = (ctypes.c_char_p(addr_str).value).replace(b'\xed', 520 addr, name, cod))
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 36 Current addr: <mac_addr>
|
/tools/dexter/testdata/expected/ |
D | entry_hooks.asm | 259 21| add-int/2addr v5, v6
|
D | entry_hooks.rewrite | 259 21| add-int/2addr v5, v6
|
D | entry_hooks.compact_cfg | 282 21| add-int/2addr v5, v6
|