HomeSort by relevance Sort by last modified time
    Searched refs:COMMANDS (Results 1 - 9 of 9) sorted by null

  /frameworks/base/cmds/svc/src/com/android/commands/svc/
Svc.java 17 package com.android.commands.svc;
49 final int N = COMMANDS.length;
51 Command c = COMMANDS[i];
75 System.err.println("Available commands:");
76 final int N = COMMANDS.length;
79 Command c = COMMANDS[i];
87 Command c = COMMANDS[i];
93 public static final Command[] COMMANDS = new Command[] {
  /external/chromium_org/media/tools/constrained_network_server/
cn.py 26 COMMANDS = {
47 command: one of the possible commands to setup, delete or teardown the
57 for s in COMMANDS:
59 (indent_first, '', opt_width, s, COMMANDS[s].desc))
62 ('|'.join(COMMANDS.keys()), '\n'.join(cmd_usage)))
85 if not args or args[0].lower() not in COMMANDS:
86 parser.error('Please specify a command {%s}.' % '|'.join(COMMANDS.keys()))
90 if COMMANDS[user_cmd].requires_ports:
117 COMMANDS[user_cmd].dispatch(config)
  /external/chromium_org/tools/deep_memory_profiler/
dmprof.py 21 COMMANDS = {
34 if len(sys.argv) < 2 or (not sys.argv[1] in COMMANDS):
37 Commands:
72 errorcode = COMMANDS[action]().do(sys.argv)
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
Launcher.java 17 package com.android.commands.uiautomator;
26 * This class maintains the list of sub commands, and redirect the control into it based on the
27 * command line arguments. It also prints out help arguments for each sub commands.
29 * To add a new sub command, implement {@link Command} and add an instance into COMMANDS array
34 * A simple abstraction class for supporting generic sub commands
91 for (Command command : COMMANDS) {
104 for (Command command : COMMANDS) {
129 private static Command[] COMMANDS = new Command[] {
  /external/chromium_org/build/android/
adb_gdb 298 gdb command script with the --script=<file> option. Note that its commands
325 --su-prefix=<prefix> Prepend <prefix> to 'adb shell' commands that are
612 # sub-shell commands we're going to launch, so take the PID of the launcher
955 # Generate a file containing useful GDB initialization commands
956 readonly COMMANDS=$TMPDIR/gdb.init
957 log "Generating GDB initialization commands file: $COMMANDS"
958 echo -n "" > $COMMANDS
959 echo "file $TMPDIR/$GDBEXEC" >> $COMMANDS
960 echo "directory $CHROMIUM_SRC" >> $COMMANDS
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 52 print >> sys.stderr, 'Available commands are:'
53 for command in COMMANDS:
147 COMMANDS = [cls() for _, cls in inspect.getmembers(sys.modules[__name__])
216 commands = [command for command in COMMANDS
218 if len(commands) > 1:
221 for command in commands:
224 if commands:
225 command = commands[0]
233 if commands
    [all...]
  /external/chromium_org/tools/valgrind/
waterfall.sh 170 COMMANDS:
  /external/iptables/iptables/
iptables-apply 113 COMMANDS=(tempfile "$SAVE" "$RESTORE")
115 for cmd in "${COMMANDS[@]}"; do
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 543 milliseconds