Home
last modified time | relevance | path

Searched defs:e0 (Results 1 – 25 of 196) sorted by relevance

12345678

/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/variadic/detail/
Dhas_opt.hpp28 # 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/
Dtuple.hpp17 #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/
Dbackground_thread.c7 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/
Dtuples_tests.cpp27 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/
Ddefault.hpp170 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/
Dassign.pass.cpp33 std::nested_exception e0; in main() local
47 std::nested_exception e0; in main() local
Dctor_copy.pass.cpp33 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/
Dtest_extents.cpp169 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/
Dctor_copy.pass.cpp32 std::nested_exception e0; in main() local
45 std::nested_exception e0; in main() local
Dassign.pass.cpp32 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/
Dassign.pass.cpp32 std::nested_exception e0; in main() local
46 std::nested_exception e0; in main() local
Dctor_copy.pass.cpp32 std::nested_exception e0; in main() local
45 std::nested_exception e0; in main() local
/external/guava/android/guava/src/com/google/common/primitives/
DImmutableIntArray.java90 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()
DImmutableLongArray.java90 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()
DImmutableDoubleArray.java90 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/
DSampleElements.java35 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/
DSampleElements.java35 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/
DImmutableDoubleArray.java98 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()
DImmutableIntArray.java98 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()
DImmutableLongArray.java98 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/
Ddefault.hpp189 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/
Drem.hpp49 # 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 …]
Dto_list.hpp46 # 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/
Delem.hpp32 # 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/
Dreverse_64.hpp18 # 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 …]

12345678