Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DAMControl.java38 StringBuilder cmd = new StringBuilder("am start -n "); in launchInBackground() local
51 public static String execCmd(String cmd) { in execCmd()
/development/tools/
Dmonkey44 def PrintCommand(cmd, env=None): argument
73 def Exec(self, cmd, stdout=None, stderr=None): argument
94 def Run(self, cmd, stdout=None, stderr=None): argument
107 def Get(self, cmd): argument
126 def Shell(self, cmd, stdout=None, stderr=None): argument
/development/scripts/
Dacov-llvm.py75 def check_output(cmd, *args, **kwargs): argument
83 def adb(cmd, *args, **kwargs): argument
93 def adb_shell(cmd, *args, **kwargs): argument
Dusb-reset-by-serial.py89 def docmdlines(cmd, nf=None): argument
Dsymbol.py84 def GetProcess(self, cmd): argument
107 def SpawnProcess(self, cmd): argument
Dcargo2android.py1391 def run_cmd(self, cmd, cargo_out): argument
/development/testrunner/
Drun_command.py37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, argument
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None): argument
Dadb_interface.py74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): argument
290 def PreviewShellCommand(self, cmd): argument
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyCommandEvent.java31 public MonkeyCommandEvent(String cmd) { in MonkeyCommandEvent()
DMonkeyGetAppFrameRateEvent.java126 String cmd = String.format(GET_APP_FRAMERATE_TMPL, sActivityName); in injectEvent() local
DMonkeySourceScript.java728 String cmd = args[0]; in handleEvent() local
736 String cmd = "input text " + input; in handleEvent() local
/development/vndk/snapshot/
Dutils.py51 def check_call(cmd): argument
56 def check_output(cmd): argument
/development/python-packages/adb/
Ddevice.py41 def __init__(self, cmd, stdout, stderr, exit_code): argument
328 def _simple_call(self, cmd): argument
333 def shell(self, cmd): argument
351 def shell_nocheck(self, cmd): argument
374 def shell_popen(self, cmd, kill_atexit=True, preexec_fn=None, argument
/development/build/tools/
Dmk_sources_zip.py207 def shellExec(*cmd):
/development/vndk/tools/image-diff-tool/
Ddiff.py24 def silent_call(cmd): argument
/development/tools/repo_pull/
Drepo_pull.py248 def _sh_quote_command(cmd): argument
/development/testrunner/coverage/
Dcoverage.py189 def _RunCmd(self, cmd): argument
/development/vendor_snapshot/
Dupdate.py724 def check_call(cmd): argument
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py4449 def register_subcmd(cmd): argument