OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_device
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/state_trackers/clover/core/
context.cpp
35
_cl_context::
has_device
(clover::device *dev) const {
function in class:_cl_context
context.hpp
39
bool
has_device
(clover::device *dev) const;
/external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py
57
return bt_adapter.
has_device
(target_mac_address)
/external/mesa3d/src/gallium/state_trackers/clover/api/
queue.cpp
35
if (!ctx->
has_device
(dev))
program.cpp
68
return !ctx->
has_device
(dev);
147
return !prog->ctx.
has_device
(dev);
229
if (!prog->ctx.
has_device
(dev))
/external/autotest/server/cros/bluetooth/
bluetooth_device.py
238
def
has_device
(self, address):
member in class:BluetoothDevice
247
return self._proxy.
has_device
(address)
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
130
if (!
has_device
()) return;
185
inline bool
has_device
(void) const {
function in struct:OT::ValueFormat
193
return_trace (c->check_range (values, get_size ()) && (!
has_device
() || sanitize_value_devices (c, base, values)));
203
if (!
has_device
()) return_trace (true);
219
if (!
has_device
()) return_trace (true);
[
all
...]
/external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py
514
def
has_device
(self, address):
member in class:BluetoothDeviceXmlRpcDelegate
Completed in 692 milliseconds