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

123

/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.cpp285 C4: class in namespace:n1
294 C4,
/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.java19 public long toMinutes(long d) { return d/(C4/C0); }
30 public long toMinutes(long d) { return d/(C4/C1); }
41 public long toMinutes(long d) { return d/(C4/C2); }
52 public long toMinutes(long d) { return d/(C4/C3); }
59 public long toNanos(long d) { return x(d, C4/C0, MAX/(C4/C0)); }
60 public long toMicros(long d) { return x(d, C4/C1, MAX/(C4/C1)); }
61 public long toMillis(long d) { return x(d, C4/C2, MAX/(C4/C
97 static final long C4 = C3 * 60L; field in class:TimeUnit
[all...]
/external/v8/test/mjsunit/bugs/
H A D618.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/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
H A Dalias-template.cpp84 template<typename T> class C4 { // expected-note {{template parameter is declared here}} class in namespace:ClassNameRedecl
/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/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/clang/test/Sema/
H A Dreturn.c249 enum Cases { C1, C2, C3, C4 }; enumerator in enum:Cases
254 case C4: return 3;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp49 class C4 {} constexpr c4 = C4(); class
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp99 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)));
/external/chromium/testing/
H A Dgmock_mutant.h170 typename C3, typename C4>
173 const Tuple4<C1, C2, C3, C4>& c) {
177 typename C4>
180 const Tuple4<C1, C2, C3, C4>& c) {
186 typename C3, typename C4, typename C5>
189 const Tuple5<C1, C2, C3, C4, C5>& c) {
193 typename C4, typename C5>
196 const Tuple5<C1, C2, C3, C4, C5>& c) {
202 typename C3, typename C4, typename C5, typename C6>
205 const Tuple6<C1, C2, C3, C4, C
[all...]
/external/openfst/src/test/
H A Dalgo_test.h169 VectorFst<Arc> C4(T1);
170 Concat(&C4, C3);
172 CHECK(Equiv(C1, C4));
181 ConcatFst<Arc> C4(T1, C3);
183 CHECK(Equiv(C2, C4));
192 ConcatFst<Arc> C4(T1, C3);
194 CHECK(Equiv(C1, C4));
474 ComposeFst<Arc> C4(S1, C3);
476 CHECK(Equiv(C2, C4));
/external/icu4c/data/sprep/
H A Drfc3491.txt13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3491.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3491.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
490 00C4; 00E4; MAP
618 01C4; 01C6; MAP
705 03A4; 03C4; MAP
832 04C3; 04C4; MAP
1244 24C4; 24DE; MAP
1719 1D6BB; 03C4; MAP
1745 1D6F5; 03C4; MAP
1771 1D72F; 03C4; MA
[all...]
H A Drfc3530csci.txt13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3530csci.txt --A1 --B1 --B2 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --check-bidi
453 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3530csci.txt --A1 --B1 --B2 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --check-bidi
489 00C4; 00E4; MAP
617 01C4; 01C6; MAP
704 03A4; 03C4; MAP
831 04C3; 04C4; MAP
1243 24C4; 24DE; MAP
1718 1D6BB; 03C4; MAP
1744 1D6F5; 03C4; MAP
1770 1D72F; 03C4; MA
[all...]
H A Drfc3722.txt13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --iscsi --normalize --check-bidi
454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --iscsi --normalize --check-bidi
490 00C4; 00E4; MAP
618 01C4; 01C6; MAP
705 03A4; 03C4; MAP
832 04C3; 04C4; MAP
1244 24C4; 24DE; MAP
1719 1D6BB; 03C4; MAP
1745 1D6F5; 03C4; MAP
1771 1D72F; 03C4; MA
[all...]
H A Drfc3920node.txt13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 -xmpp-node --normalize --check-bidi
454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 -xmpp-node --normalize --check-bidi
490 00C4; 00E4; MAP
618 01C4; 01C6; MAP
705 03A4; 03C4; MAP
832 04C3; 04C4; MAP
1244 24C4; 24DE; MAP
1719 1D6BB; 03C4; MAP
1745 1D6F5; 03C4; MAP
1771 1D72F; 03C4; MA
[all...]
H A Drfc4518ci.txt13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4518ci.txt --A1 --ldap --B2 --C3 --C4 --C5 --C8 --normalize
421 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4518ci.txt --A1 --ldap --B2 --C3 --C4 --C5 --C8 --normalize
457 00C4; 00E4; MAP
585 01C4; 01C6; MAP
672 03A4; 03C4; MAP
799 04C3; 04C4; MAP
1211 24C4; 24DE; MAP
1686 1D6BB; 03C4; MAP
1712 1D6F5; 03C4; MAP
1738 1D72F; 03C4; MA
[all...]
/external/icu4c/test/testdata/
H A Dnfs4_cis_prep.txt480 00C4; 00E4; MAP
608 01C4; 01C6; MAP
695 03A4; 03C4; MAP
822 04C3; 04C4; MAP
1234 24C4; 24DE; MAP
1709 1D6BB; 03C4; MAP
1735 1D6F5; 03C4; MAP
1761 1D72F; 03C4; MAP
1787 1D769; 03C4; MAP
1813 1D7A3; 03C4; MA
[all...]

Completed in 569 milliseconds

123