/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0006-Emulate-__has_feature-for-GCC.patch | 26 …PP_HAS_NO_TRAILING_RETURN) || !defined(_LIBCPP_HAS_NO_ADVANCED_SFINAE) // Also see usage in 7 tests 31 +#define __gxx__cxx_attributes 0 // Not sure. Also see usage in libcxx/test/ut… 43 …ons (_GNUC_VER >= 408) // Not if 4.7 work. 4.6 certainly not. Also see usage in libcxx/include/… 51 …ong_enums !defined(_LIBCPP_HAS_NO_STRONG_ENUMS) // See usage in libcxx/test/uti… 53 +#define __gxx__cxx_unrestricted_unions 1 // Not sure. Also See usage in libcxx/test/u… 55 +#define __gxx__has_nothrow_assign (_GNUC_VER >= 403) // See usage in libcxx/inclu… 56 +#define __gxx__has_nothrow_constructor (_GNUC_VER >= 403) // See usage in libcxx/inclu… 57 +#define __gxx__has_nothrow_copy (_GNUC_VER >= 403) // See usage in libcxx/inclu… 58 +#define __gxx__has_trivial_constructor (_GNUC_VER >= 403) // See usage in libcxx/inclu… 59 +#define __gxx__has_trivial_destructor (_GNUC_VER >= 403) // See usage in libcxx/inclu… [all …]
|
D | 0012-Relax-some-__always_inline__-for-GCC-4.9.patch | 52 …ons (_GNUC_VER >= 408) // Not if 4.7 work. 4.6 certainly not. Also see usage in libcxx/include/…
|
/ndk/sources/host-tools/make-3.81/config/ |
D | mkinstalldirs | 10 usage="\ 17 echo "$usage" 1>&2 31 echo "$usage" 1>&2
|
D | install-sh | 73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE 112 --help) echo "$usage"; exit $?;;
|
D | po.m4 | 38 …(if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; … 47 …-copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then e… 62 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 78 …-copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then e…
|
D | config.sub | 59 usage="\ 92 echo "$usage"; exit ;;
|
D | config.guess | 43 usage="\ 76 echo "$usage"; exit ;;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __config | 467 …PP_HAS_NO_TRAILING_RETURN) || !defined(_LIBCPP_HAS_NO_ADVANCED_SFINAE) // Also see usage in 7 tests 472 #define __gxx__cxx_attributes 0 // Not sure. Also see usage in libcxx/test/uti… 492 …ong_enums !defined(_LIBCPP_HAS_NO_STRONG_ENUMS) // See usage in libcxx/test/uti… 494 #define __gxx__cxx_unrestricted_unions 1 // Not sure. Also See usage in libcxx/test/ut… 496 #define __gxx__has_nothrow_assign (_GNUC_VER >= 403) // See usage in libcxx/includ… 497 #define __gxx__has_nothrow_constructor (_GNUC_VER >= 403) // See usage in libcxx/includ… 498 #define __gxx__has_nothrow_copy (_GNUC_VER >= 403) // See usage in libcxx/includ… 499 #define __gxx__has_trivial_constructor (_GNUC_VER >= 403) // See usage in libcxx/includ… 500 #define __gxx__has_trivial_destructor (_GNUC_VER >= 403) // See usage in libcxx/includ… 501 #define __gxx__has_virtual_destructor (_GNUC_VER >= 403) // See usage in libcxx/includ… [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | general | 24 # This test prints the usage string; I don't really know a good way to 26 # what the usage looks like, then compare it to what I get here... :(
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | test_main.cpp | 54 static void usage(const char* name) in usage() function 103 usage(argv[0]); in main()
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | test_main.cpp | 54 static void usage(const char* name) in usage() function 103 usage(argv[0]); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _detect_dll_or_lib.h | 73 # error Unknown STLport usage config (dll/lib?)
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 70 static void usage (FILE *, int); 79 usage (FILE *stream, int status) in usage() function 466 usage (stdout, 0); in addr2line_main() 475 usage (stderr, 1); in addr2line_main()
|
/ndk/sources/third_party/googletest/patches.ndk/ |
D | 0003-Allow-clone-usage-on-X86.patch | 4 Subject: Allow clone() usage on X86.
|
D | 0001-Allow-clone-usage-on-MIPS.patch | 4 Subject: Allow clone() usage on MIPS
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | parser.hpp | 126 void usage( out_stream& ostr );
|
D | parser.ipp | 192 parser::usage( out_stream& ostr ) 233 usage( ostr );
|
/ndk/sources/host-tools/make-3.81/ |
D | ansi2knr.c | 242 char *usage = local 270 fprintf(stderr, usage); 276 fprintf(stderr, usage);
|
D | make.h | 582 # warning NO_CHDIR2: usage of drive letters restricted
|
D | main.c | 289 static const char *const usage[] = variable 2385 for (cpp = usage; *cpp; ++cpp) in print_usage()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_parameters.ipp | 309 cla::description = "Turns on/off usage of an alternative stack for signal handling") 335 s_cla_parser.usage( err );
|
D | exception_safety.ipp | 208 // check memory usage
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 102 * New feature: the --help flag for printing the usage.
|
/ndk/build/core/ |
D | init.mk | 431 $(call ndk_log, Forced usage of 'cygpath -m' through NDK_USE_CYGPATH=1)
|
/ndk/build/tools/ |
D | README.md | 363 An example usage would be: 387 host program. See docs/NDK-STACK.html for a usage description. To build it,
|