Searched refs:e5 (Results 1 - 25 of 143) sorted by relevance

123456

/external/clang/test/CodeGen/
H A D2007-04-11-PR1321.c9 unsigned int e5 : 17; member in struct:X
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Dfloating-literals.s36 .double 1e5
38 .double 1.e5
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A 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/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c69 /** @return e5 Test 5 - expected warning here */
70 enum e5 { two }; enum
71 enum e5* g5(void);
H A Dstring-init.c37 int e5[] = L"a"; // No error. local
/external/clang/test/CodeGenCXX/
H A Dpr12251.cpp44 enum e5 { e5_a = -16, e5_b = 16}; enum
45 e5 g5(e5 *x) {
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp60 template<> enum class B<long>::E { e5 };
61 void fb5() { b5 = decltype(b5)::e5; }
62 B<long>::E b6 = B<long>::E::e5;
73 template<> enum class C<long>::E : long { e5 };
74 void fc1() { c1 = decltype(c1)::e5; }
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 a declaration cannot depend on a template parameter}} member in class:C::B::E
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableList.java72 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { argument
74 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5));
77 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { argument
79 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6));
83 E e1, E e2, E e3, E e4, E e5, E e6, E e7) {
85 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6, e7));
89 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) {
91 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6, e7, e8));
95 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) {
97 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e
82 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7) argument
88 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) argument
94 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) argument
100 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) argument
106 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) argument
112 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) argument
[all...]
H A DImmutableSet.java69 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { argument
70 return create(e1, e2, e3, e4, e5);
74 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { argument
77 Collections.addAll(all, e1, e2, e3, e4, e5, e6);
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultisetFauxverideShim.java115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { argument
135 E e5,
130 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
H A DImmutableSortedSetFauxverideShim.java114 E e1, E e2, E e3, E e4, E e5) {
129 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {
113 of( E e1, E e2, E e3, E e4, E e5) argument
128 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
H A DImmutableList.java124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { argument
125 return construct(e1, e2, e3, e4, e5);
133 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { argument
134 return construct(e1, e2, e3, e4, e5, e6);
143 E e1, E e2, E e3, E e4, E e5, E e6, E e7) {
144 return construct(e1, e2, e3, e4, e5, e6, e7);
153 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) {
154 return construct(e1, e2, e3, e4, e5, e6, e7, e8);
163 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) {
164 return construct(e1, e2, e3, e4, e5, e
142 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7) argument
152 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) argument
162 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) argument
172 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) argument
182 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) argument
196 of( E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) argument
[all...]
/external/tensorflow/tensorflow/contrib/quantize/python/
H A Dquantize_graph.py104 # 2e5.
105 freeze_bn_delay = int(2e5)
141 freeze_bn_delay=int(2e5)):
/external/clang/test/SemaCXX/
H A Dstring-init.cpp32 int e5[] = L"a"; // expected-error{{array initializer must be an initializer list}} local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSetTest.java62 String e1, String e2, String e3, String e4, String e5) {
63 return ImmutableSet.of(e1, e2, e3, e4, e5);
67 String e4, String e5, String e6, String... rest) {
68 return ImmutableSet.of(e1, e2, e3, e4, e5, e6, rest);
61 of( String e1, String e2, String e3, String e4, String e5) argument
66 of(String e1, String e2, String e3, String e4, String e5, String e6, String... rest) argument
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Denums-expected.cc54 blink::T::EnumClassInClass e5 = local
H A Denums-original.cc54 blink::T::EnumClassInClass e5 = local
/external/wayland/tests/
H A Dlist-test.c152 struct element e1, e2, e3, e4, e5, e6; local
168 e5.i = 1;
173 wl_list_insert(other.prev, &e5.link);
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java112 String e1, String e2, String e3, String e4, String e5) {
113 return ImmutableSet.of(e1, e2, e3, e4, e5);
117 String e4, String e5, String e6, String... rest) {
118 return ImmutableSet.of(e1, e2, e3, e4, e5, e6, rest);
111 of( String e1, String e2, String e3, String e4, String e5) argument
116 of(String e1, String e2, String e3, String e4, String e5, String e6, String... rest) argument
/external/llvm/test/MC/AsmParser/
H A Dfloating-literals.s37 .double 1e5
39 .double 1.e5
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dexecution_profile_test.cc34 *Literal::CreateR2F32Linspace(1e0, 1e5, 256, 256)));
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
H A Dmasked_autoregressive_test.py116 num_samples=int(1e5),
135 num_samples=int(1e5),
H A Dreal_nvp_test.py90 num_samples=int(1e5),
110 num_samples=int(1e5),
/external/clang/test/Analysis/
H A Doutofbound.c96 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7,
/external/clang/test/Modules/Inputs/
H A DDebugCXX.h70 enum { e5 = 5 } GlobalEnum; enumerator in enum:__anon2986

Completed in 1551 milliseconds

123456