/third_party/typescript/tests/baselines/reference/ |
D | newTargetNarrowing.symbols | 9 if (new.target.marked === true) { 10 >new.target.marked : Symbol(f.marked, Decl(newTargetNarrowing.ts, 6, 1)) 13 >marked : Symbol(f.marked, Decl(newTargetNarrowing.ts, 6, 1)) 15 foo(new.target.marked); 17 >new.target.marked : Symbol(f.marked, Decl(newTargetNarrowing.ts, 6, 1)) 20 >marked : Symbol(f.marked, Decl(newTargetNarrowing.ts, 6, 1)) 24 f.marked = true; 25 >f.marked : Symbol(f.marked, Decl(newTargetNarrowing.ts, 6, 1)) 27 >marked : Symbol(f.marked, Decl(newTargetNarrowing.ts, 6, 1))
|
D | newTargetNarrowing.types | 10 if (new.target.marked === true) { 11 >new.target.marked === true : boolean 12 >new.target.marked : boolean 15 >marked : boolean 18 foo(new.target.marked); 19 >foo(new.target.marked) : void 21 >new.target.marked : true 24 >marked : true 28 f.marked = true; 29 >f.marked = true : true [all …]
|
D | newTargetNarrowing.js | 5 if (new.target.marked === true) { 6 foo(new.target.marked); 10 f.marked = true; 17 if (new.target.marked === true) { 18 foo(new.target.marked); 21 f.marked = true;
|
D | abstractPropertyInitializer.errors.txt | 1 …r.ts(2,14): error TS1267: Property 'prop' cannot have an initializer because it is marked abstract. 8 !!! error TS1267: Property 'prop' cannot have an initializer because it is marked abstract.
|
D | classAbstractMethodWithImplementation.errors.txt | 1 …n.ts(2,14): error TS1245: Method 'foo' cannot have an implementation because it is marked abstract. 8 !!! error TS1245: Method 'foo' cannot have an implementation because it is marked abstract.
|
D | extendPrivateConstructorClass.errors.txt | 1 …ss.ts(7,17): error TS2675: Cannot extend a class 'abc.XYZ'. Class constructor is marked as private. 13 !!! error TS2675: Cannot extend a class 'abc.XYZ'. Class constructor is marked as private.
|
D | classAbstractMethodInNonAbstractClass.errors.txt | 3 …s.ts(6,14): error TS1245: Method 'foo' cannot have an implementation because it is marked abstract. 18 !!! error TS1245: Method 'foo' cannot have an implementation because it is marked abstract.
|
D | accessorsOverrideProperty7.errors.txt | 1 …rty7.ts(2,14): error TS1267: Property 'p' cannot have an initializer because it is marked abstract. 9 !!! error TS1267: Property 'p' cannot have an initializer because it is marked abstract.
|
D | classConstructorAccessibility2.errors.txt | 1 …ty2.ts(31,24): error TS2675: Cannot extend a class 'BaseC'. Class constructor is marked as private. 41 !!! error TS2675: Cannot extend a class 'BaseC'. Class constructor is marked as private.
|
D | parserKeywordsAsIdentifierName2.symbols | 3 // 'public' should be marked unusable, should complain on trailing /*
|
/third_party/node/test/fixtures/snapshot/ |
D | check-marked.js | 3 let marked; variable 6 marked = globalThis.marked; 9 marked = require('./marked'); 20 const html = marked(md)
|
/third_party/typescript/tests/cases/conformance/es6/newTarget/ |
D | newTargetNarrowing.ts | 7 if (new.target.marked === true) { 8 foo(new.target.marked); 12 f.marked = true;
|
/third_party/protobuf/objectivec/Tests/ |
D | unittest_deprecated.proto | 44 // Mix of field types marked as deprecated. 54 // Mix of extension field types marked as deprecated. 62 // Mix of extension field types (scoped to a message) marked as deprecated. 72 // Enum value marked as deprecated. 79 // Message marked as deprecated. 88 // Enum marked as deprecated.
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/rasterization/line_continuity/ |
D | line-strip.amber | 48 vec4 marked = vec4(0, 1, 1, 1); 58 imageStore(img, p, marked); 99 imageStore(img, stack[0], marked); 118 if (c != marked && c != bg)
|
D | polygon-mode-lines.amber | 50 vec4 marked = vec4(0, 1, 1, 1); 60 imageStore(img, p, marked); 101 imageStore(img, stack[0], marked); 120 if (c != marked && c != bg)
|
/third_party/musl/porting/linux/user/src/sigchain/ |
D | sigchain.c | 56 bool marked; member 142 return sig_chains[signo - 1].marked; in ismarked() 247 sig_chains[signo - 1].marked = false; in unregister_sigchain() 258 if (!sig_chains[signo - 1].marked) { in mark_signal_to_sigchain() 260 sig_chains[signo - 1].marked = true; in mark_signal_to_sigchain()
|
/third_party/glslang/Test/ |
D | hlsl.intrinsics.negative.frag | 16 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 17 …though marked as out i // InterlockedMax(inI0, inI0, 3); // expected error: last par… 18 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 19 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 20 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge…
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/packing/ |
D | struct-packing.comp | 5 // Foo will be marked packed_float3 because offset of bar is just 12 bytes after foo. 11 // Bar will be marked as packed due to alignment of the struct itself cannot work without packed.
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxLibraryManagedAttributes.tsx | 61 …oo={12} bar={null} baz="cool" />; // bar is nullable/undefinable since it's not marked `isRequired` 62 …ar="yeah" baz={null} />; // Error, baz is _not_ nullable/undefinable since it's marked `isRequired` 104 …c foo="no" bar={null} baz={0} />; // bar is nullable/undefinable since it's not marked `isRequired` 105 …ar="yeah" baz={null} />; // Error, baz is _not_ nullable/undefinable since it's marked `isRequired`
|
/third_party/curl/docs/ |
D | EXPERIMENTAL.md | 15 to our API/ABI rules as we do for regular features, as long as it is marked 17 5. Experimental features are clearly marked so in documentation. Beware.
|
/third_party/skia/src/pathops/ |
D | SkOpAngle.h | 80 void setLastMarked(SkOpSpanBase* marked) { in setLastMarked() argument 81 fLastMarked = marked; in setLastMarked()
|
/third_party/cef/patch/patches/ |
D | content_main_654986.patch | 9 -// This function must be marked with NO_STACK_PROTECTOR or it may crash on 46 +// This function must be marked with NO_STACK_PROTECTOR or it may crash on 73 +// This function must be marked with NO_STACK_PROTECTOR or it may crash on
|
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
D | GENERATED_AbseilCopts.cmake | 30 "-Wno-used-but-marked-unused" 115 "-Wno-used-but-marked-unused"
|
D | GENERATED_copts.bzl | 31 "-Wno-used-but-marked-unused", 116 "-Wno-used-but-marked-unused",
|
/third_party/rust/crates/cxx/tests/ui/ |
D | ptr_missing_unsafe.stderr | 1 error: pointer argument requires that the function be marked unsafe
|