Home
last modified time | relevance | path

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

1234567

/external/cronet/buildtools/third_party/libc++/trunk/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/guava/guava/src/com/google/common/collect/
DImmutableList.java117 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
126 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
135 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
144 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
153 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
162 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
171 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()
181 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
191 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
208 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()
DImmutableSortedSetFauxverideShim.java125 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
140 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
155 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
171 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedMultisetFauxverideShim.java132 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
147 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
163 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
180 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSet.java106 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
115 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
124 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
138 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableSortedMultiset.java137 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
148 E e1, E e2, E e3, E e4) { in of()
159 E e1, E e2, E e3, E e4, E e5) { in of()
170 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMultisetFauxverideShim.java95 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
110 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
126 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
143 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedSetFauxverideShim.java110 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
125 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
140 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
156 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSet.java86 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
95 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
104 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
118 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableList.java101 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
110 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
119 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
128 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
137 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
146 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
155 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()
165 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
175 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { 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, E e12, E... others) { in of()
/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.java64 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
69 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
74 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
79 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/cronet/buildtools/third_party/libc++/trunk/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/android/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java36 private final E e3; field in SampleElements
39 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
113 public E e3() { in e3() method in SampleElements
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java36 private final E e3; field in SampleElements
39 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
113 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/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java157 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3) { in of()
162 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4) { in of()
167 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
174 E e1, E e2, E e3, E e4, E e5, E e6, E... rest) { in of()
/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/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
Dstream_encoder_intrin_sse2.c77 uint32_t e1, e3; in FLAC__precompute_partition_info_sums_intrin_sse2() local
112 uint32_t e1, e3; in FLAC__precompute_partition_info_sums_intrin_sse2() local
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
Dp9-0x.cpp7 auto j() -> enum { e3 }; // expected-error{{unnamed enumeration must be a definition}} expected-err… enumerator
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java184 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3) { in of()
189 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4) { in of()
194 protected <E extends Comparable<? super E>> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
201 E e1, E e2, E e3, E e4, E e5, E e6, E... rest) { in of()
/external/clang/test/Analysis/
Dqt_malloc.cpp11 QEvent *e3 = new QEvent(QEvent::None); in send() local

1234567