Searched refs:enable (Results 1 – 25 of 84) sorted by relevance
1234
/ndk/tests/build/clang-multiple-arm-enable-ehabi/jni/ |
D | Android.mk | 4 LOCAL_MODULE := clang-multiple-arm-enable-ehabi 5 LOCAL_SRC_FILES := clang-multiple-arm-enable-ehabi.cpp 6 LOCAL_CFLAGS += -mllvm -arm-enable-ehabi -mllvm -arm-enable-ehabi-descriptors
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | enable.inp | 1 --enable-targets=sparc-sun-sunos4.1.3,srec 2 --enable-x11-testing=on 3 --enable-wollybears-in-minnesota=yes-id-like-that
|
D | enable.sed | 2 s/-*enable-//;s/=.*//
|
D | Makefile.am | 21 appquit enable sep inclib 8bit newjis xabcx dollar noeol noeolw \ 53 enable.good enable.inp enable.sed \
|
D | Makefile.tests | 21 enable sep inclib 8bit 8to7 newjis xabcx dollar noeol bkslashes \
|
D | Makefile.in | 649 SEDTESTS = $(am__append_1) appquit enable sep inclib 8bit newjis xabcx \ 682 enable.good enable.inp enable.sed \
|
/ndk/tests/abcc/jni/mman-win32/ |
D | configure | 15 enable(){ 74 enable $DEFAULT_YES 98 --enable-?*|--disable-?*)
|
/ndk/build/tools/ |
D | build-device-llvm.sh | 212 --enable-targets=$arch \ 213 --enable-optimized \ 214 --enable-shrink-binary-size \ 255 --enable-targets=$arch \ 257 --enable-shrink-binary-size \
|
D | build-llvm.sh | 207 --enable-cxx 277 --enable-targets=arm,mips,x86,aarch64 \ 278 --enable-optimized \
|
D | build-gnu-libstdc++.sh | 251 --enable-libstdcxx-time \
|
D | common-build-host-funcs.sh | 214 on|enable|true) DO_COLOR=true
|
/ndk/sources/host-tools/make-3.81/ |
D | config.log | 72 …enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --ena…
|
D | makefile.com | 7 $! P3 = WALL will enable all warning messages (some are suppressed since
|
D | configure.in | 241 [enable remote jobs via Customs--see README.customs]), 266 AC_HELP_STRING([--enable-case-insensitive-file-system], 267 [enable case insensitive file system support]), 295 # enable make_cv_sa_restart for OS/2 so that the jobserver will be enabled, 304 [Define this to enable job server support in GNU make.]);; 312 [Define this to enable symbolic link timestamp checking.]);;
|
D | INSTALL | 128 Some packages pay attention to `--enable-FEATURE' options to 132 `README' should mention any `--enable-' and `--with-' options that the
|
D | config.h.in | 307 /* Define this to enable job server support in GNU make. */ 310 /* Define this to enable symbolic link timestamp checking. */
|
D | README.W32 | 23 to './configure --enable-case-insensitive-file-system'). 117 Good news! Make now has native support for Cygwin sh. To enable,
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | README | 15 To enable the pretty printer add the following code to $HOME/.gdbinit:
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure.ac | 72 [ --enable-regex-tests enable regex matcher regression tests (default=yes)],
|
D | INSTALL | 128 Some packages pay attention to `--enable-FEATURE' options to 132 `README' should mention any `--enable-' and `--with-' options that the
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | acl.m4 | 40 # If the acl_get_file bug is detected, don't enable the ACL support.
|
D | threadlib.m4 | 49 AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API]) 255 dnl configure option '--enable-threads'.
|
/ndk/docs/text/ |
D | CPU-ARM-NEON.text | 36 flag will be used to enable the use of GCC ARM Neon intrinsics and
|
D | CHANGES.text | 230 - Rebased GCC 4.8 to 4.8.2, and add diagnostic color support. To enable 363 you need to explicitly enable it: 387 APP_LDFLAGS to explicitly enable it. 498 - Fixed ld.gold to enable "--sort-section=name" option 523 - Fixed clang error with option "-mllvm -arm-enable-ehabi" which reads 525 > clang: for the -arm-enable-ehabi option: may only occur zero or one times! 570 - Added two flags to re-enable two optimizations in upstream Clang 573 > 1. Added a flags -fcxx-missing-return-semantics to re-enable "missing 582 > 2. Added a flag -fglobal-ctor-const-promotion to re-enable promoting 670 explicitly enable it: [all …]
|
D | CPLUSPLUS-SUPPORT.text | 134 To enable it, use the new LOCAL_CPP_FEATURES variable in your Android.mk, 159 compatibility reasons. To enable it, add the following to your module
|
1234