Home
last modified time | relevance | path

Searched refs:VtsPythonRunnerHelper (Results 1 – 7 of 7) sorted by relevance

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DVtsPythonRunnerHelperTest.java43 private VtsPythonRunnerHelper mVtsPythonRunnerHelper = null;
50 mVtsPythonRunnerHelper = new VtsPythonRunnerHelper(new File(mVirtualenvPath), null) { in setUp()
171 assertEquals(null, VtsPythonRunnerHelper.getPythonBinDir(mVirtualenvPath));
172 VtsPythonRunnerHelper.activateVirtualenv(runUtil, mVirtualenvPath);
188 VtsPythonRunnerHelper.getPythonBinDir(mVirtualenvPath));
189 VtsPythonRunnerHelper.activateVirtualenv(runUtil, mVirtualenvPath);
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsPythonRunnerHelper.java29 public class VtsPythonRunnerHelper { class
41 public VtsPythonRunnerHelper(IBuildInfo buildInfo, File workingDir) { in VtsPythonRunnerHelper() method in VtsPythonRunnerHelper
46 public VtsPythonRunnerHelper(String virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper() method in VtsPythonRunnerHelper
50 public VtsPythonRunnerHelper(File virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper() method in VtsPythonRunnerHelper
/test/vts/harnesses/tradefed/src/com/android/tradefed/device/metric/
DVtsCoverageCollector.java31 import com.android.tradefed.util.VtsPythonRunnerHelper;
44 private VtsPythonRunnerHelper mPythonRunnerHelper = null;
75 mPythonRunnerHelper = new VtsPythonRunnerHelper(buildInfo, workingDir); in onTestRunEnd()
119 void setPythonRunnerHelper(VtsPythonRunnerHelper pythonRunnerHelper) { in setPythonRunnerHelper()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java34 import com.android.tradefed.util.VtsPythonRunnerHelper;
83 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) { in setUp()
183 private VtsPythonRunnerHelper createMockVtsPythonRunnerHelper( in createMockVtsPythonRunnerHelper()
185 return new VtsPythonRunnerHelper(new File(PYTHON_DIR), workingDir) { in createMockVtsPythonRunnerHelper()
256 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
299 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
344 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/device/metric/
DVtsCoverageCollectorTest.java26 import com.android.tradefed.util.VtsPythonRunnerHelper;
54 @Mock VtsPythonRunnerHelper mMockRunner;
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java36 import com.android.tradefed.util.VtsPythonRunnerHelper;
133 VtsPythonRunnerHelper.activateVirtualenv(getRunUtil(), mVenvDir.getAbsolutePath()); in setUp()
382 mPipPath = new File(VtsPythonRunnerHelper.getPythonBinDir(virtualenvPath), "pip") in getPipPath()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java40 import com.android.tradefed.util.VtsPythonRunnerHelper;
1321 timeout = mTestTimeout + VtsPythonRunnerHelper.TEST_ABORT_TIMEOUT_MSECS; in doRunTest()
1328 VtsPythonRunnerHelper vtsPythonRunnerHelper = in doRunTest()
1492 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) { in createVtsPythonRunnerHelper()
1493 return new VtsPythonRunnerHelper(mBuildInfo, workingDir); in createVtsPythonRunnerHelper()