Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/tools/
Dscript_common.py72 def GetDevices(requested_devices, denylist_file): function
/external/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.h94 const std::unordered_map<string, DeviceProperties>& GetDevices() const { in GetDevices() function
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm607 CoreSimulatorSupport::DeviceSet CoreSimulatorSupport::DeviceSet::GetDevices( function
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DAdbClient.cpp146 Status AdbClient::GetDevices(DeviceIDList &device_list) { in GetDevices() function in AdbClient
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py449 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): member in AdbWrapper