Home
last modified time | relevance | path

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

12345678910>>...12

/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()
/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()
/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/swiftshader/third_party/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 ]
164 // CHECK: S9a = [ e3 e4 e5 e6 e7 ]
165 // CHECK: S9b = [ e7 e6 e5 e4 e3 ]
167 // CHECK: S9d = [ a b c d e0 e3 e6 e9 e4 e5 e7 ]
/external/clang/test/Sema/
Dno-documentation-warn-tagdecl-specifier.c70 enum e5 { two }; enum
71 enum e5* g5(void);
/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/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/curl/tests/certs/
DEdelCurlRoot-ca.crt28 ee:a0:78:12:be:f6:7d:f4:f7:b6:8c:4e:e5:7d:32:
35 5d:65:57:e5:eb:07:82:7d:cb:72:4f:06:6a:34:d4:
37 9f:e5:d4:1c:dd:90:c2:7c:a2:00:d4:95:65:04:85:
55 aa:bd:c0:6d:25:85:e5:28:f6:15:e1:9d:af:a7:f7:a7:6c:2a:
DEdelCurlRoot-ca.cacert28 ee:a0:78:12:be:f6:7d:f4:f7:b6:8c:4e:e5:7d:32:
35 5d:65:57:e5:eb:07:82:7d:cb:72:4f:06:6a:34:d4:
37 9f:e5:d4:1c:dd:90:c2:7c:a2:00:d4:95:65:04:85:
55 aa:bd:c0:6d:25:85:e5:28:f6:15:e1:9d:af:a7:f7:a7:6c:2a:
/external/llvm/test/CodeGen/AArch64/
Darm64-fml-combines.ll26 %e5 = insertelement <2 x double> undef, double %add, i32 0
27 %e6 = insertelement <2 x double> %e5, double %add, i32 1
69 %e5 = insertelement <2 x float> undef, float %add, i32 0
70 %e6 = insertelement <2 x float> %e5, float %add, i32 1
111 %e5 = insertelement <4 x float> undef, float %add, i32 0
112 %e6 = insertelement <4 x float> %e5, float %add, i32 1
Darm64-fma-combines.ll34 %e5 = insertelement <2 x double> undef, double %add, i32 0
35 %e6 = insertelement <2 x double> %e5, double %add, i32 1
77 %e5 = insertelement <2 x float> undef, float %add, i32 0
78 %e6 = insertelement <2 x float> %e5, float %add, i32 1
119 %e5 = insertelement <4 x float> undef, float %add, i32 0
120 %e6 = insertelement <4 x float> %e5, float %add, i32 1
/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/pdfium/testing/resources/javascript/
Dbug_361.in75 testField("1e5");
78 testField("1.2e5");

12345678910>>...12