/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
D | for_each.hpp | 26 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil)), BOOST_PP… argument 28 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) argument 29 # define BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil)), BOOST_… argument 40 # define BOOST_PP_SEQ_FOR_EACH_O_I(macro, data, seq) (macro, data, BOOST_PP_SEQ_TAIL(seq)) argument 49 # define BOOST_PP_SEQ_FOR_EACH_M_I(r, macro, data, seq) macro(r, data, BOOST_PP_SEQ_HEAD(seq)) argument 54 # define BOOST_PP_SEQ_FOR_EACH_R(r, macro, data, seq) BOOST_PP_FOR_ ## r((macro, data, seq (nil)… argument 56 # define BOOST_PP_SEQ_FOR_EACH_R(r, macro, data, seq) BOOST_PP_SEQ_FOR_EACH_R_I(r, macro, data, … argument 57 # define BOOST_PP_SEQ_FOR_EACH_R_I(r, macro, data, seq) BOOST_PP_FOR_ ## r((macro, data, seq (ni… argument
|
D | for_each_i.hpp | 27 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil), 0), BOO… argument 29 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) argument 30 # define BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil), 0), B… argument 41 # define BOOST_PP_SEQ_FOR_EACH_I_O_I(macro, data, seq, i) (macro, data, BOOST_PP_SEQ_TAIL(seq), BOO… argument 50 # define BOOST_PP_SEQ_FOR_EACH_I_M_I(r, macro, data, seq, i) macro(r, data, i, BOOST_PP_SEQ_HEAD(se… argument 55 # define BOOST_PP_SEQ_FOR_EACH_I_R(r, macro, data, seq) BOOST_PP_FOR_ ## r((macro, data, seq (ni… argument 57 # define BOOST_PP_SEQ_FOR_EACH_I_R(r, macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_R_I(r, macro, da… argument 58 # define BOOST_PP_SEQ_FOR_EACH_I_R_I(r, macro, data, seq) BOOST_PP_FOR_ ## r((macro, data, seq (… argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/ |
D | for_each_i.hpp | 27 # define BOOST_PP_LIST_FOR_EACH_I(macro, data, list) BOOST_PP_FOR((macro, data, list, 0), BOOST_… argument 29 # define BOOST_PP_LIST_FOR_EACH_I(macro, data, list) BOOST_PP_LIST_FOR_EACH_I_I(macro, data, lis… argument 30 # define BOOST_PP_LIST_FOR_EACH_I_I(macro, data, list) BOOST_PP_FOR((macro, data, list, 0), BOOS… argument 59 # define BOOST_PP_LIST_FOR_EACH_I_R(r, macro, data, list) BOOST_PP_FOR_ ## r((macro, data, list,… argument 61 # define BOOST_PP_LIST_FOR_EACH_I_R(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R_I(r, macro,… argument 62 # define BOOST_PP_LIST_FOR_EACH_I_R_I(r, macro, data, list) BOOST_PP_FOR_ ## r((macro, data, lis… argument
|
/ndk/tests/device/test-stlport/unit/ |
D | macro_checks.cpp | 22 # error Weird CHAR_MIN or CHAR_MAX macro values. 34 # error Weird INT_MIN or INT_MAX macro values. 46 # error Weird LONG_MIN or LONG_MAX macro values. 58 # error Weird SCHAR_MIN or SCHAR_MAX macro values. 70 # error Weird SHRT_MIN or SHRT_MAX macro values. 82 # error Weird WCHAR_MIN or WCHAR_MAX macro value. 90 # error Weird UCHAR_MAX macro value. 98 # error Weird UINT_MAX macro value. 106 # error Weird ULONG_MAX macro value. 114 # error Weird USHRT_MAX macro value.
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | macro_checks.cpp | 22 # error Weird CHAR_MIN or CHAR_MAX macro values. 34 # error Weird INT_MIN or INT_MAX macro values. 46 # error Weird LONG_MIN or LONG_MAX macro values. 58 # error Weird SCHAR_MIN or SCHAR_MAX macro values. 70 # error Weird SHRT_MIN or SHRT_MAX macro values. 82 # error Weird WCHAR_MIN or WCHAR_MAX macro value. 90 # error Weird UCHAR_MAX macro value. 98 # error Weird UINT_MAX macro value. 106 # error Weird ULONG_MAX macro value. 114 # error Weird USHRT_MAX macro value.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __undef_min_max | 13 _LIBCPP_WARNING("macro min is incompatible with C++. Try #define NOMINMAX " 16 #warning: macro min is incompatible with C++. #undefing min 23 _LIBCPP_WARNING("macro max is incompatible with C++. Try #define NOMINMAX " 26 #warning: macro max is incompatible with C++. #undefing max
|
D | cstdio | 130 // In bionic's stdio.h, putchar appears as both a function prototype and a macro (later 131 // in the same header). Because it's defined as a macro, the following code snippet replaces
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch | 7 In NDK bionic's stdio.h, putchar appears as both a function prototype and a macro 8 (later in the same header). Because it's defined as a macro, libc++ replaces 28 +// In bionic's stdio.h, putchar appears as both a function prototype and a macro (later 29 +// in the same header). Because it's defined as a macro, the following code snippet replaces
|
D | 0007-Fix-libc-compiler-error-when-calling-std-feof.patch | 6 The following functions are "macro" in bionic's stdio.h and also
|
/ndk/sources/host-tools/make-3.81/config/ |
D | isc-posix.m4 | 12 # Currently this macro should have the same name as the autoconf macro
|
D | nls.m4 | 35 dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
|
D | ChangeLog | 13 * dospaths.m4: New macro to test for DOS-style pathnames, based on
|
D | size_max.m4 | 29 dnl The _AC_COMPUTE_INT macro works up to LONG_MAX, since it uses 'expr',
|
/ndk/build/tools/toolchain-patches-host/mingw-w64/ |
D | mingw-w64-widl.patch | 69 Usually this means the macro was only invoked conditionally." "$LINENO" 5 73 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 77 Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/ |
D | repeat_from_to.hpp | 31 # define BOOST_PP_REPEAT_FROM_TO(first, last, macro, data) 48 # define BOOST_PP_REPEAT_FROM_TO_D(d, first, last, macro, data)
|
D | enum.hpp | 29 # define BOOST_PP_ENUM(count, macro, data)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _new.h | 41 # error Cannot include native new header as new is a macro.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | cerrno | 36 #ifndef errno /* errno is not a macro */
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.com | 8 $! one macro intentionally causes an error condition)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ |
D | compiler.py | 133 macro, _, value = l.partition(' ') 134 parsed_macros[macro] = value
|
/ndk/sources/cxx-stl/system/include/ |
D | cerrno | 38 // errno is a macro, so we can't define std::errno
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cerrno | 38 // errno is a macro, so we can't define std::errno
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 177 m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. 354 m4trace:configure.in:43: -1- _m4_warn([obsolete], [The macro `AC_AIX' is obsolete. 429 m4trace:configure.in:44: -1- _m4_warn([obsolete], [The macro `AC_ISC_POSIX' is obsolete. 432 m4trace:configure.in:45: -1- _m4_warn([obsolete], [The macro `AC_MINIX' is obsolete. 472 m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete. 480 m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. 487 m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. 495 m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. 513 m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. 520 m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stlport.rc | 36 * macro containing 0 in a character string so we use a workaround for this
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 277 macro to see whether this is the case (yes if the macro is #defined to 327 both define a macro of the same name will clash if you #include both 328 definitions. In case a Google Test macro clashes with another 329 library, you can force Google Test to rename its macro to avoid the 332 Specifically, if both Google Test and some other code define macro 337 to the compiler flags to tell Google Test to change the macro's name
|