Home
last modified time | relevance | path

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

12345678

/external/guava/guava/src/com/google/common/collect/
DImmutableList.java110 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
119 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
128 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
137 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
146 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { 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) { in of()
164 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()
174 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
184 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
201 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.java117 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
131 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
145 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
160 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedMultisetFauxverideShim.java121 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
135 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
150 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
166 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableMultiset.java131 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of()
143 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
155 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
167 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableSet.java101 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
110 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
119 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
133 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/
DImmutableSortedMultisetFauxverideShim.java89 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
103 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
118 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
134 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedSetFauxverideShim.java103 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
117 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
131 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
146 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSet.java81 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
90 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
99 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
113 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableList.java95 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
104 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
113 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
122 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
131 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
140 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
149 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()
159 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
169 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
186 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.java63 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
68 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
73 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
78 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/llvm-project/libc/test/src/fenv/
Dexception_status_test.cpp56 for (int e3 : excepts) { in TEST() local
73 for (int e3 : excepts) { in TEST() local
92 for (int e3 : excepts) { in TEST() local
/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/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/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/
Ddebug-types-basic.cpp1 enum E { e1, e2, e3 }; enumerator
2 enum class EC { e1, e2, e3 }; enumerator
/external/llvm-project/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/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/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/llvm-project/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/llvm-project/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/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

12345678