Home
last modified time | relevance | path

Searched refs:has_device (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py742 has_device = self.bluetooth_facade.has_device
744 if has_device(device_address):
750 condition=(lambda: has_device(device_address)),
794 has_device = False
796 if self.bluetooth_facade.has_device(device_address):
797 has_device = True
810 self.results = {'has_device': has_device, 'paired': paired}
888 has_device = False
890 if self.bluetooth_facade.has_device(device_address):
891 has_device = True
[all …]
Dbluetooth_device.py450 def has_device(self, address): member in BluetoothDevice
459 return self._proxy.has_device(address)
/external/autotest/client/cros/chameleon/
Dchameleon_bluetooth_audio.py59 return bt_adapter.has_device(target_mac_address)
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh128 if (!has_device ()) return ret; in apply_value()
192 bool has_device () const in has_device() function
201 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()
211 if (!has_device ()) return_trace (true); in sanitize_values()
227 if (!has_device ()) return_trace (true); in sanitize_values_stride_unsafe()
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py765 def has_device(self, address): member in BluetoothDeviceXmlRpcDelegate
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py1192 has_device = _Obj()
1194 has_device.f()
1195 self.assertIn('CPU', has_device.v.device)