Searched refs:opt (Results 1 – 21 of 21) sorted by relevance
/ndk/build/tools/ |
D | prebuilt-common.sh | 317 for opt in $OPTIONS; do 318 text=`option_get_attr $opt text | awk "$AWK_SCRIPT"` 319 abstract=`option_get_attr $opt abstract` 320 default=`option_get_attr $opt default` 344 local opt optname otype value name fin funcname 362 opt=`expr -- "$1" : '^\(--[^=]*\)=.*$'` 363 if [ -n "$opt" ] ; then 370 opt=`expr -- "$1" : '^\(--.*\)$'` 371 if [ -n "$opt" ] ; then 378 opt=`expr -- "$1" : '^\(-[A-Za-z0-9]\)..*$'` [all …]
|
D | build-ndk-sysroot.sh | 45 for opt do 46 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 47 case "$opt" in 70 echo "unknown option '$opt', use --help"
|
D | gen-platforms.sh | 76 for opt do 77 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 78 case "$opt" in 122 echo "unknown option '$opt', use --help"
|
D | build-mingw64-toolchain.sh | 159 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 160 case $opt in
|
/ndk/tests/ |
D | check-release.sh | 40 for opt; do 41 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 42 case $opt in 53 panic "Unknown option '$opt'. See --help for list of valid ones." 57 NDK_DIR=$opt
|
D | run-tests.sh | 53 opt="$1" 54 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 55 case "$opt" in 85 JOBS=`expr "$opt" : '-j\(.*\)'` 110 echo "ERROR: Unknown option '$opt', use --help for list of valid ones." 114 RUN_TESTS=$RUN_TESTS" $opt"
|
/ndk/ |
D | ndk-gdb | 175 opt="$1" 176 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 177 case "$opt" in 193 optarg=`expr -- "$opt" : '-s\(.*\)'` 203 optarg=`expr -- "$opt" : '-p\(.*\)'` 215 optarg=`expr -- "$opt" : '-x\(.*\)'` 254 echo "ERROR: Unknown option '$opt', use --help for list of valid ones." 259 PARAMETERS="$opt" 261 PARAMETERS="$PARAMETERS $opt"
|
D | ndk-build | 57 for opt; do 58 case $opt in
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.com | 75 $ open/write optf make.opt 86 $ link/exe=make make.opt/opt'lopt 95 $ if f$search("make.opt").nes."" then $ del make.opt;*
|
D | readme.vms | 228 lengths of commands (and no need for .opt files :-) any more.
|
/ndk/tests/standalone/ |
D | run.sh | 57 for opt; do 58 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 59 case $opt in 85 panic "Unknown option '$opt'. See --help for list of valid ones." 88 TEST_SUBDIRS=$TEST_SUBDIRS" "$opt
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.c | 205 int opt; local 241 while ((opt = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != EOF) 243 switch (opt)
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile | 91 ACLOCAL = ${SHELL} /opt/src/make/make-release/config/missing --run aclocal-1.9 95 AMTAR = ${SHELL} /opt/src/make/make-release/config/missing --run tar 97 AUTOCONF = ${SHELL} /opt/src/make/make-release/config/missing --run autoconf 98 AUTOHEADER = ${SHELL} /opt/src/make/make-release/config/missing --run autoheader 99 AUTOMAKE = ${SHELL} /opt/src/make/make-release/config/missing --run automake-1.9 132 MAKEINFO = ${SHELL} /opt/src/make/make-release/config/missing --run makeinfo 188 install_sh = /opt/src/make/make-release/config/install-sh
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _cray.h | 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
|
/ndk/build/tools/toolchain-patches/llvm/ |
D | 0013-Add-flags-to-ignore-FeatureHasRAS.patch | 16 @@ -34,6 +34,17 @@ static cl::opt<bool> 27 +static cl::opt<bool>
|
D | 0012-Backport-.init_array-.fini_array-work.patch | 535 +static cl::opt<bool>
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texi2dvi | 133 opt=`echo "$1" | sed -e 's/=.*//'` 136 set dummy "$opt" "$val" ${1+"$@"}; shift
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | gnulib-comp.m4 | 225 # and alloca is special cased (for the alloca-opt module). 252 # and alloca is special cased (for the alloca-opt module).
|
D | lib-link.m4 | 706 for opt in $2; do 716 case $opt in 718 -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 2485 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 22693 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 22738 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
|
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/ |
D | 0001-MINGW.patch | 1160 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
|