HomeSort by relevance Sort by last modified time
    Searched refs:e2 (Results 1 - 25 of 338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
PR2743-reference-missing-static.c 15 void e2() __attribute__((weak));
16 void f2() { e2(); }
2007-04-11-PR1321.c 6 unsigned int e2 : 17; member in struct:X
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p8.cpp 6 void A::f(enum { e2 }) {} // expected-error{{can not be defined in a parameter}} \
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_12.java 25 } catch(RuntimeException e2) {
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 27 enum {e2}; // expected-note 2{{unnamed type used in template argument was declared here}} enumerator in enum:N0::__anon5188
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/
ImmutableSortedMultisetFauxverideShim.java 72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) {
86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) {
100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) {
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) {
132 E e2,
ImmutableSortedSetFauxverideShim.java 74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) {
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) {
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) {
ImmutableList.java 88 public static <E> ImmutableList<E> of(E e1, E e2) {
89 return construct(e1, e2);
97 public static <E> ImmutableList<E> of(E e1, E e2, E e3) {
98 return construct(e1, e2, e3);
106 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) {
107 return construct(e1, e2, e3, e4);
115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) {
116 return construct(e1, e2, e3, e4, e5);
124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) {
125 return construct(e1, e2, e3, e4, e5, e6)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SampleElements.java 32 public final E e2; field in class:SampleElements
36 public SampleElements(E e0, E e1, E e2, E e3, E e4) {
39 this.e2 = e2;
70 Helpers.mapEntry(keys.e2, values.e2),
  /external/clang/test/CXX/class/class.mem/
p8-0x.cpp 13 virtual void e1(), e2();
18 virtual void e1() override, e2(int); // No error.
  /external/clang/test/SemaCXX/
derived-to-base-ambig.cpp 17 class E2 : public D2, public C2, public virtual A2 { };
18 class F2 : public E2, public A2 { };
20 void g(E2* e2, F2* f2) {
22 o2 = e2;
29 void overload_okay(E2*);
ref-init-ambiguous.cpp 3 enum E2 { };
6 operator E2&(); // expected-note 3 {{candidate function}}
10 operator E2&(); // expected-note 3 {{candidate function}}
17 const E2 &e2 = c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}} local
20 void foo(const E2 &);// expected-note{{passing argument to parameter here}}
22 const E2 & re(C c) {
23 foo(c); // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}}
25 return c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}
    [all...]
class-names.cpp 50 enum E e2; variable in typeref:enum:E
52 enum E2 { E2 };
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1-0x.cpp 19 enum E : T { e1, e2 };
  /external/openssl/crypto/des/
des3s.cpp 40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
dess.cpp 40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
  /external/openssl/crypto/md4/
md4s.cpp 45 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/
md5s.cpp 45 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/
rc4s.cpp 41 unsigned long s1,s2,e1,e2; local
65 GetTSC(e2);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
  /external/openssl/crypto/ripemd/asm/
rips.cpp 47 unsigned long s1,s2,e1,e2; local
75 GetTSC(e2);
79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ItemMoveGestureListener.java 41 * @param e2 The end position
45 public boolean onMove(View view, MotionEvent e1, MotionEvent e2);
  /external/libsepol/include/sepol/policydb/
ebitmap.h 76 extern int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2);
77 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
79 extern int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2);
80 extern int ebitmap_xor(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2);
82 extern int ebitmap_andnot(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit);
84 extern int ebitmap_hamming_distance(ebitmap_t * e1, ebitmap_t * e2);
86 extern int ebitmap_contains(const ebitmap_t * e1, const ebitmap_t * e2);
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 99 e2 = vars.vect6; local
116 tmp0.subtract(tmp2, e2); // tri edge 2
198 fex = FastMath.abs(e2.x);
199 fey = FastMath.abs(e2.y);
200 fez = FastMath.abs(e2.z);
202 // AXISTEST_X2(e2[Z], e2[Y], fez, fey);
203 p0 = e2.z * tmp0.y - e2.y * tmp0.z;
204 p1 = e2.z * tmp1.y - e2.y * tmp1.z
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetIteratorTester.java 42 Arrays.asList(samples.e0, samples.e1, samples.e1, samples.e2)),
46 return getSubjectGenerator().create(samples.e0, samples.e1, samples.e1, samples.e2)
56 samples.e1, samples.e2), IteratorTester.KnownOrder.UNKNOWN_ORDER) {
59 return getSubjectGenerator().create(samples.e0, samples.e1, samples.e1, samples.e2)
69 Arrays.asList(samples.e0, samples.e1, samples.e1, samples.e2)),
73 return getSubjectGenerator().create(samples.e0, samples.e1, samples.e1, samples.e2)
83 samples.e1, samples.e2), IteratorTester.KnownOrder.UNKNOWN_ORDER) {
86 return getSubjectGenerator().create(samples.e0, samples.e1, samples.e1, samples.e2)
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableList.java 64 public static <E> ImmutableList<E> of(E e1, E e2) {
66 ImmutableList.<E>nullCheckedList(e1, e2));
69 public static <E> ImmutableList<E> of(E e1, E e2, E e3) {
71 ImmutableList.<E>nullCheckedList(e1, e2, e3));
74 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) {
76 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4));
79 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) {
81 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5));
84 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) {
86 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6))
    [all...]

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>