Searched refs:commands (Results 1 – 25 of 47) sorted by relevance
12
3 import commands8 return_code, output = commands.getstatusoutput(command)
1 import commands23 exit_code, output = commands.getstatusoutput(command)
336 commands = []337 commands.append(340 commands.append('target create {}'.format(binary_name))342 commands.append("settings append target.source-map '/b/f/w' '{}'".format(root))343 commands.append("settings append target.source-map '' '{}'".format(root))344 commands.append('target modules search-paths add / {}/'.format(sysroot))345 commands.append('# If the below `gdb-remote` fails, run the command manually, '347 commands.append('gdb-remote {}'.format(str(port)))348 return '\n'.join(commands)
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;
16 package com.android.commands.monkey;
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;
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:
10 exec app_process $base/bin com.android.commands.monkey.Monkey "$@"
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 To checkout the source tree, run the following commands:
5 connecting to multiple devices and running multiple adb commands simultaneously.