Home
last modified time | relevance | path

Searched full:strict (Results 1 – 25 of 10543) sorted by relevance

12345678910>>...422

/third_party/typescript/tests/baselines/reference/
DstrictModeReservedWordInClassDeclaration.errors.txt1 …fier expected. 'private' is a reserved word in strict mode. Class definitions are automatically in…
2 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
3 …ifier expected. 'static' is a reserved word in strict mode. Class definitions are automatically in…
4 …fier expected. 'private' is a reserved word in strict mode. Class definitions are automatically in…
5 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
6 …ifier expected. 'static' is a reserved word in strict mode. Class definitions are automatically in…
7 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
8 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
9 …entifier expected. 'let' is a reserved word in strict mode. Class definitions are automatically in…
10 …fier expected. 'private' is a reserved word in strict mode. Class definitions are automatically in…
[all …]
DfunctionWithUseStrictAndSimpleParameterList_es2016.errors.txt1 …meterList_es2016.ts(1,12): error TS1346: This parameter is not allowed with 'use strict' directive.
2 …onWithUseStrictAndSimpleParameterList_es2016.ts(2,5): error TS1347: 'use strict' directive cannot …
3 …eterList_es2016.ts(15,15): error TS1346: This parameter is not allowed with 'use strict' directive.
4 …nWithUseStrictAndSimpleParameterList_es2016.ts(16,5): error TS1347: 'use strict' directive cannot …
5 …eterList_es2016.ts(19,16): error TS1346: This parameter is not allowed with 'use strict' directive.
6 …eterList_es2016.ts(19,23): error TS1346: This parameter is not allowed with 'use strict' directive.
7 …nWithUseStrictAndSimpleParameterList_es2016.ts(20,5): error TS1347: 'use strict' directive cannot …
8 …eterList_es2016.ts(23,23): error TS1346: This parameter is not allowed with 'use strict' directive.
9 …nWithUseStrictAndSimpleParameterList_es2016.ts(24,5): error TS1347: 'use strict' directive cannot …
10 …eterList_es2016.ts(27,31): error TS1346: This parameter is not allowed with 'use strict' directive.
[all …]
DfunctionWithUseStrictAndSimpleParameterList_es2016.types7 "use strict";
8 >"use strict" : "use strict"
24 "use strict";
25 >"use strict" : "use strict"
38 'use strict';
39 >'use strict' : "use strict"
48 'use strict';
49 >'use strict' : "use strict"
57 'use strict';
58 >'use strict' : "use strict"
[all …]
DfunctionWithUseStrictAndSimpleParameterList.types7 "use strict";
8 >"use strict" : "use strict"
24 "use strict";
25 >"use strict" : "use strict"
38 'use strict';
39 >'use strict' : "use strict"
48 'use strict';
49 >'use strict' : "use strict"
57 'use strict';
58 >'use strict' : "use strict"
[all …]
DstrictModeReservedWord.errors.txt2 …eservedWord.ts(5,9): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
3 …eservedWord.ts(6,9): error TS1212: Identifier expected. 'static' is a reserved word in strict mode.
4 …deReservedWord.ts(7,9): error TS1212: Identifier expected. 'let' is a reserved word in strict mode.
6 …servedWord.ts(8,9): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
8 …ervedWord.ts(9,14): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
10 …rvedWord.ts(10,18): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
11 …dWord.ts(10,27): error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
12 …ReservedWord.ts(10,39): error TS1212: Identifier expected. 'let' is a reserved word in strict mode.
13 …dWord.ts(11,18): error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
14 …edWord.ts(11,30): error TS1212: Identifier expected. 'protected' is a reserved word in strict mode.
[all …]
DfunctionWithUseStrictAndSimpleParameterList_es2016.js3 "use strict";
11 "use strict";
17 'use strict';
21 'use strict';
25 'use strict';
29 'use strict';
33 'use strict';
37 "use strict";
42 "use strict";
48 "use strict";
[all …]
DjsFileCompilationBindStrictModeErrors.errors.txt2 …ses/compiler/a.js(7,5): error TS1212: Identifier expected. 'let' is a reserved word in strict mode.
3 tests/cases/compiler/a.js(8,8): error TS1102: 'delete' cannot be called on an identifier in strict
5 tests/cases/compiler/a.js(10,10): error TS1100: Invalid use of 'eval' in strict mode.
6 tests/cases/compiler/a.js(12,10): error TS1100: Invalid use of 'arguments' in strict mode.
7 tests/cases/compiler/a.js(15,1): error TS1101: 'with' statements are not allowed in strict mode.
9 …7): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
10 …entifier expected. 'let' is a reserved word in strict mode. Class definitions are automatically in…
11 …4: Identifier expected. 'let' is a reserved word in strict mode. Modules are automatically in stri…
12 …/compiler/c.js(2,5): error TS1215: Invalid use of 'eval'. Modules are automatically in strict mode.
17 "use strict";
[all …]
DconvertKeywordsYes.errors.txt2 …r expected. 'implements' is a reserved word in strict mode. Class definitions are automatically in…
3 …er expected. 'interface' is a reserved word in strict mode. Class definitions are automatically in…
4 …entifier expected. 'let' is a reserved word in strict mode. Class definitions are automatically in…
5 …fier expected. 'package' is a reserved word in strict mode. Class definitions are automatically in…
6 …fier expected. 'private' is a reserved word in strict mode. Class definitions are automatically in…
7 …er expected. 'protected' is a reserved word in strict mode. Class definitions are automatically in…
8 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
9 …ifier expected. 'static' is a reserved word in strict mode. Class definitions are automatically in…
10 …tifier expected. 'yield' is a reserved word in strict mode. Class definitions are automatically in…
14 // reserved ES5 future in strict mode
[all …]
DfunctionWithUseStrictAndSimpleParameterList.js3 "use strict";
11 "use strict";
17 'use strict';
21 'use strict';
25 'use strict';
29 'use strict';
33 'use strict';
37 "use strict";
42 "use strict";
48 "use strict";
[all …]
DstrictModeInConstructor.types17 "use strict"; // No error
18 >"use strict" : "use strict"
39 "use strict";
40 >"use strict" : "use strict"
67 "use strict";
68 >"use strict" : "use strict"
81 "use strict"; // No error
82 >"use strict" : "use strict"
103 "use strict";
104 >"use strict" : "use strict"
[all …]
DplainJSBinderErrors.errors.txt4 … Identifier expected. 'yield' is a reserved word in strict mode. Modules are automatically in stri…
6 … Identifier expected. 'yield' is a reserved word in strict mode. Modules are automatically in stri…
8 …nJSBinderErrors.js(15,20): error TS1102: 'delete' cannot be called on an identifier in strict mode.
9 …nJSBinderErrors.js(18,16): error TS1102: 'delete' cannot be called on an identifier in strict mode.
10 …nJSBinderErrors.js(19,16): error TS1102: 'delete' cannot be called on an identifier in strict mode.
11 …5): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
12 …5): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
13 …salsa/plainJSBinderErrors.js(27,9): error TS1101: 'with' statements are not allowed in strict mode.
16 …nderErrors.js(39,7): error TS1215: Invalid use of 'eval'. Modules are automatically in strict mode.
17 …rrors.js(40,7): error TS1215: Invalid use of 'arguments'. Modules are automatically in strict mode.
[all …]
DcollisionArgumentsClassConstructor.errors.txt2 …1): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
3 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
4 …7): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
6 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
7 …7): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
8 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
9 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
10 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
12 …4): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
13 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
[all …]
DstrictModeReservedWordInDestructuring.errors.txt1 …structuring.ts(2,6): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
2 …tructuring.ts(3,10): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
3 …tructuring.ts(4,7): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
4 …tructuring.ts(5,15): error TS1212: Identifier expected. 'static' is a reserved word in strict mode.
5 …ructuring.ts(5,38): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
6 …structuring.ts(6,7): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
7 …cturing.ts(6,15): error TS1212: Identifier expected. 'protected' is a reserved word in strict mode.
11 "use strict"
14 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
17 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
[all …]
DunaryOperatorsInStrictMode.errors.txt1 …es/compiler/unaryOperatorsInStrictMode.ts(3,3): error TS1100: Invalid use of 'eval' in strict mode.
3 …es/compiler/unaryOperatorsInStrictMode.ts(4,3): error TS1100: Invalid use of 'eval' in strict mode.
5 …mpiler/unaryOperatorsInStrictMode.ts(5,3): error TS1100: Invalid use of 'arguments' in strict mode.
7 …mpiler/unaryOperatorsInStrictMode.ts(6,3): error TS1100: Invalid use of 'arguments' in strict mode.
9 …es/compiler/unaryOperatorsInStrictMode.ts(7,1): error TS1100: Invalid use of 'eval' in strict mode.
11 …es/compiler/unaryOperatorsInStrictMode.ts(8,1): error TS1100: Invalid use of 'eval' in strict mode.
13 …mpiler/unaryOperatorsInStrictMode.ts(9,1): error TS1100: Invalid use of 'arguments' in strict mode.
15 …piler/unaryOperatorsInStrictMode.ts(10,1): error TS1100: Invalid use of 'arguments' in strict mode.
20 "use strict"
24 !!! error TS1100: Invalid use of 'eval' in strict mode.
[all …]
DcollisionArgumentsClassMethod.errors.txt2 …0): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
3 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
4 …7): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
6 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
7 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
8 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
9 …9): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
10 …9): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
12 …6): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
13 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
[all …]
DstrictModeReservedWord2.errors.txt1 …ervedWord2.ts(2,11): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
2 …dWord2.ts(3,11): error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
3 …ervedWord2.ts(4,9): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
4 …edWord2.ts(4,18): error TS1212: Identifier expected. 'protected' is a reserved word in strict mode.
5 …ervedWord2.ts(6,6): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
6 …vedWord2.ts(13,12): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
10 "use strict"
13 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
16 !!! error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
19 !!! error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
[all …]
DstrictModeWordInImportDeclaration.errors.txt1 …dentifier expected. 'package' is a reserved word in strict mode. Modules are automatically in stri…
3 …dentifier expected. 'private' is a reserved word in strict mode. Modules are automatically in stri…
5 …Identifier expected. 'public' is a reserved word in strict mode. Modules are automatically in stri…
10 "use strict"
13 …dentifier expected. 'package' is a reserved word in strict mode. Modules are automatically in stri…
18 …dentifier expected. 'private' is a reserved word in strict mode. Modules are automatically in stri…
23 …Identifier expected. 'public' is a reserved word in strict mode. Modules are automatically in stri…
/third_party/openssl/test/ssl-tests/
D12-ct.cnf7 test-2 = 2-ct-strict-without-scts
8 test-3 = 3-ct-strict-with-scts
10 test-5 = 5-ct-strict-resumption
67 [2-ct-strict-without-scts]
68 ssl_conf = 2-ct-strict-without-scts-ssl
70 [2-ct-strict-without-scts-ssl]
71 server = 2-ct-strict-without-scts-server
72 client = 2-ct-strict-without-scts-client
74 [2-ct-strict-without-scts-server]
79 [2-ct-strict-without-scts-client]
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_validate.c2 * Wi-Fi Protected Setup - Strict protocol validation routines
25 wpa_printf(MSG_INFO, "WPS-STRICT: Version attribute " in wps_validate_version()
32 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version attribute " in wps_validate_version()
44 wpa_printf(MSG_INFO, "WPS-STRICT: Version2 attribute " in wps_validate_version2()
51 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version2 attribute " in wps_validate_version2()
63 wpa_printf(MSG_INFO, "WPS-STRICT: Request Type " in wps_validate_request_type()
70 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Request Type " in wps_validate_request_type()
82 wpa_printf(MSG_INFO, "WPS-STRICT: Response Type " in wps_validate_response_type()
89 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Response Type " in wps_validate_response_type()
101 wpa_printf(MSG_INFO, "WPS-STRICT: Physical/Virtual " in valid_config_methods()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_validate.c2 * Wi-Fi Protected Setup - Strict protocol validation routines
25 wpa_printf(MSG_INFO, "WPS-STRICT: Version attribute " in wps_validate_version()
32 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version attribute " in wps_validate_version()
44 wpa_printf(MSG_INFO, "WPS-STRICT: Version2 attribute " in wps_validate_version2()
51 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version2 attribute " in wps_validate_version2()
63 wpa_printf(MSG_INFO, "WPS-STRICT: Request Type " in wps_validate_request_type()
70 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Request Type " in wps_validate_request_type()
82 wpa_printf(MSG_INFO, "WPS-STRICT: Response Type " in wps_validate_response_type()
89 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Response Type " in wps_validate_response_type()
101 wpa_printf(MSG_INFO, "WPS-STRICT: Physical/Virtual " in valid_config_methods()
[all …]
/third_party/jerryscript/tests/jerry/
Dstrict2.js39 check_syntax_error("'use strict'\nimplements")
40 check_syntax_error("'use strict'\n\\u0069mplements")
44 check_syntax_error("'use strict'\nprivate")
45 check_syntax_error("'use strict'\n\\u0070rivate")
49 check_syntax_error("'use strict'\npublic")
50 check_syntax_error("'use strict'\n\\u0070ublic")
54 check_syntax_error("'use strict'\ninterface")
55 check_syntax_error("'use strict'\n\\u0069nterface")
59 check_syntax_error("'use strict'\npackage")
60 check_syntax_error("'use strict'\n\\u0070ackage")
[all …]
/third_party/python/Lib/test/
Dtest_codecencodings_kr.py14 (b"abc\x80\x80\xc1\xc4", "strict", None),
15 (b"abc\xc8", "strict", None),
26 (b"abc\x80\x80\xc1\xc4", "strict", None),
27 (b"abc\xc8", "strict", None),
33 (b"\xa4\xd4", "strict", None),
34 (b"\xa4\xd4\xa4", "strict", None),
35 (b"\xa4\xd4\xa4\xb6", "strict", None),
36 (b"\xa4\xd4\xa4\xb6\xa4", "strict", None),
37 (b"\xa4\xd4\xa4\xb6\xa4\xd0", "strict", None),
38 (b"\xa4\xd4\xa4\xb6\xa4\xd0\xa4", "strict", None),
[all …]
Dtest_codecencodings_cn.py14 (b"abc\x81\x81\xc1\xc4", "strict", None),
15 (b"abc\xc8", "strict", None),
19 (b"\xc1\x64", "strict", None),
27 (b"abc\x80\x80\xc1\xc4", "strict", None),
28 (b"abc\xc8", "strict", None),
32 (b"\x83\x34\x83\x31", "strict", None),
33 ("\u30fb", "strict", None),
41 (b"abc\x80\x80\xc1\xc4", "strict", None),
42 (b"abc\xc8", "strict", None),
47 ("\u30fb", "strict", b"\x819\xa79"),
[all …]
/third_party/ltp/lib/
Dtst_netdevice.c101 int tst_create_veth_pair(const char *file, const int lineno, int strict, in tst_create_veth_pair() argument
151 if (strict && !ret) { in tst_create_veth_pair()
160 int tst_netdev_add_device(const char *file, const int lineno, int strict, in tst_netdev_add_device() argument
195 if (strict && !ret) { in tst_netdev_add_device()
204 int tst_netdev_remove_device(const char *file, const int lineno, int strict, in tst_netdev_remove_device() argument
230 if (strict && !ret) { in tst_netdev_remove_device()
239 static int modify_address(const char *file, const int lineno, int strict, in modify_address() argument
280 if (strict && !ret) { in modify_address()
289 int tst_netdev_add_address(const char *file, const int lineno, int strict, in tst_netdev_add_address() argument
293 return modify_address(file, lineno, strict, RTM_NEWADDR, in tst_netdev_add_address()
[all …]
/third_party/python/Lib/
Dmimetypes.py5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=True) -- guess the extension for a given MIME type.
72 def __init__(self, filenames=(), strict=True): argument
77 self.types_map = ({}, {}) # dict for (non-strict, strict)
84 self.read(name, strict)
86 def add_type(self, type, ext, strict=True): argument
94 If strict is true, information will be added to
98 self.types_map[strict][ext] = type
99 exts = self.types_map_inv[strict].setdefault(type, [])
103 def guess_type(self, url, strict=True): argument
[all …]

12345678910>>...422