Home
last modified time | relevance | path

Searched refs:e5 (Results 1 – 25 of 115) sorted by relevance

12345

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java72 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
74 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5)); in of()
77 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() argument
79 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6)); in of()
83 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() argument
85 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6, e7)); in of()
89 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() argument
91 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6, e7, e8)); in of()
95 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() argument
97 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6, e7, e8, e9)); in of()
[all …]
DImmutableSet.java69 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
70 return create(e1, e2, e3, e4, 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() argument
77 Collections.addAll(all, e1, e2, e3, e4, e5, e6); in of()
DImmutableMultiset.java116 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
117 return copyOfInternal(e1, e2, e3, e4, e5); in of()
128 E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of() argument
134 .add(e5) in of()
DImmutableSortedSet.java104 E e1, E e2, E e3, E e4, E e5) { in of() argument
105 return ofInternal(Ordering.natural(), e1, e2, e3, e4, e5); in of()
110 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() argument
113 Collections.addAll(all, e1, e2, e3, e4, e5, e6); in of()
/external/guava/guava/src/com/google/common/collect/
DImmutableList.java124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
125 return construct(e1, e2, e3, e4, e5); in of()
133 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() argument
134 return construct(e1, e2, e3, e4, e5, e6); in of()
143 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() argument
144 return construct(e1, e2, e3, e4, e5, e6, e7); in of()
153 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() argument
154 return construct(e1, e2, e3, e4, e5, e6, e7, e8); in of()
163 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() argument
164 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9); in of()
[all …]
DImmutableSortedSetFauxverideShim.java114 E e1, E e2, E e3, E e4, E e5) { in of() argument
129 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() argument
DImmutableSortedMultisetFauxverideShim.java115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
135 E e5, in of() argument
DImmutableSet.java137 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
138 return construct(5, e1, e2, e3, e4, e5); in of()
149 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of() argument
157 elements[4] = e5; in of()
DImmutableSortedMultiset.java152 E e1, E e2, E e3, E e4, E e5) { in of() argument
153 return copyOf(Ordering.natural(), Arrays.asList(e1, e2, e3, e4, e5)); in of()
164 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() argument
167 Collections.addAll(all, e1, e2, e3, e4, e5, e6); in of()
DImmutableMultiset.java117 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
118 return copyOfInternal(e1, e2, e3, e4, e5); in of()
129 E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of() argument
135 .add(e5) in of()
DImmutableSortedSet.java180 E e1, E e2, E e3, E e4, E e5) { in of() argument
181 return construct(Ordering.natural(), 5, e1, e2, e3, e4, e5); in of()
194 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() argument
200 contents[4] = e5; in of()
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp109 E5 e5; variable
111 static_assert(!noexcept(E5(static_cast<E5&&>(e5))), "");
112 static_assert(!noexcept(E5(e5)), "");
113 static_assert(!noexcept(e5 = E5()), "");
114 static_assert(!noexcept(e5 = e5), "");
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
Dp1.cpp60 template<> enum class B<long>::E { e5 }; enumerator
61 void fb5() { b5 = decltype(b5)::e5; } in fb5()
62 B<long>::E b6 = B<long>::E::e5;
73 template<> enum class C<long>::E : long { e5 }; enumerator
74 void fc1() { c1 = decltype(c1)::e5; } in fc1()
75 C<long>::E c2 = C<long>::E::e5;
84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for … enumerator
/external/llvm/test/TableGen/
DSetTheory.td141 def e5;
146 def E : Set<(add e0, e1, e2, e3, e4, e5, e6, e7, e8, e9)>;
155 // CHECK: S8d = [ e1 e3 e5 e7 e9 ]
156 // CHECK: S8e = [ e0 e2 e4 e6 e8 e1 e3 e5 e7 e9 ]
165 // CHECK: S9a = [ e3 e4 e5 e6 e7 ]
166 // CHECK: S9b = [ e7 e6 e5 e4 e3 ]
168 // CHECK: S9d = [ a b c d e0 e3 e6 e9 e4 e5 e7 ]
169 // CHECK: S9e = [ e3 e5 ]
175 // CHECK: T0a = [ e3 e7 e4 e6 e5 ]
176 // CHECK: T0b = [ e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ]
/external/clang/test/CodeGenCXX/
Dpr12251.cpp44 enum e5 { e5_a = -16, e5_b = 16}; enum
45 e5 g5(e5 *x) { in g5()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSetTest.java62 String e1, String e2, String e3, String e4, String e5) { in of() argument
63 return ImmutableSet.of(e1, e2, e3, e4, e5); in of()
67 String e4, String e5, String e6, String... rest) { in of() argument
68 return ImmutableSet.of(e1, e2, e3, e4, e5, e6, rest); in of()
/external/clang/test/Sema/
Dno-documentation-warn-tagdecl-specifier.c70 enum e5 { two }; enum
71 enum e5* g5(void);
/external/libxml2/result/c14n/with-comments/
Dexample-36 …<e5 xmlns="http://www.uvic.ca" xmlns:a="http://www.w3.org" xmlns:b="http://www.ietf.org" attr="I'm…
/external/libxml2/result/c14n/without-comments/
Dexample-36 …<e5 xmlns="http://www.uvic.ca" xmlns:a="http://www.w3.org" xmlns:b="http://www.ietf.org" attr="I'm…
/external/libxml2/result/c14n/1-1-without-comments/
Dexample-36 …<e5 xmlns="http://www.uvic.ca" xmlns:a="http://www.w3.org" xmlns:b="http://www.ietf.org" attr="I'm…
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java112 String e1, String e2, String e3, String e4, String e5) { in of() argument
113 return ImmutableSet.of(e1, e2, e3, e4, e5); in of()
117 String e4, String e5, String e6, String... rest) { in of() argument
118 return ImmutableSet.of(e1, e2, e3, e4, e5, e6, rest); in of()
/external/llvm/test/CodeGen/ARM/
Dinlineasm-switch-mode.ll14 ; ARM-NEXT: 04 70 2d e5 str r7, [sp, #-4]!
20 ; THUMB-NEXT: 2d e5
/external/clang/test/CodeGen/
D2007-04-11-PR1321.c9 unsigned int e5 : 17; member
/external/protobuf/gtest/include/gtest/
Dgtest_pred_impl.h310 const char* e5, in AssertPred5Helper() argument
325 << e5 << ") evaluates to false, where" in AssertPred5Helper()
330 << "\n" << e5 << " evaluates to " << v5; in AssertPred5Helper()
/external/mesa3d/src/gtest/include/gtest/
Dgtest_pred_impl.h302 const char* e5, in AssertPred5Helper() argument
316 << e5 << ") evaluates to false, where" in AssertPred5Helper()
321 << "\n" << e5 << " evaluates to " << v5; in AssertPred5Helper()

12345