/third_party/skia/third_party/externals/microhttpd/w32/VS2013/ |
D | libmicrohttpd.sln | 19 Debug-static|Win32 = Debug-static|Win32 20 Debug-static|x64 = Debug-static|x64 21 Debug-static-xp|Win32 = Debug-static-xp|Win32 22 Debug-static-xp|x64 = Debug-static-xp|x64 27 Release-static|Win32 = Release-static|Win32 28 Release-static|x64 = Release-static|x64 29 Release-static-xp|Win32 = Release-static-xp|Win32 30 Release-static-xp|x64 = Release-static-xp|x64 41 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-static|Win32.ActiveCfg = Debug-static|Win32 42 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-static|Win32.Build.0 = Debug-static|Win32 [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGetProcAddressTests.inl | 7 static const char* s_EGL14[] = 45 static const char* s_EGL15[] = 59 static const char* s_GLES10[] = 207 static const char* s_GLES20[] = 353 static const char* s_GLES30[] = 461 static const char* s_EGL_ANDROID_blob_cache[] = 466 static const char* s_EGL_ANDROID_create_native_client_buffer[] = 471 static const char* s_EGL_ANDROID_get_native_client_buffer[] = 476 static const char* s_EGL_ANDROID_native_fence_sync[] = 481 static const char* s_EGL_ANDROID_presentation_time[] = [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | accessibilityModifiers.errors.txt | 1 …/accessibilityModifiers.ts(21,12): error TS1029: 'private' modifier must precede 'static' modifier. 2 …/accessibilityModifiers.ts(22,12): error TS1029: 'private' modifier must precede 'static' modifier. 3 …/accessibilityModifiers.ts(23,12): error TS1029: 'private' modifier must precede 'static' modifier. 4 …/accessibilityModifiers.ts(24,12): error TS1029: 'private' modifier must precede 'static' modifier. 5 …ccessibilityModifiers.ts(26,12): error TS1029: 'protected' modifier must precede 'static' modifier. 6 …ccessibilityModifiers.ts(27,12): error TS1029: 'protected' modifier must precede 'static' modifier. 7 …ccessibilityModifiers.ts(28,12): error TS1029: 'protected' modifier must precede 'static' modifier. 8 …ccessibilityModifiers.ts(29,12): error TS1029: 'protected' modifier must precede 'static' modifier. 9 …s/accessibilityModifiers.ts(31,12): error TS1029: 'public' modifier must precede 'static' modifier. 10 …s/accessibilityModifiers.ts(32,12): error TS1029: 'public' modifier must precede 'static' modifier. [all …]
|
D | staticAsIdentifier.symbols | 5 static static 6 >static : Symbol(C1.static, Decl(staticAsIdentifier.ts, 0, 10)) 15 static static 16 >static : Symbol(C2.static, Decl(staticAsIdentifier.ts, 5, 10)) 25 static static p: string; 26 >static : Symbol(C3.static, Decl(staticAsIdentifier.ts, 10, 10)) 33 static static foo() {} 34 >static : Symbol(C4.static, Decl(staticAsIdentifier.ts, 14, 10)) 41 static static 42 >static : Symbol(C5.static, Decl(staticAsIdentifier.ts, 18, 10)) [all …]
|
D | staticAsIdentifier.types | 5 static static 6 >static : any 15 static static 16 >static : any 25 static static p: string; 26 >static : any 33 static static foo() {} 34 >static : any 41 static static 42 >static : any [all …]
|
D | findAllRefsClassStaticBlocks.baseline.jsonc | 3 // static x; 4 // /*FIND ALL REFS*/[|static|] {} 5 // static y; 6 // static {} 7 // static y; 8 // static {} 18 "name": "static", 25 "text": "static", 45 // static x; 46 // static {} [all …]
|
D | superInStaticMembers1(target=es2015).errors.txt | 1 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 2 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 3 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 4 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 5 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 6 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 7 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 8 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 9 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 10 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. [all …]
|
D | superInStaticMembers1(target=es2021).errors.txt | 1 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 2 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 3 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 4 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 5 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 6 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 7 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 8 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 9 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. 10 …Reflect'. Compiler reserves name 'Reflect' when emitting 'super' references in static initializers. [all …]
|
D | typeOfThisInStaticMembers10(target=es2022).errors.txt | 1 …peOfThisInStaticMembers10.ts(6,16): error TS2816: Cannot use 'this' in a static property initializ… 2 …eOfThisInStaticMembers10.ts(12,16): error TS2816: Cannot use 'this' in a static property initializ… 3 …eOfThisInStaticMembers10.ts(13,26): error TS2816: Cannot use 'this' in a static property initializ… 4 …eOfThisInStaticMembers10.ts(14,22): error TS2816: Cannot use 'this' in a static property initializ… 12 static a = 1; 13 static b = this.a + 1; 15 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. 20 static c = 2; 21 static d = this.c + 1; 23 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. [all …]
|
D | typeOfThisInStaticMembers11(target=es6).errors.txt | 1 …peOfThisInStaticMembers11.ts(6,16): error TS2816: Cannot use 'this' in a static property initializ… 2 …eOfThisInStaticMembers11.ts(12,16): error TS2816: Cannot use 'this' in a static property initializ… 3 …eOfThisInStaticMembers11.ts(13,26): error TS2816: Cannot use 'this' in a static property initializ… 4 …eOfThisInStaticMembers11.ts(14,22): error TS2816: Cannot use 'this' in a static property initializ… 12 static a = 1; 13 static b = this.a + 1; 15 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. 20 static c = 2; 21 static d = this.c + 1; 23 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. [all …]
|
D | typeOfThisInStaticMembers11(target=es2022).errors.txt | 1 …peOfThisInStaticMembers11.ts(6,16): error TS2816: Cannot use 'this' in a static property initializ… 2 …eOfThisInStaticMembers11.ts(12,16): error TS2816: Cannot use 'this' in a static property initializ… 3 …eOfThisInStaticMembers11.ts(13,26): error TS2816: Cannot use 'this' in a static property initializ… 4 …eOfThisInStaticMembers11.ts(14,22): error TS2816: Cannot use 'this' in a static property initializ… 12 static a = 1; 13 static b = this.a + 1; 15 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. 20 static c = 2; 21 static d = this.c + 1; 23 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. [all …]
|
D | typeOfThisInStaticMembers11(target=esnext).errors.txt | 1 …peOfThisInStaticMembers11.ts(6,16): error TS2816: Cannot use 'this' in a static property initializ… 2 …eOfThisInStaticMembers11.ts(12,16): error TS2816: Cannot use 'this' in a static property initializ… 3 …eOfThisInStaticMembers11.ts(13,26): error TS2816: Cannot use 'this' in a static property initializ… 4 …eOfThisInStaticMembers11.ts(14,22): error TS2816: Cannot use 'this' in a static property initializ… 12 static a = 1; 13 static b = this.a + 1; 15 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. 20 static c = 2; 21 static d = this.c + 1; 23 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. [all …]
|
D | typeOfThisInStaticMembers10(target=es6).errors.txt | 1 …peOfThisInStaticMembers10.ts(6,16): error TS2816: Cannot use 'this' in a static property initializ… 2 …eOfThisInStaticMembers10.ts(12,16): error TS2816: Cannot use 'this' in a static property initializ… 3 …eOfThisInStaticMembers10.ts(13,26): error TS2816: Cannot use 'this' in a static property initializ… 4 …eOfThisInStaticMembers10.ts(14,22): error TS2816: Cannot use 'this' in a static property initializ… 12 static a = 1; 13 static b = this.a + 1; 15 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. 20 static c = 2; 21 static d = this.c + 1; 23 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. [all …]
|
D | typeOfThisInStaticMembers10(target=esnext).errors.txt | 1 …peOfThisInStaticMembers10.ts(6,16): error TS2816: Cannot use 'this' in a static property initializ… 2 …eOfThisInStaticMembers10.ts(12,16): error TS2816: Cannot use 'this' in a static property initializ… 3 …eOfThisInStaticMembers10.ts(13,26): error TS2816: Cannot use 'this' in a static property initializ… 4 …eOfThisInStaticMembers10.ts(14,22): error TS2816: Cannot use 'this' in a static property initializ… 12 static a = 1; 13 static b = this.a + 1; 15 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. 20 static c = 2; 21 static d = this.c + 1; 23 !!! error TS2816: Cannot use 'this' in a static property initializer of a decorated class. [all …]
|
D | accessibilityModifiers.types | 6 private static privateProperty; 9 private static privateMethod() { } 12 private static get privateGetter() { return 0; } 16 private static set privateSetter(a: number) { } 20 protected static protectedProperty; 23 protected static protectedMethod() { } 26 protected static get protectedGetter() { return 0; } 30 protected static set protectedSetter(a: number) { } 34 public static publicProperty; 37 public static publicMethod() { } [all …]
|
D | privateNameDuplicateField.types | 64 static #foo = "foo"; 77 static #foo() { } 89 static get #foo() { return ""} 102 static set #foo(value: string) { } 165 static #foo = "foo"; 177 static #foo() { } 188 static get #foo() { return ""} 200 static set #foo(value: string) { } 269 static #foo() { } 281 static #foo() { } [all …]
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 3 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem 4 Objects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t … 5 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw 6 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject 7 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO… 9 Objects/obmalloc.c:arenas static struct arena_object* arenas 10 Objects/obmalloc.c:maxarenas static uint maxarenas 11 Objects/obmalloc.c:narenas_currently_allocated static size_t narenas_currently_al… 12 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater 13 Objects/obmalloc.c:nfp2lasta static struct arena_object* nfp2la… [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/ |
D | spec-constant.frag | 4 static const float a = SPIRV_CROSS_CONSTANT_ID_1; 8 static const float b = SPIRV_CROSS_CONSTANT_ID_2; 12 static const int c = SPIRV_CROSS_CONSTANT_ID_3; 13 static const uint _18 = (uint(c) + 0u); 14 static const int _21 = (-c); 15 static const int _23 = (~c); 19 static const int d = SPIRV_CROSS_CONSTANT_ID_4; 20 static const int _26 = (c + d); 21 static const int _28 = (c - d); 22 static const int _30 = (c * d); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 70 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) { 143 static bool isSet(const Function &Fn, 148 static void set(Function &Fn, 158 static bool isSet(const Function &Fn, 164 static void set(Function &Fn, 172 static enum Attribute::AttrKind getKind() { 177 static enum Attribute::AttrKind getKind() { 182 static enum Attribute::AttrKind getKind() { 187 static enum Attribute::AttrKind getKind() { 192 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 70 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) { 143 static bool isSet(const Function &Fn, 148 static void set(Function &Fn, 158 static bool isSet(const Function &Fn, 164 static void set(Function &Fn, 172 static enum Attribute::AttrKind getKind() { 177 static enum Attribute::AttrKind getKind() { 182 static enum Attribute::AttrKind getKind() { 187 static enum Attribute::AttrKind getKind() { 192 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) { 119 static bool isSet(const Function &Fn, 124 static void set(Function &Fn, 134 static bool isSet(const Function &Fn, 140 static void set(Function &Fn, 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) { 119 static bool isSet(const Function &Fn, 124 static void set(Function &Fn, 134 static bool isSet(const Function &Fn, 140 static void set(Function &Fn, 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) { 119 static bool isSet(const Function &Fn, 124 static void set(Function &Fn, 134 static bool isSet(const Function &Fn, 140 static void set(Function &Fn, 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) { 119 static bool isSet(const Function &Fn, 124 static void set(Function &Fn, 134 static bool isSet(const Function &Fn, 140 static void set(Function &Fn, 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) { 119 static bool isSet(const Function &Fn, 124 static void set(Function &Fn, 134 static bool isSet(const Function &Fn, 140 static void set(Function &Fn, 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { [all …]
|