Searched refs:commands (Results 1 – 25 of 44) sorted by relevance
12
3 import commands8 return_code, output = commands.getstatusoutput(command)
1 import commands23 exit_code, output = commands.getstatusoutput(command)
266 commands = []267 commands.append(270 commands.append('target create {}'.format(binary_name))272 commands.append("settings append target.source-map '/b/f/w' '{}'".format(root))273 commands.append("settings append target.source-map '' '{}'".format(root))274 commands.append('target modules search-paths add / {}/'.format(sysroot))275 commands.append('gdb-remote {}'.format(str(port)))276 return '\n'.join(commands)
17 package com.android.commands.monkey;
16 package com.android.commands.monkey;
16 package com.android.commands.monkey;24 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;25 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;26 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;
17 package com.android.commands.monkey;19 import static com.android.commands.monkey.MonkeySourceNetwork.EARG;34 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;35 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;36 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;
10 exec app_process $base/bin com.android.commands.monkey.Monkey "$@"
23 Now you're ready to run commands27 Individual commands are separated by newlines. The Monkey will28 respond to every command with a line starting with OK for commands30 commands that had problems being run. For commands that return a45 The complete list of commands follows:
30 4. Copy the highlighted shell commands and paste them in a terminal.48 Three sub-commands are supported:52 * `repo_pull.py bash` prints the *bash commands* that can pull the change lists.109 To print the bash commands that can pull the change lists, use the `bash`
5 connecting to multiple devices and running multiple adb commands simultaneously.
5 To checkout the source tree, run the following commands: