/third_party/libxml2/ |
D | xmlunicode.c | 976 xmlUCSIsAegeanNumbers(int code) { in xmlUCSIsAegeanNumbers() 989 xmlUCSIsAlphabeticPresentationForms(int code) { in xmlUCSIsAlphabeticPresentationForms() 1002 xmlUCSIsArabic(int code) { in xmlUCSIsArabic() 1015 xmlUCSIsArabicPresentationFormsA(int code) { in xmlUCSIsArabicPresentationFormsA() 1028 xmlUCSIsArabicPresentationFormsB(int code) { in xmlUCSIsArabicPresentationFormsB() 1041 xmlUCSIsArmenian(int code) { in xmlUCSIsArmenian() 1054 xmlUCSIsArrows(int code) { in xmlUCSIsArrows() 1067 xmlUCSIsBasicLatin(int code) { in xmlUCSIsBasicLatin() 1080 xmlUCSIsBengali(int code) { in xmlUCSIsBengali() 1093 xmlUCSIsBlockElements(int code) { in xmlUCSIsBlockElements() [all …]
|
/third_party/typescript/src/compiler/ |
D | diagnosticMessages.json | 4 "code": 1002 number 8 "code": 1003 number 12 "code": 1005 number 16 "code": 1006 number 20 "code": 1007 number 24 "code": 1009 number 28 "code": 1010 number 32 "code": 1011 number 36 "code": 1012 number 40 "code": 1013 number [all …]
|
/third_party/python/Lib/ |
D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument 232 def in_table_c3(code): argument [all …]
|
/third_party/node/deps/npm/node_modules/errno/ |
D | errno.js | 4 code: 'ENOENT', property 9 code: 'UNKNOWN', property 14 code: 'OK', property 19 code: 'EOF', property 24 code: 'EADDRINFO', property 29 code: 'EACCES', property 34 code: 'EAGAIN', property 39 code: 'EADDRINUSE', property 44 code: 'EADDRNOTAVAIL', property 49 code: 'EAFNOSUPPORT', property [all …]
|
/third_party/node/test/parallel/ |
D | test-buffer-writeint.js | 8 code: 'ERR_OUT_OF_RANGE', property 41 { code: 'ERR_INVALID_ARG_TYPE' }); property 47 { code: 'ERR_OUT_OF_RANGE' }); property 92 { code: 'ERR_INVALID_ARG_TYPE' }); property 98 { code: 'ERR_OUT_OF_RANGE' }); property 154 { code: 'ERR_INVALID_ARG_TYPE' }); property 160 { code: 'ERR_OUT_OF_RANGE' }); property 189 { code: 'ERR_INVALID_ARG_TYPE' }); property 196 code: 'ERR_OUT_OF_RANGE', property 207 code: 'ERR_OUT_OF_RANGE', property [all …]
|
D | test-fs-read-type.js | 16 code: 'ERR_INVALID_ARG_TYPE', property 32 code: 'ERR_INVALID_ARG_TYPE', property 45 code: 'ERR_OUT_OF_RANGE', property 57 code: 'ERR_OUT_OF_RANGE', property 71 code: 'ERR_OUT_OF_RANGE', property 86 code: 'ERR_INVALID_ARG_TYPE', property 100 code: 'ERR_OUT_OF_RANGE', property 126 code: 'ERR_INVALID_ARG_TYPE', property 141 code: 'ERR_INVALID_ARG_TYPE', property 153 code: 'ERR_OUT_OF_RANGE', property [all …]
|
D | test-buffer-compare-offset.js | 13 assert.throws(() => a.compare(b, '0'), { code: 'ERR_INVALID_ARG_TYPE' }); property 23 { code: 'ERR_INVALID_ARG_TYPE' } property 54 { code: 'ERR_INVALID_ARG_TYPE' } property 60 { code: 'ERR_INVALID_ARG_TYPE' } property 66 { code: 'ERR_OUT_OF_RANGE' } property 74 { code: 'ERR_INVALID_ARG_TYPE' } property 78 { code: 'ERR_INVALID_ARG_TYPE' } property 81 const oor = { code: 'ERR_OUT_OF_RANGE' }; property 90 code: 'ERR_INVALID_ARG_TYPE', property
|
D | test-readline-keys.js | 141 { name: 'f1', sequence: '\x1b[2P', code: '[P', shift: true, meta: false, ctrl: false }, property 142 { name: 'f1', sequence: '\x1b[3P', code: '[P', shift: false, meta: true, ctrl: false }, property 143 { name: 'f1', sequence: '\x1b[4P', code: '[P', shift: true, meta: true, ctrl: false }, property 144 { name: 'f1', sequence: '\x1b[5P', code: '[P', shift: false, meta: false, ctrl: true }, property 145 { name: 'f1', sequence: '\x1b[6P', code: '[P', shift: true, meta: false, ctrl: true }, property 146 { name: 'f1', sequence: '\x1b[7P', code: '[P', shift: false, meta: true, ctrl: true }, property 147 { name: 'f1', sequence: '\x1b[8P', code: '[P', shift: true, meta: true, ctrl: true }, property 148 { name: 'f2', sequence: '\x1b[3Q', code: '[Q', meta: true }, property 149 { name: 'f2', sequence: '\x1b[8Q', code: '[Q', shift: true, meta: true, ctrl: true }, property 150 { name: 'f3', sequence: '\x1b[3R', code: '[R', meta: true }, property [all …]
|
D | test-vm-module-errors.js | 21 code: 'ERR_INVALID_ARG_TYPE', property 32 code: 'ERR_INVALID_ARG_TYPE', property 44 code: 'ERR_INVALID_ARG_TYPE', property 58 code: 'ERR_VM_MODULE_ALREADY_LINKED' property 67 code: 'ERR_VM_MODULE_STATUS' property 74 code: 'ERR_VM_MODULE_STATUS', property 82 code: 'ERR_INVALID_ARG_TYPE', property 91 code: 'ERR_VM_MODULE_STATUS', property 100 code: 'ERR_VM_MODULE_STATUS', property 108 code: 'ERR_VM_MODULE_STATUS', property [all …]
|
D | test-zlib-deflate-constructors.js | 19 code: 'ERR_INVALID_ARG_TYPE', property 29 code: 'ERR_OUT_OF_RANGE', property 39 code: 'ERR_OUT_OF_RANGE', property 53 code: 'ERR_INVALID_ARG_TYPE', property 63 code: 'ERR_OUT_OF_RANGE', property 73 code: 'ERR_OUT_OF_RANGE', property 83 code: 'ERR_OUT_OF_RANGE', property 94 code: 'ERR_INVALID_ARG_TYPE', property 104 code: 'ERR_OUT_OF_RANGE', property 114 code: 'ERR_OUT_OF_RANGE', property [all …]
|
D | test-crypto-pbkdf2.js | 63 code: 'ERR_INVALID_CALLBACK', property 72 code: 'ERR_OUT_OF_RANGE', property 85 code: 'ERR_INVALID_ARG_TYPE', property 98 code: 'ERR_OUT_OF_RANGE', property 111 code: 'ERR_OUT_OF_RANGE', property 125 code: 'ERR_INVALID_ARG_TYPE', property 134 code: 'ERR_INVALID_ARG_TYPE', property 143 code: 'ERR_INVALID_ARG_TYPE', property 154 code: 'ERR_INVALID_ARG_TYPE', property 163 code: 'ERR_INVALID_ARG_TYPE', property [all …]
|
D | test-assert-async.js | 37 code: 'ERR_ASSERTION', property 49 reject({ code: 'FAIL' }); property 53 promises.push(assert.rejects(validRejectingThenable, { code: 'FAIL' })); property 60 code: 'ERR_INVALID_ARG_TYPE' property 66 code: 'ERR_INVALID_RETURN_VALUE' property 78 code: 'ERR_ASSERTION', property 105 code: 'ERR_INVALID_RETURN_VALUE', property 127 code: 'ERR_INVALID_ARG_TYPE', property 144 assert.rejects(Promise.reject(null), { code: 'FOO' }), property 148 assert.rejects(Promise.reject(5), { code: 'FOO' }, 'AAAAA'), property [all …]
|
D | test-buffer-readuint.js | 20 code: 'ERR_INVALID_ARG_TYPE', property 29 code: 'ERR_OUT_OF_RANGE', property 38 code: 'ERR_OUT_OF_RANGE', property 105 { code: 'ERR_INVALID_ARG_TYPE' }); property 112 code: 'ERR_OUT_OF_RANGE', property 122 code: 'ERR_OUT_OF_RANGE', property 137 code: 'ERR_INVALID_ARG_TYPE', property 146 code: 'ERR_OUT_OF_RANGE', property 157 code: 'ERR_OUT_OF_RANGE', property
|
D | test-buffer-readint.js | 20 code: 'ERR_INVALID_ARG_TYPE', property 29 code: 'ERR_OUT_OF_RANGE', property 38 code: 'ERR_OUT_OF_RANGE', property 137 { code: 'ERR_INVALID_ARG_TYPE' }); property 144 code: 'ERR_OUT_OF_RANGE', property 154 code: 'ERR_OUT_OF_RANGE', property 169 code: 'ERR_INVALID_ARG_TYPE', property 178 code: 'ERR_OUT_OF_RANGE', property 189 code: 'ERR_OUT_OF_RANGE', property
|
D | test-fs-open.js | 61 code: 'ERR_INVALID_ARG_VALUE', property 70 code: 'ERR_INVALID_CALLBACK', property 80 code: 'ERR_INVALID_ARG_TYPE', property 87 code: 'ERR_INVALID_ARG_TYPE', property 94 code: 'ERR_INVALID_ARG_TYPE', property 106 code: 'ERR_INVALID_ARG_VALUE' property 113 code: 'ERR_INVALID_ARG_VALUE' property 120 code: 'ERR_INVALID_ARG_VALUE' property
|
D | test-buffer-writeuint.js | 23 { code: 'ERR_INVALID_ARG_TYPE' }); property 29 { code: 'ERR_OUT_OF_RANGE' }); property 91 code: 'ERR_OUT_OF_RANGE', property 144 { code: 'ERR_INVALID_ARG_TYPE' }); property 151 code: 'ERR_OUT_OF_RANGE', property 162 code: 'ERR_OUT_OF_RANGE', property 180 code: 'ERR_OUT_OF_RANGE', property 190 code: 'ERR_INVALID_ARG_TYPE', property 199 code: 'ERR_OUT_OF_RANGE', property 210 code: 'ERR_OUT_OF_RANGE', property
|
D | test-assert.js | 133 code: 'ERR_ASSERTION', property 170 code: 'ERR_ASSERTION', property 180 code: 'ERR_ASSERTION', property 189 code: 'ERR_ASSERTION', property 228 code: 'ERR_ASSERTION', property 273 code: 'ERR_ASSERTION', property 283 code: 'ERR_ASSERTION', property 292 code: 'ERR_ASSERTION', property 301 code: 'ERR_ASSERTION', property 415 code: 'ERR_INVALID_ARG_TYPE', property [all …]
|
D | test-fs-lchmod.js | 18 assert.throws(() => fs.lchmod(f), { code: 'ERR_INVALID_CALLBACK' }); property 19 assert.throws(() => fs.lchmod(), { code: 'ERR_INVALID_CALLBACK' }); property 20 assert.throws(() => fs.lchmod(f, {}), { code: 'ERR_INVALID_CALLBACK' }); property 27 code: 'ERR_INVALID_ARG_TYPE', property 34 code: 'ERR_INVALID_ARG_TYPE', property 43 code: 'ERR_INVALID_ARG_VALUE', property 55 code: 'ERR_OUT_OF_RANGE', property
|
D | test-buffer-fill.js | 120 code: 'ERR_INVALID_ARG_VALUE', property 129 code: 'ERR_INVALID_ARG_VALUE', property 193 { code: 'ERR_OUT_OF_RANGE' } property 200 code: 'ERR_UNKNOWN_ENCODING', property 213 code: 'ERR_INVALID_ARG_TYPE', property 223 code: 'ERR_UNKNOWN_ENCODING', property 296 { code: 'ERR_OUT_OF_RANGE' }); property 299 { code: 'ERR_OUT_OF_RANGE' }); property 348 { code: 'ERR_OUT_OF_RANGE' } property 362 code: 'ERR_INVALID_ARG_TYPE', property [all …]
|
/third_party/node/test/report/ |
D | test-report-config.js | 12 }, { code: 'ERR_INVALID_ARG_TYPE' }); property 21 }, { code: 'ERR_INVALID_ARG_TYPE' }); property 32 }, { code: 'ERR_INVALID_ARG_TYPE' }); property 44 }, { code: 'ERR_INVALID_ARG_TYPE' }); property 55 }, { code: 'ERR_INVALID_ARG_TYPE' }); property 66 }, { code: 'ERR_INVALID_ARG_TYPE' }); property 74 }, { code: 'ERR_INVALID_ARG_TYPE' }); property 78 code: 'ERR_UNKNOWN_SIGNAL', property 84 code: 'ERR_UNKNOWN_SIGNAL', property
|
/third_party/python/Lib/xml/dom/ |
D | __init__.py | 77 code = INDEX_SIZE_ERR variable in IndexSizeErr 80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr 83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr 86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr 89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr 92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr 95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr 98 code = NOT_FOUND_ERR variable in NotFoundErr 101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr 104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jerror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument 230 #define ERREXIT(cinfo, code) \ argument 233 #define ERREXIT1(cinfo, code, p1) \ argument 237 #define ERREXIT2(cinfo, code, p1, p2) \ argument 242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 255 #define ERREXITS(cinfo, code, str) \ argument 263 #define WARNMS(cinfo, code) \ argument 266 #define WARNMS1(cinfo, code, p1) \ argument [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jerror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument 234 #define ERREXIT(cinfo, code) \ argument 237 #define ERREXIT1(cinfo, code, p1) \ argument 241 #define ERREXIT2(cinfo, code, p1, p2) \ argument 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 268 #define ERREXITS(cinfo, code, str) \ argument 276 #define WARNMS(cinfo, code) \ argument [all …]
|
/third_party/libjpeg-turbo/ |
D | jerror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument 234 #define ERREXIT(cinfo, code) \ argument 237 #define ERREXIT1(cinfo, code, p1) \ argument 241 #define ERREXIT2(cinfo, code, p1, p2) \ argument 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 268 #define ERREXITS(cinfo, code, str) \ argument 277 #define WARNMS(cinfo, code) \ argument [all …]
|
/third_party/flatbuffers/src/ |
D | idl_gen_php.cpp | 67 auto &code = *code_ptr; in BeginFile() local 89 std::string code = ""; in SaveType() local 101 std::string &code = *code_ptr; in BeginClass() local 111 std::string &code = *code_ptr; in EndClass() local 117 std::string &code = *code_ptr; in BeginEnum() local 124 std::string &code = *code_ptr; in EnumMember() local 133 std::string &code = *code_ptr; in EndEnum() local 140 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local 161 std::string &code = *code_ptr; in InitializeExisting() local 178 std::string &code = *code_ptr; in GetVectorLen() local [all …]
|