/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ |
H A D | cross_device_transfer.cc | 76 static std::string GetDevice(Operation *op) { in GetDevice() function 95 static std::string GetDevice(mlir::Value value, func::FuncOp parent_func_op) { in GetDevice() function
|
/aosp_15_r20/external/pytorch/c10/cuda/ |
H A D | CUDAFunctions.cpp | 213 cudaError_t GetDevice(DeviceIndex* device) { in GetDevice() function 295 cudaError_t GetDevice(DeviceIndex* device) { in GetDevice() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d3dx9mesh.h | 323 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local 357 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local 400 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local 452 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local 487 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local
|
D | d3dx9core.h | 136 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in __MINGW_TYPEDEF_AW() local 219 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local 308 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local 375 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local 420 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **device) PURE; in DECLARE_INTERFACE_() local
|
D | d3d8.h | 205 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local 292 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local 344 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local 396 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local 460 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local 524 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local 588 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local 671 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local 753 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_() local
|
D | d3d9.h | 257 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local 319 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **ppDevice) PURE; in DECLARE_INTERFACE_() local 367 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local 423 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local 500 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local 568 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local 636 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local 713 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local 809 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local 904 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_() local [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | device_registry.cpp | 48 std::shared_ptr<DeviceHandler> DeviceRegistry::GetDevice( in GetDevice() function in cuttlefish::DeviceRegistry
|
/aosp_15_r20/external/pdfium/core/fpdfapi/render/ |
H A D | cpdf_scaledrenderbuffer.cpp | 65 CFX_RenderDevice* CPDF_ScaledRenderBuffer::GetDevice() const { in GetDevice() function in CPDF_ScaledRenderBuffer
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.cc | 40 std::shared_ptr<Device> PhyDevice::GetDevice() const { return device_; } in GetDevice() function in rootcanal::PhyDevice
|
/aosp_15_r20/system/nfc/tools/casimir/src/proto/ |
H A D | casimir.proto | 16 rpc GetDevice(GetDeviceRequest) returns (GetDeviceResponse); rpc
|
/aosp_15_r20/external/skia/bench/ |
H A D | GlyphQuadFillBench.cpp | 34 static SkDevice* GetDevice(SkCanvas* canvas) { in GetDevice() function in skiatest::TestCanvas
|
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | pipeline.h | 74 Device* GetDevice() const { return device_; } in GetDevice() function
|
/aosp_15_r20/external/cronet/components/cronet/android/test/javaperftests/ |
H A D | run.py | 77 def GetDevice(): function
|
/aosp_15_r20/external/googleapis/google/home/enterprise/sdm/v1/ |
H A D | smart_device_management_service.proto | 47 rpc GetDevice(GetDeviceRequest) returns (Device) { rpc
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | cluster_formation.cc | 55 StringRef GetDevice(Operation* op) { in GetDevice() function
|
H A D | fused_kernel_matcher.cc | 213 llvm::Optional<std::string> GetDevice(mlir::Operation *op) { in GetDevice() function
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/ |
H A D | TarHandlerOut.cpp | 123 static HRESULT GetDevice(IArchiveUpdateCallback *callback, UInt32 i, in GetDevice() function
|
H A D | TarUpdate.cpp | 132 static HRESULT GetDevice(IStreamGetProp *getProp, in GetDevice() function
|
/aosp_15_r20/system/update_engine/aosp/ |
H A D | dynamic_partition_test_utils.h | 113 inline std::string GetDevice(const std::string& name) { in GetDevice() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | wgpu_utils.cpp | 25 wgpu::Device GetDevice(const gl::Context *context) in GetDevice() function
|
/aosp_15_r20/external/google-cloud-java/java-iot/proto-google-cloud-iot-v1/src/main/proto/google/cloud/iot/v1/ |
H A D | device_manager.proto | 94 rpc GetDevice(GetDeviceRequest) returns (Device) { rpc
|
/aosp_15_r20/external/googleapis/google/cloud/iot/v1/ |
H A D | device_manager.proto | 94 rpc GetDevice(GetDeviceRequest) returns (Device) { rpc
|
/aosp_15_r20/external/armnn/profiling/common/src/ |
H A D | CounterDirectory.cpp | 339 const Device* CounterDirectory::GetDevice(uint16_t deviceUid) const in GetDevice() function in arm::pipe::CounterDirectory
|
/aosp_15_r20/external/google-cloud-java/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/ |
H A D | gapic_metadata.json | 28 "GetDevice": { object
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | AtaPassThru.h | 461 EFI_ATA_PASS_THRU_GET_DEVICE GetDevice; member
|