| /external/rust/crates/vulkano/src/device/ | 
| D | mod.rs | 147 pub struct Device {  struct 150     device: ash::vk::Device,  argument 156     fns: DeviceFunctions,  argument 162     extensions: DeviceExtensions,  argument 172 unsafe impl Send for Device {}  argument 173 unsafe impl Sync for Device {}  implementation 175 impl Device {  impl 201     ) -> Result<(Arc<Device>, QueuesIter), DeviceCreationError>  in new() 630 impl fmt::Debug for Device {  implementation 637 unsafe impl VulkanObject for Device {  implementation [all …] 
 | 
| /external/rust/pica/src/ | 
| D | device.rs | 70 pub struct Device {  struct 74     /// [UCI] 5. UWBS Device State Machine  argument 75     state: DeviceState,  argument 85 impl Device {  argument
  | 
| /external/rust/crates/vulkano/src/image/ | 
| D | attachment.rs | 103         device: Arc<Device>,  in new() 122         device: Arc<Device>,  in input_attachment() 147         device: Arc<Device>,  in multisampled() 160         device: Arc<Device>,  in multisampled_input_attachment() 180         device: Arc<Device>,  in with_usage() 194         device: Arc<Device>,  in multisampled_with_usage() 209         device: Arc<Device>,  in multisampled_with_usage_with_layers() 224         device: Arc<Device>,  in sampled() 248         device: Arc<Device>,  in sampled_input_attachment() 276         device: Arc<Device>,  in sampled_multisampled() [all …] 
 | 
| /external/rust/crates/ash/src/vk/ | 
| D | features.rs | 437                     _device: Device,  in load() 456                     _p_device: *mut Device,  in load() 626         device: Device,  in get_device_proc_addr() 637         p_device: *mut Device,  in create_device() 1611                     _device: Device,  in load() 1626                     _device: Device,  in load() 1684                     _device: Device,  in load() 1701                     _device: Device,  in load() 1717                     _device: Device,  in load() 1735                 unsafe extern "system" fn unmap_memory(_device: Device, _memory: DeviceMemory) {  in load() [all …] 
 | 
| /external/pigweed/pw_i2c/ | 
| D | device_test.cc | 29 TEST(Device, WriteReadForOk) {  in TEST()  argument 48 TEST(Device, WriteForOk) {  in TEST()  argument 63 TEST(Device, ReadForOk) {  in TEST()  argument 79 TEST(Device, ProbeDeviceForOk) {  in TEST()  argument
  | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | pooling_ops_common_gpu.h | 41   typedef GPUDevice Device;  typedef 57   typedef GPUDevice Device;  typedef
  | 
| D | tensor_array.cc | 31 #define TENSOR_ARRAY_WRITE_OR_ADD(Device, T)                                \  argument 56 #define TENSOR_ARRAY_SET_ZERO(Device, T)                                      \  argument
  | 
| /external/tensorflow/tensorflow/core/runtime_fallback/kernel/ | 
| D | tensor_util.h | 21 class Device;  variable 26 class Device;  variable
  | 
| /external/rust/pica/src/bin/server/ | 
| D | web.rs | 104 struct Device {  struct 113         DeviceAdded { .. } => "device-added",  in event_name()  argument
  | 
| /external/rust/crates/ash/src/extensions/khr/ | 
| D | pipeline_executable_properties.rs | 32         device: vk::Device,  in get_pipeline_executable_internal_representations() 49         device: vk::Device,  in get_pipeline_executable_properties() 61         device: vk::Device,  in get_pipeline_executable_statistics()
  | 
| D | timeline_semaphore.rs | 31         device: vk::Device,  in get_semaphore_counter_value() 43         device: vk::Device,  in wait_semaphores() 55         device: vk::Device,  in signal_semaphore()
  | 
| /external/tensorflow/tensorflow/go/ | 
| D | session.go | 70 type Device struct {  struct 71 	Name, Type       string 72 	MemoryLimitBytes int64 76 func (d Device) String() string {
  | 
| /external/rust/crates/vulkano/src/buffer/ | 
| D | device_local.rs | 85         device: Arc<Device>,  in new() 108         device: Arc<Device>,  in array() 135         device: Arc<Device>,  in raw() 179         device: Arc<Device>,  in raw_with_exportable_fd() 224         device: &Arc<Device>,  in build_buffer() 276     fn device(&self) -> &Arc<Device> {  in device()
  | 
| D | immutable.rs | 176         device: Arc<Device>,  in uninitialized() 226         device: Arc<Device>,  in uninitialized_array() 263         device: Arc<Device>,  in raw() 278         device: Arc<Device>,  in raw_impl() 336     pub fn device(&self) -> &Arc<Device> {  in device() 401     fn device(&self) -> &Arc<Device> {  in device() 483     fn device(&self) -> &Arc<Device> {  in device()
  | 
| /external/crosvm/devices/src/virtio/video/ | 
| D | worker.rs | 203         device: &mut dyn Device,  in handle_command_desc() 290         device: &mut dyn Device,  in handle_command_queue() 306     fn handle_event(&mut self, device: &mut dyn Device, stream_id: u32) -> Result<()> {  in handle_event() 323         mut device: Box<dyn Device>,  in run() 385         mut device: Box<dyn Device>,  in run_async()
  | 
| /external/gson/gson/src/test/java/com/google/gson/regression/ | 
| D | JsonAdapterNullSafeTest.java | 40   private static final class Device {  class in JsonAdapterNullSafeTest 42     Device(String id) {  in Device()  method in JsonAdapterNullSafeTest.Device
  | 
| /external/rust/crates/vulkano/src/command_buffer/validity/ | 
| D | query.rs | 33     device: &Device,  in check_begin_query() 108     device: &Device,  in check_end_query() 154     device: &Device,  in check_write_timestamp() 253     device: &Device,  in check_copy_query_pool_results() 355     device: &Device,  in check_reset_query_pool()
  | 
| /external/skia/src/gpu/piet/ | 
| D | Render.h | 46     using Device = typename BackendTraits::Device;  variable 67     using Device = id<MTLDevice>;  member
  | 
| /external/rust/crates/vulkano/src/memory/ | 
| D | device_memory.rs | 112         device: Arc<Device>,  in new() 387         device: Arc<Device>,  in alloc() 406         device: Arc<Device>,  in dedicated_alloc() 429         device: Arc<Device>,  in alloc_and_map() 438         device: Arc<Device>,  in dedicated_alloc_and_map() 455         device: Arc<Device>,  in alloc_with_exportable_fd() 475         device: Arc<Device>,  in dedicated_alloc_with_exportable_fd() 497         device: Arc<Device>,  in alloc_and_map_with_exportable_fd() 513         device: Arc<Device>,  in dedicated_alloc_and_map_with_exportable_fd() 532         device: Arc<Device>,  in map_allocation() [all …] 
 | 
| /external/rust/crates/vulkano/src/sync/ | 
| D | fence.rs | 212                         if &**dev as *const Device == &*fence.device as *const Device => {}  in multi_wait()  constant 293                         if &**dev as *const Device == &*fence.device as *const Device => {}  in multi_reset()  constant 321     fn device(&self) -> &Arc<Device> {  in device()
  | 
| /external/crosvm/usb_util/src/ | 
| D | device.rs | 40 pub struct Device {  struct 42     device_descriptor_tree: DeviceDescriptorTree,  argument 72 impl Device {  implementation 385 impl AsRawDescriptor for Device {  implementation
  | 
| /external/nos/host/generic/libnos/ | 
| D | NuggetClient.cpp | 104 nos_device* NuggetClient::Device() {  in Device()  function in nos::NuggetClient 108 const nos_device* NuggetClient::Device() const {  in Device()  function in nos::NuggetClient
  | 
| /external/rust/crates/vulkano/src/command_buffer/pool/ | 
| D | standard.rs | 71     pub fn new(device: Arc<Device>, queue_family: QueueFamily) -> StandardCommandPool {  in new() 177     fn device(&self) -> &Arc<Device> {  in device() 212     fn device(&self) -> &Arc<Device> {  in device() 253     fn device(&self) -> &Arc<Device> {  in device()
  | 
| /external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ | 
| D | wrappers.cpp | 181 void *CD3D9Wrapper::Device() const { return _d3dDevice; }  in Device()  function in CD3D9Wrapper 250 void *CD3D9ExWrapper::Device() const { return _d3dDeviceEx; }  in Device()  function in CD3D9ExWrapper 356 void *CDXVAWrapper::Device() const { return _dxvaDevice; }  in Device()  function in CDXVAWrapper
  | 
| /external/armnn/profiling/common/include/ | 
| D | ICounterDirectory.hpp | 60 class Device final  class 64     Device(uint16_t deviceUid, const std::string& name, uint16_t cores)  in Device()  function in arm::pipe::Device
  |