OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMMANDS
(Results
1 - 13
of
13
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
command.h
22
#define
COMMANDS
__table ( struct command, "
commands
" )
24
#define __command __table_entry (
COMMANDS
, 01 )
/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/python/cpython3/Tools/scripts/
import_diagnostics.py
18
COMMANDS
= (
24
sub = parser.add_subparsers(title="
Commands
")
25
for name, description, implementation, add_args 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[] {
/system/netd/netutils_wrappers/
NetUtilsWrapperTest-1.0.cpp
35
std::vector<Command>
COMMANDS
= {
61
for (const Command& cmd :
COMMANDS
) {
/external/ltp/tools/pounder21/
Install
34
COMMANDS
="make g++ lex gcc python wget sudo diff patch egrep rm echo test which cp mkdir"
37
for cmd in $
COMMANDS
/external/syslinux/gpxe/src/hci/
shell.c
64
printf ( "\nAvailable
commands
:\n\n" );
65
for_each_table_entry ( command,
COMMANDS
) {
/external/toybox/scripts/
install.sh
36
COMMANDS
="$(generated/instlist $LONG_PATH)"
38
echo "${UNINSTALL:-Install}
commands
..."
56
for i in $
COMMANDS
106
# The following are
commands
toybox should provide, but doesn't yet.
/external/libcap/kdebug/
test-kernel.sh
50
COMMANDS
="ls ln cp id pwd mkdir rmdir cat rm sh mount umount chmod less"
51
for f in $
COMMANDS
; do
/external/syslinux/gpxe/src/core/
exec.c
79
for_each_table_entry ( cmd,
COMMANDS
) {
/external/iptables/iptables/
iptables-apply
114
COMMANDS
=(tempfile "$SAVE" "$RESTORE")
116
for cmd in "${
COMMANDS
[@]}"; do
/external/selinux/python/sepolicy/sepolicy/
manpage.py
172
from
commands
import getstatusoutput
892
.SH "
COMMANDS
"
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 385 milliseconds