OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getopts
(Results
1 - 25
of
73
) sorted by null
1
2
3
/external/autotest/client/tests/kernbench/
kernbench.old
12
def
getopts
():
37
getopts
()
/device/intel/edison/flash_tools/
brillo-provision-edison.sh
34
GETOPTS
="$(which getopt)"
35
if [[ "$OSTYPE" == "darwin"* ]] ; then READLINK=greadlink;
GETOPTS
="$(brew list gnu-getopt | grep bin/getopt)"; else READLINK=readlink;fi;
89
ARGS=$($
GETOPTS
-o hv -l "recovery,help" -n "${0##*/}" -- "$@");
/external/emma/core/java12/com/vladium/util/args/
IOptsParser.java
49
IOpt []
getOpts
();
52
IOpt []
getOpts
(String pattern);
/external/autotest/client/deps/lansim/src/
run_unittests
34
while
getopts
":fh" opt; do
/external/blktrace/
btrace
14
while
getopts
"a:w:n:b:r:sthv" c
/external/autotest/contrib/
servo-summary
5
while
getopts
"c" name
deploy_puppet.sh
34
while
getopts
":s:r:n:dh" opt; do
task_runner.sh
49
while
getopts
":h" opt; do
/external/autotest/site_utils/
es_create_alias.sh
26
while
getopts
":s:p:a:i:" opt; do
/external/ltrace/sysdeps/linux-gnu/
mksyscallent_s390
32
getopts
('x');
/external/autotest/site_utils/admin/
deploy_private_tests.sh
20
while
getopts
":p:a:h" opt; do
/external/iproute2/tipc/
tipc.c
86
/* Invalid option, error msg is printed by
getopts
*/
/external/libvpx/
lint_config.sh
25
while
getopts
"h:a:o:p" flag
/external/shflags/src/
shflags_test.sh
31
while
getopts
'e:hs:t:' opt; do
/external/v8/tools/
v8-rolls.sh
104
while
getopts
":hn:s:" OPTION ; do
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py
120
# Using
getopts
to handle options
p2p_flush.py
120
# Using
getopts
to handle options
p2p_stop_find.py
125
# Using
getopts
to handle options
/packages/services/Telecomm/scripts/
telecom_testing.sh
23
while
getopts
"c:hadie" opt; do
/external/mksh/src/
dot.mkshrc
133
while \
getopts
":lvn" d; do
177
while \
getopts
":0123456789lvn" d; do
213
while \
getopts
":0123456789lvn" d; do
434
i_func[nfunc++]=
getopts
501
while \
getopts
"adf:nps" x; do
/external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java
65
int optind =
getopts
(options, argv);
256
private static int
getopts
(Hashtable options, String[] argv) {
method in class:CommandLine
/build/blueprint/
bootstrap.bash
95
while
getopts
":b:hi:rt" opt; do
/device/moto/shamu/
init.mmi.touch.sh
6
while
getopts
d op;
/external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java
64
final IOptsParser.IOpt [] opts = parsedopts.
getOpts
();
/external/emma/core/java12/com/vladium/emma/report/
reportCommand.java
66
final IOptsParser.IOpt [] opts = parsedopts.
getOpts
();
Completed in 2627 milliseconds
1
2
3