/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | script_common_test.py | 36 script_common.GetDevices(None, None)) 47 script_common.GetDevices(['456'], None)) 53 script_common.GetDevices(['456'], None) 59 script_common.GetDevices(None, None)
|
D | script_common.py | 38 def GetDevices(requested_devices, blacklist_file): function
|
D | screenshot.py | 38 devices = script_common.GetDevices(args.devices, args.blacklist_file)
|
D | adb_run_shell_cmd.py | 36 devices = script_common.GetDevices(args.devices, args.blacklist_file)
|
D | flash_device.py | 54 devices = script_common.GetDevices(args.devices, args.blacklist_file)
|
D | keyboard.py | 98 devices = script_common.GetDevices(args.devices, None)
|
D | video_recorder.py | 161 script_common.GetDevices(args.devices, args.blacklist_file),
|
D | system_app.py | 208 devices = script_common.GetDevices(args.devices, args.blacklist_file)
|
D | provision_devices.py | 99 devices = script_common.GetDevices(devices, blacklist)
|
/external/webrtc/talk/media/devices/ |
D | win32devicemanager.cc | 98 static bool GetDevices(const CLSID& catid, std::vector<Device>* out); 177 if (!GetDevices(CLSID_VideoInputDeviceCategory, devices)) { in GetVideoCaptureDevices() 183 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) { in GetDevices() function
|
D | dummydevicemanager_unittest.cc | 50 TEST(DummyDeviceManagerTest, GetDevices) { in TEST() argument
|
D | devicemanager_unittest.cc | 153 TEST(DeviceManagerTest, GetDevices) { in TEST() argument
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.i | 191 const std::unordered_map<string, tensorflow::DeviceProperties>& devices = cluster->GetDevices(); in TF_ListDevices() 232 const std::unordered_map<string, tensorflow::DeviceProperties>& devices = cluster->GetDevices(); in TF_GetSupportedDevices() 400 status = memory.InferStatically(cluster->GetDevices()); in TF_DeterminePeakMemoryUsage() 409 for (const auto& device : cluster->GetDevices()) { in TF_DeterminePeakMemoryUsage()
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | cluster.h | 94 const std::unordered_map<string, DeviceProperties>& GetDevices() const { in GetDevices() function
|
D | virtual_cluster.cc | 89 const std::unordered_map<string, DeviceProperties>& device = GetDevices(); in Run()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_placer.cc | 33 devices_ = cluster->GetDevices(); in VirtualPlacer()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | trt_optimization_pass.cc | 107 const auto dev_props = cluster->GetDevices(); in PrintDebugInfo()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | memory_optimizer.cc | 537 cluster->GetDevices(); in SchedulingPass() 954 cluster->GetDevices(); in IdentifySwappingCandidates() 981 VirtualCluster vcluster(cluster->GetDevices()); in IdentifySwappingCandidates()
|
D | layout_optimizer.cc | 2170 auto devices = cluster.GetDevices(); in GetNumGPUs()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | adb_wrapper.py | 376 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): member in AdbWrapper
|