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
/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/toybox/scripts/
install.sh
39
COMMANDS
="$(generated/instlist $LONG_PATH)"
41
echo "Install
commands
..."
57
for i in $
COMMANDS
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
glacier
40
COMMANDS
= ('vaults', 'jobs', 'upload')
47
Commands
126
if command not in
COMMANDS
:
/external/iptables/iptables/
iptables-apply
114
COMMANDS
=(tempfile "$SAVE" "$RESTORE")
116
for cmd in "${
COMMANDS
[@]}"; do
/external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py
33
import
commands
namespace
170
rc, output =
commands
.getstatusoutput("/usr/bin/groff -man -Thtml %s 2>/dev/null" % manpage)
846
.SH "
COMMANDS
"
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 775 milliseconds