Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fugu/
Drelay.json9 "devices": [ array
/tools/acloud/public/actions/
Dcommon_operations.py87 def __init__(self, device_factory, devices=None): argument
183 def devices(self): member in DevicePool
/tools/asuite/atest/unittest_data/acloud/
Dcreate_failure.json4 "devices": [ array
Dcreate_success.json4 "devices": [ array
/tools/acloud/public/
Ddevice_driver.py58 def __init__(self, cfg, devices=None): argument
271 def devices(self): member in AndroidVirtualDevicePool
/tools/test/graphicsbenchmark/functional_tests/native/
Dmprotect_test.cpp64 std::vector<VkPhysicalDevice> devices(deviceCount); in TEST() local
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DVkJsonTests.java43 List<VkJsonDevice> devices; field in VkJsonTests.VkJson
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DDevices.kt81 private val devices: List<Device> by lazy { in compatibleWith() constant in com.android.ndkports.DeviceFleet
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py113 def devices(self): member in MockAdbProxy
143 def devices(self): member in MockFastbootProxy
/tools/test/openhst/
Dstress_test.py726 def RunAsyncCommand(devices, command): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py211 devices = [] variable in BluetoothPtsDevice
/tools/test/connectivity/acts/framework/acts/
Dutils.py1824 def get_device(devices, device_type): argument