Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 25 of 149) sorted by relevance

123456

/external/webrtc/talk/media/base/
Ddevice.h36 struct Device { struct
37 Device() {} in Device() function
38 Device(const std::string& name, int id) in Device() argument
42 Device(const std::string& name, const std::string& id) in Device() argument
45 std::string name;
46 std::string id;
/external/adhd/cras/src/tests/
Ddev_io_stubs.h49 struct Device { struct
50 Device(IodevPtr dev, IonodePtr node, OpendevPtr odev) in Device() argument
56 using DevicePtr = std::unique_ptr<Device>; argument
/external/webrtc/talk/media/webrtc/
Dfakewebrtcdeviceinfo.h39 struct Device { struct
40 Device(const std::string& n, const std::string& i) : name(n), id(i) {} in Device() function
48 devices_.push_back(Device(device_name, device_id)); in AddDevice() argument
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common_gpu.h41 typedef GPUDevice Device; typedef
56 typedef GPUDevice Device; typedef
Dtensor_array.cc31 #define TENSOR_ARRAY_WRITE_OR_ADD(Device, T) \ argument
57 #define TENSOR_ARRAY_SET_ZERO(Device, T) \ argument
/external/tensorflow/tensorflow/go/
Dsession.go69 type Device struct { struct
70 Name, Type string
71 MemoryLimitBytes int64
75 func (d Device) String() string {
Dgraph.go62 Device string member
275 Device string member
/external/nos/host/generic/libnos/
DNuggetClient.cpp89 nos_device* NuggetClient::Device() { in Device() function in nos::NuggetClient
93 const nos_device* NuggetClient::Device() const { in Device() function in nos::NuggetClient
/external/swiftshader/src/Vulkan/
DVkGetProcAddress.h22 class Device; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dsingle_threaded_cpu_device.h21 class Device; variable
Dkernel_benchmark_testlib.h31 class Device; variable
Dring_gatherer.h28 class Device; variable
Dring_reducer.h28 class Device; variable
Ddevice_set.cc124 const std::pair<Device*, int32>& b) { in SortPrioritizedDeviceVector()
/external/deqp-deps/amber/src/vulkan/
Dindex_buffer.h32 class Device; variable
Dcommand_pool.h24 class Device; variable
Dtransfer_buffer.h28 class Device; variable
Dresource.h29 class Device; variable
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp24 class Device class
/external/clang/test/Index/
Dheaderfile-comment-to-html.m18 @interface Device interface
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.h33 class Device; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.h30 class Device; variable
Dremote_device.h28 class Device; variable
/external/OpenCL-CTS/test_extensions/media_sharing/
Dwrappers.cpp220 void *CD3D9Wrapper::Device() const in Device() function in CD3D9Wrapper
307 void *CD3D9ExWrapper::Device() const in Device() function in CD3D9ExWrapper
429 void * CDXVAWrapper::Device() const in Device() function in CDXVAWrapper
/external/crosvm/devices/src/virtio/
Dtpm.rs42 struct Device { struct
43 simulator: tpm2::Simulator,
68 impl Device { impl

123456