HomeSort by relevance Sort by last modified time
    Searched defs:has_device (Results 1 - 6 of 6) 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 121 if (!has_device ()) return;
175 inline bool has_device (void) const { function in struct:OT::ValueFormat
182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
191 if (!has_device ()) return TRACE_RETURN (true);
206 if (!has_device ()) return TRACE_RETURN (true);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 121 if (!has_device ()) return;
175 inline bool has_device (void) const { function in struct:OT::ValueFormat
182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
191 if (!has_device ()) return TRACE_RETURN (true);
206 if (!has_device ()) return TRACE_RETURN (true);
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2297 bool has_device; member in struct:BlockStats
    [all...]

Completed in 152 milliseconds