Searched refs:e4 (Results 1 - 25 of 148) sorted by relevance

123456

/external/clang/test/CodeGen/
H A D2007-04-11-PR1321.c8 unsigned int e4 : 17; member in struct:X
/external/clang/test/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c64 /** @return e4 Test 4 */
65 enum e4* g4(void);
66 enum e4 { one }; enum
85 enum e4 *g8(enum e8 *p);
H A Dstring-init.c36 int e4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/clang/test/Analysis/
H A Dqt_malloc.cpp13 QEvent *e4 = new QEvent(QEvent::None); local
14 QApplication::postEvent(obj, e4);
/external/clang/test/SemaCXX/
H A Dms-const-member-expr.cpp19 constexpr int e4 = s->sdm; variable
H A Dstring-init.cpp31 int e4[] = U"a"; // expected-error{{array initializer must be an initializer list}} local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSampleElements.java33 // TODO: rename e3, e4 => missing1, missing2
38 public final E e4; field in class:SampleElements
40 public SampleElements(E e0, E e1, E e2, E e3, E e4) { argument
45 this.e4 = e4;
54 return Arrays.asList(e0, e1, e2, e3, e4);
99 Helpers.mapEntry(keys.e4, values.e4));
/external/clang/test/CodeGenCXX/
H A Dpr12251.cpp37 enum e4 { e4_a = -16}; enum
38 e4 g4(e4 *x) {
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultisetFauxverideShim.java100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { argument
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { argument
134 E e4,
130 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
H A DImmutableSortedSetFauxverideShim.java99 E e1, E e2, E e3, E e4) {
114 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) {
98 of( E e1, E e2, E e3, E e4) argument
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.java115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { argument
116 return construct(e1, e2, e3, e4);
124 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, 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/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSetAddAllTester.java48 = MinimalCollection.of(samples.e3, samples.e4, samples.e3, samples.e4);
51 expectAdded(samples.e3, samples.e4);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableList.java67 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { argument
69 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4));
72 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, 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.java64 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { argument
65 return create(e1, e2, e3, e4);
69 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-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSetTest.java57 String e1, String e2, String e3, String e4) {
58 return ImmutableSet.of(e1, e2, e3, e4);
62 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);
56 of( String e1, String e2, String e3, String e4) argument
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/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapPutIterableTester.java49 return Lists.newArrayList(sampleValues().e3, sampleValues().e4).iterator();
52 assertGet(sampleKeys().e0, sampleValues().e0, sampleValues().e3, sampleValues().e4);
59 sampleKeys().e0, Lists.newArrayList(sampleValues().e3, sampleValues().e4)));
60 assertGet(sampleKeys().e0, sampleValues().e0, sampleValues().e3, sampleValues().e4);
68 return Lists.newArrayList(sampleValues().e3, sampleValues().e4).iterator();
71 assertGet(sampleKeys().e3, sampleValues().e3, sampleValues().e4);
77 sampleKeys().e3, Lists.newArrayList(sampleValues().e3, sampleValues().e4)));
78 assertGet(sampleKeys().e3, sampleValues().e3, sampleValues().e4);
147 assertTrue(multimap().putAll(null, Lists.newArrayList(sampleValues().e3, sampleValues().e4)));
148 assertGet(null, sampleValues().e3, sampleValues().e4);
[all...]
H A DSetMultimapEqualsTester.java38 Helpers.mapEntry(sampleKeys().e0, sampleValues().e4));
42 Helpers.mapEntry(sampleKeys().e0, sampleValues().e4));
H A DListMultimapReplaceValuesTester.java40 sampleValues().e4);
H A DMultisetAddTester.java113 assertTrue(getMultiset().addAll(Arrays.asList(samples.e3, samples.e4, samples.e3)));
114 expectAdded(samples.e3, samples.e4, samples.e3);
120 getSubjectGenerator().create(samples.e3, samples.e4, samples.e3)));
121 expectAdded(samples.e3, samples.e4, samples.e3);
/external/jemalloc/test/include/test/
H A Dmath.h146 3.3430575583588128105e4) * r + 6.7265770927008700853e4) * r
147 + 4.5921953931549871457e4) * r + 1.3731693765509461125e4) *
151 2.8729085735721942674e4) * r + 3.9307895800092710610e4) * r
152 + 2.1213794301586595867e4) * r + 5.3941960214247511077e3) *
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp54 template<> enum A<long long>::E : long long { e3, e4 }; // expected-error {{explicit specialization of 'E' after instantiation}} expected-note {{first required here}}
56 template<> enum class B<long long>::E { e3, e4 };
57 B<long long>::E b4 = B<long long>::E::e4;
69 template<> enum class C<long long>::E : long long { e3, e4 };
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Denums-expected.cc53 blink::T::EnumInClass e4 = blink::T::kClassNamedWrong22; local
H A Denums-original.cc53 blink::T::EnumInClass e4 = blink::T::classNamedWrong22; local
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java107 String e1, String e2, String e3, String e4) {
108 return ImmutableSet.of(e1, e2, e3, e4);
112 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);
106 of( String e1, String e2, String e3, String e4) argument
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/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h238 const char* e4,
250 << e4 << ") evaluates to false, where"
254 << "\n" << e4 << " evaluates to " << v4;
301 const char* e4,
315 << e4 << ", "
320 << "\n" << e4 << " evaluates to " << v4
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument

Completed in 1153 milliseconds

123456