Home
last modified time | relevance | path

Searched defs:e4 (Results 1 – 25 of 38) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMultisetFauxverideShim.java100 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()
134 E e4, in of()
DImmutableSortedSetFauxverideShim.java102 E e1, E e2, E e3, E e4) { in of()
117 E e1, E e2, E e3, E e4, E e5) { in of()
132 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableList.java106 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
134 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
144 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
154 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
164 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
174 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { 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, E e12, in of()
DImmutableSet.java120 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
131 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
143 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of()
DImmutableSortedMultiset.java130 E e1, E e2, E e3, E e4) { in of()
142 E e1, E e2, E e3, E e4, E e5) { in of()
157 E e4, in of()
DImmutableSortedSet.java163 E e1, E e2, E e3, E e4) { in of()
176 E e1, E e2, E e3, E e4, E e5) { in of()
190 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableMultiset.java102 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
113 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
125 E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java74 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
79 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
84 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
90 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
96 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
102 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
108 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
114 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
120 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.java72 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
77 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of()
DImmutableSortedSet.java95 E e1, E e2, E e3, E e4) { in of()
101 E e1, E e2, E e3, E e4, E e5) { in of()
107 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java34 public final E e4; field in SampleElements
36 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java59 String e1, String e2, String e3, String e4) { in of()
64 String e1, String e2, String e3, String e4, String e5) { in of()
69 String e4, String e5, String e6, String... rest) { in of()
DAbstractImmutableSetTest.java51 protected abstract Set<String> of(String e1, String e2, String e3, String e4); in of()
52 protected abstract Set<String> of(String e1, String e2, String e3, String e4, in of()
54 protected abstract Set<String> of(String e1, String e2, String e3, String e4, in of()
DImmutableSortedSetTest.java76 String e1, String e2, String e3, String e4) { in of()
81 String e1, String e2, String e3, String e4, String e5) { in of()
86 String e4, String e5, String e6, String... rest) { in of()
/external/clang/test/CodeGen/
D2007-04-11-PR1321.c8 unsigned int e4 : 17; member
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h397 const T4& e4) : e1_(e1), e2_(e2), e3_(e3), e4_(e4) {} 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()
777 const T2& e2, const T3& e3, const T4& e4) { in ElementsAre()
783 T5> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAre()
791 T6> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAre()
[all …]
/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
/external/openssl/crypto/aes/
Daes_wrap.c220 static const unsigned char e4[] = { in main() local
/external/clang/test/CodeGenCXX/
Dpr12251.cpp37 enum e4 { e4_a = -16}; enum
/external/clang/test/SemaCXX/
Dwarn-sign-conversion.cpp78 …int e4 = 1 ? B : E; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int… in doit_anonymous() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp52 enum E4 { V4 } constexpr e4 = V4; variable
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest_pred_impl.h238 const char* e4, in AssertPred4Helper()
301 const char* e4, in AssertPred5Helper()
/external/gtest/include/gtest/
Dgtest_pred_impl.h238 const char* e4, in AssertPred4Helper()
301 const char* e4, in AssertPred5Helper()
/external/chromium/testing/gtest/include/gtest/
Dgtest_pred_impl.h238 const char* e4, in AssertPred4Helper()
301 const char* e4, in AssertPred5Helper()
/external/protobuf/gtest/include/gtest/
Dgtest_pred_impl.h244 const char* e4, in AssertPred4Helper()
309 const char* e4, in AssertPred5Helper()

12