Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 6894) sorted by relevance

12345678910>>...276

/third_party/skia/third_party/externals/angle2/scripts/
Dangle_presubmit_utils_unittest.py45 errors = self.run_check_commit_message_formatting(commit_msg)
46 self.assertEqual(len(errors), 0)
50 errors = self.run_check_commit_message_formatting(commit_msg)
51 self.assertEqual(len(errors), 1)
53 errors[0],
65 errors = self.run_check_commit_message_formatting(commit_msg)
66 self.assertEqual(len(errors), 0)
73 errors = self.run_check_commit_message_formatting(commit_msg)
74 self.assertEqual(len(errors), 1)
76 errors[0],
[all …]
/third_party/skia/gn/
Dsksl_tests.gni7 "/sksl/errors/ArgumentCountMismatch.sksl",
8 "/sksl/errors/ArgumentMismatch.sksl",
9 "/sksl/errors/ArgumentModifiers.sksl",
10 "/sksl/errors/ArrayConstructorElementCount.sksl",
11 "/sksl/errors/ArrayIndexOutOfRange.sksl",
12 "/sksl/errors/ArrayInlinedIndexOutOfRange.sksl",
13 "/sksl/errors/ArrayNegation.sksl",
14 "/sksl/errors/ArrayOfInvalidSize.sksl",
15 "/sksl/errors/ArrayOfVoid.sksl",
16 "/sksl/errors/ArrayOfVoidInStruct.sksl",
[all …]
/third_party/python/Modules/clinic/
D_codecsmodule.c.h83 const char *errors);
95 const char *errors = NULL; in _codecs_encode() local
128 errors = PyUnicode_AsUTF8AndSize(args[2], &errors_length); in _codecs_encode()
129 if (errors == NULL) { in _codecs_encode()
132 if (strlen(errors) != (size_t)errors_length) { in _codecs_encode()
137 return_value = _codecs_encode_impl(module, obj, encoding, errors); in _codecs_encode()
160 const char *errors);
172 const char *errors = NULL; in _codecs_decode() local
205 errors = PyUnicode_AsUTF8AndSize(args[2], &errors_length); in _codecs_decode()
206 if (errors == NULL) { in _codecs_decode()
[all …]
/third_party/python/Modules/
D_codecsmodule.c124 const char *errors) in _codecs_encode_impl() argument
131 return PyCodec_Encode(obj, encoding, errors); in _codecs_encode_impl()
151 const char *errors) in _codecs_decode_impl() argument
158 return PyCodec_Decode(obj, encoding, errors); in _codecs_decode_impl()
182 const char *errors) in _codecs_escape_decode_impl() argument
186 errors, 0, NULL); in _codecs_escape_decode_impl()
199 const char *errors) in _codecs_escape_encode_impl() argument
264 const char *errors, int final) in _codecs_utf_7_decode_impl() argument
269 errors, in _codecs_utf_7_decode_impl()
284 const char *errors, int final) in _codecs_utf_8_decode_impl() argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dutils_module_tests.c51 int errors = 0; in printf_encode_decode_tests() local
66 errors++; in printf_encode_decode_tests()
74 errors++; in printf_encode_decode_tests()
82 errors++; in printf_encode_decode_tests()
91 errors++; in printf_encode_decode_tests()
96 errors++; in printf_encode_decode_tests()
99 errors++; in printf_encode_decode_tests()
102 errors++; in printf_encode_decode_tests()
105 errors++; in printf_encode_decode_tests()
114 errors++; in printf_encode_decode_tests()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dutils_module_tests.c51 int errors = 0; in printf_encode_decode_tests() local
66 errors++; in printf_encode_decode_tests()
74 errors++; in printf_encode_decode_tests()
82 errors++; in printf_encode_decode_tests()
91 errors++; in printf_encode_decode_tests()
96 errors++; in printf_encode_decode_tests()
99 errors++; in printf_encode_decode_tests()
102 errors++; in printf_encode_decode_tests()
105 errors++; in printf_encode_decode_tests()
114 errors++; in printf_encode_decode_tests()
[all …]
/third_party/node/deps/npm/node_modules/validate-npm-package-name/
Dindex.js12 var errors = [] variable
15 errors.push('name cannot be null')
16 return done(warnings, errors)
20 errors.push('name cannot be undefined')
21 return done(warnings, errors)
25 errors.push('name must be a string')
26 return done(warnings, errors)
30 errors.push('name length must be greater than zero')
34 errors.push('name cannot start with a period')
38 errors.push('name cannot start with an underscore')
[all …]
/third_party/node/test/parallel/
Dtest-eslint-no-array-destructuring.js31 errors: [{ message: USE_OBJ_DESTRUCTURING }], property
36 errors: [{ message: USE_OBJ_DESTRUCTURING }], property
41 errors: [{ message: USE_OBJ_DESTRUCTURING }], property
46 errors: [{ message: USE_OBJ_DESTRUCTURING }], property
51 errors: [ property
60 errors: [{ message: USE_ARRAY_METHODS }], property
64 errors: [{ message: USE_OBJ_DESTRUCTURING }], property
69 errors: [{ message: USE_OBJ_DESTRUCTURING }], property
74 errors: [{ message: USE_OBJ_DESTRUCTURING }], property
79 errors: [{ message: USE_OBJ_DESTRUCTURING }], property
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_testing.h165 errors->addTestFailure( \
177 errors->addTestSuccess(test_name); \
181 ConformanceErrors* errors; \
190 errors->addTestFailure( \
202 errors->addTestSuccess(test_name); \
206 ConformanceErrors* errors; \
226 errors->addTestFailure( in operator()
238 errors->addTestSuccess(test_name); in operator()
242 ConformanceErrors* errors; member
253 void ExpectOneWayEquality(ConformanceErrors* errors, in ExpectOneWayEquality() argument
[all …]
/third_party/typescript/src/testRunner/unittests/config/
DcommandLineParsing.ts9 const parsedErrors = parsed.errors;
10 const expectedErrors = expectedParsedCommandLine.errors;
41 errors: [],
52 errors: [
80 errors: [],
92 errors: [{
110 errors: [{
136 errors: [{
162 errors: [{
188 errors: [{
[all …]
DmatchFiles.ts106 assert.deepEqual(actual.errors, expected.errors);
114 for (const error of expected.errors) {
123 expected.errors = expected.errors.map((error): Diagnostic => ({
152 errors: [],
175 errors: [],
193 errors: [],
214 errors: [],
235 errors: [],
253 errors: [
271 errors: [
[all …]
/third_party/typescript/tests/cases/unittests/
DmatchFiles.ts82 assert.deepEqual(actual.errors, expected.errors);
90 for (const error of expected.errors) {
99 expected.errors = map(expected.errors, error => {
124 errors: [],
142 errors: [],
163 errors: [],
184 errors: [],
202 errors: [],
217 errors: [],
235 errors: [],
[all …]
/third_party/libxml2/result/errors/
Drec_ext_ent.xml.ent1 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
4 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
7 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
10 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
13 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
16 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
19 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
22 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
25 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
28 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
[all …]
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsExportedClassAliases.symbols3 const errors = require("./errors");
4 >errors : Symbol(errors, Decl(index.js, 1, 5))
6 >"./errors" : Symbol(errors, Decl(errors.js, 0, 0))
13 errors
14 >errors : Symbol(errors, Decl(index.js, 3, 18))
17 === tests/cases/conformance/jsdoc/declarations/utils/errors.js ===
19 >FancyError : Symbol(FancyError, Decl(errors.js, 0, 0))
23 >status : Symbol(status, Decl(errors.js, 1, 16))
27 >status : Symbol(status, Decl(errors.js, 1, 16))
32 >module.exports : Symbol(module.exports, Decl(errors.js, 0, 0))
[all …]
Dparser.numericSeparators.unicodeEscape.errors.txt33 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/1.ts (1 errors) ====
38 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/2.ts (1 errors) ====
43 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/3.ts (1 errors) ====
48 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/4.ts (0 errors) ====
51 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/5.ts (1 errors) ====
56 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/6.ts (1 errors) ====
61 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/7.ts (1 errors) ====
66 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/8.ts (0 errors) ====
69 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/9.ts (1 errors) ====
74 ==== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/10.ts (1 errors) ====
[all …]
DjsDeclarationsExportedClassAliases.types3 const errors = require("./errors");
4 >errors : typeof errors
5 >require("./errors") : typeof errors
7 >"./errors" : "./errors"
10 >module.exports = { errors} : typeof module.exports
14 >{ errors} : { errors: typeof errors; }
16 errors
17 >errors : typeof errors
20 === tests/cases/conformance/jsdoc/declarations/utils/errors.js ===
DconstDeclarations-errors.symbols1 === tests/cases/compiler/constDeclarations-errors.ts ===
4 >c1 : Symbol(c1, Decl(constDeclarations-errors.ts, 1, 5))
7 >c2 : Symbol(c2, Decl(constDeclarations-errors.ts, 2, 5))
10 >c3 : Symbol(c3, Decl(constDeclarations-errors.ts, 3, 5))
11 >c4 : Symbol(c4, Decl(constDeclarations-errors.ts, 3, 9))
12 >c5 : Symbol(c5, Decl(constDeclarations-errors.ts, 3, 13))
13 >c6 : Symbol(c6, Decl(constDeclarations-errors.ts, 3, 25))
16 >c : Symbol(c, Decl(constDeclarations-errors.ts, 5, 9))
20 >c8 : Symbol(c8, Decl(constDeclarations-errors.ts, 8, 9))
21 >c8 : Symbol(c8, Decl(constDeclarations-errors.ts, 8, 9))
[all …]
/third_party/python/Lib/
Dcodecs.py138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
186 def __init__(self, errors='strict'): argument
194 self.errors = errors
226 def __init__(self, errors='strict'): argument
227 IncrementalEncoder.__init__(self, errors)
231 def _buffer_encode(self, input, errors, final): argument
239 (result, consumed) = self._buffer_encode(data, self.errors, final)
260 def __init__(self, errors='strict'): argument
268 self.errors = errors
[all …]
/third_party/python/Lib/encodings/
Dbz2_codec.py15 def bz2_encode(input, errors='strict'): argument
16 assert errors == 'strict'
19 def bz2_decode(input, errors='strict'): argument
20 assert errors == 'strict'
24 def encode(self, input, errors='strict'): argument
25 return bz2_encode(input, errors)
26 def decode(self, input, errors='strict'): argument
27 return bz2_decode(input, errors)
30 def __init__(self, errors='strict'): argument
31 assert errors == 'strict'
[all …]
Dzlib_codec.py13 def zlib_encode(input, errors='strict'): argument
14 assert errors == 'strict'
17 def zlib_decode(input, errors='strict'): argument
18 assert errors == 'strict'
22 def encode(self, input, errors='strict'): argument
23 return zlib_encode(input, errors)
24 def decode(self, input, errors='strict'): argument
25 return zlib_decode(input, errors)
28 def __init__(self, errors='strict'): argument
29 assert errors == 'strict'
[all …]
Dutf_8_sig.py14 def encode(input, errors='strict'): argument
15 return (codecs.BOM_UTF8 + codecs.utf_8_encode(input, errors)[0],
18 def decode(input, errors='strict'): argument
23 (output, consumed) = codecs.utf_8_decode(input, errors, True)
27 def __init__(self, errors='strict'): argument
28 codecs.IncrementalEncoder.__init__(self, errors)
35 codecs.utf_8_encode(input, self.errors)[0]
37 return codecs.utf_8_encode(input, self.errors)[0]
50 def __init__(self, errors='strict'): argument
51 codecs.BufferedIncrementalDecoder.__init__(self, errors)
[all …]
/third_party/node/tools/inspector_protocol/
Dcheck_protocol_compatibility.py89 errors = []
101 errors.append("%s: domain has been %s" % (name, removed(reverse)))
103 compare_domains(domain_1, domains_by_name_2[name], types_1, types_2, errors, reverse)
104 return errors
107 def compare_domains(domain_1, domain_2, types_map_1, types_map_2, errors, reverse): argument
114errors.append("%s.%s: command has been %s" % (domain_1["domain"], name, removed(reverse)))
116 …compare_commands(domain_name, command_1, commands_2[name], types_map_1, types_map_2, errors, rever…
123 errors.append("%s.%s: event has been %s" % (domain_1["domain"], name, removed(reverse)))
125 … compare_events(domain_name, event_1, events_2[name], types_map_1, types_map_2, errors, reverse)
128 def compare_commands(domain_name, command_1, command_2, types_map_1, types_map_2, errors, reverse): argument
[all …]
/third_party/node/deps/npm/lib/install/
Dcheck-permissions.js13 var errors = []
19 hasAnyWriteAccess(path.resolve(pkg.path, '..'), errors, done)
23 … hasWriteAccess(pkg.path, errors, andHasWriteAccess(path.resolve(pkg.path, '..'), errors, done))
26 …hasAnyWriteAccess(pkg.path, errors, andHasWriteAccess(path.resolve(pkg.fromPath, '..'), errors, do…
32 if (!errors.length) return next()
33 …uniq(errors.map(function (er) { return 'Missing write access to ' + er.path })).forEach(function (…
36 npm.config.get('force') ? next() : next(errors[0])
40 function andHasWriteAccess (dir, errors, done) { argument
43 hasWriteAccess(dir, errors, done)
47 function hasAnyWriteAccess (dir, errors, done) { argument
[all …]
/third_party/typescript/scripts/eslint/tests/
Dno-keywords.test.ts85 errors: [{ messageId: "noKeywordsError" }],
89 errors: [{ messageId: "noKeywordsError" }],
93 errors: [{ messageId: "noKeywordsError" }],
97 errors: [{ messageId: "noKeywordsError" }],
106 errors: [
118 errors: [
125 errors: [{ messageId: "noKeywordsError" }],
129 errors: [{ messageId: "noKeywordsError" }],
133 errors: [{ messageId: "noKeywordsError" }],
137 errors: [{ messageId: "noKeywordsError" }],
[all …]
/third_party/python/Lib/email/
D_header_value_parser.py76 from email import errors
752 parts[1][1].defects.append(errors.InvalidHeaderDefect(
765 param.defects.append(errors.InvalidHeaderDefect(
769 param.defects.append(errors.InvalidHeaderDefect(
791 param.defects.append(errors.UndecodableBytesDefect())
943 class _InvalidEwError(errors.HeaderParseError):
991 xtext.defects.append(errors.NonPrintableDefect(non_printables))
993 xtext.defects.append(errors.UndecodableBytesDefect(
1044 raise errors.HeaderParseError(
1048 raise errors.HeaderParseError(
[all …]

12345678910>>...276