Home
last modified time | relevance | path

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

123

/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/
DRunConfigDeviceRecoveryTest.java78 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_allocated() local
86 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_offline() local
103 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_fastboot() local
116 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_run() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java112 HashMap<String, Boolean> devices = new LinkedHashMap<>(); in getBootloaderAndFastbootdDevices() local
135 HashMap<String, Boolean> devices = new LinkedHashMap<>(); in getBootloaderAndFastbootdTcpDevices() local
/tools/test/connectivity/acts_tests/tests/google/fugu/
Drelay.json9 "devices": [ array
/tools/asuite/atest/unittest_data/acloud/
Dcreate_success.json4 "devices": [ array
Dcreate_failure.json4 "devices": [ array
Dcreate_success_local_instance.json4 "devices": [ array
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DPairingMultiTargetPreparer.java156 List<ITestDevice> devices = new ArrayList<>(deviceInfos.keySet()); in setDeviceInfos() local
/tools/acloud/public/actions/
Dcommon_operations.py82 def __init__(self, device_factory, devices=None): argument
181 def devices(self): member in DevicePool
/tools/netsim/proto/netsim/
Dstartup.proto50 repeated Device devices = 1; field
/tools/tradefederation/core/src/com/android/tradefed/command/
DDeviceAllocationResult.java35 public void addAllocatedDevices(Map<String, ITestDevice> devices) { in addAllocatedDevices()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java1152 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices() local
1179 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_replicated() local
1217 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_multipleDevices() local
1238 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_multipleDevices_failed() local
1415 HashMap<String, ITestDevice> devices = devicesCapture.getValue(); in testExecCommand_reservedAndNullDevices() local
/tools/netsim/rust/daemon/src/
Dlib.rs22 mod devices; module
/tools/acloud/public/
Ddevice_driver.py58 def __init__(self, cfg, devices=None): argument
271 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/service/management/
DTestInvocationManagementServer.java162 List<ITestDevice> devices = null; in submitTestCommand() local
312 List<ITestDevice> devices = new ArrayList<>(); in getReservedDevices() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DGceAvdInfoTest.java359 JSONArray devices = res.getJSONObject("data").getJSONArray("devices"); in testCfStartTimeMetricsAdded() local
750 JSONArray devices = res.getJSONObject("data").getJSONArray("devices"); in testCfFetchCvdWrapperMetrics() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterClient.java58 final List<ClusterDeviceInfo> devices, in leaseHostCommands()
DClusterCommandScheduler.java534 MultiMap<String, DeviceDescriptor> devices = getAvailableDevices(manager); in processReadyCommands() local
575 final MultiMap<String, DeviceDescriptor> devices = new MultiMap<>(); in getDevices() local
645 List<ClusterCommand> fetchHostCommands(final MultiMap<String, DeviceDescriptor> devices) { in fetchHostCommands()
/tools/netsim/rust/cli/src/
Dlib.rs103 let devices = client.send_grpc(&GrpcMethod::ListDevice, req); in perform_command() localVariable
126 let devices = ListDeviceResponse::parse_from_bytes(response).unwrap().devices; in find_id_for_remove() localVariable
/tools/test/graphicsbenchmark/functional_tests/native/
Dmprotect_test.cpp64 std::vector<VkPhysicalDevice> devices(deviceCount); in TEST() local
/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java667 List<ITestDevice> devices, int lastAttempt, ModuleDefinition module) in recoverStateOfDevices()
696 private void resetIsolation(ModuleDefinition module, List<ITestDevice> devices) in resetIsolation()
721 protected void isolateRetry(List<ITestDevice> devices) throws DeviceNotAvailableException { in isolateRetry()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dota_chamber.py31 def destroy(devices): argument
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DVkJsonTests.java43 List<VkJsonDevice> devices; field in VkJsonTests.VkJson
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java277 List<ITestDevice> devices) { in runTestCase()
414 private String[] buildCommand(UiConductorTestCase testCase, List<ITestDevice> devices) { in buildCommand()

123