Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 72) 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
/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/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
Dadb.py57 def __init__(self, cmd, stdout, stderr, ret_code): argument
154 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument
189 def _exec_cmd_nb(self, cmd, **kwargs): argument
/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/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/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
Dota_tools_test.py162 def _CaptureMiscInfo(cmd, **_kwargs): argument
238 def _CaptureSystemQemuConfig(cmd, **_kwargs): 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/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/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/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/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/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/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/acloud/create/
Dlocal_image_local_instance.py206 def CheckLaunchCVD(self, cmd, host_bins_path, local_instance_id, argument
251 def _LaunchCvd(cmd, local_instance_id, timeout=None): argument
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java210 final String cmd = entry.getValue(); in tokenizeCommands() local
224 final String[] cmd = entry.getValue(); in getAdditionalHostInfo() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java349 final ExecutableCommand cmd; field in CommandScheduler.ExecutableCommandState
352 ExecutableCommandState(ExecutableCommand cmd, CommandState state) { in ExecutableCommandState()
657 List<String> cmd = Arrays.asList(mCmd.getCommandTracker().getArgs()); in checkStrayThreads() local
1067 ExecutableCommand cmd = cmdIter.next(); in processReadyCommands() local
1100 ExecutableCommand cmd = cmdDeviceEntry.getKey(); in processReadyCommands() local
1101 startInvocation(cmdDeviceEntry.getValue(), cmd, in processReadyCommands() local
1372 ExecutableCommand cmd = new ExecutableCommand(cmdTracker, config, rescheduled); in createExecutableCommand() local
1399 private synchronized boolean addExecCommandToQueue(final ExecutableCommand cmd, in addExecCommandToQueue()
1565 ExecutableCommand cmd, in startInvocation()
1710 ExecutableCommand cmd = cmdIter.next(); in removeCommandsFromFile() local
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/
Dgss6450.py41 def _put(self, cmd): argument
57 def _get(self, cmd): argument
/tools/acloud/setup/
Dsetup_common.py34 def CheckCmdOutput(cmd, print_cmd=True, **kwargs): argument
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dmain.cpp64 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
DNativeDeviceStateMonitor.java182 final String cmd = "ls /system/bin/adb"; in waitForDeviceShell() local
252 final String cmd = "getprop " + BOOTCOMPLETE_PROP; in waitForBootComplete() local
309 String cmd = null; in waitForStoreMount() local

123