Home
last modified time | relevance | path

Searched refs:known (Results 1 – 25 of 1910) sorted by relevance

12345678910>>...77

/third_party/typescript/tests/baselines/reference/
DextendFromAny.symbols9 known = 1;
10 >known : Symbol(C.known, Decl(extendFromAny.ts, 1, 22))
20 c.known.length; // error, 'known' has no 'length' property
21 >c.known : Symbol(C.known, Decl(extendFromAny.ts, 1, 22))
23 >known : Symbol(C.known, Decl(extendFromAny.ts, 1, 22))
DextendFromAny.types9 known = 1;
10 >known : number
23 c.known.length; // error, 'known' has no 'length' property
24 >c.known.length : any
25 >c.known : number
27 >known : number
DdeclarationEmitDestructuringObjectLiteralPattern1.errors.txt1 …ctLiteralPattern1.ts(2,23): error TS2353: Object literal may only specify known properties, and 'y…
2 …ctLiteralPattern1.ts(3,16): error TS2353: Object literal may only specify known properties, and 'x…
3 …ctLiteralPattern1.ts(5,27): error TS2353: Object literal may only specify known properties, and 'y…
4 …ctLiteralPattern1.ts(6,20): error TS2353: Object literal may only specify known properties, and 'x…
11 !!! error TS2353: Object literal may only specify known properties, and 'y4' does not exist in type…
14 !!! error TS2353: Object literal may only specify known properties, and 'x5' does not exist in type…
18 !!! error TS2353: Object literal may only specify known properties, and 'y7' does not exist in type…
21 !!! error TS2353: Object literal may only specify known properties, and 'x8' does not exist in type…
DdeclarationEmitDestructuringObjectLiteralPattern.errors.txt1 …ectLiteralPattern.ts(2,23): error TS2353: Object literal may only specify known properties, and 'y…
2 …ectLiteralPattern.ts(3,16): error TS2353: Object literal may only specify known properties, and 'x…
3 …ectLiteralPattern.ts(5,27): error TS2353: Object literal may only specify known properties, and 'y…
4 …ectLiteralPattern.ts(6,20): error TS2353: Object literal may only specify known properties, and 'x…
11 !!! error TS2353: Object literal may only specify known properties, and 'y4' does not exist in type…
14 !!! error TS2353: Object literal may only specify known properties, and 'x5' does not exist in type…
18 !!! error TS2353: Object literal may only specify known properties, and 'y7' does not exist in type…
21 !!! error TS2353: Object literal may only specify known properties, and 'x8' does not exist in type…
DobjectLiteralExcessProperties.errors.txt2 …Object literal may only specify known properties, but 'forword' does not exist in type 'Book'. Did…
4 …Object literal may only specify known properties, but 'foreward' does not exist in type 'Book'. Di…
6 Object literal may only specify known properties, and 'forwards' does not exist in type 'Book'.
8 …Object literal may only specify known properties, but 'colour' does not exist in type 'Book & Cove…
10 …Object literal may only specify known properties, but 'foreward' does not exist in type 'Book & Co…
12 …Object literal may only specify known properties, and 'price' does not exist in type 'Book & Cover…
16 …Object literal may only specify known properties, and 'couleur' does not exist in type 'Cover | Co…
18 …Object literal may only specify known properties, and 'forewarned' does not exist in type 'Book | …
20 …Object literal may only specify known properties, but 'colour' does not exist in type 'Cover'. Did…
28 …Object literal may only specify known properties, and 'name' does not exist in type '{ prop: boole…
[all …]
DarrayLiteralTypeInference.errors.txt2 Object literal may only specify known properties, and 'trueness' does not exist in type 'Action'.
4 Object literal may only specify known properties, and 'name' does not exist in type 'Action'.
6 …Object literal may only specify known properties, and 'trueness' does not exist in type '{ id: num…
8 …Object literal may only specify known properties, and 'name' does not exist in type '{ id: number;…
28 !!! error TS2322: Object literal may only specify known properties, and 'trueness' does not exist…
32 !!! error TS2322: Object literal may only specify known properties, and 'name' does not exist in …
51 !!! error TS2322: Object literal may only specify known properties, and 'trueness' does not exist…
55 !!! error TS2322: Object literal may only specify known properties, and 'name' does not exist in …
DexcessPropertyCheckWithEmptyObject.errors.txt2 …Object literal may only specify known properties, and 'readonly' does not exist in type 'PropertyD…
4 …Object literal may only specify known properties, and 'y' does not exist in type 'A & ThisType<any…
6 …Object literal may only specify known properties, and 'y' does not exist in type 'Empty & { x: num…
16 !!! error TS2345: Object literal may only specify known properties, and 'readonly' does not exist…
24 !!! error TS2322: Object literal may only specify known properties, and 'y' does not exist in typ…
32 !!! error TS2322: Object literal may only specify known properties, and 'y' does not exist in typ…
DnonObjectUnionNestedExcessPropertyCheck.errors.txt2 …Object literal may only specify known properties, and 'INVALID_PROP_NAME' does not exist in type '…
4 …Object literal may only specify known properties, and 'asdfasdf' does not exist in type '{ testBoo…
6 …Object literal may only specify known properties, and 'INVALID_PROP_NAME' does not exist in type '…
25 !!! error TS2322: Object literal may only specify known properties, and 'INVALID_PROP_NAME' does …
31 !!! error TS2322: Object literal may only specify known properties, and 'asdfasdf' does not exist…
37 !!! error TS2322: Object literal may only specify known properties, and 'INVALID_PROP_NAME' does …
DexcessPropertyChecksWithNestedIntersections.errors.txt3 Object literal may only specify known properties, and 'y' does not exist in type 'A'.
6 Object literal may only specify known properties, and 'y' does not exist in type 'A'.
8 …Object literal may only specify known properties, and 'xyz' does not exist in type '{ id: number; …
10 …Object literal may only specify known properties, and 'xyz' does not exist in type '{ id: number; …
12 Object literal may only specify known properties, and 'boo' does not exist in type 'View<TypeA>'.
14 Object literal may only specify known properties, and 'boo' does not exist in type 'View<TypeB>'.
42 !!! error TS2322: Object literal may only specify known properties, and 'y' does not exist in typ…
53 !!! error TS2322: Object literal may only specify known properties, and 'y' does not exist in typ…
68 !!! error TS2322: Object literal may only specify known properties, and 'xyz' does not exist in t…
80 !!! error TS2322: Object literal may only specify known properties, and 'xyz' does not exist in t…
[all …]
DextendFromAny.js4 known = 1; field in C
9 c.known.length; // error, 'known' has no 'length' property
35 _this.known = 1;
42 c.known.length; // error, 'known' has no 'length' property
DexcessPropertyCheckWithUnions.errors.txt2 Object literal may only specify known properties, and 'a1' does not exist in type '{ tag: "T"; }'.
4 …Object literal may only specify known properties, and 'd20' does not exist in type '{ tag: "A"; a1…
8 Object literal may only specify known properties, and 'extra' does not exist in type 'Ambiguous'.
10 Object literal may only specify known properties, and 'extra' does not exist in type 'Ambiguous'.
20 …Object literal may only specify known properties, and 'second' does not exist in type '{ a: 1; b: …
22 …Object literal may only specify known properties, and 'third' does not exist in type '{ a: 1; b: 1…
26 Object literal may only specify known properties, and 'b' does not exist in type 'AN'.
28 Object literal may only specify known properties, and 'href' does not exist in type 'Button'.
47 !!! error TS2322: Object literal may only specify known properties, and 'a1' does not exist in ty…
51 !!! error TS2322: Object literal may only specify known properties, and 'd20' does not exist in t…
[all …]
DmissingAndExcessProperties.errors.txt13 …ExcessProperties.ts(21,25): error TS2353: Object literal may only specify known properties, and 'y…
14 …ExcessProperties.ts(22,19): error TS2353: Object literal may only specify known properties, and 'x…
15 …ExcessProperties.ts(29,14): error TS2353: Object literal may only specify known properties, and 'x…
16 …ExcessProperties.ts(29,20): error TS2353: Object literal may only specify known properties, and 'y…
17 …ExcessProperties.ts(30,22): error TS2353: Object literal may only specify known properties, and 'y…
18 …ExcessProperties.ts(31,16): error TS2353: Object literal may only specify known properties, and 'x…
72 !!! error TS2353: Object literal may only specify known properties, and 'y' does not exist in type …
75 !!! error TS2353: Object literal may only specify known properties, and 'x' does not exist in type …
84 !!! error TS2353: Object literal may only specify known properties, and 'x' does not exist in type …
86 !!! error TS2353: Object literal may only specify known properties, and 'y' does not exist in type …
[all …]
DorderMattersForSignatureGroupIdentity.errors.txt4 … Object literal may only specify known properties, and 'n' does not exist in type '{ s: string; }'.
7 … Object literal may only specify known properties, and 's' does not exist in type '{ n: number; }'.
13 … Object literal may only specify known properties, and 'n' does not exist in type '{ s: string; }'.
16 … Object literal may only specify known properties, and 's' does not exist in type '{ n: number; }'.
44 !!! error TS2769: Object literal may only specify known properties, and 'n' does not exist in…
47 !!! error TS2769: Object literal may only specify known properties, and 's' does not exist in…
62 !!! error TS2769: Object literal may only specify known properties, and 'n' does not exist in…
65 !!! error TS2769: Object literal may only specify known properties, and 's' does not exist in…
DexcessPropertyCheckWithMultipleDiscriminants.errors.txt2 Object literal may only specify known properties, and 'multipleOf' does not exist in type 'Float'.
4 …Object literal may only specify known properties, and 'p3' does not exist in type '{ p1: "left"; p…
6 …Object literal may only specify known properties, and 'p3' does not exist in type '{ p1: "right"; …
42 !!! error TS2322: Object literal may only specify known properties, and 'multipleOf' does not exi…
56 !!! error TS2322: Object literal may only specify known properties, and 'p3' does not exist in ty…
75 !!! error TS2322: Object literal may only specify known properties, and 'p3' does not exist in ty…
DtypeParameterAsBaseType.errors.txt3 …rface can only extend an object type or intersection of object types with statically known members.
4 …rface can only extend an object type or intersection of object types with statically known members.
20 …rface can only extend an object type or intersection of object types with statically known members.
23 …rface can only extend an object type or intersection of object types with statically known members.
DextendFromAny.errors.txt8 known = 1;
13 c.known.length; // error, 'known' has no 'length' property
DdeepExcessPropertyCheckingWhenTargetIsIntersection.errors.txt2 …Object literal may only specify known properties, and 'INVALID_PROP_NAME' does not exist in type '…
4 …Object literal may only specify known properties, and 'INVALID_PROP_NAME' does not exist in type '…
31 !!! error TS2322: Object literal may only specify known properties, and 'INVALID_PROP_NAME' does …
41 !!! error TS2322: Object literal may only specify known properties, and 'INVALID_PROP_NAME' does …
/third_party/python/Tools/c-analyzer/c_analyzer/
Ddatafiles.py19 def get_known(known, extracolumns=None, *, argument
24 if isinstance(known, str):
25 known = read_known(known, extracolumns, relroot)
27 known,
37 known = {}
39 known[decl] = extra
40 return known
43 def analyze_known(known, *, argument
48 collated = _match.group_by_kinds(known)
D__main__.py182 known = 'yes' if data.is_known else '*** NO ***'
406 def _cli_data(parser, filenames=None, known=None): argument
416 if known is None:
422 if known is None:
428 if known is None:
437 def cmd_data(datacmd, filenames, known=None, *, argument
449 if isinstance(known, str):
450 known, _ = _datafiles.get_known(known, extracolumns, relroot)
451 for line in do_fmt(known):
459 if known is None or usestdout:
[all …]
D__init__.py26 known=None, argument
30 yield from analyze_decls(decls, known)
47 def analyze_decls(decls, known, *, argument
53 known,
/third_party/vulkan-headers/
DINTEGRATION.md3 …https://github.com/LunarG/VulkanTools) repositories have been cloned to a known directory on the s…
4 …ny point in the Vulkan header integration process, include the fix in the known-good update commit…
12 Update the Vulkan-Loader, Vulkan-ValidationLayers, and Vulkan-Tools known-good files
16known-good of a repository needs to be updated, all repositories of interest that appear in its kn…
23 * Typically the Vulkan-Loader's known-good is updated first, but the Vulkan-ValidationLayers known-…
24known-good files (see the [update LunarG known-good section](https://github.com/KhronosGroup/Vulka…
47 … warnings must be resolved and included in the pull request for the repository's known-good update.
61 ### 5. Update the known-good files
63known good commits for each dependent repository. Some repositories require an additional known-go…
73known-good files, etc.) in a single commit on a branch and push it up to the online repository. In…
[all …]
/third_party/elfutils/lib/
Dcolor.c162 } known[] = in parse_opt() local
182 const size_t nknown = (sizeof (known) in parse_opt()
183 / sizeof (known[0])); in parse_opt()
186 if (name_len == known[i].len in parse_opt()
187 && memcmp (start, known[i].name, name_len) == 0) in parse_opt()
189 *known[i].varp = in parse_opt()
/third_party/curl/docs/
DPARALLEL-TRANSFERS.md19 o percent download (if known, which means *all* transfers need to have a
20 known size)
21 o percent upload (if known, with the same caveat as for download)
27 o total time all transfers are expected to take (if sizes are known)
29 o estimated time left (if sizes are known)
/third_party/elfutils/tests/
Ddwarfcfi.c38 static const char *const known[] = in op_name() local
45 if (likely (code < sizeof (known) / sizeof (known[0]))) in op_name()
46 return known[code]; in op_name()
/third_party/mbedtls/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.c.jinja144 * cycle through all known transparent accelerators */
184 /* Key is declared with a lifetime not known to us */
218 * cycle through all known transparent accelerators */
256 /* Key is declared with a lifetime not known to us */
305 * cycle through all known transparent accelerators */
349 /* Key is declared with a lifetime not known to us */
389 * cycle through all known transparent accelerators */
431 /* Key is declared with a lifetime not known to us */
499 * cycle through all known transparent accelerators */
522 /* Key is declared with a lifetime not known to us */
[all …]

12345678910>>...77