/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/variadic/detail/ |
D | has_opt.hpp | 28 # define BOOST_PP_VARIADIC_HAS_OPT_ELEM0(e0, ...) BOOST_PP_CAT(BOOST_PP_VARIADIC_HAS_OPT_ELEM_0(e0,… argument 29 # define BOOST_PP_VARIADIC_HAS_OPT_ELEM2(e0, ...) BOOST_PP_CAT(BOOST_PP_VARIADIC_HAS_OPT_ELEM_2(e0,… argument 31 # define BOOST_PP_VARIADIC_HAS_OPT_ELEM0(e0, ...) BOOST_PP_VARIADIC_HAS_OPT_ELEM_0(e0,__VA_ARGS__) argument 32 # define BOOST_PP_VARIADIC_HAS_OPT_ELEM2(e0, ...) BOOST_PP_VARIADIC_HAS_OPT_ELEM_2(e0,__VA_ARGS__) argument 34 # define BOOST_PP_VARIADIC_HAS_OPT_ELEM_0(e0, ...) e0 argument 35 # define BOOST_PP_VARIADIC_HAS_OPT_ELEM_2(e0, e1, e2, ...) e2 argument
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessor/ |
D | tuple.hpp | 17 #define BOOST_MPL_PP_TUPLE_11_ELEM_0(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e0 argument 18 #define BOOST_MPL_PP_TUPLE_11_ELEM_1(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e1 argument 19 #define BOOST_MPL_PP_TUPLE_11_ELEM_2(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e2 argument 20 #define BOOST_MPL_PP_TUPLE_11_ELEM_3(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e3 argument 21 #define BOOST_MPL_PP_TUPLE_11_ELEM_4(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e4 argument 22 #define BOOST_MPL_PP_TUPLE_11_ELEM_5(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e5 argument 23 #define BOOST_MPL_PP_TUPLE_11_ELEM_6(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e6 argument 24 #define BOOST_MPL_PP_TUPLE_11_ELEM_7(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e7 argument 25 #define BOOST_MPL_PP_TUPLE_11_ELEM_8(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e8 argument 26 #define BOOST_MPL_PP_TUPLE_11_ELEM_9(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10) e9 argument [all …]
|
/external/jemalloc_new/test/unit/ |
D | background_thread.c | 7 bool e0, e1; in test_switch_background_thread_ctl() local 26 bool e0, e1; in test_repeat_background_thread_ctl() local 46 bool e0, e1; in TEST_BEGIN() local
|
/external/sdv/vsomeip/third_party/boost/spirit/classic/phoenix/test/ |
D | tuples_tests.cpp | 27 tuple_element<0, tuple_t>::type& e0 = ttt[_1]; in main() local 42 tuple_element<0, tuple_t>::type& e0 = ttt[_1]; in main() local
|
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/context/ |
D | default.hpp | 170 typedef typename result_of::child_c<Expr, 0>::type e0; typedef 190 typedef typename result_of::child_c<Expr, 0>::type e0; typedef 215 typedef typename proto::result_of::child_c<Expr, 0>::type e0; typedef 230 typedef typename proto::result_of::child_c<Expr, 0>::type e0; typedef 245 typedef typename proto::result_of::child_c<Expr, 0>::type e0; typedef 262 typedef typename proto::result_of::child_c<Expr, 0>::type e0; typedef 288 typedef typename proto::result_of::child_c<Expr, 0>::type e0; typedef
|
/external/libcxx/test/std/language.support/support.exception/except.nested/ |
D | assign.pass.cpp | 33 std::nested_exception e0; in main() local 47 std::nested_exception e0; in main() local
|
D | ctor_copy.pass.cpp | 33 std::nested_exception e0; in main() local 46 std::nested_exception e0; in main() local
|
/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/ |
D | test_extents.cpp | 169 auto e0 = extents[ 0]; // {} variable 259 auto e0 = extents[ 0]; // {} variable 357 auto e0 = extents[ 0].squeeze(); // {} variable 417 auto e0 = extents[ 0].product(); // {} variable
|
/external/cronet/tot/third_party/libc++/src/test/std/language.support/support.exception/except.nested/ |
D | ctor_copy.pass.cpp | 32 std::nested_exception e0; in main() local 45 std::nested_exception e0; in main() local
|
D | assign.pass.cpp | 32 std::nested_exception e0; in main() local 46 std::nested_exception e0; in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/language.support/support.exception/except.nested/ |
D | assign.pass.cpp | 32 std::nested_exception e0; in main() local 46 std::nested_exception e0; in main() local
|
D | ctor_copy.pass.cpp | 32 std::nested_exception e0; in main() local 45 std::nested_exception e0; in main() local
|
/external/guava/android/guava/src/com/google/common/primitives/ |
D | ImmutableIntArray.java | 90 public static ImmutableIntArray of(int e0) { in of() 95 public static ImmutableIntArray of(int e0, int e1) { in of() 100 public static ImmutableIntArray of(int e0, int e1, int e2) { in of() 105 public static ImmutableIntArray of(int e0, int e1, int e2, int e3) { in of() 110 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4) { in of() 115 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4, int e5) { in of()
|
D | ImmutableLongArray.java | 90 public static ImmutableLongArray of(long e0) { in of() 95 public static ImmutableLongArray of(long e0, long e1) { in of() 100 public static ImmutableLongArray of(long e0, long e1, long e2) { in of() 105 public static ImmutableLongArray of(long e0, long e1, long e2, long e3) { in of() 110 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4) { in of() 115 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4, long e5) { in of()
|
D | ImmutableDoubleArray.java | 90 public static ImmutableDoubleArray of(double e0) { in of() 95 public static ImmutableDoubleArray of(double e0, double e1) { in of() 100 public static ImmutableDoubleArray of(double e0, double e1, double e2) { in of() 105 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3) { in of() 110 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3, double e4) { in of() 116 double e0, double e1, double e2, double e3, double e4, double e5) { in of()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SampleElements.java | 35 private final E e0; field in SampleElements 41 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements() 103 public E e0() { in e0() method in SampleElements
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | SampleElements.java | 35 private final E e0; field in SampleElements 41 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements() 103 public E e0() { in e0() method in SampleElements
|
/external/guava/guava/src/com/google/common/primitives/ |
D | ImmutableDoubleArray.java | 98 public static ImmutableDoubleArray of(double e0) { in of() 103 public static ImmutableDoubleArray of(double e0, double e1) { in of() 108 public static ImmutableDoubleArray of(double e0, double e1, double e2) { in of() 113 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3) { in of() 118 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3, double e4) { in of() 124 double e0, double e1, double e2, double e3, double e4, double e5) { in of()
|
D | ImmutableIntArray.java | 98 public static ImmutableIntArray of(int e0) { in of() 103 public static ImmutableIntArray of(int e0, int e1) { in of() 108 public static ImmutableIntArray of(int e0, int e1, int e2) { in of() 113 public static ImmutableIntArray of(int e0, int e1, int e2, int e3) { in of() 118 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4) { in of() 123 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4, int e5) { in of()
|
D | ImmutableLongArray.java | 98 public static ImmutableLongArray of(long e0) { in of() 103 public static ImmutableLongArray of(long e0, long e1) { in of() 108 public static ImmutableLongArray of(long e0, long e1, long e2) { in of() 113 public static ImmutableLongArray of(long e0, long e1, long e2, long e3) { in of() 118 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4) { in of() 123 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4, long e5) { in of()
|
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/ |
D | default.hpp | 189 typedef typename result_of::child_c<Expr, 0>::type e0; typedef 216 typedef typename result_of::child_c<Expr, 0>::type e0; typedef 267 typedef typename result_of::child_c<Expr, 0>::type e0; typedef 297 typedef typename result_of::child_c<Expr, 0>::type e0; typedef 327 typedef typename result_of::child_c<Expr, 0>::type e0; typedef 363 typedef typename result_of::child_c<Expr, 0>::type e0; typedef 406 typedef typename result_of::child_c<Expr, 0>::type e0; typedef
|
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/tuple/ |
D | rem.hpp | 49 # define BOOST_PP_TUPLE_REM_1(e0) e0 argument 50 # define BOOST_PP_TUPLE_REM_2(e0, e1) e0, e1 argument 51 # define BOOST_PP_TUPLE_REM_3(e0, e1, e2) e0, e1, e2 argument 52 # define BOOST_PP_TUPLE_REM_4(e0, e1, e2, e3) e0, e1, e2, e3 argument 53 # define BOOST_PP_TUPLE_REM_5(e0, e1, e2, e3, e4) e0, e1, e2, e3, e4 argument 54 # define BOOST_PP_TUPLE_REM_6(e0, e1, e2, e3, e4, e5) e0, e1, e2, e3, e4, e5 argument 55 # define BOOST_PP_TUPLE_REM_7(e0, e1, e2, e3, e4, e5, e6) e0, e1, e2, e3, e4, e5, e6 argument 56 # define BOOST_PP_TUPLE_REM_8(e0, e1, e2, e3, e4, e5, e6, e7) e0, e1, e2, e3, e4, e5, e6, e7 argument 57 # define BOOST_PP_TUPLE_REM_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) e0, e1, e2, e3, e4, e5, e6, e7, e8 argument 58 # define BOOST_PP_TUPLE_REM_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) e0, e1, e2, e3, e4, e5, e6, … argument [all …]
|
D | to_list.hpp | 46 # define BOOST_PP_TUPLE_TO_LIST_1(e0) (e0, BOOST_PP_NIL) argument 47 # define BOOST_PP_TUPLE_TO_LIST_2(e0, e1) (e0, (e1, BOOST_PP_NIL)) argument 48 # define BOOST_PP_TUPLE_TO_LIST_3(e0, e1, e2) (e0, (e1, (e2, BOOST_PP_NIL))) argument 49 # define BOOST_PP_TUPLE_TO_LIST_4(e0, e1, e2, e3) (e0, (e1, (e2, (e3, BOOST_PP_NIL)))) argument 50 # define BOOST_PP_TUPLE_TO_LIST_5(e0, e1, e2, e3, e4) (e0, (e1, (e2, (e3, (e4, BOOST_PP_NIL))))) argument 51 # define BOOST_PP_TUPLE_TO_LIST_6(e0, e1, e2, e3, e4, e5) (e0, (e1, (e2, (e3, (e4, (e5, BOOST_PP_NI… argument 52 # define BOOST_PP_TUPLE_TO_LIST_7(e0, e1, e2, e3, e4, e5, e6) (e0, (e1, (e2, (e3, (e4, (e5, (e6, BO… argument 53 # define BOOST_PP_TUPLE_TO_LIST_8(e0, e1, e2, e3, e4, e5, e6, e7) (e0, (e1, (e2, (e3, (e4, (e5, (e6… argument 54 # define BOOST_PP_TUPLE_TO_LIST_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) (e0, (e1, (e2, (e3, (e4, (e5,… argument 55 # define BOOST_PP_TUPLE_TO_LIST_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) (e0, (e1, (e2, (e3, (e4,… argument [all …]
|
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/variadic/ |
D | elem.hpp | 32 # define BOOST_PP_VARIADIC_ELEM_0(e0, ...) e0 argument 33 # define BOOST_PP_VARIADIC_ELEM_1(e0, e1, ...) e1 argument 34 # define BOOST_PP_VARIADIC_ELEM_2(e0, e1, e2, ...) e2 argument 35 # define BOOST_PP_VARIADIC_ELEM_3(e0, e1, e2, e3, ...) e3 argument 36 # define BOOST_PP_VARIADIC_ELEM_4(e0, e1, e2, e3, e4, ...) e4 argument 37 # define BOOST_PP_VARIADIC_ELEM_5(e0, e1, e2, e3, e4, e5, ...) e5 argument 38 # define BOOST_PP_VARIADIC_ELEM_6(e0, e1, e2, e3, e4, e5, e6, ...) e6 argument 39 # define BOOST_PP_VARIADIC_ELEM_7(e0, e1, e2, e3, e4, e5, e6, e7, ...) e7 argument 40 # define BOOST_PP_VARIADIC_ELEM_8(e0, e1, e2, e3, e4, e5, e6, e7, e8, ...) e8 argument 41 # define BOOST_PP_VARIADIC_ELEM_9(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, ...) e9 argument [all …]
|
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/tuple/limits/ |
D | reverse_64.hpp | 18 # define BOOST_PP_TUPLE_REVERSE_1(e0) (e0) argument 19 # define BOOST_PP_TUPLE_REVERSE_2(e0, e1) (e1, e0) argument 20 # define BOOST_PP_TUPLE_REVERSE_3(e0, e1, e2) (e2, e1, e0) argument 21 # define BOOST_PP_TUPLE_REVERSE_4(e0, e1, e2, e3) (e3, e2, e1, e0) argument 22 # define BOOST_PP_TUPLE_REVERSE_5(e0, e1, e2, e3, e4) (e4, e3, e2, e1, e0) argument 23 # define BOOST_PP_TUPLE_REVERSE_6(e0, e1, e2, e3, e4, e5) (e5, e4, e3, e2, e1, e0) argument 24 # define BOOST_PP_TUPLE_REVERSE_7(e0, e1, e2, e3, e4, e5, e6) (e6, e5, e4, e3, e2, e1, e0) argument 25 # define BOOST_PP_TUPLE_REVERSE_8(e0, e1, e2, e3, e4, e5, e6, e7) (e7, e6, e5, e4, e3, e2, e1, e0) argument 26 # define BOOST_PP_TUPLE_REVERSE_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) (e8, e7, e6, e5, e4, e3, e2, … argument 27 # define BOOST_PP_TUPLE_REVERSE_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) (e9, e8, e7, e6, e5, e4,… argument [all …]
|