/external/libvpx/ |
libs.mk | 14 ifeq ($(ARCH_ARM),yes) 15 ASM:=$(if $(filter yes,$(CONFIG_GCC)),.asm.s,.asm) 20 CODEC_SRCS-yes += libs.mk 23 CODEC_SRCS-yes += $(addprefix vpx/,$(call enabled,API_SRCS)) 26 CODEC_SRCS-yes += $(addprefix vpx_mem/,$(call enabled,MEM_SRCS)) 29 CODEC_SRCS-yes += $(addprefix vpx_scale/,$(call enabled,SCALE_SRCS)) 32 ifeq ($(CONFIG_VP8_ENCODER),yes) 35 CODEC_SRCS-yes += $(addprefix $(VP8_PREFIX),$(call enabled,VP8_CX_SRCS)) 36 CODEC_EXPORTS-yes += $(addprefix $(VP8_PREFIX),$(VP8_CX_EXPORTS)) 37 CODEC_SRCS-yes += $(VP8_PREFIX)vp8cx.mk vpx/vp8.h vpx/vp8cx.h vpx/vp8e. [all...] |
solution.mk | 24 PROJECTS-yes += vpx.sln vpx.sln.mk 29 INSTALL-SRCS-yes += $(target).mk
|
docs.mk | 50 DOCS-yes += docs/html/index.html 52 DIST-DOCS-yes = $(wildcard docs/html/*) 55 DIST-DOCS-yes += CHANGELOG 56 DIST-DOCS-yes += README
|
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
YesNoCancelDialogBuilder.java | 10 * Alert dialog builder that builds a simple Yes/No/Cancel dialog. 14 public YesNoCancelDialogBuilder(Context context, final Runnable yes, final Runnable no, 17 setPositiveButton(R.string.yes, new DialogInterface.OnClickListener() { 21 yes.run();
|
/external/pcre/ |
pcre-config.in | 7 if test @enable_cpp@ = yes ; then 46 exec_prefix_set=yes 67 if test @enable_cpp@ = yes ; then
|
/external/bison/ |
GNUmakefile | 33 have-Makefile := $(shell test -f Makefile && echo yes) 37 ifeq ($(have-Makefile),yes)
|
/external/llvm/autoconf/m4/ |
linux_mixed_64_32.m4 | 14 [llvm_cv_linux_mixed=yes])
|
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
|
/external/llvm/projects/sample/autoconf/m4/ |
linux_mixed_64_32.m4 | 14 [llvm_cv_linux_mixed=yes])
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
config.rpath | 53 if test "$GCC" = yes; then 145 if test "$GCC" != yes; then 151 with_gnu_ld=yes 158 ld_shlibs=yes 159 if test "$with_gnu_ld" = yes; then 175 hardcode_minus_L=yes 238 hardcode_direct=yes 256 hardcode_minus_L=yes 257 if test "$GCC" = yes; then 276 aix_use_runtimelinking=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/apache-xml/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/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
|
/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...] |
/external/qemu/ |
android-configure.sh | 32 GLES_PROBE=yes 42 --help|-h|-\?) OPTION_HELP=yes 45 if [ "$VERBOSE" = "yes" ] ; then 46 VERBOSE2=yes 48 VERBOSE=yes 51 --debug) OPTION_DEBUG=yes 57 --mingw) OPTION_MINGW=yes 61 --no-strip) OPTION_NO_STRIP=yes 63 --debug) OPTION_DEBUG=yes 65 --ignore-audio) OPTION_IGNORE_AUDIO=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 15 --child-silent-after-fork=no|yes omit child output between fork & exec? [no] 16 --track-fds=no|yes track open file descriptors? [no] 17 --time-stamp=no|yes add timestamps to log messages? [no] 23 --xml=yes emit error output in XML (some tools only) 28 --demangle=no|yes automatically demangle C++ names? [yes] 30 --error-limit=no|yes stop showing new errors if too many? [yes] [all...] |
/external/libvpx/examples/ |
gen_example_code.sh | 40 on_block=yes 56 if [ "$show_bar" == "yes" ]; then 79 @*) include_block yes < "$txt" \
|
/external/qemu/distrib/ |
build-emulator.sh | 14 --help|-h|-\?) show_help=yes
|
/external/valgrind/unittest/ |
run_output_tests.sh | 26 FAILED=yes 32 if [ "$FAILED" == "yes" ]; then
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_INTERFACE.S | 22 beq common_errNullObject @ yes, fail 26 beq common_exceptionThrown @ yes, handle exception
|
OP_INVOKE_INTERFACE_JUMBO.S | 17 beq common_errNullObject @ yes, fail 21 beq common_exceptionThrown @ yes, handle exception
|
OP_MONITOR_EXIT.S | 16 beq 1f @ yes 21 beq common_exceptionThrown @ yes, exception is pending
|
/external/elfutils/src/ |
ylwrap | 80 first=yes 86 y_tab_nodot="yes" 98 if test $y_tab_nodot = "yes"; then 138 if test $first = yes; then
|