HomeSort by relevance Sort by last modified time
    Searched refs:yes (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libvpx/vp8/
vp8dx.mk 16 VP8_DX_SRCS-yes += $(VP8_COMMON_SRCS-yes)
18 VP8_DX_SRCS_REMOVE-yes += $(VP8_COMMON_SRCS_REMOVE-yes)
21 ifeq ($(ARCH_ARM),yes)
25 VP8_DX_SRCS-yes += vp8_dx_iface.c
54 VP8_DX_SRCS-yes += decoder/dboolhuff.c
55 VP8_DX_SRCS-yes += decoder/decodemv.c
56 VP8_DX_SRCS-yes += decoder/decodframe.c
57 VP8_DX_SRCS-yes += decoder/dequantize.
    [all...]
vp8cx.mk 16 VP8_CX_SRCS-yes += $(VP8_COMMON_SRCS-yes)
18 VP8_CX_SRCS_REMOVE-yes += $(VP8_COMMON_SRCS_REMOVE-yes)
21 ifeq ($(ARCH_ARM),yes)
25 VP8_CX_SRCS-yes += vp8_cx_iface.c
38 VP8_CX_SRCS-yes += encoder/bitstream.c
39 VP8_CX_SRCS-yes += encoder/boolhuff.c
40 VP8_CX_SRCS-yes += encoder/dct.c
41 VP8_CX_SRCS-yes += encoder/encodeframe.
    [all...]
vp8_common.mk 13 VP8_COMMON_SRCS-yes += vp8_common.mk
16 VP8_COMMON_SRCS-yes += common/type_aliases.h
17 VP8_COMMON_SRCS-yes += common/pragmas.h
20 VP8_COMMON_SRCS-yes += common/preproc.h
21 VP8_COMMON_SRCS-yes += common/vpxerrors.h
24 VP8_COMMON_SRCS-yes += common/ppflags.h
25 VP8_COMMON_SRCS-yes += common/onyx.h
26 VP8_COMMON_SRCS-yes += common/onyxd.h
30 VP8_COMMON_SRCS-yes += common/alloccommon.c
31 VP8_COMMON_SRCS-yes += common/blockd.
    [all...]
  /external/libvpx/vpx/
vpx_codec.mk 20 API_SRCS-yes += internal/vpx_codec_internal.h
21 API_SRCS-yes += src/vpx_codec.c
22 API_SRCS-yes += src/vpx_image.c
23 API_SRCS-yes += vpx_codec.h
24 API_SRCS-yes += vpx_codec.mk
25 API_SRCS-yes += vpx_codec_impl_bottom.h
26 API_SRCS-yes += vpx_codec_impl_top.h
27 API_SRCS-yes += vpx_image.h
  /external/clearsilver/ports/freebsd/
Makefile 18 WITH_PERL= yes
19 WITH_PYTHON= yes
23 USE_PYTHON= yes
27 USE_PERL5= yes
31 USE_RUBY= yes
34 GNU_CONFIGURE= yes
35 USE_GMAKE= yes
  /external/chromium/third_party/libevent/test/
test.sh 4 EVENT_NOKQUEUE=yes; export EVENT_NOKQUEUE
5 EVENT_NODEVPOLL=yes; export EVENT_NODEVPOLL
6 EVENT_NOPOLL=yes; export EVENT_NOPOLL
7 EVENT_NOSELECT=yes; export EVENT_NOSELECT
8 EVENT_NOEPOLL=yes; export EVENT_NOEPOLL
9 EVENT_NOEVPORT=yes; export EVENT_NOEVPORT
  /device/samsung/crespo/alsa-utils/
config.rpath 53 if test "$GCC" = yes; then
136 if test "$GCC" != yes; then
142 with_gnu_ld=yes
149 ld_shlibs=yes
150 if test "$with_gnu_ld" = yes; then
166 hardcode_minus_L=yes
229 hardcode_direct=yes
247 hardcode_minus_L=yes
248 if test "$GCC" = yes; then
267 aix_use_runtimelinking=yes
    [all...]
  /external/bison/build-aux/
config.rpath 53 if test "$GCC" = yes; then
136 if test "$GCC" != yes; then
142 with_gnu_ld=yes
149 ld_shlibs=yes
150 if test "$with_gnu_ld" = yes; then
166 hardcode_minus_L=yes
229 hardcode_direct=yes
247 hardcode_minus_L=yes
248 if test "$GCC" = yes; then
267 aix_use_runtimelinking=yes
    [all...]
  /external/e2fsprogs/config/
config.rpath 48 if test "$GCC" = yes; then
100 if test "$GCC" != yes; then
109 ld_shlibs=yes
110 if test "$with_gnu_ld" = yes; then
118 hardcode_minus_L=yes
149 hardcode_direct=yes
159 if test "$ld_shlibs" = yes; then
167 hardcode_minus_L=yes
168 if test "$GCC" = yes; then
187 aix_use_runtimelinking=yes
    [all...]
  /external/elfutils/config/
config.rpath 48 if test "$GCC" = yes; then
100 if test "$GCC" != yes; then
109 ld_shlibs=yes
110 if test "$with_gnu_ld" = yes; then
118 hardcode_minus_L=yes
149 hardcode_direct=yes
159 if test "$ld_shlibs" = yes; then
167 hardcode_minus_L=yes
168 if test "$GCC" = yes; then
187 aix_use_runtimelinking=yes
    [all...]
  /external/libvpx/
solution.mk 12 ifeq ($(ARCH_ARM),yes)
14 ARM_DEVELOP:=$(if $(filter %vpx.vcproj,$(wildcard *.vcproj)),yes)
16 ifeq ($(ARM_DEVELOP),yes)
20 PROJECTS-yes += vpx.sln
33 PROJECTS-yes += vpx.sln vpx.sln.mk
49 PROJECTS-yes += vpx.sln vpx.sln.mk
55 INSTALL-SRCS-yes += $(target).mk
libs.mk 12 ASM:=$(if $(filter yes,$(CONFIG_GCC)),.asm.s,.asm)
14 CODEC_SRCS-yes += libs.mk
17 CODEC_SRCS-yes += $(addprefix vpx/,$(call enabled,API_SRCS))
20 CODEC_SRCS-yes += $(addprefix vpx_mem/,$(call enabled,MEM_SRCS))
23 CODEC_SRCS-yes += $(addprefix vpx_scale/,$(call enabled,SCALE_SRCS))
26 ifeq ($(CONFIG_VP8_ENCODER),yes)
29 CODEC_SRCS-yes += $(addprefix $(VP8_PREFIX),$(call enabled,VP8_CX_SRCS))
30 CODEC_EXPORTS-yes += $(addprefix $(VP8_PREFIX),$(VP8_CX_EXPORTS))
31 CODEC_SRCS-yes += $(VP8_PREFIX)vp8cx.mk vpx/vp8.h vpx/vp8cx.h vpx/vp8e.h
32 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8e.h include/vpx/vp8cx.
    [all...]
docs.mk 49 DOCS-yes += docs/html/index.html
51 DIST-DOCS-yes = $(wildcard docs/html/*)
54 DIST-DOCS-yes += CHANGELOG
55 DIST-DOCS-yes += README
  /external/libffi/
ltcf-c.sh 46 if test "$with_gcc" != yes; then
53 ld_shlibs=yes
54 if test "$with_gnu_ld" = yes; then
79 hardcode_minus_L=yes
106 always_export_symbols=yes
212 hardcode_direct=yes
217 ld_shlibs=yes
230 if test "$ld_shlibs" = yes; then
254 always_export_symbols=yes
258 hardcode_minus_L=yes
    [all...]
ltcf-gcj.sh 49 if test "$with_gcc" != yes; then
56 ld_shlibs=yes
57 if test "$with_gnu_ld" = yes; then
82 hardcode_minus_L=yes
109 always_export_symbols=yes
215 hardcode_direct=yes
229 if test "$ld_shlibs" = yes; then
253 always_export_symbols=yes
257 hardcode_minus_L=yes
258 if test "$with_gcc" = yes && test -z "$link_static_flag"; the
    [all...]
  /external/elfutils/tests/
run-get-lines.sh 27 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
28 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
29 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
30 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
31 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
34 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
35 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
36 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
37 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:n
    [all...]
  /external/bison/
GNUmakefile 33 have-Makefile := $(shell test -f Makefile && echo yes)
37 ifeq ($(have-Makefile),yes)
  /external/bluetooth/bluez/src/
hcid.conf 8 autoinit yes;
  /external/qemu/
android-configure.sh 36 --help|-h|-\?) OPTION_HELP=yes
39 if [ "$VERBOSE" = "yes" ] ; then
40 VERBOSE2=yes
42 VERBOSE=yes
45 --debug) OPTION_DEBUG=yes
51 --mingw) OPTION_MINGW=yes
55 --no-strip) OPTION_NO_STRIP=yes
57 --debug) OPTION_DEBUG=yes
59 --ignore-audio) OPTION_IGNORE_AUDIO=yes
61 --no-prebuilts) OPTION_NO_PREBUILTS=yes
    [all...]
  /dalvik/tools/
dex-preopt 80 doRegisterMaps='yes'
104 hasValue='yes'
118 if [ "${option}" = 'build-dir' -a "${hasValue}" = 'yes' ]; then
120 elif [ "${option}" = 'dexopt' -a "${hasValue}" = 'yes' ]; then
122 elif [ "${option}" = 'boot-dir' -a "${hasValue}" = 'yes' ]; then
124 elif [ "${option}" = 'product-dir' -a "${hasValue}" = 'yes' ]; then
126 elif [ "${option}" = 'boot-jars' -a "${hasValue}" = 'yes' ]; then
129 bootstrap='yes'
130 elif [ "${option}" = 'verify' -a "${hasValue}" = 'yes' ]; then
132 elif [ "${option}" = 'optimize' -a "${hasValue}" = 'yes' ]; the
    [all...]
  /external/bison/m4/
dmalloc.m4 13 [if test "$withval" = yes; then
14 AC_MSG_RESULT(yes)
  /external/elfutils/lib/
Makefile.am 35 xmalloc_no_Werror = yes
36 crc32_no_Werror = yes
  /libcore/luni/src/main/java/org/apache/xml/serializer/
output_html.properties 27 indent=yes
43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes
  /external/bison/src/
vcg_defaults.h 83 # define G_FINETUNING yes
89 # define G_NEAR_EDGES yes
93 # define G_PORT_SHARING yes
98 # define G_CROSSING_PHASE2 yes
99 # define G_CROSSING_OPTIMIZATION yes
102 # define G_EDGES yes
103 # define G_NODES yes
  /external/jpeg/
ltconfig 77 can_build_shared=yes
78 enable_shared=yes
80 enable_static=yes
88 verify_host=yes
147 --quiet | --silent) silent=yes ;;
156 --with-gcc) with_gcc=yes ;;
157 --with-gnu-ld) with_gnu_ld=yes ;;
216 if test "$silent" = yes; then
249 if test "$verify_host" = yes; then
355 if test "$with_gcc" != yes || test -z "$CC"; the
    [all...]

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011