Home
last modified time | relevance | path

Searched refs:mCommand (Results 1 – 10 of 10) sorted by relevance

/tools/asuite/asuite_plugin/src/java/com/android/atest/commandAdapter/
DCommandRunner.java48 private PtyCommandLine mCommand; field in CommandRunner
59 mCommand = new PtyCommandLine(cmds); in CommandRunner()
60 mCommand.setCharset(StandardCharsets.UTF_8); in CommandRunner()
61 mCommand.setWorkDirectory(workPath); in CommandRunner()
95 mCommand = new PtyCommandLine(cmds); in CommandRunner()
96 mCommand.setCharset(StandardCharsets.UTF_8); in CommandRunner()
97 mCommand.setWorkDirectory(workPath); in CommandRunner()
118 sProcessHandler = new KillableColoredProcessHandler(mCommand); in run()
126 LOG.error("Command executes fail: " + mCommand.getCommandLineString()); in run()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilder.java48 private ClusterCommand mCommand; field in ClusterCommandConfigBuilder
61 mCommand = command; in setClusterCommand()
160 return new Configuration("Cluster Command " + mCommand.getCommandId(), ""); in initConfiguration()
169 assert mCommand != null; in build()
178 assert 0 < mCommand.getTargetDeviceSerials().size(); in build()
195 for (String serial : mCommand.getTargetDeviceSerials()) { in build()
222 config.injectOptionValue("cluster:request-id", mCommand.getRequestId()); in build()
223 config.injectOptionValue("cluster:command-id", mCommand.getCommandId()); in build()
224 config.injectOptionValue("cluster:attempt-id", mCommand.getAttemptId()); in build()
230 commandLine = mCommand.getCommandLine(); in build()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceConcurrentUtil.java86 private String mCommand; field in DeviceConcurrentUtil.ShellCommandCallable
96 mCommand = command; in ShellCommandCallable()
102 mCommand = command; in setCommand()
119 mDevice.executeShellCommand(mCommand, receiver, mTimeout, TimeUnit.MILLISECONDS, 1); in call()
121 CLog.v("raw output for \"%s\"\n%s", mCommand, output); in call()
/tools/tradefederation/core/src/com/android/tradefed/config/
DSandboxConfigurationFactory.java192 private DumpCmd mCommand; field in SandboxConfigurationFactory.RunSandboxConfigurationFactory
195 mCommand = command; in RunSandboxConfigurationFactory()
205 if (mCommand.equals(DumpCmd.RUN_CONFIG) || mCommand.equals(DumpCmd.TEST_MODE)) { in createConfigurationDef()
222 if (mCommand.equals(DumpCmd.RUN_CONFIG) || mCommand.equals(DumpCmd.TEST_MODE)) { in createConfigurationDef()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilderTest.java68 private ClusterCommand mCommand; field in ClusterCommandConfigBuilderTest
81 mCommand = new ClusterCommand(REQUEST_ID, COMMAND_ID, TASK_ID, COMMAND_LINE, ATTEMPT_ID, in setUp()
83 mCommand.setTargetDeviceSerials(List.of(DEVICE_SERIAL)); in setUp()
96 .setClusterCommand(mCommand) in setUp()
213 mCommand.getExtraOptions().put("key", "hello"); in testBuild_extraOptions()
214 mCommand.getExtraOptions().put("key", "world"); in testBuild_extraOptions()
/tools/tradefederation/core/src/com/android/tradefed/device/
DBackgroundDeviceAction.java48 private String mCommand; field in BackgroundDeviceAction
65 mCommand = command; in BackgroundDeviceAction()
98 mTestDevice.getIDevice().executeShellCommand(mCommand, mReceiver, in run()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java257 private String mCommand; field in CameraTestBase.MeminfoTimer
262 mCommand = DUMPSYS_MEMINFO_COMMAND; in MeminfoTimer()
264 mCommand += " -e " + process; in MeminfoTimer()
282 dumpMeminfo(mCommand, mOutputFile); in start()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DClangCodeCoverageListenerTest.java345 private List<String> mCommand; field in ClangCodeCoverageListenerTest.CommandArgumentCaptor
351 mCommand = Arrays.asList(cmd); in runTimedCmd()
360 return mCommand; in getCommand()
/tools/asuite/asuite_plugin/prebuilt/
Dasuite_plugin-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...