Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/tests/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecoveryTest.java75 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_allocated() local
86 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_offline() local
106 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_fastboot() local
122 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_run() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/retry/
DIAutoRetriableTest.java60 public default void recoverStateOfDevices(List<ITestDevice> devices, int attemptJustExecuted) { in recoverStateOfDevices()
/tools/acloud/public/actions/
Dcommon_operations.py76 def __init__(self, device_factory, devices=None): argument
167 def devices(self): member in DevicePool
/tools/test/connectivity/acts_tests/tests/google/fugu/
Drelay.json9 "devices": [ array
/tools/asuite/atest/unittest_data/acloud/
Dcreate_failure.json4 "devices": [ array
Dcreate_success.json4 "devices": [ array
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DDeviceTracker.java79 Collection<ITestDevice> devices = new ArrayList<ITestDevice>(mAllocatedDeviceMap.values()); in freeAll() local
/tools/acloud/public/
Ddevice_driver.py58 def __init__(self, cfg, devices=None): argument
270 def devices(self): member in AndroidVirtualDevicePool
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/
DPrettyTestEventLogger.java43 public PrettyTestEventLogger(List<ITestDevice> devices) { in PrettyTestEventLogger()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java62 public void recoverDevices(List<IManagedTestDevice> devices) { in recoverDevices()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterClient.java58 final List<ClusterDeviceInfo> devices, in leaseHostCommands()
DClusterCommandScheduler.java450 MultiMap<String, DeviceDescriptor> devices = getAvailableDevices(manager); in processReadyCommands() local
486 final MultiMap<String, DeviceDescriptor> devices = new MultiMap<>(); in getDevices() local
530 List<ClusterCommand> fetchHostCommands(final MultiMap<String, DeviceDescriptor> devices) { in fetchHostCommands()
DClusterDeviceMonitor.java104 final List<DeviceDescriptor> devices = listDevices(); in dispatch() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java111 HashMap<String, Boolean> devices = new LinkedHashMap<>(); in getBootloaderAndFastbootdDevices() local
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java1097 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices() local
1123 Map<String, ITestDevice> devices = in testAllocateDevices_replicated() local
1150 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices_multipleDevices() local
1169 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices_multipleDevices_failed() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestFailureListener.java50 List<ITestDevice> devices, boolean bugReportOnFailure, boolean rebootOnFailure) { in TestFailureListener()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DListDevicesOp.java107 protected void packResponseIntoJson(List<DeviceDescriptor> devices, in packResponseIntoJson()
/tools/test/graphicsbenchmark/functional_tests/native/
Dmprotect_test.cpp64 std::vector<VkPhysicalDevice> devices(deviceCount); in TEST() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceAvdInfoTest.java337 JSONArray devices = res.getJSONObject("data").getJSONArray("devices"); in testCfStartTimeMetricsAdded() local
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DVkJsonTests.java44 List<VkJsonDevice> devices; field in VkJsonTests.VkJson
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DAtraceCollectorTest.java348 List<ITestDevice> devices = new ArrayList<ITestDevice>(); in testMultipleDeviceBehavior() local
/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java298 private void recoverStateOfDevices(List<ITestDevice> devices, int lastAttempt) in recoverStateOfDevices()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java177 JSONArray devices = null; in parseGceInfoFromString() local
/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/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1078 Map<String, ITestDevice> devices = allocateDevices(config, manager); in processReadyCommands() local
1537 Map<String, ITestDevice> devices = allocateDevices(config, manager); in execCommand() local
1593 Map<String, ITestDevice> devices = new LinkedHashMap<String, ITestDevice>(); in allocateDevices() local
1692 private synchronized void throwIfDeviceInInvocationThread(List<ITestDevice> devices) { in throwIfDeviceInInvocationThread()

12