Home
last modified time | relevance | path

Searched defs:Something (Results 1 – 25 of 27) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsTypeReferences4.ts8 export class Something {} class
12 export const Something = 2; // to show conflict that can occur constant
17 const Something = require("fs").Something; constant
DjsDeclarationsTypeReferences3.ts8 export class Something {} class
13 const Something = require("fs").Something; constant
DjsDeclarationsTypeReferences.ts8 export class Something {} class
13 const Something = require("fs").Something; constant
/third_party/typescript/tests/cases/compiler/
DmoduleAugmentationGlobal4.ts6 interface Something {x} interface
12 interface Something {y} interface
DmoduleAugmentationGlobal5.ts6 interface Something {x} interface
12 interface Something {y} interface
DdefaultDeclarationEmitDefaultImport.ts4 export default class Something {} class
DnoImplicitAnyAndPrivateMembersWithoutTypeAnnotations.ts4 private static someStaticVar;
DdefaultDeclarationEmitShadowedNamedCorrectly.ts18 export namespace Something { namespace
DtypeVariableConstraintedToAliasNotAssignableToUnion.ts7 interface Something { interface
/third_party/typescript/tests/baselines/reference/
DdefaultDeclarationEmitDefaultImport.js17 var Something = /** @class */ (function () { class
18 function Something() { class in Something
DdefaultDeclarationEmitShadowedNamedCorrectly.js37 var Something; variable
38 (function (Something) { argument
DjsDeclarationsTypeReferences4.js14 const Something = require("fs").Something; constant
42 export const Something: 2; constant
DjsDeclarationsTypeReferences3.js19 var Something = require("fs").Something; variable
DjsDeclarationsTypeReferences.js21 var Something = require("fs").Something; variable
/third_party/skia/experimental/tskit/bindings/
Dcore.d.ts9 readonly Something: SomethingConstructor; property
17 export interface Something extends embind.EmbindObject<Something> { interface
Dcore.cpp11 class Something { class
13 Something(std::string n): fName(n) {} in Something() function in Something
/third_party/skia/experimental/tskit/go/gen_types/testdata/
Dexpectedambientnamespace1.d.ts12 readonly Something: SomethingConstructor; property
32 export interface Something extends embind.EmbindObject<Something> { interface
/third_party/skia/experimental/tskit/npm_build/types/
Dindex.d.ts27 readonly Something: SomethingConstructor; property
61 export interface Something extends EmbindObject<Something> { interface
/third_party/skia/experimental/tskit/interface/
Dpublic_api.d.ts9 readonly Something: SomethingConstructor; property
26 export interface Something extends EmbindObject<Something> { interface
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypesExcessProperties.ts1 type Something<T> = { test: string } & (T extends object ? { alias
/third_party/node/test/fixtures/
Ddoc_with_yaml.md31 ## Something section in Sample Markdown with YAML info
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypesAndObjects.ts32 interface Something { name: string, value: string }; interface
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py98 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
Dtestmock.py31 class Something(object): class
569 class Something(object): class
1439 class Something: class
2197 class Something: class
/third_party/skia/modules/skparagraph/src/
DOneLineShaper.h67 Something, enumerator

12