HomeSort by relevance Sort by last modified time
    Searched refs:yes (Results 201 - 225 of 372) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/tools/
Makefile.in 44 dot_seen=yes; \
Makefile.org 44 dot_seen=yes; \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 198 --help|-h|-\?) OPTION_HELP=yes
201 if [ "$VERBOSE" = "yes" ] ; then
202 VERBOSE2=yes
204 VERBOSE=yes
207 --force) FORCE="yes"
243 --only-sysroot) ONLY_SYSROOT=yes
245 --bootstrap) BOOTSTRAP=yes
260 if [ "$OPTION_HELP" = "yes" ]; then
388 if [ "$VERBOSE" = "yes" ] ; then
396 if [ "$VERBOSE2" = "yes" ] ; the
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY_JUMBO.S 18 bne .L${opcode}_continue @ yes, continue on
24 beq common_exceptionThrown @ yes, handle exception
OP_INSTANCE_OF.S 30 beq .L${opcode}_trivial @ yes, trivial finish
80 beq common_exceptionThrown @ yes, handle exception
OP_INSTANCE_OF_JUMBO.S 43 beq .L${opcode}_trivial @ yes, trivial finish
93 beq common_exceptionThrown @ yes, handle exception
OP_FILLED_NEW_ARRAY.S 18 bne .L${opcode}_continue @ yes, continue on
24 beq common_exceptionThrown @ yes, handle exception
OP_CHECK_CAST.S 65 beq common_exceptionThrown @ yes, handle exception
OP_IGET_JUMBO.S 38 beq common_exceptionThrown @ yes, throw exception
OP_IGET_WIDE_JUMBO.S 35 beq common_exceptionThrown @ yes, throw exception
OP_INVOKE_SUPER.S 52 b common_exceptionThrown @ yes, handle exception
  /external/markdown/markdown/extensions/
headerid.py 140 elif s.lower() in ['1', 't', 'true', 'on', 'yes', 'y']:
  /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/valgrind/main/auxprogs/
gsl16test 99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
gsl19test 104 do GSL_TEST_VERBOSE=1 eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
  /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/liblzf/
configure 152 as_have_required=yes
157 if test $as_have_required = yes && (eval ":
254 as_have_required=yes
724 *) ac_optarg=yes ;;
731 ac_dashdash=yes ;;
804 with_gas=yes ;;
871 no_create=yes ;;
875 no_recursion=yes ;;
934 silent=yes ;;
976 verbose=yes ;;
    [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...]
  /external/llvm/utils/buildit/
build_llvm 37 # The seventh parameter is a yes/no that indicates whether assertions should be
41 # The eighth parameter is a yes/no that indicates whether this is an optimized
45 # The ninth parameter is a yes/no that indicates whether libLTO.dylib
49 # A yes/no parameter that controls whether to cross-build for an ARM host.
52 # A yes/no parameter that controls whether to cross-build for the iOS simulator
88 if [ "$ARM_HOSTED_BUILD" = yes ]; then
112 if [ "$ARM_HOSTED_BUILD" = yes ]; then
115 elif [ "$IOS_SIM_BUILD" = yes ]; then
295 if [ "$INSTALL_LIBLTO" = "yes" ]; then
  /ndk/
ndk-gdb 138 OPTION_HELP=yes
141 VERBOSE=yes
196 OPTION_FORCE="yes"
199 OPTION_LAUNCH_LIST="yes"
205 OPTION_START=yes
225 if [ "$OPTION_HELP" = "yes" ] ; then
403 if [ "$OPTION_LAUNCH_LIST" = "yes" ] ; then
539 if [ "$OPTION_START" = "yes" ] ; then
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 110 .setPositiveButton(R.string.yes, new OnClickListener() {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 86 p.mPositiveButtonText = getString(R.string.yes);

Completed in 500 milliseconds

1 2 3 4 5 6 7 891011>>