Searched refs:C4 (Results 1 - 25 of 108) sorted by relevance

12345

/external/clang/test/Modules/Inputs/
H A Dredecl-merge-left-left.h3 @class C4;
4 void accept_a_C4(C4*);
H A Dredecl-merge-bottom.h3 @class C4;
4 @class C4;
19 void refers_to_C4(C4*);
H A Dredecl-merge-right.h39 @class C4;
40 @class C4;
41 @class C4;
42 @class C4;
43 C4 *get_a_C4(void);
H A Dredecl-merge-left.h38 @class C4;
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp31 class C4 class in namespace:Test1
40 , virtual public C4
51 , public C4
60 , public C4
70 , virtual public C4
98 // CHECK-NEXT: -- (Test1::C4, 16) vtable address --
118 // CHECK-NEXT: -- (Test1::C4, 88) vtable address --
139 // CHECK-NEXT: -- (Test1::C4, 168) vtable address --
150 // CHECK-NEXT: -- (Test1::C4, 184) vtable address --
199 , public C4
[all...]
H A Ddebug-info-use-after-free.cpp286 C4: class in namespace:n1
295 C4,
/external/v8/tools/gyp/test/win/compiler-flags/
H A Dwarning-level3.cc7 struct __declspec(align(4)) C4 { C8 m8; };
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRow.java19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
20 Freezable<Row<C0, C1, C2, C3, C4>>{
36 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) {
37 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4);
55 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> {
56 public R5(C0 a, C1 b, C2 c, C3 d, C4 e) {
61 public Row<C0, C1, C2, C3, C4> set
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRow.java15 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
16 Freezable<Row<C0, C1, C2, C3, C4>>{
32 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) {
33 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4);
51 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> {
52 public R5(C0 a, C1 b, C2 c, C3 d, C4 e) {
57 public Row<C0, C1, C2, C3, C4> set
[all...]
/external/v8/test/mjsunit/
H A Dsetter-on-constructor-prototype.js78 function C4() { class
81 C4.prototype = { };
82 C4.prototype.__proto__ = { };
83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; });
85 %ToFastProperties(C4.prototype.__proto__);
89 var c4 = new C4();
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java23 public long toMinutes(long d) { return d/(C4/C0); }
34 public long toMinutes(long d) { return d/(C4/C1); }
45 public long toMinutes(long d) { return d/(C4/C2); }
56 public long toMinutes(long d) { return d/(C4/C3); }
63 public long toNanos(long d) { return x(d, C4/C0, MAX/(C4/C0)); }
64 public long toMicros(long d) { return x(d, C4/C1, MAX/(C4/C1)); }
65 public long toMillis(long d) { return x(d, C4/C2, MAX/(C4/C
101 static final long C4 = C3 * 60L; field in class:TimeUnit
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-618.js74 function C4() { class
77 var c4 = new C4();
83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; });
84 var c4 = new C4();
/external/clang/test/Parser/
H A Dcxx-concept-declaration.cpp17 concept auto C4(void) -> bool { return true; }
/external/clang/test/SemaCXX/
H A Dclass.cpp109 // PR3020: This used to crash due to double ownership of C4.
110 struct C4;
111 C4; // expected-warning {{declaration does not declare anything}}
114 struct C4 { struct
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp84 struct C4 : virtual InaccessibleDtor { C4(); } c4; // expected-error {{deleted function}} expected-note {{base class 'InaccessibleDtor' has an inaccessible destructor}} struct in inherits:InaccessibleDtor
/external/clang/test/Index/
H A Doverriding-ftemplate-comments.cpp75 /// \tparam C4 Ccc 4
77 template <class C1, template <class C2, template <class C3, class C4> class BBB > class AAA>
80 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_22</Name><USR>c:@FT@&gt;2#T#t&gt;2#T#t&gt;2#T#Tcomment_to_html_conversion_22#v#</USR><Declaration>template &lt;class C1, template &lt;class C2, template &lt;class C3, class C4&gt; class BBB&gt;\n class AAA&gt;\nvoid comment_to_html_conversion_22()</Declaration><TemplateParameters><Parameter><Name>C1</Name><Index>0</Index><Discussion><Para> Ccc 1 </Para></Discussion></Parameter><Parameter><Name>AAA</Name><Index>1</Index><Discussion><Para> Zzz </Para></Discussion></Parameter><Parameter><Name>C2</Name><Discussion><Para> Ccc 2 </Para></Discussion></Parameter><Parameter><Name>C3</Name><Discussion><Para> Ccc 3 </Para></Discussion></Parameter><Parameter><Name>C4</Name><Discussion><Para> Ccc 4 </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Discussion><Para> Bbb</Para></Discussion></Parameter></TemplateParameters></Function>]
/external/fdlibm/
H A Dk_cos.c30 * |ieee_cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
34 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
60 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
/external/v8/test/mjsunit/es6/
H A Dcomputed-property-names-classes.js247 class C4 {
255 assertEquals('D', new C4().d);
297 class C4 {
305 new C4().d = 'D';
336 class C4 {
372 class C4 {
409 class C4 {
415 var iter = new C4().constructor();
/external/clang/test/Layout/
H A Dms-x86-empty-nonvirtual-bases.cpp18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %p\n", this);} }; function in struct:C4
H A Dms-x86-basic-layout.cpp18 struct C4 { struct
20 C4() : a(0xf00000c4) {} function in struct:C4
21 virtual void f() {printf("C4");}
93 struct TestF2 : A4, virtual C4 {
105 // CHECK-NEXT: 12 | struct C4 (virtual base)
106 // CHECK-NEXT: 12 | (C4 vftable pointer)
117 // CHECK-X64-NEXT: 24 | struct C4 (virtual base)
118 // CHECK-X64-NEXT: 24 | (C4 vftable pointer)
/external/webrtc/webrtc/base/
H A Dsigslottester.h132 class C4>
136 C1* capture1, C2* capture2, C3* capture3, C4* capture4)
158 C4* capture4_;
164 class C3, class C4, class C5>
168 C1* capture1, C2* capture2, C3* capture3, C4* capture4,
192 C4* capture4_;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp50 class C4 {} constexpr c4 = C4(); class
/external/clang/test/Sema/
H A Dreturn.c260 enum Cases { C1, C2, C3, C4 }; enumerator in enum:Cases
265 case C4: return 3;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp97 template<typename T> class C4 { // expected-note {{template parameter is declared here}} class in namespace:ClassNameRedecl
/external/speex/libspeex/
H A Dmath_approx.h312 #define C4 -0.0012712095f macro
321 return C1 + x*(C2+x*(C3+C4*x));
325 return NEG16(C1 + x*(C2+x*(C3+C4*x)));

Completed in 454 milliseconds

12345