Searched refs:has_device (Results 1 – 8 of 8) sorted by relevance
68 return !ctx->has_device(dev); in clCreateProgramWithBinary()147 return !prog->ctx.has_device(dev); in clBuildProgram()229 if (!prog->ctx.has_device(dev)) in clGetProgramBuildInfo()
35 if (!ctx->has_device(dev)) in clCreateCommandQueue()
238 def has_device(self, address): member in BluetoothDevice247 return self._proxy.has_device(address)
35 _cl_context::has_device(clover::device *dev) const { in has_device() function in _cl_context
39 bool has_device(clover::device *dev) const;
57 return bt_adapter.has_device(target_mac_address)
130 if (!has_device ()) return; in apply_value()185 inline bool has_device (void) const { in has_device() function193 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()203 if (!has_device ()) return_trace (true); in sanitize_values()219 if (!has_device ()) return_trace (true); in sanitize_values_stride_unsafe()
514 def has_device(self, address): member in BluetoothDeviceXmlRpcDelegate