Home
last modified time | relevance | path

Searched defs:d2 (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/third_party/node/test/parallel/
Dtest-domain-abort-on-uncaught.js115 d2.run(function() { field
128 d2.run(function() { field
141 d2.run(function() { field
157 d2.run(function() { field
172 d2.run(function() { field
187 d2.run(function() { field
Dtest-domain-promise.js46 const d2 = domain.create(); constant
61 const d2 = domain.create(); constant
76 const d2 = domain.create(); constant
93 const d2 = domain.create(); constant
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgeneratedContextualTyping.ts14 var x7: Base[] = [d1, d2]; variable
15 var x8: Array<Base> = [d1, d2]; variable
16 var x9: { [n: number]: Base; } = [d1, d2]; variable
17 var x10: {n: Base[]; } = { n: [d1, d2] }; variable
194 module x187 { var t: Base[] = [d1, d2]; } variable
195 module x188 { var t: Array<Base> = [d1, d2]; } variable
196 module x189 { var t: { [n: number]: Base; } = [d1, d2]; } variable
197 module x190 { var t: {n: Base[]; } = { n: [d1, d2] }; } variable
206 module x199 { export var t: Base[] = [d1, d2]; } variable
207 module x200 { export var t: Array<Base> = [d1, d2]; } variable
[all …]
/third_party/typescript/tests/baselines/reference/
DnonstrictTemplateWithNotOctalPrintsAsIs.js3 const d2 = `\\0041`; constant
8 var d2 = "\\0041"; variable
DcollisionCodeGenModuleWithConstructorChildren.js18 class d2 { class
47 var d2 = /** @class */ (function () { function
48 function d2() { function
DclassWithoutExplicitConstructor.js16 var d2 = new D(null); // error variable
36 var d2 = new D(null); // error variable
DunionAndIntersectionInference2.js20 var d2: string & { name: string } & number & { name: string }; variable
41 var d2; variable
DsystemModule16.js24 "d2": true property
46 "d2": y_1["c2"] property
DimplicitAnyGenerics.js16 var d2 = new D(1); variable
44 var d2 = new D(1); variable
DderivedTypeDoesNotRequireExtendsClause.js17 var d2: Derived2; variable
58 var d2; variable
DsubtypingTransitivity.js15 var d2: D2; variable
59 var d2; variable
DnoImplicitAnyDestructuringVarDeclaration.js6 var [a2]: [any], {b2}: { b2: any }, c2: any, d2: any; variable
17 var a2 = (void 0)[0], b2 = (void 0).b2, c2, d2; variable
DoptionalConstructorArgInSuper.js9 var d2: Derived; variable
43 var d2; variable
/third_party/typescript/tests/cases/fourslash/
DrenameImportOfReExport2.ts19 const [d0, d1, d2] = dRanges; constant
23 const cImports = { definition: "(alias) class D\nimport D", ranges: [d1, d2] }; constant
DfindReferencesJSXTagName3.ts23 const [d0Def, d0, c0Def, c0, d1Def, d1, d2Def, d2, d3, d4, c1Def, c1, c2] = test.ranges(); constant
25 const allD = [d0, d1, d2, d3, d4]; constant
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/classHeritageSpecification/
DderivedTypeDoesNotRequireExtendsClause.ts16 var d2: Derived2; variable
20 var r: Base[] = [d1, d2]; variable
/third_party/typescript/tests/cases/compiler/
DaliasUsageInOrExpression.ts21 var d2: IHasVisualizationModel = i || moduleA; variable
22 var d2: IHasVisualizationModel = moduleA || i; variable
Dclassdecl.ts24 private static d2() { method in a
75 static d2(); method in aAmbient
DnonstrictTemplateWithNotOctalPrintsAsIs.ts2 const d2 = `\\0041`; constant
/third_party/ffmpeg/libavresample/aarch64/
Dresample_neon.S138 .macro STORE_ONE rn, addr, idx, d2
165 .macro STORE_ONE rn, addr, idx, d2
192 .macro STORE_ONE rn, addr, idx, d2
226 .macro STORE_ONE rn, addr, idx, d2
/third_party/ntfs-3g/libntfs-3g/
Dcollate.c90 u32 d1, d2; in ntfs_collate_ntofs_ulong() local
124 u32 d1, d2; in ntfs_collate_ntofs_ulongs() local
170 u32 d1, d2; in ntfs_collate_ntofs_security_hash() local
/third_party/typescript/tests/cases/conformance/classes/members/constructorFunctionTypes/
DclassWithConstructors.ts22 var d2 = new D(1); // ok variable
47 var d2 = new D(1); // ok variable
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimeUtil.java311 public static Duration add(Duration d1, Duration d2) { in add()
321 public static Duration subtract(Duration d1, Duration d2) { in subtract()
355 public static long divide(Duration d1, Duration d2) { in divide()
360 public static Duration remainder(Duration d1, Duration d2) { in remainder()
/third_party/ffmpeg/libavcodec/
Dh263dsp.c37 int d1, d2, ad1; in h263_h_loop_filter_c() local
80 int d1, d2, ad1; in h263_v_loop_filter_c() local
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_trig.c25 double d2; in test_cos() local
51 double d2; in test_sin() local
77 double d2; in test_tan() local

12345678910>>...16