Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 18 of 18) 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/scripts/
Dacov-llvm.py79 def check_output(cmd, *args, **kwargs): argument
87 def adb(cmd, *args, **kwargs): argument
97 def adb_shell(cmd, *args, **kwargs): argument
Dusb-reset-by-serial.py89 def docmdlines(cmd, nf=None): argument
Dsymbol.py70 def GetProcess(self, cmd): argument
93 def SpawnProcess(self, cmd): 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/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/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.py50 def check_call(cmd): argument
55 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.py247 def _sh_quote_command(cmd): argument
/development/testrunner/coverage/
Dcoverage.py189 def _RunCmd(self, cmd): argument
/development/vendor_snapshot/
Dupdate.py613 def check_call(cmd): argument
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py4449 def register_subcmd(cmd): argument