HomeSort by relevance Sort by last modified time
    Searched refs:yes (Results 51 - 75 of 429) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/projects/sample/autoconf/m4/
link_options.m4 33 [llvm_cv_link_use_r=yes],[llvm_cv_link_use_r=no])
37 if test "$llvm_cv_link_use_r" = yes ; then
54 [llvm_cv_link_use_export_dynamic=yes],[llvm_cv_link_use_export_dynamic=no])
58 if test "$llvm_cv_link_use_export_dynamic" = yes ; then
98 [llvm_cv_link_use_version_script=yes],[llvm_cv_link_use_version_script=no])
104 if test "$llvm_cv_link_use_version_script" = yes ; then
ltdl.m4 32 [with_included_ltdl=yes])
123 libltdl_cv_sys_dlopen_deplibs=yes
128 libltdl_cv_sys_dlopen_deplibs=yes
132 libltdl_cv_sys_dlopen_deplibs=yes
135 libltdl_cv_sys_dlopen_deplibs=yes
138 libltdl_cv_sys_dlopen_deplibs=yes
148 libltdl_cv_sys_dlopen_deplibs=yes
151 libltdl_cv_sys_dlopen_deplibs=yes
154 libltdl_cv_sys_dlopen_deplibs=yes
168 # it is, this changes to `yes'. Without it, it would be `no'
    [all...]
  /external/libvpx/libvpx/
libs.mk 14 ifeq ($(ARCH_ARM),yes)
15 ASM:=$(if $(filter yes,$(CONFIG_GCC)),.asm.s,.asm)
20 CODEC_SRCS-yes += CHANGELOG
21 CODEC_SRCS-yes += libs.mk
28 $(eval $(if $(filter universal%,$(TOOLCHAIN)),LIPO_LIBVPX,BUILD_LIBVPX):=yes)
31 CODEC_SRCS-yes += $(addprefix vpx/,$(call enabled,API_SRCS))
35 CODEC_SRCS-yes += $(addprefix vpx_mem/,$(call enabled,MEM_SRCS))
38 CODEC_SRCS-yes += $(addprefix vpx_scale/,$(call enabled,SCALE_SRCS))
41 CODEC_SRCS-yes += $(addprefix vpx_ports/,$(call enabled,PORTS_SRCS))
44 ifeq ($(CONFIG_VP8_ENCODER),yes)
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]
14 that --trace-children=yes should not trace into
18 --child-silent-after-fork=no|yes omit child output between fork & exec? [no]
19 --vgdb=no|yes|full activate gdbserver? [yes]
24 --track-fds=no|yes track open file descriptors? [no]
25 --time-stamp=no|yes add timestamps to log messages? [no]
31 --xml=yes emit error output in XML (some tools only)
36 --demangle=no|yes automatically demangle C++ names? [yes]
    [all...]
cmdline1.stdout.exp 12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]
14 that --trace-children=yes should not trace into
18 --child-silent-after-fork=no|yes omit child output between fork & exec? [no]
19 --vgdb=no|yes|full activate gdbserver? [yes]
24 --track-fds=no|yes track open file descriptors? [no]
25 --time-stamp=no|yes add timestamps to log messages? [no]
31 --xml=yes emit error output in XML (some tools only)
36 --demangle=no|yes automatically demangle C++ names? [yes]
    [all...]
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 3 struct yes;
34 yes& islong(long);
35 yes& islong(unsigned long); // FIXME: shouldn't be needed
48 (void)static_cast<yes&>(islong(s + l));
56 (void)static_cast<yes&>(islong(s % l));
57 (void)static_cast<yes&>(islong(l << s));
59 (void)static_cast<yes&>(islong(e1 % l));
  /external/libvpx/libvpx/build/make/
Android.mk 66 enabled=$(filter-out $($(1)-no),$($(1)-yes))
116 ifeq ($(CONFIG_VP8_DECODER), yes)
119 ifeq ($(CONFIG_VP8_ENCODER), yes)
176 ifeq ($(CONFIG_RUNTIME_CPU_DETECT),yes)
196 ifeq ($(CONFIG_VP8_DECODER), yes)
202 ifeq ($(CONFIG_VP8_ENCODER), yes)
208 ifeq ($(CONFIG_RUNTIME_CPU_DETECT),yes)
Makefile 77 quiet:=$(if $(verbose),,yes)
94 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s)
159 ifeq ($(HAVE_GNU_STRIP),yes)
190 enabled=$(filter-out $($(1)-no),$($(1)-yes))
191 cond_enabled=$(if $(filter yes,$($(1))), $(call enabled,$(2)))
200 not=$(subst yes,no,$(1))
202 ifeq ($(CONFIG_MSVS),yes)
281 ifneq ($(filter %.d,$(OBJS-yes:.o=.d)),
    [all...]
  /external/openssh/regress/
forwarding.sh 46 -oExitOnForwardFailure=yes somehost true
57 -oExitOnForwardFailure=yes somehost true
68 ${SSH} -$p -F $OBJ/ssh_config -oClearAllForwardings=yes somehost true
72 -oClearAllForwardings=yes somehost sleep 10
85 -oClearAllForwardings=yes somehost sleep 10
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 96 "") enable_ltdl_convenience=yes
153 AC_CHECK_LIB([ltdl], [lt_dlinit], [lt_lib_ltdl=yes])
174 *) enable_ltdl_install=yes
254 [with_included_ltdl=yes])],
255 [with_included_ltdl=yes],
258 [with_included_ltdl=yes],
295 ,yes,no,no,)
426 *yes*) ;;
427 *) enable_ltdl_convenience=yes ;;
454 lt_cv_sys_dlopen_deplibs=yes
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 53 --help|-h|-\?) OPTION_HELP=yes
56 if [ "$VERBOSE" = "yes" ] ; then
57 VERBOSE2=yes
59 VERBOSE=yes
64 --try-64) OPTION_TRY_64=yes
68 --force-autodetect) OPTION_FORCE_AUTODETECT=yes
70 --no-tiger) OPTION_NO_TIGER=yes
80 if [ "$OPTION_HELP" = "yes" ] ; then
101 if [ "$OPTION_TRY_64" != "yes" ] ; then
178 CONFIG_LIBC=yes
    [all...]
  /dalvik/vm/mterp/x86/
OP_INVOKE_OBJECT_INIT_RANGE.S 12 je common_errNullObject # yes, fail
17 jnz .L${opcode}_setFinal # yes, go
22 jnz .L${opcode}_debugger # Yes - skip optimization
36 jne common_exceptionThrown # yes, handle it
  /external/libmtp/
depcomp 48 libtool Whether libtool is used (yes/no).
176 if test "$libtool" = yes; then
189 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
418 if test "$libtool" = yes; then
469 if test "$libtool" = yes; then
483 cleared=yes ;;
485 if test $eat = yes; the
    [all...]
  /external/libpng/
depcomp 48 libtool Whether libtool is used (yes/no).
176 if test "$libtool" = yes; then
189 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
418 if test "$libtool" = yes; then
469 if test "$libtool" = yes; then
483 cleared=yes ;;
485 if test $eat = yes; the
    [all...]
  /external/open-vcdiff/
depcomp 48 libtool Whether libtool is used (yes/no).
176 if test "$libtool" = yes; then
189 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
418 if test "$libtool" = yes; then
469 if test "$libtool" = yes; then
483 cleared=yes ;;
485 if test $eat = yes; the
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
depcomp 48 libtool Whether libtool is used (yes/no).
176 if test "$libtool" = yes; then
189 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
418 if test "$libtool" = yes; then
469 if test "$libtool" = yes; then
483 cleared=yes ;;
485 if test $eat = yes; the
    [all...]
  /system/extras/tests/bionic/libc/
run-test.sh 34 OPTION_HELP=yes
37 if [ "$VERBOSE" = "yes" ] ; then
38 VERBOSE2=yes
40 VERBOSE=yes
61 if [ "$OPTION_HELP" = "yes" ] ; then
135 if [ $VERBOSE = "yes" ] ; then
  /ndk/tests/
run-tests.sh 60 OPTION_HELP=yes
63 if [ "$VERBOSE" = "yes" ] ; then
64 VERBOSE2=yes
66 VERBOSE=yes
79 FULL_TESTS=yes;
110 WINE=yes
113 CONTINUE_ON_BUILD_FAIL=yes
126 if [ "$OPTION_HELP" = "yes" ] ; then
174 if [ $VERBOSE = "yes" ] ; then
247 elif [ "$FULL_TESTS" = "yes" ] ; the
    [all...]
  /external/libffi/
ltcf-cxx.sh 62 yes;
65 if { ac_try='${CC-c++} -E conftest.$ac_ext'; { (eval echo \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
66 with_gcc=yes
80 if test "$with_gnu_ld" = yes; then
128 hardcode_direct=yes
130 link_all_deplibs=yes
136 if test "$with_gcc" = yes; then
145 hardcode_direct=yes
152 hardcode_minus_L=yes
181 aix_use_runtimelinking=yes
    [all...]
  /external/llvm/autoconf/m4/
ltdl.m4 32 [with_included_ltdl=yes])
123 libltdl_cv_sys_dlopen_deplibs=yes
128 libltdl_cv_sys_dlopen_deplibs=yes
132 libltdl_cv_sys_dlopen_deplibs=yes
135 libltdl_cv_sys_dlopen_deplibs=yes
138 libltdl_cv_sys_dlopen_deplibs=yes
148 libltdl_cv_sys_dlopen_deplibs=yes
151 libltdl_cv_sys_dlopen_deplibs=yes
154 libltdl_cv_sys_dlopen_deplibs=yes
168 # it is, this changes to `yes'. Without it, it would be `no'
    [all...]
  /external/bison/
configure 203 as_have_required=yes
224 CONFIG_SHELL=$as_shell as_have_required=yes
235 CONFIG_SHELL=$SHELL as_have_required=yes
    [all...]
  /external/openssh/
buildpkg.sh.in 14 REMOVE_FAKE_ROOT_WHEN_DONE=yes
33 #X11_FORWARDING=yes
34 #USR_LOCAL_IS_SYMLINK=yes
166 RCS_D=yes
220 perl -p -i -e "s/#PermitRootLogin yes/PermitRootLogin no/" \
222 [ "${X11_FORWARDING}" = yes ] && \
223 perl -p -i -e "s/#X11Forwarding no/X11Forwarding yes/" \
226 perl -p -i -e "s/#PrintMotd yes/PrintMotd no/" \
278 [ "$RCS_D" = yes ] && \
294 if [ "\${PRE_INS_STOP}" = "yes" ]
    [all...]
  /external/oprofile/utils/
opcontrol 231 KERNEL_SUPPORT=yes
232 OPROFILE_AVAILABLE=yes
252 OPROFILE_AVAILABLE=yes
260 if test "$OPROFILE_AVAILABLE" != "yes"; then
263 if test "$OPROFILE_AVAILABLE" != "yes"; then
299 if test "$KERNEL_SUPPORT" = "yes"; then
310 if test "$KERNEL_SUPPORT" = "yes"; then
430 if test "$KERNEL_SUPPORT" = "yes"; then
433 if test "$KERNEL_SUPPORT" != "yes"; then
693 INIT=yes;
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_FLOAT_TO_INT.S 20 cmp r0, #0 @ nonzero == yes
27 cmp r0, #0 @ nonzero == yes
OP_FLOAT_TO_LONG.S 18 cmp r0, #0 @ nonzero == yes
26 cmp r0, #0 @ nonzero == yes

Completed in 972 milliseconds

1 23 4 5 6 7 8 91011>>