Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 75) sorted by relevance

123

/tools/tradefederation/core/python-lib/tradefed_py/
Dadb_handler.py26 def exec_adb_command(self, cmd): argument
36 def exec_shell_command(self, cmd): argument
49 def __init__(self, cmd, stdout, stderr, ret_code): argument
Dandroid_device.py31 def executeShellCommand(self, cmd): argument
55 def __init__(self, cmd, message): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java349 CommandResult cmd = new CommandResult(); in testStartGce_timeout() local
453 CommandResult cmd = new CommandResult(); in testStartGce() local
493 CommandResult cmd = new CommandResult(); in testStartGce_failed() local
552 CommandResult cmd = new CommandResult(); in testStartGce_bootFail() local
581 CommandResult cmd = new CommandResult(); in testShutdownGce() local
619 CommandResult cmd = new CommandResult(); in testShutdownGce_noWait() local
654 CommandResult cmd = new CommandResult(); in testShutdownGce_withJsonKeyFile() local
869 CommandResult cmd = new CommandResult(); in testStartGce_timeoutAndClean() local
/tools/acloud/internal/lib/
Dssh.py36 def _SshCallWait(cmd, timeout=None): argument
63 def _SshCall(cmd, timeout=None): argument
90 def _SshLogOutput(cmd, timeout=None, show_output=False): argument
133 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument
248 def GetCmdOutput(self, cmd): argument
Dota_tools_test.py162 def _CaptureMiscInfo(cmd, **_kwargs): argument
241 def _CaptureSystemQemuConfig(cmd, **_kwargs): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dabstract_inst.py91 def _send(self, cmd): argument
188 def _query(self, cmd): argument
221 def _query(self, cmd): argument
/tools/dexter/dexter/
Ddexter_tests.py54 def Run(cmd, stdin_content=None): argument
80 cmd = '%s %s %s' % (args.cmd, test_config['args'], input) variable
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogReceiver.java34 public LogReceiver(ITestDevice device, String cmd, String desc) { in LogReceiver()
38 public LogReceiver(ITestDevice device, String cmd, String desc, in LogReceiver()
43 private LogReceiver(ITestDevice device, String cmd, in LogReceiver()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DSl4aClientTest.java105 final String cmd = String.format(Sl4aClient.SL4A_LAUNCH_CMD, mDeviceServer.getPort()); in testStartSl4A_notRunning() local
128 final String cmd = String.format(Sl4aClient.SL4A_LAUNCH_CMD, mDeviceServer.getPort()); in setupStartExpectation() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostGTest.java69 public CommandResult executeHostCommand(String cmd) { in executeHostCommand()
78 public CommandResult executeHostCommand(String cmd, long timeoutMs) { in executeHostCommand()
90 String cmd, long timeoutMs, IShellOutputReceiver receiver) { in executeHostGTestCommand()
166 String cmd = getGTestCmdLine(fullPath, flags); in runTest() local
DGoogleBenchmarkTest.java201 String cmd = in doRunAllTestsInSubdirectory() local
251 String cmd = in getTestsForFilters() local
441 final String cmd, in executeCommand()
466 final String cmd, in executeCommandByScript()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceRemoteCmdFormatter.java50 List<String> cmd = new ArrayList<>(); in getSshCommand() local
92 List<String> cmd = new ArrayList<>(); in getScpCommand() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DWifiHelperTest.java50 final String cmd = WifiHelper.buildWifiUtilCmd("meth"); in testBuildCommand_simple() local
61 final String cmd = WifiHelper.buildWifiUtilCmd("meth", "id", "45"); in testBuildCommand_oneArg() local
77 final String cmd = WifiHelper.buildWifiUtilCmd("addWpaPskNetwork", "ssid", "With Space", in testBuildCommand_withSpace() local
/tools/repohooks/rh/
Dutils.py77 def cmd(self): member in CompletedProcess
100 def __init__(self, returncode, cmd, stdout=None, stderr=None, msg=None, argument
155 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
266 def run(cmd, redirect_stdout=False, redirect_stderr=False, cwd=None, input=None, argument
Dshell.py129 def cmd_to_str(cmd): argument
/tools/test/connectivity/acts/framework/acts/controllers/adb_lib/
Derror.py23 def __init__(self, cmd, stdout, stderr, ret_code): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DArtRunTestTest.java182 String cmd = String.format("dalvikvm64 -classpath %s Main", classpath); in testRunSingleTest() local
220 String cmd = String.format("dalvikvm64 -classpath %s Main", classpath); in testRunSingleTest_unexpectedOutput() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java162 String cmd = testCommands.get(testName); in run() local
278 String cmd = testCommands.get(testName); in split() local
292 private IRemoteTest getTestShard(String binaryPath, String testName, String cmd) { in getTestShard()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py210 def send(self, cmd): argument
227 def cmd(self, cmds, wait=None): member in BudsDevice
249 def _cmd(self, cmd, wait=None, throw_error=True): argument
406 def power(self, cmd): argument
591 def led(self, cmd): argument
668 def music_control_events(self, cmd, regexp=None, wait=.5): argument
709 def avrcp(self, cmd): argument
1086 def _get_status(self, cmd): argument
1493 def _evt_hex(cmd): argument
/tools/acloud/create/
Dlocal_image_local_instance.py225 def CheckLaunchCVD(self, cmd, host_bins_path, local_instance_id, argument
272 def _LaunchCvd(cmd, local_instance_id, timeout=None): argument
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java211 final String cmd = entry.getValue(); in tokenizeCommands() local
225 final String[] cmd = entry.getValue(); in getAdditionalHostInfo() local
/tools/acloud/setup/
Dsetup_common.py35 def CheckCmdOutput(cmd, print_cmd=True, **kwargs): argument
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dmain.cpp63 void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceStateMonitor.java51 final String cmd = "pm path android"; in waitForPmResponsive() local
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py102 def cmd(self, cmd_str, wait_ret=True): member in _TNHelper

123