Home
last modified time | relevance | path

Searched refs:addr (Results 1 – 25 of 30) sorted by relevance

12

/tools/test/connectivity/acts/tests/google/net/
DDhcpServerTest.py234 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/
DBtCarPairedConnectDisconnectTest.py85 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)):
DBtCarMapMceTest.py164 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/
DEmailTest.java221 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/
Dwlan_lib.py28 def __init__(self, addr, tc, client_id): argument
29 self.address = addr
32 self.log = logger.create_tagged_trace_logger(str(addr))
Dbase_lib.py30 def __init__(self, addr, tc, client_id): argument
31 self.address = addr
Dhwinfo_lib.py23 def __init__(self, addr, tc, client_id): argument
24 self.address = addr
Dlogging_lib.py23 def __init__(self, addr, tc, client_id): argument
24 self.address = addr
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dgatts_lib.py21 def __init__(self, addr, tc, client_id): argument
22 self.address = addr
Dble_lib.py21 def __init__(self, addr, tc, client_id): argument
22 self.address = addr
Dsdp_lib.py21 def __init__(self, addr, tc, client_id): argument
22 self.address = addr
Dbtc_lib.py34 def __init__(self, addr, tc, client_id): argument
35 self.address = addr
Davdtp_lib.py21 def __init__(self, addr, tc, client_id): argument
22 self.address = addr
Dgattc_lib.py21 def __init__(self, addr, tc, client_id): argument
22 self.address = addr
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiUtil.java217 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()
DWifiConnector.java348 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/
Dnetstack_lib.py20 def __init__(self, addr, tc, client_id): argument
21 self.address = addr
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py957 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/
Datest_tf_test_runner.py201 conn, addr = socket_object.accept()
202 logging.debug('Accepted connection from %s', addr)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py205 conn, addr = socket_object.accept()
206 logging.debug('Accepted connection from %s', addr)
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py512 addr = (ctypes.c_char_p(addr_str).value).replace(b'\xed',
520 addr, name, cod))
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS36 Current addr: <mac_addr>
/tools/dexter/testdata/expected/
Dentry_hooks.asm259 21| add-int/2addr v5, v6
Dentry_hooks.rewrite259 21| add-int/2addr v5, v6
Dentry_hooks.compact_cfg282 21| add-int/2addr v5, v6

12