Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/third_party/typescript/tests/baselines/reference/
DnewTargetNarrowing.symbols9 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))
DnewTargetNarrowing.types10 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 …]
DnewTargetNarrowing.js5 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;
DabstractPropertyInitializer.errors.txt1 …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.
DclassAbstractMethodWithImplementation.errors.txt1 …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.
DextendPrivateConstructorClass.errors.txt1 …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.
DclassAbstractMethodInNonAbstractClass.errors.txt3 …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.
DaccessorsOverrideProperty7.errors.txt1 …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.
DclassConstructorAccessibility2.errors.txt1 …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.
DparserKeywordsAsIdentifierName2.symbols3 // 'public' should be marked unusable, should complain on trailing /*
/third_party/node/test/fixtures/snapshot/
Dcheck-marked.js3 let marked; variable
6 marked = globalThis.marked;
9 marked = require('./marked');
20 const html = marked(md)
/third_party/typescript/tests/cases/conformance/es6/newTarget/
DnewTargetNarrowing.ts7 if (new.target.marked === true) {
8 foo(new.target.marked);
12 f.marked = true;
/third_party/protobuf/objectivec/Tests/
Dunittest_deprecated.proto44 // 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/
Dline-strip.amber48 vec4 marked = vec4(0, 1, 1, 1);
58 imageStore(img, p, marked);
99 imageStore(img, stack[0], marked);
118 if (c != marked && c != bg)
Dpolygon-mode-lines.amber50 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/
Dsigchain.c56 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/
Dhlsl.intrinsics.negative.frag16 … // 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/
Dstruct-packing.comp5 // 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/
DtsxLibraryManagedAttributes.tsx61 …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/
DEXPERIMENTAL.md15 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/
DSkOpAngle.h80 void setLastMarked(SkOpSpanBase* marked) { in setLastMarked() argument
81 fLastMarked = marked; in setLastMarked()
/third_party/cef/patch/patches/
Dcontent_main_654986.patch9 -// 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/
DGENERATED_AbseilCopts.cmake30 "-Wno-used-but-marked-unused"
115 "-Wno-used-but-marked-unused"
DGENERATED_copts.bzl31 "-Wno-used-but-marked-unused",
116 "-Wno-used-but-marked-unused",
/third_party/rust/crates/cxx/tests/ui/
Dptr_missing_unsafe.stderr1 error: pointer argument requires that the function be marked unsafe

12345678910>>...38