OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMMANDS
(Results
1 - 7
of
7
) sorted by null
/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)
/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
Completed in 679 milliseconds