Home
last modified time | relevance | path

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

12345

/external/guava/guava/src/com/google/common/collect/
DImmutableList.java106 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
133 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
143 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
153 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
163 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
173 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
183 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
197 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, in of()
DImmutableSortedSetFauxverideShim.java84 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
99 E e1, E e2, E e3, E e4) { in of()
114 E e1, E e2, E e3, E e4, E e5) { in of()
129 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedMultisetFauxverideShim.java86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
133 E e3, in of()
DImmutableSet.java115 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
126 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
137 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
149 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of()
DImmutableMultiset.java95 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of()
106 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
117 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
129 E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableSortedMultiset.java128 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
140 E e1, E e2, E e3, E e4) { in of()
152 E e1, E e2, E e3, E e4, E e5) { in of()
164 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java62 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
67 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()
77 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
83 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
89 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
95 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
101 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
107 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
113 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, in of()
DImmutableSet.java59 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
64 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
69 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
74 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableMultiset.java94 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of()
105 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
116 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
128 E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
DImmutableSortedSet.java92 E e1, E e2, E e3) { in of()
98 E e1, E e2, E e3, E e4) { in of()
104 E e1, E e2, E e3, E e4, E e5) { in of()
110 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSetTest.java52 @Override protected Set<String> of(String e1, String e2, String e3) { in of()
57 String e1, String e2, String e3, String e4) { in of()
62 String e1, String e2, String e3, String e4, String e5) { in of()
66 @Override protected Set<String> of(String e1, String e2, String e3, in of()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java102 @Override protected Set<String> of(String e1, String e2, String e3) { in of()
107 String e1, String e2, String e3, String e4) { in of()
112 String e1, String e2, String e3, String e4, String e5) { in of()
116 @Override protected Set<String> of(String e1, String e2, String e3, in of()
/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/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
Dp8.cpp7 enum { e3 } A::g() { } // expected-error{{cannot be defined in the result type}} \ 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/flac/libFLAC/
Dstream_encoder_intrin_ssse3.c66 unsigned e1, e3; in FLAC__precompute_partition_info_sums_intrin_ssse3() local
101 unsigned e1, e3; in FLAC__precompute_partition_info_sums_intrin_ssse3() local
Dstream_encoder_intrin_sse2.c77 unsigned e1, e3; in FLAC__precompute_partition_info_sums_intrin_sse2() local
112 unsigned e1, e3; in FLAC__precompute_partition_info_sums_intrin_sse2() 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/clang/test/Analysis/
Dqt_malloc.cpp11 QEvent *e3 = new QEvent(QEvent::None); in send() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java37 public final E e3; field in SampleElements
40 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-matchers.h603 ElementsAre(const T1& e1, const T2& e2, const T3& e3) { in ElementsAre()
618 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) { in ElementsAre()
635 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAre()
656 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAre()
679 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAre()
704 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAre()
732 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAre()
762 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAre()
818 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3) { in UnorderedElementsAre()
833 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) { in UnorderedElementsAre()
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h367 ElementsAreMatcher3(const T1& e1, const T2& e2, const T3& e3) : e1_(e1), in ElementsAreMatcher3()
396 ElementsAreMatcher4(const T1& e1, const T2& e2, const T3& e3, in ElementsAreMatcher4()
427 ElementsAreMatcher5(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher5()
461 ElementsAreMatcher6(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher6()
498 ElementsAreMatcher7(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher7()
537 ElementsAreMatcher8(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher8()
578 ElementsAreMatcher9(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher9()
622 ElementsAreMatcher10(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher10()
947 const T2& e2, const T3& e3) { in ElementsAre()
953 const T2& e2, const T3& e3, const T4& e4) { in ElementsAre()
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DChannelTracerTest.java55 Event e3 = new Event.Builder() in reportEvents() local
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/
Dcopy_assign.pass.cpp46 directory_entry e3(p2); in TEST_CASE() local

12345