Home
last modified time | relevance | path

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

12

/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
134 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument
249 def GetCmdOutput(self, cmd): argument
Dota_tools_test.py190 def _CaptureMiscInfo(cmd, **_kwargs): argument
269 def _CaptureSystemQemuConfig(cmd, **_kwargs): argument
Dutils.py792 def _ExecuteCommand(cmd, args): argument
1156 def AddUserGroupsToCmd(cmd, user_groups): argument
1372 def CheckOutput(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
Dadb.py146 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument
182 def _exec_cmd_nb(self, cmd, **kwargs): argument
Dfastboot.py26 def __init__(self, cmd, stdout, stderr, ret_code): argument
/tools/dexter/dexter/
Ddexter_tests.py55 def Run(cmd, stdin_content=None): argument
81 cmd = '%s %s %s' % (args.cmd, test_config['args'], input) variable
/tools/repohooks/rh/
Dutils.py73 def cmd(self): member in CompletedProcess
96 def __init__(self, returncode, cmd, stdout=None, stderr=None, msg=None, argument
151 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
262 def run(cmd, redirect_stdout=False, redirect_stderr=False, cwd=None, input=None, argument
Dshell.py123 def cmd_to_str(cmd): argument
Dhooks.py240 def _run(cmd, **kwargs): argument
307 def _fixup_func_caller(cmd, **kwargs): argument
322 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): 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/test/connectivity/acts/framework/acts/controllers/adb_lib/
Derror.py23 def __init__(self, cmd, stdout, stderr, ret_code): argument
/tools/acloud/setup/
Dsetup_common.py35 def CheckCmdOutput(cmd, print_cmd=True, **kwargs): argument
Dgcp_setup_runner.py158 def RunGcloud(self, cmd, **kwargs): argument
172 def RunGsutil(self, cmd, **kwargs): argument
/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/
Dgss6450.py41 def _put(self, cmd): argument
57 def _get(self, cmd): 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/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py102 def cmd(self, cmd_str, wait_ret=True): member in _TNHelper
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/
Dnp02b.py147 def cmd(self, cmd_str): member in _TNHelperNP02B
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_media_utils.py65 def send_media_passthrough_cmd(log, argument
/tools/asuite/atest-py2/test_runners/
Dtest_runner_base.py68 def run(self, cmd, output_to_stdout=False, env_vars=None): argument
/tools/asuite/atest-py2/tools/
Datest_tools.py86 def has_command(cmd): argument
/tools/asuite/atest/test_runners/
Dtest_runner_base.py67 def run(self, cmd, output_to_stdout=False, env_vars=None): argument
/tools/platform-compat/java/com/android/class2nonsdklist/
DClass2NonSdkList.java122 CommandLine cmd; in main() local
/tools/asuite/atest/tools/
Datest_tools.py111 def has_command(cmd): argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java126 String cmd = "dumpsys SurfaceFlinger --latency \"" + mTestLayer+ "\""; in getRawData() local

12