Searched defs:e2 (Results 1 - 25 of 123) sorted by relevance

12345

/external/clang/test/CodeGen/
H A D2007-04-11-PR1321.c6 unsigned int e2 : 17; member in struct:X
/external/clang/test/SemaCXX/
H A Dref-init-ambiguous.cpp17 const E2 &e2 = c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}} local
H A Dclass-names.cpp50 enum E e2; variable in typeref:enum:E
H A Dderived-to-base-ambig.cpp20 void g(E2* e2, F2* f2) { argument
22 o2 = e2;
H A Dexpressions.cpp100 e2 = A && 7 // expected-warning {{use of logical '&&' with constant operand}} \ enumerator in enum:S::__anon4700
H A Dswitch.cpp27 enum E { e1, e2 }; enumerator in enum:E
/external/chromium/third_party/modp_b64/
H A Dmodp_b64_data.h74 static const char e2[256] = { variable
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp33 Explicit e2 = 42; // expected-error {{no viable conversion}} member in class:S
/external/clang/test/CodeGenCXX/
H A Dmember-expressions.cpp33 A::E e2 = g()->Foo; local
/external/openssl/crypto/des/
H A Ddess.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
H A Ddes3s.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2.cpp27 enum {e2}; // expected-note 2{{unnamed type used in template argument was declared here}} enumerator in enum:N0::__anon4101
36 int (*fp1)(int, __typeof__(e2)) = f1; // expected-warning{{template argument uses unnamed type}}
37 f1(e2); // expected-warning{{template argument uses unnamed type}}
38 f1(e2);
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultisetFauxverideShim.java72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { argument
86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { argument
100 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
132 E e2,
130 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
H A DImmutableSortedSetFauxverideShim.java74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { argument
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { argument
102 E e1, E e2, E e3, E e4) {
117 E e1, E e2, E e3, E e4, E e5) {
132 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {
101 of( E e1, E e2, E e3, E e4) argument
116 of( E e1, E e2, E e3, E e4, E e5) argument
131 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
/external/openssl/crypto/md4/
H A Dmd4s.cpp45 unsigned long s1,s2,e1,e2; local
71 GetTSC(e2);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/external/openssl/crypto/md5/
H A Dmd5s.cpp45 unsigned long s1,s2,e1,e2; local
71 GetTSC(e2);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/external/openssl/crypto/rc4/
H A Drc4s.cpp41 unsigned long s1,s2,e1,e2; local
65 GetTSC(e2);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp1.cpp34 ScopedEnum1<double>::E e2 = decltype(e2)::e; // expected-note {{in instantiation of enumeration 'ScopedEnum::ScopedEnum1<double>::E' requested here}} member in struct:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3
/external/clang/test/Sema/
H A Dattr-aligned.c38 char e2[__alignof__(e.member) == 2 ?: -1] = {0}; variable
H A Dfunction-redecl.c97 enum e { e1, e2 }; enumerator in enum:e
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSet.java62 public static <E> ImmutableSet<E> of(E e1, E e2) { argument
63 return create(e1, e2);
67 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { argument
68 return create(e1, e2, e3);
72 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { argument
73 return create(e1, e2, e3, e4);
77 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { argument
78 return create(e1, e2, e3, e4, e5);
82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, argument
86 Collections.addAll(all, e1, e2, e
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSampleElements.java32 public final E e2; field in class:SampleElements
36 public SampleElements(E e0, E e1, E e2, E e3, E e4) { argument
39 this.e2 = e2;
70 Helpers.mapEntry(keys.e2, values.e2),
/external/opencv/ml/src/
H A Dmltestset.cpp53 const CvDI* e2 = (const CvDI*) b; local
55 return (e1->d < e2->d) ? -1 : (e1->d > e2->d);
/external/openssl/crypto/ripemd/asm/
H A Drips.cpp47 unsigned long s1,s2,e1,e2; local
75 GetTSC(e2);
79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/external/clang/test/Parser/
H A DMicrosoftExtensions.c64 enum E3 e2; // No warning expected, the deprecation follows the variable local

Completed in 1170 milliseconds

12345