Home
last modified time | relevance | path

Searched defs:runUtil (Results 1 – 25 of 49) sorted by relevance

12

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DPythonVirtualenvHelperTest.java47 IRunUtil runUtil = mock(RunUtil.class); in testActivate_shouldThrowNPE_whenVirtualenvPathIsNull() local
66 IRunUtil runUtil = mock(RunUtil.class); in testActivate_whenVirtualenvPathIsInvalid() local
84 IRunUtil runUtil = mock(RunUtil.class); in testActivate_whenPythonBinNotFound() local
104 IRunUtil runUtil = mock(RunUtil.class); in testActivate_success() local
130 IRunUtil runUtil = mock(RunUtil.class); in testActivate_pipShowFails() local
DRequestUtilTest.java46 RunUtil runUtil = Mockito.mock(RunUtil.class); in testRequestFailedAll() local
61 RunUtil runUtil = Mockito.mock(RunUtil.class); in testWaitRightTimeBetweenRequests_1() local
79 RunUtil runUtil = Mockito.mock(RunUtil.class); in testWaitRightTimeBetweenRequests_2() local
97 RunUtil runUtil = Mockito.mock(RunUtil.class); in testWaitRightTimeBetweenRequests_3() local
DRunUtilFuncTest.java168 RunUtil runUtil = new RunUtil(); in testUnsetEnvVariable() local
196 RunUtil runUtil = new RunUtil(); in testRunTimedCmd_timeout() local
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java49 IRunUtil runUtil, in fetchRemoteFile()
84 IRunUtil runUtil, in fetchRemoteFile()
114 IRunUtil runUtil, in fetchRemoteDir()
143 IRunUtil runUtil, in fetchRemoteDir()
182 IRunUtil runUtil, in doesRemoteFileExist()
214 IRunUtil runUtil, in pushFileToRemote()
233 IRunUtil runUtil, in internalScpExec()
DRemoteSshUtil.java45 IRunUtil runUtil, in remoteSshCommandExec()
78 IRunUtil runUtil, in remoteSshCommandExec()
DGceManager.java906 IRunUtil runUtil, in AcloudShutdown()
971 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getBugreportzWithSsh()
1000 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getNestedDeviceSshBugreportz()
1091 IRunUtil runUtil, in logNestedRemoteFile()
1115 IRunUtil runUtil, in logNestedRemoteFile()
1234 IRunUtil runUtil, in remoteSshCommandExecution()
1241 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil, String... command) { in remoteSshCommandExec()
1266 GceAvdInfo infos, File avdConfigFile, File jsonKeyFile, IRunUtil runUtil) { in getInstanceSerialLog()
DCommonLogRemoteFileUtil.java211 IRunUtil runUtil) { in fetchCommonFiles()
279 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) { in isRemoteGceReachableBySsh()
294 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil, String... command) { in isRemoteGceReachableBySsh()
328 IRunUtil runUtil, in logRemoteCommandOutput()
364 IRunUtil runUtil) { in fetchTombstones()
481 IRunUtil runUtil, in logRemoteFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/util/
DPythonVirtualenvHelper.java59 public static void activate(IRunUtil runUtil, File virtualenvDir) { in activate()
71 public static void activate(IRunUtil runUtil, String virtualenvPath) { in activate()
110 public static String getPackageInstallLocation(IRunUtil runUtil, String virtualenvPath) { in getPackageInstallLocation()
DAdbUtils.java38 public static void updateAdb(TestInformation testInfo, IRunUtil runUtil, String adbPath) { in updateAdb()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java50 String classpath, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion()
70 IRunUtil runUtil, in dumpConfigForVersion()
160 File rootDir, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestRunner.java95 IRunUtil runUtil = getRunUtil(); in run() local
121 IRunUtil runUtil = RunUtil.getDefault(); in getPythonBinary() local
195 void doRunTest(ITestInvocationListener listener, IRunUtil runUtil, String pyModule) { in doRunTest()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java172 IRunUtil runUtil = new RunUtil(); in runTests() local
376 IRunUtil runUtil, in runRemote()
502 IRunUtil runUtil, in isStillRunning()
623 private void resetAdb(GceAvdInfo info, TestDeviceOptions options, IRunUtil runUtil) { in resetAdb()
642 GceAvdInfo info, TestDeviceOptions options, IRunUtil runUtil, ITestLogger logger) { in collectAdbLogs()
796 IRunUtil runUtil, in fetchAndProcessResults()
837 IRunUtil runUtil) { in fetchRemoteAndLogFile()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DLocalEmulatorSnapshot.java45 RunUtil runUtil = buildRunUtilForEmulatorLaunch(); in setUp() local
DLocalEmulatorLaunch.java48 RunUtil runUtil = buildRunUtilForEmulatorLaunch(); in setUp() local
DBaseEmulatorPreparer.java84 RunUtil runUtil = new RunUtil(); in buildRunUtilForEmulatorLaunch() local
DCreateAvdPreparer.java99 RunUtil runUtil = new RunUtil(); in setUp() local
DDeviceImageZipFlashingTargetPreparer.java113 IRunUtil runUtil = new RunUtil(); in performDeviceUpdate() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DSandboxConfigurationFactory.java111 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs()
130 IRunUtil runUtil, in createConfigurationFromArgs()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRequestUtil.java46 @Nullable IRunUtil runUtil) { in requestWithBackoff()
DClangProfileIndexer.java42 public ClangProfileIndexer(File profileTool, IRunUtil runUtil) { in ClangProfileIndexer()
DNativeCodeCoverageFlusher.java55 public void setRunUtil(IRunUtil runUtil) { in setRunUtil()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DProcessUtil.java56 IRunUtil runUtil) { in createSshTunnel()
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DDefaultConnection.java106 IRunUtil runUtil; field in DefaultConnection.ConnectionBuilder
112 IRunUtil runUtil, ITestDevice device, IBuildInfo buildInfo, ITestLogger logger) { in ConnectionBuilder()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DEmulatorStartupPerfTest.java53 RunUtil runUtil = buildRunUtilForEmulatorLaunch(); in launchEmulator() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DLocalAndroidVirtualDeviceTest.java305 IRunUtil runUtil = mock(IRunUtil.class); in mockAcloudCreate() local
340 IRunUtil runUtil = mock(IRunUtil.class); in mockAcloudCreateWithExtraDirs() local
374 IRunUtil runUtil = mock(IRunUtil.class); in mockAcloudDelete() local

12