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

1 2 3 4 5 6 7 8

  /external/clang/test/SemaCXX/
visibility.cpp 5 struct C2
10 return C2<int>::p;
PR12481.cpp 4 class C2 { };
15 BinaryTrie<C2> c2_trie_;
derived-to-base-ambig.cpp 15 class C2 : virtual public A2 { };
16 class D2 : public B2, public C2 { };
17 class E2 : public D2, public C2, public virtual A2 { };
vtable-instantiation.cc 10 template<class T2> struct C2 {
11 void c2() { function in struct:PR8640::C2
17 C2<int*> c2; local
18 c2.c2(); // expected-note {{in instantiation of member function}}
namespace-alias.cpp 101 class C2;
106 class C2;
109 N::C2 *pc2 = 0;
  /external/clang/test/Modules/Inputs/wildcard-submodule-exports/
C_two.h 4 unsigned long *C2;
  /external/clang/test/SemaTemplate/
dependent-class-member-operator.cpp 5 template<class T> struct C2; // expected-note {{template is declared here}}
10 foo(&C2<int>::operator+); // expected-error {{implicit instantiation of undefined template 'C2<int>'}}
class-template-id-2.cpp 14 class C2 : public N::A<float> { }; // expected-error{{base class has incomplete type}}
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 15 class C2
24 , public C2
32 : public C2
41 , public C2
61 , virtual public C2
72 , public C2
89 // CHECK-NEXT: -- (Test1::C2, 0) vtable address --
97 // CHECK-NEXT: -- (Test1::C2, 16) vtable address --
105 // CHECK-NEXT: -- (Test1::C2, 48) vtable address --
117 // CHECK-NEXT: -- (Test1::C2, 88) vtable address -
    [all...]
vtt-layout.cpp 34 class C2 : public virtual V3, virtual V2 { int i; };
37 class D : public C1, public C2, public C3 { int i; };
53 class C2 : public virtual V3, virtual V2 { int i; };
56 class D : public C1, public C2, public C3 { int i; };
value-init.cpp 189 const C &c2; member in struct:PR8726::S
252 struct C2 : B2 { C2(); };
253 C2::C2() : A(3), B2() {}
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 17 public long toMillis(long d) { return d/(C2/C0); }
23 int excessNanos(long d, long m) { return (int)(d - (m*C2)); }
28 public long toMillis(long d) { return d/(C2/C1); }
34 int excessNanos(long d, long m) { return (int)((d*C1) - (m*C2)); }
37 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); }
38 public long toMicros(long d) { return x(d, C2/C1, MAX/(C2/C1)); }
40 public long toSeconds(long d) { return d/(C3/C2); }
41 public long toMinutes(long d) { return d/(C4/C2); }
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_cosf.c 30 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */
44 r = C2+z*C3;
k_cos.c 33 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
37 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
62 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */
75 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 46 public long toMillis(long d) { return d/(C2/C0); }
52 int excessNanos(long d, long m) { return (int)(d - (m*C2)); }
57 public long toMillis(long d) { return d/(C2/C1); }
63 int excessNanos(long d, long m) { return (int)((d*C1) - (m*C2)); }
66 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); }
67 public long toMicros(long d) { return x(d, C2/C1, MAX/(C2/C1)); }
69 public long toSeconds(long d) { return d/(C3/C2); }
70 public long toMinutes(long d) { return d/(C4/C2); }
    [all...]
  /device/asus/flo/nfc/
libnfc-brcm-20791b05.conf 28 NFA_DM_START_UP_CFG={42:CB:01:01:A5:01:01:CA:14:00:00:00:00:0E:C0:D4:01:00:0F:00:00:00:00:C0:C6:2D:00:14:0A:B5:03:01:03:FF:80:01:01:C9:03:03:0F:AB:5B:01:02:B2:04:E8:03:00:00:CF:02:02:08:B1:06:00:20:00:00:00:12:C2:02:01:C8}
31 #NFA_DM_START_UP_CFG={48:CB:01:01:A5:01:01:CA:14:00:00:00:00:0E:C0:D4:01:00:0F:00:00:00:00:C0:C6:2D:00:14:0A:B5:03:01:03:FF:80:01:01:C9:03:03:0F:AB:5B:01:02:B2:04:E8:03:00:00:CF:02:02:08:B1:06:00:20:00:00:00:12:C2:08:01:08:00:04:80:C3:C9:01}
37 NFA_DM_PRE_DISCOVERY_CFG={0A:C2:08:01:C8:00:04:40:4B:4C:00}
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p9.cpp 5 template<char C1, char C2>
  /external/clang/test/Modules/
wildcard-submodule-exports.cpp 18 unsigned long *C2_ptr = C2;
  /external/ceres-solver/include/ceres/internal/
scoped_ptr.h 133 // Forbid comparison of scoped_ptr types. If C2 != C, it totally doesn't
134 // make sense, and if C2 == C, it still doesn't make sense because you should
136 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const;
137 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
265 template <class C2> bool operator==(scoped_array<C2> const& p2) const;
266 template <class C2> bool operator!=(scoped_array<C2> const& p2) const
    [all...]
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 31 @class C2;
32 void accept_a_C2(C2*);
  /external/chromium/base/memory/
scoped_ptr.h 128 // Forbid comparison of scoped_ptr types. If C2 != C, it totally doesn't
129 // make sense, and if C2 == C, it still doesn't make sense because you should
131 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const;
132 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
236 template <class C2> bool operator==(scoped_array<C2> const& p2) const;
237 template <class C2> bool operator!=(scoped_array<C2> const& p2) const
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 35 interface C2 extends B1, B2, B3, B4, B5 {}
40 interface D1 extends C1, C2, C3, C4, C5 {}
41 interface D2 extends C1, C2, C3, C4, C5 {}
42 interface D3 extends C1, C2, C3, C4, C5 {}
43 interface D4 extends C1, C2, C3, C4, C5 {}
44 interface D5 extends C1, C2, C3, C4, C5 {}
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
previousSiblingLastChildSkip.js 4 testElement.innerHTML='<div id="A1"><div id="B1"><div id="C1"></div><div id="C2"><div id="D1"></div><div id="D2"></div></div></div><div id="B2"><div id="C3"></div><div id="C4"></div></div></div>';
17 shouldBe("walker.nextNode(); walker.currentNode.id", "'C2'");
21 shouldBe("walker.previousSibling(); walker.currentNode.id", "'C2'");
  /device/lge/mako/nfc/
libnfc-brcm.conf 80 NFA_DM_START_UP_CFG={2E:CB:01:01:A5:01:01:CA:14:00:00:00:00:06:E8:03:00:00:00:00:00:00:00:00:00:00:00:00:00:80:01:01:C2:08:61:40:82:04:40:4B:4C:00:B5:03:01:01:01}

Completed in 476 milliseconds

1 2 3 4 5 6 7 8