OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMMANDS
(Results
1 - 5
of
5
) 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[] {
/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/iptables/iptables/
iptables-apply
113
COMMANDS
=(tempfile "$SAVE" "$RESTORE")
115
for cmd in "${
COMMANDS
[@]}"; do
/external/webkit/Tools/Scripts/
old-run-webkit-tests
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 2149 milliseconds