Home
last modified time | relevance | path

Searched defs:GetDevices (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dscript_common.py72 def GetDevices(requested_devices, denylist_file): function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dcluster.h94 const std::unordered_map<string, DeviceProperties>& GetDevices() const { in GetDevices() function
/aosp_15_r20/external/armnn/profiling/common/include/
H A DCounterDirectory.hpp60 const Devices& GetDevices() const override { return m_Devices; } in GetDevices() function in arm::pipe::CounterDirectory
/aosp_15_r20/external/aws-sdk-java-v2/services/networkmanager/src/main/resources/codegen-resources/
H A Dpaginators-1.json39 "GetDevices": { object
H A Dservice-2.json807 "GetDevices":{ object
/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingMocks.hpp584 const Devices& GetDevices() const override { return m_Devices; } in GetDevices() function in arm::pipe::MockCounterDirectory
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py449 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): member in AdbWrapper
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3drm.h98 STDMETHOD(GetDevices)(THIS_ IDirect3DRMDeviceArray **array) PURE; in DECLARE_INTERFACE_() local
238 STDMETHOD(GetDevices)(THIS_ IDirect3DRMDeviceArray **array) PURE; in DECLARE_INTERFACE_() local
381 STDMETHOD(GetDevices)(THIS_ IDirect3DRMDeviceArray **array) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision.cc992 std::unordered_map<string, DeviceProperties> GetDevices(Cluster* cluster) { in GetDevices() function