Home
last modified time | relevance | path

Searched refs:PIP_RETRY (Results 1 – 2 of 2) sorted by relevance

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparerTest.java135 .times(VtsPythonVirtualenvPreparer.PIP_RETRY + 1); in testInstallDeps_reqFile_failure()
137 EasyMock.expectLastCall().times(VtsPythonVirtualenvPreparer.PIP_RETRY); in testInstallDeps_reqFile_failure()
166 .times(VtsPythonVirtualenvPreparer.PIP_RETRY + 1); in testInstallDeps_depModule_failure()
171 .times(VtsPythonVirtualenvPreparer.PIP_RETRY + 1); in testInstallDeps_depModule_failure()
173 EasyMock.expectLastCall().times(VtsPythonVirtualenvPreparer.PIP_RETRY); in testInstallDeps_depModule_failure()
260 .times(VtsPythonVirtualenvPreparer.PIP_RETRY + 1); in test_initVirtualenv_creationFail_Errno26_waitFailed()
262 EasyMock.expectLastCall().times(VtsPythonVirtualenvPreparer.PIP_RETRY); in test_initVirtualenv_creationFail_Errno26_waitFailed()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java63 protected static final int PIP_RETRY = 3; field in VtsPythonVirtualenvPreparer
261 for (int try_count = 0; try_count < PIP_RETRY + 1; try_count++) { in installDeps()
290 for (int retry_count = 0; retry_count < PIP_RETRY + 1; retry_count++) { in installDeps()
442 for (int try_count = 0; try_count < PIP_RETRY + 1; try_count++) { in createVirtualenv()