Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 17 of 17) sorted by relevance

/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DCmdUtil.java69 public boolean retry(ITestDevice device, Vector<String> cmds, String validation_cmd, in retry() method in CmdUtil
98 public boolean retry(ITestDevice device, String cmd, String validation_cmd, in retry() method in CmdUtil
100 return retry(device, cmd, validation_cmd, predicate, MAX_RETRY_COUNT); in retry()
114 public boolean retry(ITestDevice device, String cmd, String validation_cmd, in retry() method in CmdUtil
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DCmdUtilTest.java89 assertTrue(mCmdUtil.retry(mDevice, RUN_CMD, TEST_CMD, mCheckEmpty)); in testRetrySuccess()
96 assertTrue(mCmdUtil.retry(mDevice, RUN_CMD, TEST_CMD, mCheckEmpty)); in testRetrySuccessWithRetry()
103 assertFalse(mCmdUtil.retry(mDevice, RUN_CMD, TEST_CMD, mCheckEmpty)); in testRetryFail()
115 assertTrue(mCmdUtil.retry(mDevice, cmds, TEST_CMD, mCheckEmpty)); in testRetryMultipleCommandsSuccess()
/test/vts/agents/hal/
DSocketClientToDriver.cpp233 for (int retry = 0; retry < retry_count; retry++) { in IsDriverRunning() local
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparer.java130 if (!mCmdUtil.retry( in setUp()
152 if (!mCmdUtil.retry(device, command, String.format(LIST_HAL_CMD, mPackageName), in tearDown()
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DVtsRetryFactoryTest.java16 package com.android.compatibility.common.tradefed.testtype.retry;
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparerTest.java72 public boolean retry(ITestDevice device, String cmd, String validation_cmd, in retry() method in VtsHalAdapterPreparerTest.TestCmdUtil
79 public boolean retry(ITestDevice device, Vector<String> cmds, String validation_cmd, in retry() method in VtsHalAdapterPreparerTest.TestCmdUtil
/test/framework/harnesses/host_controller/command_processor/
Dcommand_fastboot.py80 for _ in range(args.retry + 1):
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java22 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTest;
42 import com.android.tradefed.testtype.suite.retry.ITestSuiteResultLoader;
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py120 retry=_SOCKET_CONN_RETRY_NUMBER, argument
145 for i in xrange(retry):
155 if i + 1 == retry:
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java21 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTest;
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/
DUnitTests.java51 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTestTest;
/test/vts/tools/vts-core-tradefed/
DREADME15 - supports Trade Federation suite features including auto-retry.
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java16 package com.android.compatibility.common.tradefed.testtype.retry;
/test/vti/test_serving/proto/
DTestScheduleConfigMessage.proto111 // number of retry count.
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java16 package com.android.compatibility.common.tradefed.testtype.retry;
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java19 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTest;
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...