/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableList.java | 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()
|
D | ImmutableSortedSetFauxverideShim.java | 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()
|
D | ImmutableSortedMultisetFauxverideShim.java | 115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() 135 E e5, in of()
|
D | ImmutableSet.java | 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()
|
D | ImmutableMultiset.java | 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()
|
D | ImmutableSortedMultiset.java | 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()
|
D | ImmutableSortedSet.java | 180 E e1, E e2, E e3, E e4, E e5) { in of() 194 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/ |
D | ImmutableList.java | 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()
|
D | ImmutableSet.java | 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()
|
D | ImmutableMultiset.java | 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()
|
D | ImmutableSortedSet.java | 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/ |
D | ImmutableSetTest.java | 62 String e1, String e2, String e3, String e4, String e5) { in of() 67 String e4, String e5, String e6, String... rest) { in of()
|
D | AbstractImmutableSetTest.java | 49 String e5); in of() 51 String e5, String e6, String... rest); in of()
|
D | ImmutableSortedSetTest.java | 77 String e1, String e2, String e3, String e4, String e5) { in of() 82 String e4, String e5, String e6, String... rest) { in of()
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
D | p1.cpp | 60 template<> enum class B<long>::E { e5 }; enumerator 73 template<> enum class C<long>::E : long { e5 }; enumerator 84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for … enumerator
|
/external/clang/test/Sema/ |
D | no-documentation-warn-tagdecl-specifier.c | 70 enum e5 { two }; enum
|
D | string-init.c | 37 int e5[] = L"a"; // No error. in f() local
|
/external/clang/test/CodeGen/ |
D | 2007-04-11-PR1321.c | 9 unsigned int e5 : 17; member
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 112 String e1, String e2, String e3, String e4, String e5) { in of() 117 String e4, String e5, String e6, String... rest) { in of()
|
D | AbstractImmutableSetTest.java | 53 String e5); in of() 55 String e5, String e6, String... rest); in of()
|
D | ImmutableSortedSetTest.java | 184 String e1, String e2, String e3, String e4, String e5) { in of() 189 String e4, String e5, String e6, String... rest) { in of()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-matchers.h | 428 const T5& e5) : e1_(e1), e2_(e2), e3_(e3), e4_(e4), e5_(e5) {} in ElementsAreMatcher5() 462 const T5& e5, const T6& e6) : e1_(e1), e2_(e2), e3_(e3), e4_(e4), in ElementsAreMatcher6() 499 const T5& e5, const T6& e6, const T7& e7) : e1_(e1), e2_(e2), e3_(e3), in ElementsAreMatcher7() 538 const T5& e5, const T6& e6, const T7& e7, const T8& e8) : e1_(e1), in ElementsAreMatcher8() 579 const T5& e5, const T6& e6, const T7& e7, const T8& e8, in ElementsAreMatcher9() 623 const T5& e5, const T6& e6, const T7& e7, const T8& e8, const T9& e9, in ElementsAreMatcher10() 960 const T5& e5) { in ElementsAre() 968 const T5& e5, const T6& e6) { in ElementsAre() 977 const T5& e5, const T6& e6, const T7& e7) { in ElementsAre() 986 const T5& e5, const T6& e6, const T7& e7, const T8& e8) { in ElementsAre() [all …]
|
/external/clang/test/SemaCXX/ |
D | string-init.cpp | 32 int e5[] = L"a"; // expected-error{{array initializer must be an initializer list}} in f() local
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 109 E5 e5; variable
|
/external/clang/test/CodeGenCXX/ |
D | pr12251.cpp | 44 enum e5 { e5_a = -16, e5_b = 16}; enum
|