Home
last modified time | relevance | path

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

12345678

/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/equality/
Dequality.other_expected.pass.cpp39 const std::expected<int, int> e3(5); in test() local
48 const std::expected<int, int> e3(5); in test() local
57 const std::expected<int, int> e3(std::unexpect, 5); in test() local
66 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()
DImmutableSortedSet.java128 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
140 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
153 E e1, E e2, E e3, E e4, E e5) { in of()
167 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
939 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
954 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
969 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
985 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSet.java109 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
118 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
127 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
141 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/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java64 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
68 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
72 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
76 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
80 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
85 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
90 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()
96 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
102 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
108 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.java66 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
71 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
76 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
81 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.java102 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
111 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
120 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
134 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableList.java114 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
123 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
132 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
141 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
150 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
159 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
168 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()
178 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
188 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
205 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.java159 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
170 E e1, E e2, E e3, E e4) { in of()
181 E e1, E e2, E e3, E e4, E e5) { in of()
192 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
838 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
853 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
869 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
886 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedSet.java122 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
134 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
147 E e1, E e2, E e3, E e4, E e5) { in of()
161 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
864 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
879 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
894 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
910 public static <E> ImmutableSortedSet<E> of(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/third_party/libc++/src/test/std/utilities/expected/expected.void/equality/
Dequality.other_expected.pass.cpp53 const std::expected<void, int> e3(std::unexpect, 5); in test() local
62 const std::expected<void, int> e3(std::unexpect, 5); in test() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java37 private final E e3; field in SampleElements
40 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
114 public E e3() { in e3() method in SampleElements
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java37 private final E e3; field in SampleElements
40 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
114 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
/external/clang/test/SemaCXX/
Dmember-name-lookup.cpp50 D::E3 e3; // expected-error{{multiple base classes}} in test_lookup() local
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_lookup() local
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup() local
125 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java158 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3) { in of()
163 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4) { in of()
168 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
175 E e1, E e2, E e3, E e4, E e5, E e6, E... rest) { in of()
/external/flac/src/libFLAC/
Dstream_encoder_intrin_ssse3.c66 uint32_t e1, e3; in FLAC__precompute_partition_info_sums_intrin_ssse3() local
101 uint32_t e1, e3; in FLAC__precompute_partition_info_sums_intrin_ssse3() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java183 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3) { in of()
188 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4) { in of()
193 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
200 E e1, E e2, E e3, E e4, E e5, E e6, E... rest) { in of()

12345678