Home
last modified time | relevance | path

Searched defs:D (Results 1 – 25 of 1514) sorted by relevance

12345678910>>...61

/third_party/boost/libs/preprocessor/doc/examples/
Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/third_party/boost/boost/graph/detail/
Dedge.hpp56 inline bool operator==(const detail::edge_desc_impl< D, V >& a, in operator ==()
62 inline bool operator!=(const detail::edge_desc_impl< D, V >& a, in operator !=()
70 inline bool operator<(const detail::edge_desc_impl< D, V >& a, in operator <()
76 inline bool operator<=(const detail::edge_desc_impl< D, V >& a, in operator <=()
82 inline bool operator>(const detail::edge_desc_impl< D, V >& a, in operator >()
88 inline bool operator>=(const detail::edge_desc_impl< D, V >& a, in operator >=()
101 std::basic_ostream< Char, Traits >& operator<<( in operator <<()
/third_party/typescript/tests/baselines/reference/
DcloduleSplitAcrossFiles.js4 class D { } class
14 function D() { class in D
19 var D; variable
20 (function (D) { argument
DnumericLiteralTypes3.js7 function f1(a: A, b: B, c: C, d: D) {
14 function f2(a: A, b: B, c: C, d: D) {
21 function f3(a: A, b: B, c: C, d: D) {
28 function f4(a: A, b: B, c: C, d: D) {
35 function f5(a: A, b: B, c: C, d: D) {
54 function f6(a: A, b: B, c: C, d: D) {
73 function f7(a: A, b: B, c: C, d: D) {
DfunduleSplitAcrossFiles.js4 function D() { } class
15 var D; variable
16 (function (D) { argument
DparserErrorRecovery_ClassElement1.js6 class D { field in C
17 var D = /** @class */ (function () { class
18 function D() { class in D
DparserErrorRecovery_SwitchStatement2.js6 class D { class
14 var D = /** @class */ (function () { class in C.constructor.C.C
15 function D() { class in C.constructor.C.C.D
DmergedInterfacesWithMultipleBases.js21 class D implements A { class
71 function D() { class in D
90 var D = /** @class */ (function () { class
91 function D() { class in anonymousFunction0a7ea5a80400.D
DambientExternalModuleInAnotherExternalModule.js2 class D { } class
16 var D = /** @class */ (function () { class
17 function D() { class in anonymousFunction77993bb40100.D
DclassAndVariableWithSameName.js6 class D { // error class
22 var D = /** @class */ (function () { class
23 function D() { class in anonymousFunction9af0dcac0200.D
DclassAndInterfaceWithSameName.js6 class D { class
23 var D = /** @class */ (function () { class
24 function D() { class in anonymousFunction255105d70200.D
DClassAndModuleThatMergeWithModuleMemberThatUsesClassTypeParameter.js23 class D<U extends T>{ class
69 var D = /** @class */ (function () { class
70 function D() { class in anonymousFunction6c6c32ce0500.D
89 var D = /** @class */ (function () { class
90 function D() { class in anonymousFunction6c6c32ce0c00.D
DdeclarationEmitThisPredicatesWithPrivateName01.js3 m(): this is D { field in C
4 return this instanceof D; field in C
8 class D extends C { class
41 function D() { class in D
DdeclarationEmitThisPredicates01.js3 m(): this is D { field in C
4 return this instanceof D; field in C
8 export class D extends C { class
41 function D() { class in D
DassignmentCompatWithObjectMembersAccessibility.js19 class D { class
126 var D = /** @class */ (function () { class
127 function D() { class in anonymousFunction497d7b9d0100.D
171 var D = /** @class */ (function () { class
172 function D() { class in anonymousFunction497d7b9d0600.D
DconstructorHasPrototypeProperty.js7 class D extends C { class
57 var D = /** @class */ (function (_super) { class
59 function D() { class in anonymousFunction5e57dab70600.D
76 var D = /** @class */ (function (_super) { class
78 function D() { class in anonymousFunction5e57dab70a00.D
Dclinterfaces.js6 class D { } class
37 var D = /** @class */ (function () { class
38 function D() { class in anonymousFunctione34a1c8d0100.D
DmergedInterfacesWithMultipleBases2.js30 class D implements A { class
102 function D() { class in D
131 var D = /** @class */ (function () { class
132 function D() { class in anonymousFunction5a548c3a0600.D
DduplicateIdentifierEnum.js34 function D() { class
55 var D; variable
56 (function (D) { argument
DNonInitializedExportInInternalModule.js30 class D {} class
61 var D = /** @class */ (function () { class
62 function D() { class in anonymousFunction8e1fc0d70100.D
/third_party/boost/libs/qvm/test/
Dgold.hpp158 determinant( T (&in)[D][D] ) in determinant()
176 inverse( T (&out)[D][D], T (&in)[D][D] ) in inverse()
209 init_v( T (&r)[D], T start=T(0), T step=T(0) ) in init_v()
226 zero_vec( T (&r)[D] ) in zero_vec()
234 identity( T (&r)[D][D] ) in identity()
252 add_v( T (&r)[D], U (&a)[D], V (&b)[D] ) in add_v()
269 subtract_v( T (&r)[D], U (&a)[D], V (&b)[D] ) in subtract_v()
277 rotation_x( T (&r)[D][D], U angle ) in rotation_x()
290 rotation_y( T (&r)[D][D], U angle ) in rotation_y()
303 rotation_z( T (&r)[D][D], U angle ) in rotation_z()
[all …]
/third_party/boost/libs/serialization/test/
Dtest_singleton.cpp45 struct D { struct
47 D(){ in D() argument
63 ~D(){ in ~D() argument
/third_party/spirv-tools/test/link/
Dtype_match_test.cpp24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument
25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument
26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument
27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument
28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument
29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument
30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument
31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument
32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument
33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/link/
Dtype_match_test.cpp24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument
25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument
26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument
27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument
28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument
29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument
30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument
31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument
32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument
33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dtype_match_test.cpp24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument
25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument
26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument
27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument
28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument
29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument
30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument
31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument
32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument
33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument
[all …]

12345678910>>...61