Searched refs:e2 (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A DPR2743-reference-missing-static.c15 void e2() __attribute__((weak));
16 void f2() { e2(); }
H A D2007-04-11-PR1321.c6 unsigned int e2 : 17; member in struct:X
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp8.cpp5 void A::f(enum { e2 }) {} // expected-error{{can not be defined in a parameter}}
/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::__anon16682
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/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode_unittest.cc21 ErrorCode e2(EPERM);
22 SANDBOX_ASSERT(e2.err() == SECCOMP_RET_ERRNO + EPERM);
36 ErrorCode e2 = sandbox.Trap(NULL, "a"); local
38 (e2.err() & SECCOMP_RET_DATA));
43 ErrorCode e2(ErrorCode::ERR_ALLOWED);
45 SANDBOX_ASSERT(e1.Equals(e2));
46 SANDBOX_ASSERT(e2.Equals(e1));
63 ErrorCode e2(ErrorCode::ERR_ALLOWED);
65 SANDBOX_ASSERT(!e1.LessThan(e2));
66 SANDBOX_ASSERT(!e2
[all...]
/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/clang/test/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c54 enum e2;
55 /** @return e2 Test 2*/
56 enum e2* g2(void);
57 enum e2;
/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/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp13 virtual void e1(), e2();
18 virtual void e1() override, e2(int); // No error.
/external/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp20 void g(E2* e2, F2* f2) { argument
22 o2 = e2;
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
/external/icu4c/common/
H A Duelement.h46 * @param e2 An element (object or integer)
49 typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2);
54 * @param e2 An element (object or integer)
55 * @return 0 if the two elements are equal, -1 if e1 is < e2, or +1 if e1 is > e2.
57 typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e2);
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Ddes3s.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
H A Ddess.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
/external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/CXX/temp/temp.spec/temp.explicit/
H A Dp1-0x.cpp19 enum E : T { e1, e2 };
/external/openssl/crypto/des/
H A Ddes3s.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
H A Ddess.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
/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));

Completed in 1414 milliseconds

1234567891011>>