Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java47 IRunUtil runUtil, in fetchRemoteFile()
82 IRunUtil runUtil, in fetchRemoteFile()
114 IRunUtil runUtil, in pushFileToRemote()
133 IRunUtil runUtil, in internalScpExec()
DRemoteSshUtil.java44 IRunUtil runUtil, in remoteSshCommandExec()
73 IRunUtil runUtil, in remoteSshCommandExec()
DMultiUserSetupUtil.java41 IRunUtil runUtil, in prepareRemoteUser()
60 IRunUtil runUtil, in addExtraCvdUser()
85 IRunUtil runUtil, in setupNetworkInterface()
119 IRunUtil runUtil, in prepareRemoteHomeDir()
DGceManager.java342 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getBugreportzWithSsh()
371 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getNestedDeviceSshBugreportz()
416 IRunUtil runUtil, in logNestedRemoteFile()
439 IRunUtil runUtil, in logNestedRemoteFile()
483 IRunUtil runUtil, in remoteSshCommandExecution()
490 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil, String... command) { in remoteSshCommandExec()
512 GceAvdInfo infos, File avdConfigFile, File jsonKeyFile, IRunUtil runUtil) { in getInstanceSerialLog()
DCommonLogRemoteFileUtil.java100 IRunUtil runUtil) { in fetchCommonFiles()
146 IRunUtil runUtil, in LogRemoteFile()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java57 String classpath, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion()
120 File rootDir, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion()
DISandbox.java93 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
DTradefedSandbox.java414 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig) { in createThinLauncherConfig()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DPythonUnitTestRunner.java93 IRunUtil runUtil = getRunUtil(); in run() local
119 IRunUtil runUtil = RunUtil.getDefault(); in getPythonBinary() local
193 void doRunTest(ITestInvocationListener listener, IRunUtil runUtil, String pyModule) { in doRunTest()
DHostGTest.java90 RunUtil runUtil = new RunUtil(); in executeHostGTestCommand() local
DSubprocessTfLauncher.java135 protected void setRunUtil(IRunUtil runUtil) { in setRunUtil()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java126 IRunUtil runUtil = new RunUtil(); in runTests() local
319 IRunUtil runUtil, in runRemote()
403 IRunUtil runUtil, in isStillRunning()
461 private void resetAdb(GceAvdInfo info, TestDeviceOptions options, IRunUtil runUtil) { in resetAdb()
480 GceAvdInfo info, TestDeviceOptions options, IRunUtil runUtil, ITestLogger logger) { in collectAdbLogs()
554 IRunUtil runUtil, in fetchAndProcessResults()
603 IRunUtil runUtil, in startDevice()
702 IRunUtil runUtil, in StartDeviceThread()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilFuncTest.java161 RunUtil runUtil = new RunUtil(); in testUnsetEnvVariable() local
188 RunUtil runUtil = new RunUtil(); in testRunTimedCmd_timeout() local
DRunUtilTest.java154 RunUtil runUtil = new RunUtil(interrupter); in testRunTimed_interrupted() local
241 RunUtil runUtil = new RunUtil() { in testRunEscalatingTimedRetry_timeout() local
430 RunUtil runUtil = new RunUtil(interrupter); in testSetInterruptibleInFuture() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java45 public FastbootHelper(final IRunUtil runUtil, final String fastbootPath) { in FastbootHelper()
DRemoteAndroidDevice.java277 IRunUtil runUtil = getRunUtil(); in adbConnect() local
DIDeviceManager.java111 void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator()
DDeviceManager.java692 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator()
DNativeDevice.java1828 IRunUtil runUtil = null; in doFastbootCommand() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/binary/
DExecutableHostTest.java101 IRunUtil runUtil = createRunUtil(); in runBinary() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DSandboxConfigurationFactory.java111 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java344 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator()