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

1 2 3 4 5 6 7 8 9

  /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 { };
  /external/clang/test/CodeGenCXX/
microsoft-abi-non-virtual-base-ordering.cpp 6 struct C2 { int a; virtual void C2M() {} };
7 struct C3 : C0, C1, C2 {} a;
9 // Check to see that both C1 and C2 get laid out before C0 does.
10 // CHECK: %struct.C3 = type { %struct.C1, %struct.C2, %struct.C0 }
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; };
  /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/libcxxabi/test/
catch_class_03.cpp 43 struct C2
48 explicit C2(int id) : B(id-2), id_(id) {count++;}
49 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;}
50 ~C2() {count--;}
53 int C2::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;}
71 assert(C2::count == 0)
    [all...]
catch_class_04.cpp 43 struct C2
48 explicit C2(int id) : B(id-2), id_(id) {count++;}
49 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;}
50 ~C2() {count--;}
53 int C2::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), B(id+3), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), B(a.id_+3), id_(a.id_) {count++;}
71 assert(C2::count == 0)
    [all...]
catch_ptr.cpp 43 struct C2
48 explicit C2(int id) : B(id-2), id_(id) {count++;}
49 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;}
50 ~C2() {count--;}
53 int C2::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), B(id+3), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), B(a.id_+3), id_(a.id_) {count++;}
86 assert(static_cast<const C2*>(a)->id_ == 3)
    [all...]
  /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...]
  /external/chromium_org/third_party/webrtc/base/
sigslottester.h 77 template <class A1, class A2, class C1, class C2>
81 C1* capture1, C2* capture2)
98 C2* capture2_;
103 template <class A1, class A2, class A3, class C1, class C2, class C3>
107 C1* capture1, C2* capture2, C3* capture3)
125 C2* capture2_;
131 template <class A1, class A2, class A3, class A4, class C1, class C2, class C3,
136 C1* capture1, C2* capture2, C3* capture3, C4* capture4)
156 C2* capture2_;
163 template <class A1, class A2, class A3, class A4, class A5, class C1, class 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));
  /external/lldb/test/functionalities/stop-hook/
main.cpp 47 int C2 = c(2); // Another breakpoint which is outside of the stop-hook range.
48 printf("c(2) returns %d\n", C2);
  /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:02:FF:80:01:01:C9:03:03:0F:AB:5B:01:00: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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_formats.c 160 C4A(B8G8R8A8_UNORM, BGRA8_UNORM, C2, C1, C0, C3, UNORM, 8_8_8_8, TDV, 1),
161 F3A(B8G8R8X8_UNORM, BGRX8_UNORM, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
162 C4A(B8G8R8A8_SRGB, BGRA8_SRGB, C2, C1, C0, C3, UNORM, 8_8_8_8, TD, 1),
163 F3A(B8G8R8X8_SRGB, BGRX8_SRGB, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
164 C4A(R8G8B8A8_UNORM, RGBA8_UNORM, C0, C1, C2, C3, UNORM, 8_8_8_8, TBV, 0),
165 F3A(R8G8B8X8_UNORM, RGBX8_UNORM, C0, C1, C2, xx, UNORM, 8_8_8_8, TB),
166 C4A(R8G8B8A8_SRGB, RGBA8_SRGB, C0, C1, C2, C3, UNORM, 8_8_8_8, TB, 0),
179 F3B(B5G6R5_UNORM, B5G6R5_UNORM, C2, C1, C0, xx, UNORM, 5_6_5, T),
180 C4B(B5G5R5A1_UNORM, BGR5_A1_UNORM, C2, C1, C0, C3, UNORM, 5_5_5_1, TB),
181 F3B(B5G5R5X1_UNORM, BGR5_X1_UNORM, C2, C1, C0, xx, UNORM, 5_5_5_1, TB)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_formats.c 160 C4A(B8G8R8A8_UNORM, BGRA8_UNORM, C2, C1, C0, C3, UNORM, 8_8_8_8, TDV, 1),
161 F3A(B8G8R8X8_UNORM, BGRX8_UNORM, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
162 C4A(B8G8R8A8_SRGB, BGRA8_SRGB, C2, C1, C0, C3, UNORM, 8_8_8_8, TD, 1),
163 F3A(B8G8R8X8_SRGB, BGRX8_SRGB, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
164 C4A(R8G8B8A8_UNORM, RGBA8_UNORM, C0, C1, C2, C3, UNORM, 8_8_8_8, TBV, 0),
165 F3A(R8G8B8X8_UNORM, RGBX8_UNORM, C0, C1, C2, xx, UNORM, 8_8_8_8, TB),
166 C4A(R8G8B8A8_SRGB, RGBA8_SRGB, C0, C1, C2, C3, UNORM, 8_8_8_8, TB, 0),
179 F3B(B5G6R5_UNORM, B5G6R5_UNORM, C2, C1, C0, xx, UNORM, 5_6_5, T),
180 C4B(B5G5R5A1_UNORM, BGR5_A1_UNORM, C2, C1, C0, C3, UNORM, 5_5_5_1, TB),
181 F3B(B5G5R5X1_UNORM, BGR5_X1_UNORM, C2, C1, C0, xx, UNORM, 5_5_5_1, TB)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 37 C2 = -0.001388888888888888888888888888863490893732L,
56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
  /device/lge/hammerhead/nfc/
libnfc-brcm-20791b05.conf 29 NFA_DM_START_UP_CFG={45:CB:01:01:A5:01:01:CA:17:00:00:00:00:06:00:00:00:00:0F:00:00:00:00:E0:67:35:00:14:01:00:00:10:B5:03:01:02:FF:80:01:01:C9:03:03:0F:AB:5B:01:00:B2:04:E8:03:00:00:CF:02:02:08:B1:06:00:20:00:00:00:12:C2:02:00:C8}
32 #NFA_DM_START_UP_CFG={45:CB:01:01:A5:01:01:CA:17:00:00:00:00:06:00:00:00:00:0F:00:00:00:00:E0:67:35:00:14:01:00:00:10: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:88}
42 #NFA_DM_PRE_DISCOVERY_CFG={0A:C2:08:01:88:00:04:40:4B:4C:00}
  /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;
264 template <class C2> bool operator==(scoped_array<C2> const& p2) const;
265 template <class C2> bool operator!=(scoped_array<C2> const& p2) const
    [all...]

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 9