Searched refs:commands (Results 1 – 25 of 46) sorted by relevance
12
3 import commands8 return_code, output = commands.getstatusoutput(command)
1 import commands23 exit_code, output = commands.getstatusoutput(command)
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;
25 "gsi_util/commands/*.py",26 "gsi_util/commands/common/*.py",
373 commands = []374 commands.append(377 commands.append('target create {}'.format(binary_name))379 commands.append("settings append target.source-map '/b/f/w' '{}'".format(root))380 commands.append("settings append target.source-map '' '{}'".format(root))381 commands.append('target modules search-paths add / {}/'.format(sysroot))382 commands.append('gdb-remote {}'.format(port))383 return '\n'.join(commands)
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.46 Three sub-commands are supported:50 * `repo_pull.py bash` prints the *bash commands* that can pull the change lists.107 To print the bash commands that can pull the change lists, use the `bash`
21 from gsi_util.commands.common import image_sources
5 To checkout the source tree, run the following commands: