Home
last modified time | relevance | path

Searched defs:e3 (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.expected/equality/
Dequality.other_expected.pass.cpp40 const std::expected<int, int> e3(5); in test() local
49 const std::expected<int, int> e3(5); in test() local
58 const std::expected<int, int> e3(std::unexpect, 5); in test() local
67 const std::expected<int, int> e3(std::unexpect, 5); in test() local
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.expected/equality/
Dequality.other_expected.pass.cpp40 const std::expected<int, int> e3(5); in test() local
49 const std::expected<int, int> e3(5); in test() local
58 const std::expected<int, int> e3(std::unexpect, 5); in test() local
67 const std::expected<int, int> e3(std::unexpect, 5); in test() local
/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/guava/guava/src/com/google/common/collect/
DImmutableList.java118 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
127 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
136 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
145 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
154 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
163 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
172 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
182 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
192 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
209 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) { in of()
DImmutableSortedMultiset.java140 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
151 E e1, E e2, E e3, E e4) { in of()
162 E e1, E e2, E e3, E e4, E e5) { in of()
173 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
698 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
713 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
729 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
746 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSet.java116 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
125 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
134 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
148 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/llvm-libc/test/src/fenv/
Dfeenableexcept_test.cpp60 for (int e3 : excepts) { in TEST_F() local
70 for (int e3 : excepts) { in TEST_F() local
82 for (int e3 : excepts) { in TEST_F() local
Dexception_status_test.cpp71 for (int e3 : EXCEPTS) { in TEST_F() local
93 for (int e3 : EXCEPTS) { in TEST_F() local
117 for (int e3 : EXCEPTS) { in TEST_F() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/fenv/
Dfeenableexcept_test.cpp60 for (int e3 : excepts) { in TEST_F() local
70 for (int e3 : excepts) { in TEST_F() local
82 for (int e3 : excepts) { in TEST_F() local
Dexception_status_test.cpp71 for (int e3 : EXCEPTS) { in TEST_F() local
93 for (int e3 : EXCEPTS) { in TEST_F() local
117 for (int e3 : EXCEPTS) { in TEST_F() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/fenv/
Dfeenableexcept_test.cpp60 for (int e3 : excepts) { in TEST_F() local
70 for (int e3 : excepts) { in TEST_F() local
82 for (int e3 : excepts) { in TEST_F() local
Dexception_status_test.cpp71 for (int e3 : EXCEPTS) { in TEST_F() local
93 for (int e3 : EXCEPTS) { in TEST_F() local
117 for (int e3 : EXCEPTS) { in TEST_F() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java65 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
69 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
73 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
77 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
81 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
86 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
91 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
97 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
103 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
109 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) { in of()
DImmutableSet.java68 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
73 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
78 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
83 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSet.java104 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
113 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
122 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
136 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableList.java116 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
125 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
134 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
143 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
152 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
161 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
170 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
180 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
190 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
207 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) { in of()
DImmutableSortedMultiset.java163 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
174 E e1, E e2, E e3, E e4) { in of()
185 E e1, E e2, E e3, E e4, E e5) { in of()
196 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
845 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
860 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
876 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
893 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/
Dtest_extents.cpp172 auto e3 = extents[ 3]; // {2,1} variable
262 auto e3 = extents[ 3]; // {2,1} variable
360 auto e3 = extents[ 3].squeeze(); // {2,1} variable
420 auto e3 = extents[ 3].product(); // {2,1} variable
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.void/equality/
Dequality.other_expected.pass.cpp54 const std::expected<void, int> e3(std::unexpect, 5); in test() local
63 const std::expected<void, int> e3(std::unexpect, 5); in test() local
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.void/equality/
Dequality.other_expected.pass.cpp54 const std::expected<void, int> e3(std::unexpect, 5); in test() local
63 const std::expected<void, int> e3(std::unexpect, 5); in test() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java38 private final E e3; field in SampleElements
41 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
115 public E e3() { in e3() method in SampleElements
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java38 private final E e3; field in SampleElements
41 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
115 public E e3() { in e3() method in SampleElements
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
Dp1.cpp54 template<> enum A<long long>::E : long long { e3, e4 }; // expected-error {{explicit specialization… enumerator
56 template<> enum class B<long long>::E { e3, e4 }; enumerator
69 template<> enum class C<long long>::E : long long { e3, e4 }; enumerator
98 template<> enum class D<char>::E { e3 }; // expected-error {{explicit specialization of 'E' after i… enumerator
107 …template<> friend enum D<double>::E { e3 }; // expected-error {{cannot define a type in a friend d… enumerator
/external/selinux/libsepol/tests/
Dtest-ebitmap.c258 ebitmap_t e1, e2, e3, e4, e5, e6; in test_ebitmap_init_range() local
289 ebitmap_t e1, e2, e3, e4; in test_ebitmap_or() local
387 ebitmap_t e1, e2, e12, e3, e4; in test_ebitmap_and() local
542 ebitmap_t e1, e2, e3, e4; in test_ebitmap_xor() local
667 ebitmap_t e1, e2, e3, e4; in test_ebitmap_not() local
796 ebitmap_t e1, e2, e12, e3, e4; in test_ebitmap_andnot() local
/external/wayland/tests/
Dlist-test.c76 struct element e1, e2, e3, e4, *e; in TEST() local
132 struct element e1, e2, e3; in TEST() local
152 struct element e1, e2, e3, e4, e5, e6; in TEST() local

12345678910