Home
last modified time | relevance | path

Searched defs:D1 (Results 1 – 25 of 74) sorted by relevance

123

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/2_declaration_merging/
Ddeclaration_merging_2.ts26 interface D1 { interface
30 interface D1 { interface
/third_party/typescript/tests/baselines/reference/
DsubtypesOfTypeParameterWithRecursiveConstraints.js62 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
DclassExtendingClassLikeType.js85 var D1 = /** @class */ (function (_super) { class
87 function D1() { class in D1
DtypeGuardOfFormIsType.js8 class D1 extends C1 { class
67 function D1() { class in D1
DinheritanceOfGenericConstructorMethod2.js50 var D1 = /** @class */ (function (_super) { class
52 function D1() { class in anonymousFunctioncf32542c0a00.D1
DtypeGuardOfFormInstanceOf.js14 class D1 extends C1 { class
103 function D1() { class in D1
DbestCommonTypeOfTuple2.js10 class D1 extends C1 { i = "bar"; d } class
71 function D1() { class in D1
Dinheritance.js11 class D1 extends B1 { class
65 function D1() { class in D1
DmultipleInheritance.js13 class D1 extends B1 { class
76 function D1() { class in D1
DsubtypesOfTypeParameterWithConstraints4.js128 var D1 = /** @class */ (function (_super) { class
130 function D1() { class in D1
DundefinedIsSubtypeOfEverything.js16 class D1 extends Base { class
/third_party/libabigail/doc/vizualization/layout/sources/
Dsa-D.cc39 struct D1 : public A struct
41 int_type _M_index;
42 int_type* _M_array;
43 bool _M_ok;
Dsa-DD.cc45 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/
Dsa-D.cc39 struct D1 : public A struct
41 int_type _M_index;
42 int_type* _M_array;
43 bool _M_ok;
Dsa-DD.cc45 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/
DbestCommonTypeOfTuple2.ts9 class D1 extends C1 { i = "bar"; d } class
13 var t3: [C1, D1]; variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypesOfTypeParameterWithRecursiveConstraints.ts61 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/
DinheritanceOfGenericConstructorMethod2.ts6 export class D1 extends M.C1 { } class
Dinheritance.ts10 class D1 extends B1 { class
/third_party/typescript/tests/cases/fourslash/
DfindAllRefsExportConstEqualToClass.ts10 const [C0Def, C0, D0Def, D0, C1, D1Def, D1] = test.ranges(); constant
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D067-nested-ifdef-ifndef.c1 #define D1 macro
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Drescaler_neon.c56 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/
Drescaler_neon.c56 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/
Dcamellia.c234 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/
DtypeGuardOfFormIsType.ts8 class D1 extends C1 { class

123