/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/sed-4.2.1/sed/ |
D | sed.c | 90 static void usage P_((int)); 109 static void usage P_((int)); 111 usage(status) in usage() function 293 usage(4); 300 usage(4); 331 usage(0); 333 usage(4); 345 usage(4);
|
/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…
|
/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/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 70 static void usage (FILE *, int); 79 usage (FILE *stream, int status) in usage() function 470 usage (stdout, 0); in addr2line_main() 479 usage (stderr, 1); in addr2line_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/sed-4.2.1/testsuite/ |
D | dc.inp | 2 # usage: (echo YEAR; cat easter.dc) | dc
|
D | mac-mf.sed | 55 # Change -I usage. 61 # Change -D usage.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | install-sh | 102 usage="\ 142 --help) echo "$usage"; exit $?;;
|
D | texi2dvi | 36 usage="Usage: $program [OPTION]... FILE... 149 -h | --h*) echo "$usage"; exit 0;;
|
/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/sources/host-tools/make-3.81/ |
D | ansi2knr.c | 242 char *usage = local 270 fprintf(stderr, usage); 276 fprintf(stderr, usage);
|
/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/docs/text/ |
D | NDK-DEPENDS.text | 14 Use '`ndk-depends --help`' for complete usage information. 54 > Print complete usage details.
|
/ndk/ |
D | README.TXT | 12 information for correct usage.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 36 usage() { function 171 usage
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | sed.pot | 29 msgid "invalid usage of +N or ~N as first address" 113 msgid "invalid usage of line address 0"
|