| /third_party/skia/gn/ |
| D | sksl_tests.gni | 7 "/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/skia/third_party/externals/angle2/scripts/ |
| D | angle_presubmit_utils_unittest.py | 45 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/python/Modules/clinic/ |
| D | _codecsmodule.c.h | 67 "encode($module, /, obj, encoding=\'utf-8\', errors=\'strict\')\n" 72 "The default encoding is \'utf-8\'. errors may be given to set a\n" 74 "errors raise a ValueError. Other possible values are \'ignore\', \'replace\'\n" 83 const char *errors); 89 static const char * const _keywords[] = {"obj", "encoding", "errors", NULL}; in _codecs_encode() 95 const char *errors = NULL; in _codecs_encode() local 124 _PyArg_BadArgument("encode", "argument 'errors'", "str", args[2]); in _codecs_encode() 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() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | noImplicitAnyParametersInClass.js | 3 // No implicit-'any' errors. 6 // Implicit-'any' errors for x. 9 // No implicit-'any' errors. 12 // Implicit-'any' errors for x, y, and z. 15 // Implicit-'any' errors for x, and z. 18 // Implicit-'any[]' errors for r. 21 // Implicit-'any'/'any[]' errors for x, r. 24 // Implicit-'any' errors for x1, y2, x3, and y3. 29 // No implicit-'any' errors. 32 // Implicit-'any' errors for x. [all …]
|
| D | noImplicitAnyParametersInAmbientClass.js | 3 // No implicit-'any' errors. 6 // Implicit-'any' errors for x. 9 // No implicit-'any' errors. 12 // Implicit-'any' errors for x, y, and z. 15 // Implicit-'any' errors for x, and z. 18 // Implicit-'any[]' errors for r. 21 // Implicit-'any'/'any[]' errors for x, r. 24 // Implicit-'any' errors for x1, y2, x3, and y3. 29 // No implicit-'any' errors. 35 // Implicit-'any' errors for x, y, and z. [all …]
|
| D | jsDeclarationsExportedClassAliases.symbols | 3 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 …]
|
| D | jsDeclarationsExportedClassAliases.types | 3 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 ===
|
| D | parser.numericSeparators.unicodeEscape.errors.txt | 33 ==== 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 …]
|
| D | noImplicitAnyParametersInModule.js | 3 // No implicit-'any' errors. 9 // No implicit-'any' errors. 12 // Implicit-'any' errors for x, y, and z. 15 // Implicit-'any' errors for x and z. 21 // Implicit-'any'/'any[]' errors for x and r. 24 // Implicit-'any' errors for x1, y2, x3, and y3. 29 // No implicit-'any' errors. 35 // Implicit-'any' errors for x, y, and z. 38 // Implicit-'any' errors for x and z. 41 // Implicit-'any[]' errors for r. [all …]
|
| D | noImplicitAnyParametersInBareFunctions.js | 2 // No implicit-'any' errors. 8 // No implicit-'any' errors. 11 // Implicit-'any' errors for x, y, and z. 14 // Implicit-'any' errors for x, and z. 20 // Implicit-'any'/'any[]' errors for x, r. 23 // Implicit-'any' errors for x1, y2, x3, and y3. 28 // No implicit-'any' errors. 31 // Implicit-'any' errors for x. 34 // Implicit-'any' errors for x, y, and z. 37 // Implicit-'any' errors for x and z. [all …]
|
| D | constDeclarations-errors.symbols | 1 === 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/libxml2/result/errors/ |
| D | rec_ext_ent.xml.ent | 1 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/python/Modules/ |
| D | _codecsmodule.c | 17 <encoding>_encode(Unicode_object[,errors='strict']) -> 20 <encoding>_decode(char_buffer_obj[,errors='strict']) -> 111 errors: str(c_default="NULL") = "strict" 115 The default encoding is 'utf-8'. errors may be given to set a 117 errors raise a ValueError. Other possible values are 'ignore', 'replace' 124 const char *errors) in _codecs_encode_impl() argument 131 return PyCodec_Encode(obj, encoding, errors); in _codecs_encode_impl() 138 errors: str(c_default="NULL") = "strict" 142 Default encoding is 'utf-8'. errors may be given to set a 144 errors raise a ValueError. Other possible values are 'ignore', 'replace' [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | noImplicitAnyParametersInClass.ts | 4 // No implicit-'any' errors. 7 // Implicit-'any' errors for x. 10 // No implicit-'any' errors. 13 // Implicit-'any' errors for x, y, and z. 16 // Implicit-'any' errors for x, and z. 19 // Implicit-'any[]' errors for r. 22 // Implicit-'any'/'any[]' errors for x, r. 25 // Implicit-'any' errors for x1, y2, x3, and y3. 30 // No implicit-'any' errors. 33 // Implicit-'any' errors for x. [all …]
|
| D | noImplicitAnyParametersInAmbientClass.ts | 4 // No implicit-'any' errors. 7 // Implicit-'any' errors for x. 10 // No implicit-'any' errors. 13 // Implicit-'any' errors for x, y, and z. 16 // Implicit-'any' errors for x, and z. 19 // Implicit-'any[]' errors for r. 22 // Implicit-'any'/'any[]' errors for x, r. 25 // Implicit-'any' errors for x1, y2, x3, and y3. 30 // No implicit-'any' errors. 36 // Implicit-'any' errors for x, y, and z. [all …]
|
| D | noImplicitAnyParametersInAmbientModule.ts | 4 // No implicit-'any' errors. 7 // No implicit-'any' errors. 10 // No implicit-'any' errors. 13 // No implicit-'any' errors. 16 // No implicit-'any' errors. 19 // No implicit-'any' errors. 22 // No implicit-'any' errors. 25 // No implicit-'any' errors. 30 // No implicit-'any' errors. 33 // No implicit-'any' errors. [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | Errors.cpp | 15 #include "src/dawn_node/binding/Errors.h" 63 Napi::Error Errors::HierarchyRequestError(Napi::Env env) { in HierarchyRequestError() 67 Napi::Error Errors::WrongDocumentError(Napi::Env env) { in WrongDocumentError() 71 Napi::Error Errors::InvalidCharacterError(Napi::Env env) { in InvalidCharacterError() 75 Napi::Error Errors::NoModificationAllowedError(Napi::Env env) { in NoModificationAllowedError() 79 Napi::Error Errors::NotFoundError(Napi::Env env) { in NotFoundError() 83 Napi::Error Errors::NotSupportedError(Napi::Env env) { in NotSupportedError() 87 Napi::Error Errors::InUseAttributeError(Napi::Env env) { in InUseAttributeError() 91 Napi::Error Errors::InvalidStateError(Napi::Env env) { in InvalidStateError() 95 Napi::Error Errors::SyntaxError(Napi::Env env) { in SyntaxError() [all …]
|
| /third_party/node/deps/npm/node_modules/validate-npm-package-name/ |
| D | index.js | 12 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/typescript_eslint/packages/eslint-plugin/tests/rules/ |
| D | no-throw-literal.test.ts | 130 errors: [ 138 errors: [ 146 errors: [ 154 errors: [ 162 errors: [ 170 errors: [ 178 errors: [ 186 errors: [ 197 errors: [ 205 errors: [ [all …]
|
| D | semi.test.ts | 285 errors: [missingSemicolon], 291 errors: [missingSemicolon], 297 errors: [extraSemicolon], 303 errors: [extraSemicolon], 320 errors: [missingSemicolon], 336 errors: [extraSemicolon], 343 errors: [extraSemicolon], 349 errors: [extraSemicolon], 355 errors: [extraSemicolon], 361 errors: [missingSemicolon], [all …]
|
| /third_party/node/doc/guides/ |
| D | using-internal-errors.md | 1 # Using the internal/errors.js module 3 ## What is internal/errors.js 5 The `require('internal/errors')` module is an internal-only module that can be 9 The intent of the module is to allow errors provided by Node.js to be assigned a 17 Switching an existing error to use the `internal/errors` module must be 20 ## Using internal/errors.js 22 The `internal/errors` module exposes all custom errors as subclasses of the 23 builtin errors. After being added, an error can be found in the `codes` object. 31 Can be replaced by first adding a new error key into the `internal/errors.js` 41 const { FOO } = require('internal/errors').codes; [all …]
|
| /third_party/e2fsprogs/tests/m_error_behavior/ |
| D | script | 6 errors="$1" 9 errors = $errors 15 errors="$1" 18 errors = broken 22 errors = $errors 36 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT 40 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT 44 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT 48 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT 53 $DUMPE2FS $TMPFILE 2>&1 | grep 'Errors behavior' >> $OUT [all …]
|
| /third_party/python/Lib/encodings/ |
| D | bz2_codec.py | 15 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 …]
|
| D | zlib_codec.py | 13 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 …]
|
| /third_party/node/deps/npm/node_modules/json-parse-better-errors/ |
| D | README.md | 1 …errors [](https://npm.im/… 3 [`json-parse-better-errors`](https://github.com/zkat/json-parse-better-errors) is a Node.js library… 4 getting nicer errors out of `JSON.parse()`, including context and position of the parse errors. 8 `$ npm install --save json-parse-better-errors` 21 const parseJson = require('json-parse-better-errors') 29 * Like JSON.parse, but the errors are better.
|