/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsTypeReferences4.ts | 8 export class Something {} class 12 export const Something = 2; // to show conflict that can occur constant 17 const Something = require("fs").Something; constant
|
D | jsDeclarationsTypeReferences3.ts | 8 export class Something {} class 13 const Something = require("fs").Something; constant
|
D | jsDeclarationsTypeReferences.ts | 8 export class Something {} class 13 const Something = require("fs").Something; constant
|
/third_party/typescript/tests/cases/compiler/ |
D | moduleAugmentationGlobal4.ts | 6 interface Something {x} interface 12 interface Something {y} interface
|
D | moduleAugmentationGlobal5.ts | 6 interface Something {x} interface 12 interface Something {y} interface
|
D | defaultDeclarationEmitDefaultImport.ts | 4 export default class Something {} class
|
D | noImplicitAnyAndPrivateMembersWithoutTypeAnnotations.ts | 4 private static someStaticVar;
|
D | defaultDeclarationEmitShadowedNamedCorrectly.ts | 18 export namespace Something { namespace
|
D | typeVariableConstraintedToAliasNotAssignableToUnion.ts | 7 interface Something { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | defaultDeclarationEmitDefaultImport.js | 17 var Something = /** @class */ (function () { class 18 function Something() { class in Something
|
D | defaultDeclarationEmitShadowedNamedCorrectly.js | 37 var Something; variable 38 (function (Something) { argument
|
D | jsDeclarationsTypeReferences4.js | 14 const Something = require("fs").Something; constant 42 export const Something: 2; constant
|
D | jsDeclarationsTypeReferences3.js | 19 var Something = require("fs").Something; variable
|
D | jsDeclarationsTypeReferences.js | 21 var Something = require("fs").Something; variable
|
/third_party/skia/experimental/tskit/bindings/ |
D | core.d.ts | 9 readonly Something: SomethingConstructor; property 17 export interface Something extends embind.EmbindObject<Something> { interface
|
D | core.cpp | 11 class Something { class 13 Something(std::string n): fName(n) {} in Something() function in Something
|
/third_party/skia/experimental/tskit/go/gen_types/testdata/ |
D | expectedambientnamespace1.d.ts | 12 readonly Something: SomethingConstructor; property 32 export interface Something extends embind.EmbindObject<Something> { interface
|
/third_party/skia/experimental/tskit/npm_build/types/ |
D | index.d.ts | 27 readonly Something: SomethingConstructor; property 61 export interface Something extends EmbindObject<Something> { interface
|
/third_party/skia/experimental/tskit/interface/ |
D | public_api.d.ts | 9 readonly Something: SomethingConstructor; property 26 export interface Something extends EmbindObject<Something> { interface
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | conditionalTypesExcessProperties.ts | 1 type Something<T> = { test: string } & (T extends object ? { alias
|
/third_party/node/test/fixtures/ |
D | doc_with_yaml.md | 31 ## Something section in Sample Markdown with YAML info
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypesAndObjects.ts | 32 interface Something { name: string, value: string }; interface
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testpatch.py | 98 class Something(object): class 115 class Something(object): class 128 class Something(object): class 447 class Something(object): class 469 class Something(object): class 495 class Something(object): class 813 class Something(object): class 831 class Something(object): class
|
D | testmock.py | 31 class Something(object): class 569 class Something(object): class 1439 class Something: class 2197 class Something: class
|
/third_party/skia/modules/skparagraph/src/ |
D | OneLineShaper.h | 67 Something, enumerator
|