Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 2780) sorted by relevance

12345678910>>...112

/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithObjectMembersStringNumericNames.errors.txt1 …bjectMembersStringNumericNames.ts(21,5): error TS2741: Property ''1'' is missing in type 'T' but r…
2 …jectMembersStringNumericNames.ts(22,5): error TS2741: Property ''1.'' is missing in type 'S' but r…
3 …bjectMembersStringNumericNames.ts(24,5): error TS2741: Property ''1'' is missing in type '{ '1.0':…
4 …bjectMembersStringNumericNames.ts(26,5): error TS2741: Property ''1'' is missing in type 'T2' but …
5 …ectMembersStringNumericNames.ts(27,5): error TS2741: Property ''1.0'' is missing in type 'S2' but …
6 …bjectMembersStringNumericNames.ts(28,5): error TS2741: Property ''1'' is missing in type 'T' but r…
7 …bjectMembersStringNumericNames.ts(29,5): error TS2741: Property ''1'' is missing in type '{ '1.0':…
8 …bjectMembersStringNumericNames.ts(30,5): error TS2741: Property ''1'' is missing in type '{ '1.0':…
9 …jectMembersStringNumericNames.ts(32,5): error TS2741: Property ''1.'' is missing in type '{ '1.0':…
10 …ectMembersStringNumericNames.ts(33,5): error TS2741: Property ''1.0'' is missing in type '{ '1.': …
[all …]
DoverloadConsecutiveness.errors.txt1 …erloadConsecutiveness.ts(3,10): error TS2391: Function implementation is missing or not immediatel…
3 …erloadConsecutiveness.ts(3,25): error TS2391: Function implementation is missing or not immediatel…
4 …erloadConsecutiveness.ts(4,10): error TS2391: Function implementation is missing or not immediatel…
6 …erloadConsecutiveness.ts(5,10): error TS2391: Function implementation is missing or not immediatel…
8 …erloadConsecutiveness.ts(5,28): error TS2391: Function implementation is missing or not immediatel…
9 …verloadConsecutiveness.ts(8,2): error TS2391: Function implementation is missing or not immediatel…
11 …verloadConsecutiveness.ts(8,8): error TS2391: Function implementation is missing or not immediatel…
12 …verloadConsecutiveness.ts(9,2): error TS2391: Function implementation is missing or not immediatel…
14 …erloadConsecutiveness.ts(10,2): error TS2391: Function implementation is missing or not immediatel…
16 …rloadConsecutiveness.ts(10,11): error TS2391: Function implementation is missing or not immediatel…
[all …]
Dinheritance1.errors.txt2 Property 'select' is missing in type 'ImageBase' but required in type 'SelectableControl'.
4 Property 'state' is missing in type 'Locations' but required in type 'SelectableControl'.
5 tests/cases/compiler/inheritance1.ts(31,1): error TS2741: Property 'select' is missing in type 'Con…
6 tests/cases/compiler/inheritance1.ts(37,1): error TS2741: Property 'select' is missing in type 'Con…
7 tests/cases/compiler/inheritance1.ts(40,1): error TS2741: Property 'select' is missing in type 'Ima…
8 tests/cases/compiler/inheritance1.ts(46,1): error TS2741: Property 'select' is missing in type 'Ima…
9 tests/cases/compiler/inheritance1.ts(52,1): error TS2741: Property 'state' is missing in type 'Loca…
10 tests/cases/compiler/inheritance1.ts(53,1): error TS2741: Property 'state' is missing in type 'Loca…
11 tests/cases/compiler/inheritance1.ts(55,1): error TS2741: Property 'select' is missing in type 'Con…
12 tests/cases/compiler/inheritance1.ts(58,1): error TS2741: Property 'state' is missing in type 'Loca…
[all …]
DarrayAssignmentTest1.errors.txt1 tests/cases/compiler/arrayAssignmentTest1.ts(46,5): error TS2741: Property 'IM1' is missing in type…
2 tests/cases/compiler/arrayAssignmentTest1.ts(47,5): error TS2739: Type 'undefined[]' is missing the…
3 tests/cases/compiler/arrayAssignmentTest1.ts(48,5): error TS2739: Type 'undefined[]' is missing the…
4 tests/cases/compiler/arrayAssignmentTest1.ts(49,5): error TS2741: Property 'CM3M1' is missing in ty…
6 Property 'IM1' is missing in type 'C3' but required in type 'I1'.
8 Property 'C1M1' is missing in type 'I1' but required in type 'C1'.
10 Type 'C3' is missing the following properties from type 'C1': IM1, C1M1
12 Property 'C2M1' is missing in type 'C1' but required in type 'C2'.
14 Type 'I1' is missing the following properties from type 'C2': C2M1, C1M1
16 Type 'C3' is missing the following properties from type 'C2': C2M1, IM1, C1M1
[all …]
DmissingFunctionImplementation.errors.txt1 …FunctionImplementation.ts(2,3): error TS2391: Function implementation is missing or not immediatel…
2 …FunctionImplementation.ts(7,3): error TS2391: Function implementation is missing or not immediatel…
3 …unctionImplementation.ts(15,3): error TS2391: Function implementation is missing or not immediatel…
4 …nctionImplementation.ts(21,10): error TS2391: Function implementation is missing or not immediatel…
5 …nctionImplementation.ts(27,10): error TS2391: Function implementation is missing or not immediatel…
6 …nctionImplementation.ts(32,10): error TS2391: Function implementation is missing or not immediatel…
7 …nctionImplementation.ts(40,10): error TS2391: Function implementation is missing or not immediatel…
10 …nctionImplementation.ts(48,10): error TS2391: Function implementation is missing or not immediatel…
14 …nctionImplementation.ts(59,19): error TS2391: Function implementation is missing or not immediatel…
15 …nctionImplementation.ts(64,19): error TS2391: Function implementation is missing or not immediatel…
[all …]
DstaticMemberOfClassAndPublicMemberOfAnotherClassAssignment.errors.txt1 …emberOfAnotherClassAssignment.ts(12,1): error TS2741: Property 'prop' is missing in type 'C' but r…
2 …emberOfAnotherClassAssignment.ts(13,5): error TS2741: Property 'prop' is missing in type 'typeof B…
3 …emberOfAnotherClassAssignment.ts(16,5): error TS2741: Property 'prop' is missing in type 'C' but r…
4 …emberOfAnotherClassAssignment.ts(17,5): error TS2741: Property 'prop' is missing in type 'typeof B…
19 a = new C(); // error prop is missing
21 !!! error TS2741: Property 'prop' is missing in type 'C' but required in type 'A'.
23 a = B; // error prop is missing
25 !!! error TS2741: Property 'prop' is missing in type 'typeof B' but required in type 'A'.
30 var b: B = new C(); // error prop is missing
32 !!! error TS2741: Property 'prop' is missing in type 'C' but required in type 'B'.
[all …]
DarrayAssignmentTest2.errors.txt2 Property 'CM3M1' is missing in type 'C2' but required in type 'C3'.
4 Property 'CM3M1' is missing in type 'C1' but required in type 'C3'.
6 Property 'CM3M1' is missing in type 'I1' but required in type 'C3'.
7 tests/cases/compiler/arrayAssignmentTest2.ts(51,1): error TS2740: Type '() => C1' is missing the fo…
8 tests/cases/compiler/arrayAssignmentTest2.ts(52,1): error TS2740: Type '() => any' is missing the f…
9 …/arrayAssignmentTest2.ts(53,1): error TS2740: Type '{ one: number; }' is missing the following pro…
10 tests/cases/compiler/arrayAssignmentTest2.ts(55,1): error TS2740: Type 'C1' is missing the followin…
11 tests/cases/compiler/arrayAssignmentTest2.ts(56,1): error TS2740: Type 'C2' is missing the followin…
12 tests/cases/compiler/arrayAssignmentTest2.ts(57,1): error TS2740: Type 'C3' is missing the followin…
13 tests/cases/compiler/arrayAssignmentTest2.ts(58,1): error TS2740: Type 'I1' is missing the followin…
[all …]
DinvalidTryStatements.types5 catch(x) { } // error missing try
10 try { }; // error missing finally
16 finally { } // error missing try
17 catch (x) { } // error missing try
22 finally { } // error missing try
24 catch (x) { } // error missing try
27 try { } catch () { } // error missing catch binding
DinvalidTryStatements.symbols5 catch(x) { } // error missing try
10 try { }; // error missing finally
16 finally { } // error missing try
17 catch (x) { } // error missing try
22 finally { } // error missing try
24 catch (x) { } // error missing try
27 try { } catch () { } // error missing catch binding
DenumAssignmentCompat3.errors.txt2 Property 'd' is missing in type 'First.E'.
4 Property 'd' is missing in type 'First.E'.
8 Property 'c' is missing in type 'Ab.E'.
10 Property 'a' is missing in type 'Cd.E'.
16 Property 'd' is missing in type 'First.E'.
87 abc = secondAbcd; // missing 'd'
90 !!! error TS2322: Property 'd' is missing in type 'First.E'.
92 abc = secondCd; // missing 'd'
95 !!! error TS2322: Property 'd' is missing in type 'First.E'.
104 secondAb = abc; // missing 'c'
[all …]
DclassImplementsMergedClassInterface.errors.txt2 Type 'C2' is missing the following properties from type 'C1': x, y
4 Property 'y' is missing in type 'C3' but required in type 'C1'.
6 Property 'x' is missing in type 'C4' but required in type 'C1'.
18 class C2 implements C1 { // error -- missing x
21 !!! error TS2720: Type 'C2' is missing the following properties from type 'C1': x, y
24 class C3 implements C1 { // error -- missing y
27 !!! error TS2720: Property 'y' is missing in type 'C3' but required in type 'C1'.
32 class C4 implements C1 { // error -- missing x
35 !!! error TS2720: Property 'x' is missing in type 'C4' but required in type 'C1'.
DinvalidTryStatements.errors.txt12 catch(x) { } // error missing try
18 try { }; // error missing finally
24 finally { } // error missing try
27 catch (x) { } // error missing try
33 finally { } // error missing try
37 catch (x) { } // error missing try
41 try { } catch () { } // error missing catch binding
DmemberFunctionOverloadMixingStaticAndInstance.errors.txt2 …xingStaticAndInstance.ts(3,12): error TS2391: Function implementation is missing or not immediatel…
4 …ixingStaticAndInstance.ts(8,5): error TS2391: Function implementation is missing or not immediatel…
6 …ingStaticAndInstance.ts(13,12): error TS2391: Function implementation is missing or not immediatel…
8 …xingStaticAndInstance.ts(18,5): error TS2391: Function implementation is missing or not immediatel…
18 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
27 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
36 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
45 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
DoverloadingOnConstants1.errors.txt1 tests/cases/compiler/overloadingOnConstants1.ts(22,5): error TS2741: Property 'bar' is missing in t…
2 tests/cases/compiler/overloadingOnConstants1.ts(23,5): error TS2741: Property 'biz' is missing in t…
3 tests/cases/compiler/overloadingOnConstants1.ts(24,5): error TS2741: Property 'bar' is missing in t…
4 tests/cases/compiler/overloadingOnConstants1.ts(25,5): error TS2741: Property 'bar' is missing in t…
31 !!! error TS2741: Property 'bar' is missing in type 'Base' but required in type 'Derived1'.
35 !!! error TS2741: Property 'biz' is missing in type 'Derived1' but required in type 'Derived3'.
39 !!! error TS2741: Property 'bar' is missing in type 'Derived2' but required in type 'Derived1'.
43 !!! error TS2741: Property 'bar' is missing in type 'Derived3' but required in type 'Derived1'.
DintersectionAndUnionTypes.errors.txt2 Property 'b' is missing in type 'A' but required in type 'B'.
4 Property 'a' is missing in type 'B' but required in type 'A'.
12 Property 'd' is missing in type 'C' but required in type 'D'.
15 Property 'a' is missing in type 'C & D' but required in type 'A'.
18 Property 'b' is missing in type 'C & D' but required in type 'B'.
21 Property 'c' is missing in type 'A & B' but required in type 'C'.
24 Property 'd' is missing in type 'A & B' but required in type 'D'.
27 Property 'd' is missing in type 'A & B' but required in type 'D'.
31 Property 'd' is missing in type 'A' but required in type 'D'.
34 Property 'b' is missing in type 'C & D' but required in type 'B'.
[all …]
DassignmentCompatWithObjectMembersOptionality2.errors.txt10 …tWithObjectMembersOptionality2.ts(74,5): error TS2741: Property 'opt' is missing in type 'D' but r…
11 …tWithObjectMembersOptionality2.ts(75,5): error TS2741: Property 'opt' is missing in type 'E' but r…
12 …tWithObjectMembersOptionality2.ts(76,5): error TS2741: Property 'opt' is missing in type 'F' but r…
13 …tWithObjectMembersOptionality2.ts(79,5): error TS2741: Property 'opt' is missing in type 'D' but r…
14 …tWithObjectMembersOptionality2.ts(80,5): error TS2741: Property 'opt' is missing in type 'E' but r…
15 …tWithObjectMembersOptionality2.ts(81,5): error TS2741: Property 'opt' is missing in type 'F' but r…
16 …tWithObjectMembersOptionality2.ts(84,5): error TS2741: Property 'opt' is missing in type 'D' but r…
17 …tWithObjectMembersOptionality2.ts(85,5): error TS2741: Property 'opt' is missing in type 'E' but r…
18 …tWithObjectMembersOptionality2.ts(86,5): error TS2741: Property 'opt' is missing in type 'F' but r…
115 !!! error TS2741: Property 'opt' is missing in type 'D' but required in type 'C'.
[all …]
DexternModule.errors.txt5 tests/cases/compiler/externModule.ts(3,10): error TS2391: Function implementation is missing or not…
6 tests/cases/compiler/externModule.ts(4,10): error TS2391: Function implementation is missing or not…
7 tests/cases/compiler/externModule.ts(18,6): error TS2390: Constructor implementation is missing.
8 tests/cases/compiler/externModule.ts(20,13): error TS2391: Function implementation is missing or no…
9 tests/cases/compiler/externModule.ts(26,13): error TS2391: Function implementation is missing or no…
10 tests/cases/compiler/externModule.ts(28,13): error TS2391: Function implementation is missing or no…
30 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
33 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
49 !!! error TS2390: Constructor implementation is missing.
53 !!! error TS2391: Function implementation is missing or not immediately following the declaration.
[all …]
/third_party/typescript/src/testRunner/unittests/
DprogramApi.ts5 for (const missing of missingPaths) { constant
6 const value = map.has(missing);
7 …assert.isTrue(value, `${missing} to be ${value === undefined ? "not present" : "present only once"…
8 map.delete(missing);
44 const missing = program.getMissingFilePaths(); constant
45 verifyMissingFilePaths(missing, []);
50 const missing = program.getMissingFilePaths(); constant
51 verifyMissingFilePaths(missing, ["d:/pretend/nonexistent.ts"]); // Absolute path
56 const missing = program.getMissingFilePaths(); constant
57 … verifyMissingFilePaths(missing, ["d:/pretend/nonexistent0.ts", "d:/pretend/nonexistent1.ts"]);
[all …]
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py138 if (missing := is_missing_dep(errtext)):
139 matching = get_matching_oses(missing, filename)
145 def get_matching_oses(missing, filename): argument
149 elif missing == 'SystemConfiguration/SystemConfiguration.h':
153 elif missing in ('windows.h', 'winsock2.h'):
157 elif missing == 'sys/ldr.h':
159 elif missing == 'dl.h':
171 missing = errtext.split(': No such file or directory')[0].split()[-1]
172 return missing
/third_party/libxml2/python/
Dsetup.py.in48 def missing(file): function
78 if not missing(dir + "/libxml2/libxml/tree.h"):
99 if missing("libxml2-py.c") or missing("libxml2.py"):
125 if missing("libxslt-py.c") or missing("libxslt.py"):
126 if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
155 if not missing(dir + "/libxslt/xsltconfig.h"):
232 if missing("MANIFEST"):
/third_party/openssl/test/recipes/
D01-test_symbol_presence.t90 my @missing = ();
98 push @missing, shift @def_lines;
102 push @missing, shift @def_lines;
111 if (scalar @missing) {
113 foreach (@missing) {
123 ok(scalar @missing == 0,
/third_party/skia/third_party/externals/jinja2/
Druntime.py27 from .utils import missing
100 if value is not missing:
150 def resolve_or_missing(context, key, missing=missing): argument
155 return missing
230 if rv is missing:
241 rv = missing
337 if item is missing:
388 _after = missing
389 _current = missing
390 _before = missing
[all …]
/third_party/jinja2/
Druntime.py27 from .utils import missing
100 if value is not missing:
150 def resolve_or_missing(context, key, missing=missing): argument
155 return missing
230 if rv is missing:
241 rv = missing
337 if item is missing:
388 _after = missing
389 _current = missing
390 _before = missing
[all …]
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dchecksym.awk24 missing = "error"# log an error on missing symbols
55 missing = $2
140 if (missing != "ignore") {
142 print "png.h:", missing ": missing symbols:", unexported "-" o-1
144 print "png.h:", missing ": missing symbol:", unexported
145 if (missing != "warning")
/third_party/skia/third_party/externals/libpng/scripts/
Dchecksym.awk24 missing = "error"# log an error on missing symbols
55 missing = $2
140 if (missing != "ignore") {
142 print "png.h:", missing ": missing symbols:", unexported "-" o-1
144 print "png.h:", missing ": missing symbol:", unexported
145 if (missing != "warning")

12345678910>>...112