/third_party/typescript/tests/baselines/reference/ |
D | ambientDeclarations.types | 2 // Ambient variable without type annotation 6 // Ambient variable with type annotation 10 // Ambient function with no type annotations 14 // Ambient function with type annotations 19 // Ambient function with valid overloads 29 // Ambient function with optional parameters 58 // Ambient class 80 // Ambient enum 94 // Ambient enum with integer literal initializer 116 // Ambient enum members are always exported with or without export keyword [all …]
|
D | ambientErrors.types | 2 // Ambient variable with an initializer 7 // Ambient functions with invalid overloads 16 // Ambient functions with duplicate signatures 25 // Ambient function overloads that differ only by return type 34 // Ambient function with default parameter values 40 // Ambient function with function body 44 // Ambient enum with non - integer literal constant member 53 // Ambient enum with computer member 64 // Ambient module with initializers for values, bodies for functions / classes 95 // Ambient external module not in the global module [all …]
|
D | ambientErrors.errors.txt | 12 tests/cases/conformance/ambient/ambientErrors.ts(47,20): error TS2435: Ambient modules cannot be ne… 13 tests/cases/conformance/ambient/ambientErrors.ts(51,16): error TS2436: Ambient module declaration c… 18 // Ambient variable with an initializer 23 // Ambient functions with invalid overloads 27 // Ambient functions with duplicate signatures 31 // Ambient function overloads that differ only by return type 35 // Ambient function with default parameter values 40 // Ambient function with function body 45 // Ambient enum with non - integer literal constant member 50 // Ambient enum with computer member [all …]
|
D | ambientErrors.symbols | 2 // Ambient variable with an initializer 6 // Ambient functions with invalid overloads 15 // Ambient functions with duplicate signatures 24 // Ambient function overloads that differ only by return type 33 // Ambient function with default parameter values 38 // Ambient function with function body 42 // Ambient enum with non - integer literal constant member 50 // Ambient enum with computer member 60 // Ambient module with initializers for values, bodies for functions / classes 88 // Ambient external module not in the global module [all …]
|
D | ambientDeclarations.symbols | 2 // Ambient variable without type annotation 6 // Ambient variable with type annotation 10 // Ambient function with no type annotations 14 // Ambient function with type annotations 19 // Ambient function with valid overloads 29 // Ambient function with optional parameters 60 // Ambient class 83 // Ambient enum 97 // Ambient enum with integer literal initializer 117 // Ambient enum members are always exported with or without export keyword [all …]
|
D | ambientExternalModuleWithRelativeModuleName.errors.txt | 1 tests/cases/compiler/ambientExternalModuleWithRelativeModuleName.ts(1,16): error TS2436: Ambient mo… 2 tests/cases/compiler/ambientExternalModuleWithRelativeModuleName.ts(5,16): error TS2436: Ambient mo… 8 !!! error TS2436: Ambient module declaration cannot specify relative module name. 14 !!! error TS2436: Ambient module declaration cannot specify relative module name.
|
D | ambientDeclarationsExternal.types | 7 // Ambient external module members are always exported with or without export keyword when module l… 21 // Ambient external module with export assignment 39 // Ambient external import declaration referencing ambient external module using top level module n…
|
D | privacyImportParseErrors.errors.txt | 2 tests/cases/compiler/privacyImportParseErrors.ts(22,27): error TS2435: Ambient modules cannot be ne… 3 tests/cases/compiler/privacyImportParseErrors.ts(30,20): error TS2435: Ambient modules cannot be ne… 11 tests/cases/compiler/privacyImportParseErrors.ts(106,27): error TS2435: Ambient modules cannot be n… 12 tests/cases/compiler/privacyImportParseErrors.ts(114,20): error TS2435: Ambient modules cannot be n… 42 tests/cases/compiler/privacyImportParseErrors.ts(314,24): error TS2435: Ambient modules cannot be n… 43 tests/cases/compiler/privacyImportParseErrors.ts(319,16): error TS2435: Ambient modules cannot be n… 44 tests/cases/compiler/privacyImportParseErrors.ts(322,12): error TS2435: Ambient modules cannot be n… 49 tests/cases/compiler/privacyImportParseErrors.ts(328,24): error TS2435: Ambient modules cannot be n… 50 tests/cases/compiler/privacyImportParseErrors.ts(333,16): error TS2435: Ambient modules cannot be n… 51 tests/cases/compiler/privacyImportParseErrors.ts(336,12): error TS2435: Ambient modules cannot be n… [all …]
|
D | parserRealSource2.types | 344 Ambient = 1 << 3, 345 >Ambient : Modifiers 479 Ambient = 1 << 3, 480 >Ambient : DeclFlags 533 Ambient = 1 << 3, 534 >Ambient : ModuleFlags 617 Ambient = 1 << 3, 618 >Ambient : SymbolFlags 743 Ambient = 1 << 3, 744 >Ambient : VarFlags [all …]
|
D | parserRealSource2.symbols | 202 Ambient = 1 << 3, 203 >Ambient : Symbol(Modifiers.Ambient, Decl(parserRealSource2.ts, 69, 26)) 279 Ambient = 1 << 3, 280 >Ambient : Symbol(DeclFlags.Ambient, Decl(parserRealSource2.ts, 100, 24)) 310 Ambient = 1 << 3, 311 >Ambient : Symbol(ModuleFlags.Ambient, Decl(parserRealSource2.ts, 112, 24)) 356 Ambient = 1 << 3, 357 >Ambient : Symbol(SymbolFlags.Ambient, Decl(parserRealSource2.ts, 129, 24)) 423 Ambient = 1 << 3, 424 >Ambient : Symbol(VarFlags.Ambient, Decl(parserRealSource2.ts, 153, 24)) [all …]
|
D | privacyGloImportParseErrors.errors.txt | 2 tests/cases/compiler/privacyGloImportParseErrors.ts(22,27): error TS2435: Ambient modules cannot be… 3 tests/cases/compiler/privacyGloImportParseErrors.ts(30,20): error TS2435: Ambient modules cannot be… 13 tests/cases/compiler/privacyGloImportParseErrors.ts(133,24): error TS2435: Ambient modules cannot b… 14 tests/cases/compiler/privacyGloImportParseErrors.ts(138,16): error TS2435: Ambient modules cannot b… 45 !!! error TS2435: Ambient modules cannot be nested in other modules or namespaces. 55 !!! error TS2435: Ambient modules cannot be nested in other modules or namespaces. 178 !!! error TS2435: Ambient modules cannot be nested in other modules or namespaces. 185 !!! error TS2435: Ambient modules cannot be nested in other modules or namespaces.
|
D | parserRealSource2.errors.txt | 77 Ambient = 1 << 3, 108 Ambient = 1 << 3, 120 Ambient = 1 << 3, 137 Ambient = 1 << 3, 161 Ambient = 1 << 3, 183 Ambient = 1 << 3,
|
D | ambientDeclarationsExternal.symbols | 7 // Ambient external module members are always exported with or without export keyword when module l… 21 // Ambient external module with export assignment 39 // Ambient external import declaration referencing ambient external module using top level module n…
|
D | parserRealSource2.js | 72 Ambient = 1 << 3, 103 Ambient = 1 << 3, 115 Ambient = 1 << 3, 132 Ambient = 1 << 3, 156 Ambient = 1 << 3, 178 Ambient = 1 << 3,
|
D | declarationEmitRelativeModuleError.errors.txt | 1 tests/cases/compiler/declarationEmitRelativeModuleError.ts(5,16): error TS2436: Ambient module decl… 11 !!! error TS2436: Ambient module declaration cannot specify relative module name.
|
D | es6ImportEqualsDeclaration2.types | 12 import events = require("other"); // Ambient declaration, no error expected. 22 export = S; // Ambient declaration, no error expected.
|
D | ambientExternalModuleInsideNonAmbient.errors.txt | 2 …ce/ambient/ambientExternalModuleInsideNonAmbient.ts(2,27): error TS2435: Ambient modules cannot be… 11 !!! error TS2435: Ambient modules cannot be nested in other modules or namespaces.
|
D | es6ImportEqualsDeclaration2.symbols | 12 import events = require("other"); // Ambient declaration, no error expected. 22 export = S; // Ambient declaration, no error expected.
|
D | parserRealSource7.js | 192 var isAmbient = hasFlag(moduleDecl.modFlags, ModuleFlags.Ambient); 299 var isAmbient = hasFlag(classDecl.varFlags, VarFlags.Ambient); 326 typeSymbol.flags |= SymbolFlags.Ambient; 369 typeSymbol.flags |= SymbolFlags.Ambient; 502 var isAmbient = hasFlag(varDecl.varFlags, VarFlags.Ambient); 647 …gnature() && (hasFlag(funcDecl.fncFlags, FncFlags.Ambient) != hasFlag(fgSym.flags, SymbolFlags.Amb… 725 … !hasFlag(fgSym.type.construct.signatures[0].declAST.fncFlags, FncFlags.Ambient)) && 988 var isAmbient = hasFlag(moduleDecl.modFlags, ModuleFlags.Ambient); 1073 var isAmbient = hasFlag(classDecl.varFlags, VarFlags.Ambient); 1094 typeSymbol.flags |= SymbolFlags.Ambient; [all …]
|
D | parserRealSource7.types | 887 var isAmbient = hasFlag(moduleDecl.modFlags, ModuleFlags.Ambient); 889 >hasFlag(moduleDecl.modFlags, ModuleFlags.Ambient) : any 894 >ModuleFlags.Ambient : any 896 >Ambient : any 1557 var isAmbient = hasFlag(classDecl.varFlags, VarFlags.Ambient); 1559 >hasFlag(classDecl.varFlags, VarFlags.Ambient) : any 1564 >VarFlags.Ambient : any 1566 >Ambient : any 1702 typeSymbol.flags |= SymbolFlags.Ambient; 1703 >typeSymbol.flags |= SymbolFlags.Ambient : number [all …]
|
D | ambientEnum1.types | 10 // Ambient enum with computer member
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource2.ts | 71 Ambient = 1 << 3, 102 Ambient = 1 << 3, 114 Ambient = 1 << 3, 131 Ambient = 1 << 3, 155 Ambient = 1 << 3, 177 Ambient = 1 << 3,
|
D | parserRealSource7.ts | 191 var isAmbient = hasFlag(moduleDecl.modFlags, ModuleFlags.Ambient); 298 var isAmbient = hasFlag(classDecl.varFlags, VarFlags.Ambient); 325 typeSymbol.flags |= SymbolFlags.Ambient; 368 typeSymbol.flags |= SymbolFlags.Ambient; 501 var isAmbient = hasFlag(varDecl.varFlags, VarFlags.Ambient); 646 …gnature() && (hasFlag(funcDecl.fncFlags, FncFlags.Ambient) != hasFlag(fgSym.flags, SymbolFlags.Amb… 724 … !hasFlag(fgSym.type.construct.signatures[0].declAST.fncFlags, FncFlags.Ambient)) &&
|
/third_party/mesa3d/src/mesa/main/ |
D | light.c | 109 if (TEST_EQ_4V(lu->Ambient, params)) in do_light() 112 COPY_4V( lu->Ambient, params ); in do_light() 389 COPY_4V( params, ctx->Light.LightSource[l].Ambient ); in _mesa_GetLightfv() 438 params[0] = FLOAT_TO_INT(ctx->Light.LightSource[l].Ambient[0]); in _mesa_GetLightiv() 439 params[1] = FLOAT_TO_INT(ctx->Light.LightSource[l].Ambient[1]); in _mesa_GetLightiv() 440 params[2] = FLOAT_TO_INT(ctx->Light.LightSource[l].Ambient[2]); in _mesa_GetLightiv() 441 params[3] = FLOAT_TO_INT(ctx->Light.LightSource[l].Ambient[3]); in _mesa_GetLightiv() 503 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params )) in _mesa_LightModelfv() 506 COPY_4V( ctx->Light.Model.Ambient, params ); in _mesa_LightModelfv() 685 SCALE_3V( light->_MatAmbient[0], lu->Ambient, in _mesa_update_material() [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 305 lit->Ambient.r,lit->Ambient.r,lit->Ambient.g,lit->Ambient.a, in nine_dump_D3DLIGHT9() 324 mat->Ambient.r,mat->Ambient.r,mat->Ambient.g,mat->Ambient.a, in nine_dump_D3DMATERIAL9()
|