OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTS
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/msm8x27/
clean.sh
6
OPTS
=-k$ORIGINAL
12
$CLEAN_HEADER $
OPTS
$ORIGINAL/$HEADER > $NEW/$HEADER
/external/mesa3d/bin/
mklib
78
OPTS
=$1
90
ar ${
OPTS
} ${LIBNAME} ${OBJECTS}
123
echo ' -altopts
OPTS
alternate options to override all others'
328
OPTS
="-mx32 ${
OPTS
}"
332
OPTS
="-m64 ${
OPTS
}"
336
OPTS
="-m32 ${
OPTS
}"
345
OPTS
="-Xlinker -Bsymbolic -shared
[
all
...]
/external/e2fsprogs/contrib/
e2croncheck
28
OPTS
="-Fttv -C0"
29
#
OPTS
="-Fttv -E fragcheck"
34
if nice logsave -as $TMPFILE e2fsck -p $
OPTS
"/dev/${VG}/${VOLUME}-snap" && \
35
nice logsave -as $TMPFILE e2fsck -fy $
OPTS
"/dev/${VG}/${VOLUME}-snap" ; then
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.py
79
OPTS
= ""
81
OPTS
= '-Djikes.class.path=\"%s\"' % os.environ['JIKESPATH']
94
% (JAVACMD, ANT_OPTS, LOCALCLASSPATH, ANT_HOME,
OPTS
, ANT_ARGS, \
/external/e2fsprogs/tests/scripts/
mkdup
2
OPTS
="-O bigalloc -C 8192"
15
echo $MKE2FS -F -t ext4 -L test $
OPTS
test.img $SIZE
16
$MKE2FS -F -t ext4 -L test $
OPTS
$IMG $SIZE
/external/icu/icu4c/source/
runConfigureICU
9
OPTS
=
82
OPTS
="$
OPTS
--enable-debug"
86
OPTS
="$
OPTS
--disable-release"
432
echo "Running ./configure $
OPTS
$@ for $THE_OS using $THE_COMP compiler"
434
if $configure $
OPTS
$@
/external/iptables/iptables/
iptables-apply
60
OPTS
=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
61
for opt in $
OPTS
; do
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderNormal.java
18
private static final int
OPTS
= 4096;
20
private static final int EXTRA_SIZE_BEFORE =
OPTS
;
21
private static final int EXTRA_SIZE_AFTER =
OPTS
;
23
private final Optimum[]
opts
= new Optimum[
OPTS
];
field in class:LZMAEncoderNormal
38
+
OPTS
* 64 / 1024;
52
for (int i = 0; i <
OPTS
; ++i)
53
opts
[i] = new Optimum();
63
* Converts the
opts
array from backward indexes to forward indexes.
70
int optPrev =
opts
[optCur].optPrev
[
all
...]
/external/selinux/policycoreutils/sepolicy/
sepolicy-bash-completion.sh
80
local -A
OPTS
=(
93
! __contains_word "${COMP_WORDS[i-1]}" ${
OPTS
[ARG}]}; then
112
COMPREPLY=( $(compgen -W '${
OPTS
[$verb]}' -- "$cur") )
122
COMPREPLY=( $(compgen -W '${
OPTS
[$verb]}' -- "$cur") )
148
COMPREPLY=( $(compgen -W '${
OPTS
[$verb]}' -- "$cur") )
155
COMPREPLY=( $(compgen -W '${
OPTS
[$verb]}' -- "$cur") )
172
COMPREPLY=( $(compgen -W '${
OPTS
[$verb]}' -- "$cur") )
183
COMPREPLY=( $(compgen -W '${
OPTS
[$verb]}' -- "$cur") )
190
COMPREPLY=( $(compgen -W '${
OPTS
[$verb]}' -- "$cur") )
Completed in 288 milliseconds