/tools/test/openhst/ |
D | stress_test.py | 726 def RunAsyncCommand(devices, command): argument 728 for device in devices: 730 for device in devices: 739 self.devices = [] 802 self.devices.append( 804 if not self.devices: 807 self.devices.sort(key=lambda x: x.name) 810 for device in self.devices: 819 for device in self.devices: 833 if FLAGS.devices and serial_number not in FLAGS.devices: [all …]
|
D | stress_test.proto | 137 // The name of the event. (Used for readability/allowing devices to add custom 180 // Metadata info describing the devices involved in the stress test, and a bit
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | VkJsonTests.java | 43 List<VkJsonDevice> devices; field in VkJsonTests.VkJson 98 assertThat(mVkJson.devices).isNotNull(); in setUp() 99 assertThat(mVkJson.devices).isNotEmpty(); in setUp() 107 final long apiVersion = mVkJson.devices.get(0).properties.apiVersion; in checkRequiredVersion() 125 List<String> extensions = mVkJson.devices.get(0).extensions.stream() in checkRequiredExtensions() 145 .that(mVkJson.devices.get(0).VK_KHR_driver_properties) in checkKHRDriverProperties() 149 mVkJson.devices.get(0).VK_KHR_driver_properties.driverPropertiesKHR; in checkKHRDriverProperties()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 1013 devices = sink.droid.bluetoothA2dpSinkGetConnectedDevices() 1014 for device in devices: 1030 devices = ad.droid.bluetoothA2dpSinkGetConnectedDevices() 1031 ad.log.info("Connected A2DP Sink devices: {}".format(devices)) 1032 if addr in {d['address'] for d in devices}: 1046 devices = ad.droid.bluetoothA2dpGetConnectedDevices() 1047 ad.log.info("Connected A2DP Source devices: {}".format(devices)) 1048 if addr in {d['address'] for d in devices}: 1062 devices = ad.droid.bluetoothHfpClientGetConnectedDevices() 1063 ad.log.info("Connected HFP Client devices: {}".format(devices)) [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | relay_device_controller.py | 67 devices = list() 70 for device in relay_rig.devices.values(): 71 devices.append(device) 73 return devices
|
D | bits.py | 221 devices = self._client.list_devices() 222 logging.getLogger().debug(devices)
|
D | android_device.py | 185 out = adb.AdbProxy().devices() 196 out = fastboot.FastbootProxy().devices() 432 out = self.adb.devices() 433 devices = _parse_device_list(out, "device") 434 return self.serial in devices
|
/tools/acloud/public/ |
D | device_driver.py | 58 def __init__(self, cfg, devices=None): argument 59 self._devices = devices or [] 233 self.devices.append(avd.AndroidVirtualDevice( 270 def devices(self): member in AndroidVirtualDevicePool 393 for device in device_pool.devices: 427 instance_names=[d.instance_name for d in device_pool.devices],
|
/tools/acloud/public/actions/ |
D | common_operations.py | 90 def __init__(self, device_factory, devices=None): argument 100 self._devices = devices or [] 119 self.devices.append( 183 def devices(self): member in DevicePool 268 for device in device_pool.devices:
|
/tools/test/connectivity/acts/ |
D | README.md | 4 devices. It provides a simple execution interface; a set of pluggable libraries 5 for accessing commercially avilable devices, Android devices, and a collection 11 be run with as little as one or two Android devices with wifi, cellular, or 68 2. Run `$adb devices` 113 "_description": "Sample testbed with no devices",
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | relay_rig.py | 91 self.devices = collections.OrderedDict() 107 if relay_device.name in self.devices: 111 self.devices[relay_device.name] = relay_device 118 self.devices['device'] = self.create_relay_device(device_config)
|
D | power_supply.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice
|
D | logitech_headset.py | 22 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice
|
D | headset.py | 19 from acts.controllers.relay_lib.devices.bluetooth_relay_device import BluetoothRelayDevice
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | b29_lib.py | 66 devices = [] 78 devices.append(device) 79 return devices
|
D | apollo_utils.py | 34 devices = apollo_lib.get_devices() 35 for device in devices:
|
/tools/test/graphicsbenchmark/functional_tests/native/ |
D | mprotect_test.cpp | 64 std::vector<VkPhysicalDevice> devices(deviceCount); in TEST() local 65 vkEnumeratePhysicalDevices(instance, &deviceCount, devices.data()); in TEST() 66 physicalDevice = devices[0]; in TEST()
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_relay_controller_test.py | 389 self.assertEqual(len(rig.devices['device'].relays), 1) 392 self.assertEqual(len(rig.devices['device'].relays), 2) 396 self.assertEqual(len(rig.devices), 1) 397 self.assertIsInstance(rig.devices['device'], GenericRelayDevice) 403 self.assertEqual(len(rig.devices), 1) 404 self.assertIsInstance(rig.devices['device'], GenericRelayDevice) 405 self.assertDictEqual(rig.devices['device'].relays, rig.relays)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/ |
D | README.md | 42 devices without listing specific serial numbers. Note that some tests use a 43 single device while others use 2 devices. 53 AP or between the two test devices (for Aware ranging tests).
|
/tools/treble/build/ |
D | README.md | 20 We can unify the development of all devices on the same Android Platform dessert 23 For example, let's say we had two devices: Device A and Device B.
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarPairedConnectDisconnectTest.py | 55 devices = self.car.droid.bluetoothGetBondedDevices() 57 len(devices), 1,
|
/tools/acloud/ |
D | README.md | 154 remote instance created by you. It will then look for any devices missing in 155 `adb devices` and reconnect them to adb. Lastly it will restart vnc for all 156 devices that don't already have vnc started for them.
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/ |
D | README.md | 41 devices without listing specific serial numbers. Note that some tests use a 42 single device while others use 2 devices. In addition, the configurations
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiChaosTest.py | 133 devices = dutils.get_devices() 135 for device in devices:
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 53 // each branch only supports a subset of devices. So ideally, 55 // devices for that branch in the config.
|