OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_device
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
context.cpp
35
_cl_context::
has_device
(clover::device *dev) const {
function in class:_cl_context
/external/mesa3d/src/gallium/state_trackers/clover/core/
context.cpp
35
_cl_context::
has_device
(clover::device *dev) const {
function in class:_cl_context
/external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc
243
bool
has_device
= false;
local
249
while (!wrapper_->CardNext(&card) && (card >= 0) && !
has_device
) {
262
has_device
= true;
275
return
has_device
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
119
if (!
has_device
()) return;
169
inline bool
has_device
(void) const {
function in struct:OT::ValueFormat
176
return TRACE_RETURN (c->check_range (values, get_size ()) && (!
has_device
() || sanitize_value_devices (c, base, values)));
185
if (!
has_device
()) return TRACE_RETURN (true);
200
if (!
has_device
()) return TRACE_RETURN (true);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
119
if (!
has_device
()) return;
169
inline bool
has_device
(void) const {
function in struct:OT::ValueFormat
176
return TRACE_RETURN (c->check_range (values, get_size ()) && (!
has_device
() || sanitize_value_devices (c, base, values)));
185
if (!
has_device
()) return TRACE_RETURN (true);
200
if (!
has_device
()) return TRACE_RETURN (true);
[
all
...]
Completed in 104 milliseconds