Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/
Dtfc_host_controller.py73 attempt = command_attempt.CommandAttempt(
77 self._remote_client, self._tfc_client, attempt,
Dinvocation_thread_test.py43 attempt = command_attempt.CommandAttempt(
52 attempt, command, serials)
Dinvocation_thread.py47 attempt, argument
55 self._attempt = attempt
/test/vts/agents/hal/
DAgentRequestHandler.cpp226 for (int attempt = 0; attempt < 10; attempt++) { local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java435 int attempt = 1; in run() local
437 if (attempt > NUM_PREP_ATTEMPTS || in run()
445 attempt++; in run()