OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COMMANDS
(Results
1 - 5
of
5
) 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)
/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[] {
/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/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
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 479 milliseconds