/external/openssl/apps/ |
openssl.cnf | 345 ordering = yes # Is ordering defined for timestamps? 347 tsa_name = yes # Must the TSA name be included in the reply?
|
/external/elfutils/ |
configure | 381 *) ac_optarg=yes ;; 396 with_gas=yes ;; 454 no_create=yes ;; 458 no_recursion=yes ;; 507 silent=yes ;; 549 verbose=yes ;; 563 *) ac_optarg=yes ;; 578 with_x=yes ;; 663 cross_compiling=yes 670 test "$silent" = yes && exec 6>/dev/nul [all...] |
/external/dropbear/ |
configure | 413 *) ac_optarg=yes ;; 428 with_gas=yes ;; 486 no_create=yes ;; 490 no_recursion=yes ;; 539 silent=yes ;; 581 verbose=yes ;; 595 *) ac_optarg=yes ;; 610 with_x=yes ;; 695 cross_compiling=yes 702 test "$silent" = yes && exec 6>/dev/nul [all...] |
/external/grub/util/ |
grub-install | 249 recheck=yes ;; 252 debug=yes ;; 275 if test $debug = yes; then 328 if test $recheck = yes; then 460 if grep "Error [0-9]*: " $log_file >/dev/null || test $debug = yes; then
|
/external/grub/ |
configure | 415 *) ac_optarg=yes ;; 430 with_gas=yes ;; 488 no_create=yes ;; 492 no_recursion=yes ;; 541 silent=yes ;; 583 verbose=yes ;; 597 *) ac_optarg=yes ;; 612 with_x=yes ;; 697 cross_compiling=yes 704 test "$silent" = yes && exec 6>/dev/nul [all...] |
/external/fdlibm/ |
configure | 378 *) ac_optarg=yes ;; 393 with_gas=yes ;; 451 no_create=yes ;; 455 no_recursion=yes ;; 504 silent=yes ;; 546 verbose=yes ;; 560 *) ac_optarg=yes ;; 575 with_x=yes ;; 660 cross_compiling=yes 667 test "$silent" = yes && exec 6>/dev/nul [all...] |
/ndk/build/core/ |
ndk-common.sh | 63 VERBOSE=${VERBOSE-yes} 104 if [ "$VERBOSE" = "yes" ] ; then 115 if [ "$VERBOSE2" = "yes" ] ; then 126 if [ "$VERBOSE" = "yes" ] ; then 299 FORCE_32BIT=yes 367 if [ "$FORCE_32BIT" = yes ] ; then 587 if [ "$VERBOSE2" = "yes" ] ; then 634 if [ "$VERBOSE2" = "yes" ] ; then
|
/ndk/ |
ndk-gdb | 118 OPTION_HELP=yes 121 VERBOSE=yes 176 OPTION_FORCE="yes" 179 OPTION_LAUNCH_LIST="yes" 185 OPTION_START=yes 205 if [ "$OPTION_HELP" = "yes" ] ; then 341 if [ "$OPTION_LAUNCH_LIST" = "yes" ] ; then 476 if [ "$OPTION_START" = "yes" ] ; then
|
/dalvik/vm/mterp/armv5te/ |
OP_FILLED_NEW_ARRAY.S | 18 bne .L${opcode}_continue @ yes, continue on 24 beq common_exceptionThrown @ yes, handle exception
|
OP_CHECK_CAST.S | 66 beq common_exceptionThrown @ yes, handle exception
|
OP_INVOKE_SUPER.S | 52 b common_exceptionThrown @ yes, handle exception
|
OP_IPUT.S | 26 bne .L${opcode}_finish @ yes, finish up
|
OP_IPUT_OBJECT.S | 26 bne .L${opcode}_finish @ yes, finish up
|
OP_IPUT_WIDE.S | 21 bne .L${opcode}_finish @ yes, finish up
|
/external/iproute2/ |
configure | 20 echo yes
|
/packages/apps/Mms/src/com/android/mms/ |
LogTag.java | 86 .setPositiveButton(R.string.yes, new OnClickListener() {
|
/packages/apps/Settings/src/com/android/settings/ |
DevelopmentSettings.java | 46 // To track whether Yes was clicked in the adb warning dialog 89 .setPositiveButton(android.R.string.yes, this)
|
/dalvik/vm/mterp/armv4t/ |
OP_IPUT_WIDE.S | 21 bne .L${opcode}_finish @ yes, finish up
|
/dalvik/vm/mterp/armv6t2/ |
OP_IPUT_WIDE.S | 20 bne .L${opcode}_finish @ yes, finish up
|
/dalvik/vm/mterp/x86/ |
OP_NEW_ARRAY.S | 26 jne .L${opcode}_finish # yes, fast path
|
/external/chromium/third_party/icu/source/test/ |
Makefile.in | 35 ifneq ($(RECURSIVE),YES) 56 dot_seen=yes; \
|
/external/icu4c/test/ |
Makefile.in | 35 ifneq ($(RECURSIVE),YES) 56 dot_seen=yes; \
|
/external/protobuf/ |
configure.ac | 48 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc 53 AS_IF([test "$GCC" = "yes"],[ 121 AS_IF([test "$with_protoc" == "yes"], [
|
/frameworks/base/media/libstagefright/codecs/aacenc/Tools/ |
eclair.mk | 30 # for debug or not: yes for debug, any other for release 35 ifeq ($(VODML), yes) 139 ifeq ($(VODBG), yes) 166 ifeq ($(VODBG), yes)
|
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/ |
JDBCStatement.java | 307 public void setPoolable(boolean yes) throws SQLException { 308 if (yes) {
|