/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/2_declaration_merging/ |
D | declaration_merging_2.ts | 26 interface D1 { interface 30 interface D1 { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | subtypesOfTypeParameterWithRecursiveConstraints.js | 62 class D1<T extends Foo<U>, U extends Foo<T>, V extends Foo<V>> extends Base<T> { class 227 var D1 = /** @class */ (function (_super) { class 229 function D1() { class in anonymousFunction1b8bebfa0700.D1 298 var D1 = /** @class */ (function (_super) { class 300 function D1() { class in anonymousFunction1b8bebfa1300.D1
|
D | classExtendingClassLikeType.js | 85 var D1 = /** @class */ (function (_super) { class 87 function D1() { class in D1
|
D | typeGuardOfFormIsType.js | 8 class D1 extends C1 { class 67 function D1() { class in D1
|
D | inheritanceOfGenericConstructorMethod2.js | 50 var D1 = /** @class */ (function (_super) { class 52 function D1() { class in anonymousFunctioncf32542c0a00.D1
|
D | typeGuardOfFormInstanceOf.js | 14 class D1 extends C1 { class 103 function D1() { class in D1
|
D | bestCommonTypeOfTuple2.js | 10 class D1 extends C1 { i = "bar"; d } class 71 function D1() { class in D1
|
D | inheritance.js | 11 class D1 extends B1 { class 65 function D1() { class in D1
|
D | multipleInheritance.js | 13 class D1 extends B1 { class 76 function D1() { class in D1
|
D | subtypesOfTypeParameterWithConstraints4.js | 128 var D1 = /** @class */ (function (_super) { class 130 function D1() { class in D1
|
D | undefinedIsSubtypeOfEverything.js | 16 class D1 extends Base { class
|
/third_party/libabigail/doc/vizualization/layout/sources/ |
D | sa-D.cc | 39 struct D1 : public A struct 41 int_type _M_index; 42 int_type* _M_array; 43 bool _M_ok;
|
D | sa-DD.cc | 45 struct D1 : public A struct 47 int_type _M_index; 48 int_type* _M_array; 49 bool _M_ok;
|
/third_party/libabigail/doc/vizualization/graph/sources/ |
D | sa-D.cc | 39 struct D1 : public A struct 41 int_type _M_index; 42 int_type* _M_array; 43 bool _M_ok;
|
D | sa-DD.cc | 45 struct D1 : public A struct 47 int_type _M_index; 48 int_type* _M_array; 49 bool _M_ok;
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/ |
D | bestCommonTypeOfTuple2.ts | 9 class D1 extends C1 { i = "bar"; d } class 13 var t3: [C1, D1]; variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypesOfTypeParameterWithRecursiveConstraints.ts | 61 class D1<T extends Foo<U>, U extends Foo<T>, V extends Foo<V>> extends Base<T> { class 113 class D1<T extends Foo<U>, U extends Foo<T>, V extends Foo<V>> extends Base2<T> { class
|
/third_party/typescript/tests/cases/compiler/ |
D | inheritanceOfGenericConstructorMethod2.ts | 6 export class D1 extends M.C1 { } class
|
D | inheritance.ts | 10 class D1 extends B1 { class
|
/third_party/typescript/tests/cases/fourslash/ |
D | findAllRefsExportConstEqualToClass.ts | 10 const [C0Def, C0, D0Def, D0, C1, D1Def, D1] = test.ranges(); constant
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 067-nested-ifdef-ifndef.c | 1 #define D1 macro
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | rescaler_neon.c | 56 const uint64x2_t D1 = vmlal_n_u32(C1, vget_high_u32(B0), B); in Interpolate_NEON() local 101 const uint32x4_t D1 = MULT_FIX(C1, fy_scale_half); in RescalerExportRowExpand_NEON() local 143 const uint16x4_t D1 = vmovn_u32(C1); in RescalerExportRowShrink_NEON() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | rescaler_neon.c | 56 const uint64x2_t D1 = vmlal_n_u32(C1, vget_high_u32(B0), B); in Interpolate_NEON() local 101 const uint32x4_t D1 = MULT_FIX(C1, fy_scale_half); in RescalerExportRowExpand_NEON() local 143 const uint16x4_t D1 = vmovn_u32(C1); in RescalerExportRowShrink_NEON() local
|
/third_party/ffmpeg/libavutil/ |
D | camellia.c | 234 uint64_t D1, D2; in camellia_encrypt() local 279 uint64_t D1, D2; in camellia_decrypt() local 355 uint64_t D1, D2; in av_camellia_init() local
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardOfFormIsType.ts | 8 class D1 extends C1 { class
|