Home
last modified time | relevance | path

Searched refs:Static (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/third_party/freetype/builds/windows/vc2010/
Dfreetype.sln10 Debug Static|x64 = Debug Static|x64
11 Debug Static|ARM64 = Debug Static|ARM64
12 Debug Static|Win32 = Debug Static|Win32
16 Release Static|x64 = Release Static|x64
17 Release Static|ARM64 = Release Static|ARM64
18 Release Static|Win32 = Release Static|Win32
27 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.ActiveCfg = Debug Static|x64
28 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.Build.0 = Debug Static|x64
29 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|ARM64.ActiveCfg = Debug Static|ARM64
30 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|ARM64.Build.0 = Debug Static|ARM64
[all …]
/third_party/skia/third_party/externals/freetype/builds/windows/vc2010/
Dfreetype.sln10 Debug Static|x64 = Debug Static|x64
11 Debug Static|ARM64 = Debug Static|ARM64
12 Debug Static|Win32 = Debug Static|Win32
16 Release Static|x64 = Release Static|x64
17 Release Static|ARM64 = Release Static|ARM64
18 Release Static|Win32 = Release Static|Win32
27 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.ActiveCfg = Debug Static|x64
28 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.Build.0 = Debug Static|x64
29 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|ARM64.ActiveCfg = Debug Static|ARM64
30 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|ARM64.Build.0 = Debug Static|ARM64
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/vc2010/
Dfreetype.sln9 Debug Static|Win32 = Debug Static|Win32
10 Debug Static|x64 = Debug Static|x64
13 Release Static|Win32 = Release Static|Win32
14 Release Static|x64 = Release Static|x64
21 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.ActiveCfg = Debug Static|Win32
22 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.Build.0 = Debug Static|Win32
23 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.ActiveCfg = Debug Static|x64
24 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.Build.0 = Debug Static|x64
29 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.ActiveCfg = Release Static|Win32
30 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.Build.0 = Release Static|Win32
[all …]
/third_party/typescript/tests/baselines/reference/
DgenericTypeArgumentInference1.symbols17 export interface Static {
18 >Static : Symbol(Static, Decl(genericTypeArgumentInference1.ts, 3, 5))
21 >all : Symbol(Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29))
32 >identity : Symbol(Static.identity, Decl(genericTypeArgumentInference1.ts, 5, 77))
39 declare var _: Underscore.Static;
42 >Static : Symbol(Underscore.Static, Decl(genericTypeArgumentInference1.ts, 3, 5))
46 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29))
48 >all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29))
49 >_.identity : Symbol(Underscore.Static.identity, Decl(genericTypeArgumentInference1.ts, 5, 77))
51 >identity : Symbol(Underscore.Static.identity, Decl(genericTypeArgumentInference1.ts, 5, 77))
[all …]
DstaticPropertyNameConflicts.errors.txt1 …tyMemberDeclarations/staticPropertyNameConflicts.ts(3,12): error TS2699: Static property 'name' co…
2 …tyMemberDeclarations/staticPropertyNameConflicts.ts(8,12): error TS2699: Static property 'name' co…
3 …yMemberDeclarations/staticPropertyNameConflicts.ts(14,12): error TS2699: Static property 'length' …
4 …yMemberDeclarations/staticPropertyNameConflicts.ts(19,12): error TS2699: Static property 'length' …
5 …yMemberDeclarations/staticPropertyNameConflicts.ts(25,12): error TS2699: Static property 'prototyp…
7 …yMemberDeclarations/staticPropertyNameConflicts.ts(30,12): error TS2699: Static property 'prototyp…
8 …yMemberDeclarations/staticPropertyNameConflicts.ts(36,12): error TS2699: Static property 'caller' …
9 …yMemberDeclarations/staticPropertyNameConflicts.ts(41,12): error TS2699: Static property 'caller' …
10 …yMemberDeclarations/staticPropertyNameConflicts.ts(47,12): error TS2699: Static property 'argument…
11 …yMemberDeclarations/staticPropertyNameConflicts.ts(52,12): error TS2699: Static property 'argument…
[all …]
DgenericClassWithStaticsUsingTypeArguments.errors.txt1 tests/cases/compiler/genericClassWithStaticsUsingTypeArguments.ts(3,20): error TS2302: Static membe…
2 tests/cases/compiler/genericClassWithStaticsUsingTypeArguments.ts(5,15): error TS2302: Static membe…
3 tests/cases/compiler/genericClassWithStaticsUsingTypeArguments.ts(7,15): error TS2302: Static membe…
4 tests/cases/compiler/genericClassWithStaticsUsingTypeArguments.ts(9,30): error TS2302: Static membe…
5 tests/cases/compiler/genericClassWithStaticsUsingTypeArguments.ts(11,29): error TS2302: Static memb…
6 tests/cases/compiler/genericClassWithStaticsUsingTypeArguments.ts(13,18): error TS2302: Static memb…
7 tests/cases/compiler/genericClassWithStaticsUsingTypeArguments.ts(13,24): error TS2302: Static memb…
15 !!! error TS2302: Static members cannot reference class type parameters.
19 !!! error TS2302: Static members cannot reference class type parameters.
23 !!! error TS2302: Static members cannot reference class type parameters.
[all …]
DgenericArgumentCallSigAssignmentCompat.symbols18 export interface Static {
19 >Static : Symbol(Static, Decl(genericArgumentCallSigAssignmentCompat.ts, 3, 5))
22 >all : Symbol(Static.all, Decl(genericArgumentCallSigAssignmentCompat.ts, 5, 29))
32 >identity : Symbol(Static.identity, Decl(genericArgumentCallSigAssignmentCompat.ts, 6, 83))
40 declare var _: Underscore.Static;
43 >Static : Symbol(Underscore.Static, Decl(genericArgumentCallSigAssignmentCompat.ts, 3, 5))
48 >_.all : Symbol(Underscore.Static.all, Decl(genericArgumentCallSigAssignmentCompat.ts, 5, 29))
50 >all : Symbol(Underscore.Static.all, Decl(genericArgumentCallSigAssignmentCompat.ts, 5, 29))
51 >_.identity : Symbol(Underscore.Static.identity, Decl(genericArgumentCallSigAssignmentCompat.ts, 6,…
53 >identity : Symbol(Underscore.Static.identity, Decl(genericArgumentCallSigAssignmentCompat.ts, 6, 8…
[all …]
DstaticMembersUsingClassTypeParameter.errors.txt1 …ameterLists/staticMembersUsingClassTypeParameter.ts(3,15): error TS2302: Static members cannot ref…
2 …ameterLists/staticMembersUsingClassTypeParameter.ts(4,17): error TS2302: Static members cannot ref…
3 …ameterLists/staticMembersUsingClassTypeParameter.ts(8,15): error TS2302: Static members cannot ref…
4 …ameterLists/staticMembersUsingClassTypeParameter.ts(9,17): error TS2302: Static members cannot ref…
5 …meterLists/staticMembersUsingClassTypeParameter.ts(13,15): error TS2302: Static members cannot ref…
6 …meterLists/staticMembersUsingClassTypeParameter.ts(14,17): error TS2302: Static members cannot ref…
14 !!! error TS2302: Static members cannot reference class type parameters.
17 !!! error TS2302: Static members cannot reference class type parameters.
23 !!! error TS2302: Static members cannot reference class type parameters.
26 !!! error TS2302: Static members cannot reference class type parameters.
[all …]
DgenericTypeArgumentInference1.types9 export interface Static {
21 declare var _: Underscore.Static;
22 >_ : Underscore.Static
29 >_ : Underscore.Static
37 >_ : Underscore.Static
44 >_ : Underscore.Static
49 >_ : Underscore.Static
56 >_ : Underscore.Static
60 >_ : Underscore.Static
67 >_ : Underscore.Static
[all …]
DunderscoreTest1.symbols12 >_.each : Symbol(Underscore.Static.each, Decl(underscoreTest1_underscore.ts, 395, 43), Decl(undersc…
14 >each : Symbol(Underscore.Static.each, Decl(underscoreTest1_underscore.ts, 395, 43), Decl(underscor…
22 >_.each : Symbol(Underscore.Static.each, Decl(underscoreTest1_underscore.ts, 395, 43), Decl(undersc…
24 >each : Symbol(Underscore.Static.each, Decl(underscoreTest1_underscore.ts, 395, 43), Decl(underscor…
36 >_.map : Symbol(Underscore.Static.map, Decl(underscoreTest1_underscore.ts, 400, 91), Decl(underscor…
38 >map : Symbol(Underscore.Static.map, Decl(underscoreTest1_underscore.ts, 400, 91), Decl(underscoreT…
43 >_.map : Symbol(Underscore.Static.map, Decl(underscoreTest1_underscore.ts, 400, 91), Decl(underscor…
45 >map : Symbol(Underscore.Static.map, Decl(underscoreTest1_underscore.ts, 400, 91), Decl(underscoreT…
55 >_.reduce : Symbol(Underscore.Static.reduce, Decl(underscoreTest1_underscore.ts, 405, 90), Decl(und…
57 >reduce : Symbol(Underscore.Static.reduce, Decl(underscoreTest1_underscore.ts, 405, 90), Decl(under…
[all …]
DstaticMethodReferencingTypeArgument1.errors.txt1 tests/cases/compiler/staticMethodReferencingTypeArgument1.ts(9,33): error TS2302: Static members ca…
2 tests/cases/compiler/staticMethodReferencingTypeArgument1.ts(10,29): error TS2302: Static members c…
3 tests/cases/compiler/staticMethodReferencingTypeArgument1.ts(10,43): error TS2302: Static members c…
17 !!! error TS2302: Static members cannot reference class type parameters.
20 !!! error TS2302: Static members cannot reference class type parameters.
22 !!! error TS2302: Static members cannot reference class type parameters.
DgenericArgumentCallSigAssignmentCompat.types10 export interface Static {
23 declare var _: Underscore.Static;
24 >_ : Underscore.Static
32 >_ : Underscore.Static
40 >_ : Underscore.Static
47 >_ : Underscore.Static
52 >_ : Underscore.Static
DclassTypeParametersInStatics.errors.txt1 tests/cases/compiler/classTypeParametersInStatics.ts(12,40): error TS2302: Static members cannot re…
2 tests/cases/compiler/classTypeParametersInStatics.ts(13,29): error TS2302: Static members cannot re…
3 tests/cases/compiler/classTypeParametersInStatics.ts(13,43): error TS2302: Static members cannot re…
20 !!! error TS2302: Static members cannot reference class type parameters.
23 !!! error TS2302: Static members cannot reference class type parameters.
25 !!! error TS2302: Static members cannot reference class type parameters.
DtypeParametersInStaticMethods.errors.txt1 tests/cases/compiler/typeParametersInStaticMethods.ts(2,21): error TS2302: Static members cannot re…
2 tests/cases/compiler/typeParametersInStaticMethods.ts(2,37): error TS2302: Static members cannot re…
9 !!! error TS2302: Static members cannot reference class type parameters.
11 !!! error TS2302: Static members cannot reference class type parameters.
DstaticPrototypeProperty.errors.txt2 tests/cases/compiler/staticPrototypeProperty.ts(2,11): error TS2699: Static property 'prototype' co…
3 tests/cases/compiler/staticPrototypeProperty.ts(6,11): error TS2699: Static property 'prototype' co…
12 !!! error TS2699: Static property 'prototype' conflicts with built-in property 'Function.prototype'…
18 !!! error TS2699: Static property 'prototype' conflicts with built-in property 'Function.prototype'…
DtypeParametersInStaticAccessors.errors.txt2 tests/cases/compiler/typeParametersInStaticAccessors.ts(2,29): error TS2302: Static members cannot …
4 tests/cases/compiler/typeParametersInStaticAccessors.ts(3,28): error TS2302: Static members cannot …
13 !!! error TS2302: Static members cannot reference class type parameters.
18 !!! error TS2302: Static members cannot reference class type parameters.
/third_party/skia/third_party/externals/freetype/builds/windows/visualc/
Dfreetype.sln7 Debug Static|Win32 = Debug Static|Win32
9 Release Static|Win32 = Release Static|Win32
13 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.ActiveCfg = Debug Static|Win32
14 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.Build.0 = Debug Static|Win32
17 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.ActiveCfg = Release Static|Win32
18 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.Build.0 = Release Static|Win32
Dfreetype.dsp6 # TARGTYPE "Win32 (x86) Static Library" 0x0104
23 !MESSAGE "freetype - Win32 Release Static" (based on "Win32 (x86) Static Library")
24 !MESSAGE "freetype - Win32 Debug Static" (based on "Win32 (x86) Static Library")
94 !ELSEIF "$(CFG)" == "freetype - Win32 Release Static"
98 # PROP BASE Output_Dir "Release Static"
99 # PROP BASE Intermediate_Dir "Release Static"
103 # PROP Output_Dir "..\..\..\objs\Win32\Release Static"
104 # PROP Intermediate_Dir "..\..\..\objs\Win32\Release Static"
121 !ELSEIF "$(CFG)" == "freetype - Win32 Debug Static"
125 # PROP BASE Output_Dir "Debug Static"
[all …]
/third_party/freetype/builds/windows/visualc/
Dfreetype.sln7 Debug Static|Win32 = Debug Static|Win32
9 Release Static|Win32 = Release Static|Win32
13 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.ActiveCfg = Debug Static|Win32
14 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.Build.0 = Debug Static|Win32
17 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.ActiveCfg = Release Static|Win32
18 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.Build.0 = Release Static|Win32
Dfreetype.dsp6 # TARGTYPE "Win32 (x86) Static Library" 0x0104
23 !MESSAGE "freetype - Win32 Release Static" (based on "Win32 (x86) Static Library")
24 !MESSAGE "freetype - Win32 Debug Static" (based on "Win32 (x86) Static Library")
94 !ELSEIF "$(CFG)" == "freetype - Win32 Release Static"
98 # PROP BASE Output_Dir "Release Static"
99 # PROP BASE Intermediate_Dir "Release Static"
103 # PROP Output_Dir "..\..\..\objs\Win32\Release Static"
104 # PROP Intermediate_Dir "..\..\..\objs\Win32\Release Static"
121 !ELSEIF "$(CFG)" == "freetype - Win32 Debug Static"
125 # PROP BASE Output_Dir "Debug Static"
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/visualc/
Dfreetype.sln7 Debug Static|Win32 = Debug Static|Win32
9 Release Static|Win32 = Release Static|Win32
13 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.ActiveCfg = Debug Static|Win32
14 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.Build.0 = Debug Static|Win32
17 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.ActiveCfg = Release Static|Win32
18 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.Build.0 = Release Static|Win32
Dfreetype.dsp6 # TARGTYPE "Win32 (x86) Static Library" 0x0104
23 !MESSAGE "freetype - Win32 Release Static" (based on "Win32 (x86) Static Library")
24 !MESSAGE "freetype - Win32 Debug Static" (based on "Win32 (x86) Static Library")
94 !ELSEIF "$(CFG)" == "freetype - Win32 Release Static"
98 # PROP BASE Output_Dir "Release Static"
99 # PROP BASE Intermediate_Dir "Release Static"
103 # PROP Output_Dir "..\..\..\objs\Win32\Release Static"
104 # PROP Intermediate_Dir "..\..\..\objs\Win32\Release Static"
121 !ELSEIF "$(CFG)" == "freetype - Win32 Debug Static"
125 # PROP BASE Output_Dir "Debug Static"
[all …]
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource2.ts75 Static = 1 << 7,
103 Static = 1 << 4,
115 Static = 1 << 4,
132 Static = 1 << 4,
156 Static = 1 << 4,
178 Static = 1 << 4,
/third_party/flutter/skia/docker/skia-release/
DDockerfile26 RUN mkdir -p /tmp/skia/skia/out/Static
42 ] ' > /tmp/skia/skia/out/Static/args.gn
47 && ./bin/gn gen out/Static \
49 && /tmp/depot_tools/ninja -C out/Static
56 # && /tmp/depot_tools/ninja -C out/Static
/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts78 …Declaration(context, changes, call, token, modifierFlags & ModifierFlags.Static, parentDeclaration…
82 …rInJs(changes, declSourceFile, parentDeclaration, token, !!(modifierFlags & ModifierFlags.Static));
86 …es, declSourceFile, parentDeclaration, token.text, typeNode, modifierFlags & ModifierFlags.Static);
179 …const modifierFlags = (makeStatic ? ModifierFlags.Static : 0) | (startsWithUnderscore(token.text) …
202 …MemberInJs(t, declSourceFile, parentDeclaration, token, !!(modifierFlags & ModifierFlags.Static)));
207 …const diagnostic = modifierFlags & ModifierFlags.Static ? Diagnostics.Initialize_static_property_0…
256 const isStatic = modifierFlags & ModifierFlags.Static;
260 …ssingMember, addPropertyDeclarationChanges(modifierFlags & ModifierFlags.Static), [isStatic ? Diag…
351 …thodDeclarationChanges(modifierFlags & ModifierFlags.Static), [modifierFlags & ModifierFlags.Stati…

12345678910>>...19