Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java48 IRunUtil runUtil, in fetchRemoteFile()
83 IRunUtil runUtil, in fetchRemoteFile()
113 IRunUtil runUtil, in fetchRemoteDir()
142 IRunUtil runUtil, in fetchRemoteDir()
184 IRunUtil runUtil, in pushFileToRemote()
203 IRunUtil runUtil, in internalScpExec()
DRemoteSshUtil.java44 IRunUtil runUtil, in remoteSshCommandExec()
73 IRunUtil runUtil, in remoteSshCommandExec()
DGceManager.java392 TestDeviceOptions options, IRunUtil runUtil, String instanceName) { in AcloudShutdown()
457 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getBugreportzWithSsh()
486 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getNestedDeviceSshBugreportz()
533 IRunUtil runUtil, in logNestedRemoteFile()
556 IRunUtil runUtil, in logNestedRemoteFile()
600 IRunUtil runUtil, in remoteSshCommandExecution()
607 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil, String... command) { in remoteSshCommandExec()
632 GceAvdInfo infos, File avdConfigFile, File jsonKeyFile, IRunUtil runUtil) { in getInstanceSerialLog()
DCommonLogRemoteFileUtil.java114 IRunUtil runUtil) { in fetchCommonFiles()
156 IRunUtil runUtil) { in fetchTombstones()
218 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()
121 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.java476 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig) { in createThinLauncherConfig()
/tools/tradefederation/core/test_framework/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()
DClangCodeCoverageListener.java100 public void setRunUtil(IRunUtil runUtil) { in setRunUtil()
DHostGTest.java91 RunUtil runUtil = new RunUtil(); in executeHostGTestCommand() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java150 IRunUtil runUtil = new RunUtil(); in runTests() local
310 IRunUtil runUtil, in runRemote()
412 IRunUtil runUtil, in isStillRunning()
531 private void resetAdb(GceAvdInfo info, TestDeviceOptions options, IRunUtil runUtil) { in resetAdb()
550 GceAvdInfo info, TestDeviceOptions options, IRunUtil runUtil, ITestLogger logger) { in collectAdbLogs()
669 IRunUtil runUtil, in fetchAndProcessResults()
710 IRunUtil runUtil) { in fetchRemoteAndLogFile()
DDelegatedInvocationExecution.java131 IRunUtil runUtil = createRunUtil(receiver.getSocketServerPort()); in runTests() local
181 IRunUtil runUtil = new RunUtil(); in createRunUtil() local
/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.java157 RunUtil runUtil = new RunUtil(interrupter); in testRunTimed_interrupted() local
244 RunUtil runUtil = new RunUtil() { in testRunEscalatingTimedRetry_timeout() local
433 RunUtil runUtil = new RunUtil(interrupter); in testSetInterruptibleInFuture() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceImageZipFlashingTargetPreparer.java110 IRunUtil runUtil = new RunUtil(); in performDeviceUpdate() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java48 public FastbootHelper(final IRunUtil runUtil, final String fastbootPath) { in FastbootHelper()
DLocalAndroidVirtualDevice.java331 IRunUtil runUtil = createRunUtil(); in acloudCreate() local
407 IRunUtil runUtil = createRunUtil(); in acloudDelete() local
DRemoteAndroidDevice.java287 IRunUtil runUtil = getRunUtil(); in adbConnect() local
DIDeviceManager.java111 void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DLocalAndroidVirtualDeviceTest.java225 IRunUtil runUtil = EasyMock.createMock(IRunUtil.class); in mockAcloudCreate() local
271 IRunUtil runUtil = EasyMock.createMock(IRunUtil.class); in mockAcloudDelete() local
DMockDeviceManager.java344 public void launchEmulator(ITestDevice device, long bootTimeout, IRunUtil runUtil, in launchEmulator()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java141 final IRunUtil runUtil = getRunUtil(); in run() local
217 final IRunUtil runUtil, final File stdoutFile, final File stderrFile) { in runSetupScripts()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java105 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/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java207 protected void setRunUtil(IRunUtil runUtil) { in setRunUtil()

12