Home
last modified time | relevance | path

Searched defs:D1 (Results 1 – 25 of 63) 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 anonymousFunctioncb4645dc0700.D1
298 var D1 = /** @class */ (function (_super) { class
300 function D1() { class in anonymousFunctioncb4645dc1300.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 anonymousFunctionc10577ce0a00.D1
DtypeGuardOfFormInstanceOf.js14 class D1 extends C1 { class
103 function D1() { class in D1
Dinheritance.js11 class D1 extends B1 { class
65 function D1() { class in D1
DbestCommonTypeOfTuple2.js10 class D1 extends C1 { i = "bar"; d } class
71 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/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/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/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
DmultipleInheritance.ts12 class D1 extends B1 { class
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D067-nested-ifdef-ifndef.c1 #define D1 macro
/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/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/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardOfFormIsType.ts8 class D1 extends C1 { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp437 unsigned &D1, unsigned &D2, unsigned &D3) { in GetDSubRegs()
500 unsigned D0, D1, D2, D3; in ExpandVLD() local
628 unsigned D0, D1, D2, D3; in ExpandVST() local
682 unsigned D0 = 0, D1 = 0, D2 = 0, D3 = 0; in ExpandLaneOp() local
764 unsigned D0, D1, D2, D3; in ExpandVTBL() local
1606 Register D1 = TRI->getSubReg(DstReg, ARM::dsub_1); in ExpandMI() local
1638 Register D1 = TRI->getSubReg(SrcReg, ARM::dsub_1); in ExpandMI() local

123