Searched refs:addr (Results 1 – 16 of 16) sorted by relevance
/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 | 153 addr = self.MSE.droid.bluetoothGetLocalAddress() 154 if bt_test_utils.is_map_mce_device_connected(self.MCE, addr): 160 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/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiUtil.java | 207 final int addr = info.getIpAddress(); in onStart() local 210 final int a = (addr >> 0) & 0xff; in onStart() 211 final int b = (addr >> 8) & 0xff; in onStart() 212 final int c = (addr >> 16) & 0xff; in onStart() 213 final int d = (addr >> 24) & 0xff; in onStart()
|
D | WifiConnector.java | 345 final int addr = info.getIpAddress(); in getWifiInfo() local 347 final int a = (addr >> 0) & 0xff; in getWifiInfo() 348 final int b = (addr >> 8) & 0xff; in getWifiInfo() 349 final int c = (addr >> 16) & 0xff; in getWifiInfo() 350 final int d = (addr >> 24) & 0xff; in getWifiInfo()
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 1261 def is_hfp_client_device_connected(ad, addr): argument 1272 if addr in {d['address'] for d in devices}: 1277 def is_a2dp_src_device_connected(ad, addr): argument 1288 if addr in {d['address'] for d in devices}: 1293 def is_a2dp_snk_device_connected(ad, addr): argument 1304 if addr in {d['address'] for d in devices}: 1309 def is_map_mce_device_connected(ad, addr): argument 1320 if addr in {d['address'] for d in devices}: 1325 def is_map_mse_device_connected(ad, addr): argument 1336 if addr in {d['address'] for d in devices}:
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | bluez_test_utils.py | 185 addr = "dev_" + str(device_address).replace(":", "_") 186 device_path = "org/bluez/hci0/" + addr
|
/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
|
D | entry_hooks.mi | 261 27| add-int/2addr v5, v6
|
D | entry_hooks.entry_hook | 269 24| add-int/2addr v5, v6
|
D | entry_hooks.scratch_regs | 313 48| add-int/2addr v7, v8
|
D | entry_hooks.verbose_cfg | 360 21| add-int/2addr v5, v6
|
D | entry_hooks.code_coverage | 459 51| add-int/2addr v6, v7
|