Home
last modified time | relevance | path

Searched refs:_get_devices (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/cfm/configurable_test/
Dactions.py275 def _get_devices(): function
278 devices = _get_devices()
296 lambda: len(_get_devices()) == expected_devices_after_power_off,
300 lambda: len(_get_devices()) == len(devices),
/external/tensorflow/tensorflow/contrib/distribute/python/
Dcross_device_ops_test.py44 def _get_devices(devices): function
53 devices = _get_devices(devices)
78 devices = _get_devices(devices)
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py637 def _get_devices(self): member in BluetoothDeviceXmlRpcDelegate
676 devices = self._get_devices()
693 devices = self._get_devices()
/external/autotest/server/hosts/
Dadb_host.py644 def _get_devices(self, use_adb): member in ADBHost
680 devices = self._get_devices(use_adb=True)
691 devices = self._get_devices(use_adb=False)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2897 def _get_devices(): function
2917 return _get_devices()