HomeSort by relevance Sort by last modified time
    Searched refs:COMMANDS (Results 1 - 10 of 10) 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/base/cmds/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/deqp/framework/delibs/scripts/
git-check.py 12 COMMANDS = ["pull", "push", "check"]
24 if (sys.argv[1] in COMMANDS):
  /external/chromium_org/build/android/
adb_gdb 293 gdb command script with the --script=<file> option. Note that its commands
320 --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
980 # Generate a file containing useful GDB initialization commands
981 readonly COMMANDS=$TMPDIR/gdb.init
982 log "Generating GDB initialization commands file: $COMMANDS"
983 echo -n "" > $COMMANDS
984 echo "set print pretty 1" >> $COMMANDS
985 echo "python" >> $COMMANDS
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
command_line.py 20 COMMANDS = ['devices', 'ps', 'stats', 'mmaps', 'classified_mmaps']
21 usage = ('%prog [options] ' + ' | '.join(COMMANDS))
39 if not args or args[0] not in COMMANDS:
  /external/chromium_org/tools/valgrind/
waterfall.sh 170 COMMANDS:
  /external/iptables/iptables/
iptables-apply 114 COMMANDS=(tempfile "$SAVE" "$RESTORE")
116 for cmd in "${COMMANDS[@]}"; do
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 316 milliseconds