/third_party/typescript/tests/baselines/reference/ |
D | thisTypeErrors.errors.txt | 1 tests/cases/conformance/types/thisType/thisTypeErrors.ts(1,9): error TS2526: A 'this' type is avail… 2 tests/cases/conformance/types/thisType/thisTypeErrors.ts(2,14): error TS2526: A 'this' type is avai… 3 tests/cases/conformance/types/thisType/thisTypeErrors.ts(3,9): error TS2526: A 'this' type is avail… 4 tests/cases/conformance/types/thisType/thisTypeErrors.ts(5,16): error TS2526: A 'this' type is avai… 5 tests/cases/conformance/types/thisType/thisTypeErrors.ts(5,23): error TS2526: A 'this' type is avai… 6 tests/cases/conformance/types/thisType/thisTypeErrors.ts(6,12): error TS2526: A 'this' type is avai… 7 tests/cases/conformance/types/thisType/thisTypeErrors.ts(11,13): error TS2526: A 'this' type is ava… 8 tests/cases/conformance/types/thisType/thisTypeErrors.ts(12,14): error TS2526: A 'this' type is ava… 9 tests/cases/conformance/types/thisType/thisTypeErrors.ts(13,18): error TS2526: A 'this' type is ava… 10 tests/cases/conformance/types/thisType/thisTypeErrors.ts(14,23): error TS2526: A 'this' type is ava… [all …]
|
D | thisTypeInFunctionsNegative.errors.txt | 1 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(16,15): error TS2339: Propert… 2 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(39,21): error TS2339: Propert… 3 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(49,1): error TS2684: The 'thi… 4 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(51,1): error TS2684: The 'thi… 5 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(56,21): error TS2339: Propert… 6 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(59,21): error TS2339: Propert… 7 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(61,79): error TS2322: Type '{… 9 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(62,97): error TS2322: Type '{… 11 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(63,110): error TS2322: Type '… 13 tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(65,4): error TS2554: Expected… [all …]
|
D | thisTypeAccessibility.errors.txt | 1 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(26,10): error TS2341: Property 'p' … 2 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(29,13): error TS2341: Property 'sp'… 3 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(30,13): error TS2445: Property 'spp… 4 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(35,10): error TS2341: Property 'p' … 5 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(38,13): error TS2341: Property 'sp'… 6 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(39,13): error TS2445: Property 'spp… 7 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(44,10): error TS2341: Property 'p' … 8 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(47,13): error TS2341: Property 'sp'… 9 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(48,13): error TS2445: Property 'spp… 10 tests/cases/conformance/types/thisType/thisTypeAccessibility.ts(55,10): error TS2341: Property 'p' … [all …]
|
D | thisTypeInAccessors.errors.txt | 1 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(8,11): error TS2784: 'get' and 'set' … 2 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(9,11): error TS2784: 'get' and 'set' … 3 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(13,11): error TS2784: 'get' and 'set'… 4 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(19,11): error TS2784: 'get' and 'set'… 5 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(23,11): error TS2784: 'get' and 'set'… 6 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(24,11): error TS2784: 'get' and 'set'… 7 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(29,11): error TS2784: 'get' and 'set'… 8 tests/cases/conformance/types/thisType/thisTypeInAccessors.ts(30,11): error TS2784: 'get' and 'set'… 11 ==== tests/cases/conformance/types/thisType/thisTypeInAccessors.ts (8 errors) ====
|
D | parserRealSource8.js | 23 chain.thisType = type; 195 if (context.scopeChain.thisType && 197 var instType = context.scopeChain.thisType; 227 else if (funcDecl.isConstructor && context.scopeChain.thisType) { 229 container = context.scopeChain.thisType.symbol; 260 funcScope = context.scopeChain.thisType.constructorScope;//locals; 325 if (funcDecl.isConstructor && context.scopeChain.thisType) { 326 context.scopeChain.thisType.constructorScope = locals; 352 … group.enclosingType = isStatic ? context.scopeChain.classType : context.scopeChain.thisType; 374 …var thisType = (funcDecl.isConstructor && hasFlag(funcDecl.fncFlags, FncFlags.ClassMethod)) ? cont… [all …]
|
D | thisTypeInAccessorsNegative.errors.txt | 1 tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts(10,9): error TS2682: 'get' an… 2 tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts(10,11): error TS2784: 'get' a… 3 tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts(11,9): error TS2682: 'get' an… 4 tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts(11,11): error TS2784: 'get' a… 7 ==== tests/cases/conformance/types/thisType/thisTypeInAccessorsNegative.ts (4 errors) ====
|
D | declarationFiles.errors.txt | 1 tests/cases/conformance/types/thisType/declarationFiles.ts(4,20): error TS2526: A 'this' type is av… 2 tests/cases/conformance/types/thisType/declarationFiles.ts(30,5): error TS2527: The inferred type o… 3 tests/cases/conformance/types/thisType/declarationFiles.ts(32,5): error TS2527: The inferred type o… 4 tests/cases/conformance/types/thisType/declarationFiles.ts(34,5): error TS2527: The inferred type o… 5 tests/cases/conformance/types/thisType/declarationFiles.ts(40,5): error TS2527: The inferred type o… 8 ==== tests/cases/conformance/types/thisType/declarationFiles.ts (5 errors) ====
|
D | looseThisTypeInFunctions.errors.txt | 1 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(21,1): error TS2322: Type '(this… 4 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(25,27): error TS2339: Property '… 5 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(33,28): error TS2339: Property '… 6 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(37,9): error TS2684: The 'this' … 7 tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts(46,20): error TS2339: Property '… 10 ==== tests/cases/conformance/types/thisType/looseThisTypeInFunctions.ts (5 errors) ====
|
D | parserRealSource8.types | 50 chain.thisType = type; 51 >chain.thisType = type : any 52 >chain.thisType : any 54 >thisType : any 898 if (context.scopeChain.thisType && 899 >context.scopeChain.thisType && (!funcDecl.isConstructor || hasFlag(funcDecl.fncFlags, F… 900 >context.scopeChain.thisType : any 904 >thisType : any 922 var instType = context.scopeChain.thisType; 924 >context.scopeChain.thisType : any [all …]
|
D | thisTypeErrors2.errors.txt | 1 tests/cases/conformance/types/thisType/thisTypeErrors2.ts(2,20): error TS2526: A 'this' type is ava… 2 tests/cases/conformance/types/thisType/thisTypeErrors2.ts(9,38): error TS2526: A 'this' type is ava… 5 ==== tests/cases/conformance/types/thisType/thisTypeErrors2.ts (2 errors) ====
|
D | typeRelationships.errors.txt | 1 tests/cases/conformance/types/thisType/typeRelationships.ts(9,9): error TS2322: Type 'C' is not ass… 3 tests/cases/conformance/types/thisType/typeRelationships.ts(35,9): error TS2739: Type 'C' is missin… 4 tests/cases/conformance/types/thisType/typeRelationships.ts(36,9): error TS2322: Type 'D' is not as… 8 ==== tests/cases/conformance/types/thisType/typeRelationships.ts (3 errors) ====
|
D | parserRealSource6.js | 99 thisType: Type, 104 chain.thisType = thisType; 311 …ers, ambientValueMembers, enclosedTypes, ambientEnclosedTypes, context, thisType, classType, modul… argument 314 chain.thisType = thisType;
|
D | thisTypeInFunctions2.errors.txt | 1 tests/cases/conformance/types/thisType/thisTypeInFunctions2.ts(14,5): error TS7010: 'foo', which la… 4 ==== tests/cases/conformance/types/thisType/thisTypeInFunctions2.ts (1 errors) ====
|
D | parserRealSource6.types | 331 …dTypes: any, ambientEnclosedTypes: any, context: TypeCollectionContext, thisType: any, classType: … 349 thisType: Type, 350 >thisType : any 379 chain.thisType = thisType; 380 >chain.thisType = thisType : any 381 >chain.thisType : any 383 >thisType : any 384 >thisType : any
|
D | thisTypeInFunctions.errors.txt | 1 tests/cases/conformance/types/thisType/thisTypeInFunctions.ts(118,29): error TS2339: Property 'n' d… 2 tests/cases/conformance/types/thisType/thisTypeInFunctions.ts(119,32): error TS2339: Property 'n' d… 3 tests/cases/conformance/types/thisType/thisTypeInFunctions.ts(120,36): error TS2339: Property 'n' d… 6 ==== tests/cases/conformance/types/thisType/thisTypeInFunctions.ts (3 errors) ====
|
D | unionThisTypeInFunctions.errors.txt | 1 tests/cases/conformance/types/thisType/unionThisTypeInFunctions.ts(10,5): error TS2684: The 'this' … 16 ==== tests/cases/conformance/types/thisType/unionThisTypeInFunctions.ts (1 errors) ====
|
D | parserRealSource8.errors.txt | 173 chain.thisType = type; 423 if (context.scopeChain.thisType && 429 var instType = context.scopeChain.thisType; 469 else if (funcDecl.isConstructor && context.scopeChain.thisType) { 471 container = context.scopeChain.thisType.symbol; 526 funcScope = context.scopeChain.thisType.constructorScope;//locals; 635 if (funcDecl.isConstructor && context.scopeChain.thisType) { 636 context.scopeChain.thisType.constructorScope = locals; 662 … group.enclosingType = isStatic ? context.scopeChain.classType : context.scopeChain.thisType; 696 …var thisType = (funcDecl.isConstructor && hasFlag(funcDecl.fncFlags, FncFlags.ClassMethod)) ? cont… [all …]
|
D | thisTypeInBasePropertyAndDerivedContainerOfBase01.types | 1 === tests/cases/conformance/types/thisType/thisTypeInBasePropertyAndDerivedContainerOfBase01.ts ===
|
/third_party/gptfdisk/ |
D | parttypes.cc | 587 AType* thisType = allTypes; in ShowAllTypes() local 596 while (thisType != NULL) { in ShowAllTypes() 597 found = ToLower(thisType->name).find(matchString); in ShowAllTypes() 598 if ((thisType->display == 1) && (found != string::npos)) { // show it in ShowAllTypes() 601 cout << hex << thisType->MBRType << " "; in ShowAllTypes() 602 cout << thisType->name.substr(0, DESC_LENGTH); in ShowAllTypes() 603 for (i = 0; i < (DESC_LENGTH - (thisType->name.substr(0, DESC_LENGTH).length())); i++) in ShowAllTypes() 606 if (thisType->next) { in ShowAllTypes() 620 thisType = thisType->next; in ShowAllTypes() 628 AType* thisType = allTypes; in Valid() local [all …]
|
/third_party/node/deps/npm/node_modules/protoduck/ |
D | index.js | 64 matches (thisType, argTypes) { argument 65 if (!argTypes && isArray(thisType)) { 66 argTypes = thisType 67 thisType = 'this' 69 if (!thisType) { 70 thisType = 'this' 75 return new Constraint(this, thisType, argTypes) 96 const duck = function (thisType, argTypes) { argument 97 return duck.matches(thisType, argTypes) 297 constructor (parent, thisType, argTypes) { argument [all …]
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource8.ts | 22 chain.thisType = type; 194 if (context.scopeChain.thisType && 196 var instType = context.scopeChain.thisType; 226 else if (funcDecl.isConstructor && context.scopeChain.thisType) { 228 container = context.scopeChain.thisType.symbol; 259 funcScope = context.scopeChain.thisType.constructorScope;//locals; 324 if (funcDecl.isConstructor && context.scopeChain.thisType) { 325 context.scopeChain.thisType.constructorScope = locals; 351 … group.enclosingType = isStatic ? context.scopeChain.classType : context.scopeChain.thisType; 373 …var thisType = (funcDecl.isConstructor && hasFlag(funcDecl.fncFlags, FncFlags.ClassMethod)) ? cont… [all …]
|
D | parserRealSource6.ts | 98 thisType: Type, 103 chain.thisType = thisType;
|
/third_party/python/Lib/ |
D | csv.py | 412 thisType = complex 414 thisType(row[col]) 417 thisType = len(row[col]) 419 if thisType != columnTypes[col]: 421 columnTypes[col] = thisType
|
/third_party/skia/modules/particles/include/ |
D | SkReflected.h | 74 const Type* thisType = this->getType(); in isOfType() local 75 return thisType == t || thisType->isDerivedFrom(t); in isOfType()
|
/third_party/flutter/skia/modules/particles/include/ |
D | SkReflected.h | 74 const Type* thisType = this->getType(); in isOfType() local 75 return thisType == t || thisType->isDerivedFrom(t); in isOfType()
|