/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | PythonVirtualenvHelperTest.java | 47 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
|
D | RequestUtilTest.java | 46 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
|
D | RunUtilFuncTest.java | 168 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/ |
D | RemoteFileUtil.java | 49 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()
|
D | RemoteSshUtil.java | 45 IRunUtil runUtil, in remoteSshCommandExec() 78 IRunUtil runUtil, in remoteSshCommandExec()
|
D | GceManager.java | 906 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()
|
D | CommonLogRemoteFileUtil.java | 211 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/ |
D | PythonVirtualenvHelper.java | 59 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()
|
D | AdbUtils.java | 38 public static void updateAdb(TestInformation testInfo, IRunUtil runUtil, String adbPath) { in updateAdb()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxConfigUtil.java | 50 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/ |
D | PythonUnitTestRunner.java | 95 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/ |
D | RemoteInvocationExecution.java | 172 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/ |
D | LocalEmulatorSnapshot.java | 45 RunUtil runUtil = buildRunUtilForEmulatorLaunch(); in setUp() local
|
D | LocalEmulatorLaunch.java | 48 RunUtil runUtil = buildRunUtilForEmulatorLaunch(); in setUp() local
|
D | BaseEmulatorPreparer.java | 84 RunUtil runUtil = new RunUtil(); in buildRunUtilForEmulatorLaunch() local
|
D | CreateAvdPreparer.java | 99 RunUtil runUtil = new RunUtil(); in setUp() local
|
D | DeviceImageZipFlashingTargetPreparer.java | 113 IRunUtil runUtil = new RunUtil(); in performDeviceUpdate() local
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | SandboxConfigurationFactory.java | 111 String[] args, IKeyStoreClient keyStoreClient, ISandbox sandbox, IRunUtil runUtil) in createConfigurationFromArgs() 130 IRunUtil runUtil, in createConfigurationFromArgs()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | RequestUtil.java | 46 @Nullable IRunUtil runUtil) { in requestWithBackoff()
|
D | ClangProfileIndexer.java | 42 public ClangProfileIndexer(File profileTool, IRunUtil runUtil) { in ClangProfileIndexer()
|
D | NativeCodeCoverageFlusher.java | 55 public void setRunUtil(IRunUtil runUtil) { in setRunUtil()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ProcessUtil.java | 56 IRunUtil runUtil) { in createSshTunnel()
|
/tools/tradefederation/core/src/com/android/tradefed/device/connection/ |
D | DefaultConnection.java | 106 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/ |
D | EmulatorStartupPerfTest.java | 53 RunUtil runUtil = buildRunUtilForEmulatorLaunch(); in launchEmulator() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | LocalAndroidVirtualDeviceTest.java | 305 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
|