Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 2880) sorted by relevance

12345678910>>...116

/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/indent/
Dindent.test.ts30 code: [ constant
43 code: [ constant
57 code: [ constant
71 code: [ constant
79 code: [ constant
104 code: [ constant
141 code: [ constant
165 code: [ constant
176 code: [ constant
202 code: [ constant
[all …]
Dindent-eslint.test.ts285 code: ' ', variable
289 code: unIndent` variable
297 code: unIndent` variable
305 code: unIndent` variable
313 code: unIndent` variable
321 code: unIndent` variable
330 code: unIndent` variable
338 code: unIndent` variable
351 code: unIndent` variable
365 code: unIndent` variable
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dfunc-call-spacing.test.ts153 code: 'f.b().c ();', constant
163 code: 'f() ()', constant
167 code: '(function() {} ())', constant
171 code: 'var f = new Foo ()', constant
175 code: 'f ( (0) )', constant
179 code: 'f(0) (1)', constant
183 code: 'f ();\n t ();', constant
216 code: ` constant
230 code: ` constant
244 code: 'f\r();', constant
[all …]
/third_party/libxml2/
Dxmlunicode.c976 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/gettext/gnulib-local/lib/libxml/
Dxmlunicode.c1007 xmlUCSIsAegeanNumbers(int code) { in xmlUCSIsAegeanNumbers()
1020 xmlUCSIsAlphabeticPresentationForms(int code) { in xmlUCSIsAlphabeticPresentationForms()
1033 xmlUCSIsArabic(int code) { in xmlUCSIsArabic()
1046 xmlUCSIsArabicPresentationFormsA(int code) { in xmlUCSIsArabicPresentationFormsA()
1059 xmlUCSIsArabicPresentationFormsB(int code) { in xmlUCSIsArabicPresentationFormsB()
1072 xmlUCSIsArmenian(int code) { in xmlUCSIsArmenian()
1085 xmlUCSIsArrows(int code) { in xmlUCSIsArrows()
1098 xmlUCSIsBasicLatin(int code) { in xmlUCSIsBasicLatin()
1111 xmlUCSIsBengali(int code) { in xmlUCSIsBengali()
1124 xmlUCSIsBlockElements(int code) { in xmlUCSIsBlockElements()
[all …]
/third_party/typescript/src/compiler/
DdiagnosticMessages.json4 "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/
Dstringprep.py12 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/
Derrno.js4 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/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp44 const vector<FakeCodeline> code = { in TEST_F() local
54 const vector<FakeCodeline> code = { in TEST_F() local
71 const vector<FakeCodeline> code = { in TEST_F() local
87 const vector<FakeCodeline> code = { in TEST_F() local
105 const vector<FakeCodeline> code = { in TEST_F() local
125 const vector<FakeCodeline> code = { in TEST_F() local
147 const vector<FakeCodeline> code = { in TEST_F() local
169 const vector<FakeCodeline> code = { in TEST_F() local
192 const vector<FakeCodeline> code = { in TEST_F() local
216 const vector<FakeCodeline> code = { in TEST_F() local
[all …]
/third_party/node/test/report/
Dtest-report-config.js12 }, { 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/node/test/parallel/
Dtest-buffer-compare-offset.js13 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
Dtest-buffer-writeint.js8 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 …]
Dtest-fs-read-type.js16 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 …]
Dtest-vm-module-errors.js21 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 …]
Dtest-readline-keys.js141 { 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 …]
Dtest-crypto-pbkdf2.js63 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 …]
Dtest-zlib-deflate-constructors.js19 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 …]
Dtest-assert-async.js37 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 …]
Dtest-fs-open.js61 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
Dtest-buffer-readint.js20 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
Dtest-buffer-readuint.js20 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
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/serializers/nnacl_serializer/
Dnnacl_stream_utils.cc28 std::ostream &operator<<(std::ostream &code, const ::QuantArg &quant_arg) { in operator <<()
33 std::ostream &operator<<(std::ostream &code, const OpParameter &parameter) { in operator <<()
39 std::ostream &operator<<(std::ostream &code, const AddQuantQrgs &args) { in operator <<()
44 std::ostream &operator<<(std::ostream &code, const SliceQuantArg &arg) { in operator <<()
50 std::ostream &operator<<(std::ostream &code, PoolMode pool_mode) { in operator <<()
56 std::ostream &operator<<(std::ostream &code, RoundMode round_mode) { in operator <<()
62 std::ostream &operator<<(std::ostream &code, RoundingMode rounding_mode) { in operator <<()
68 std::ostream &operator<<(std::ostream &code, PadMode pad_mode) { in operator <<()
74 std::ostream &operator<<(std::ostream &code, ActType act_type) { in operator <<()
80 std::ostream &operator<<(std::ostream &code, DataOrder data_order) { in operator <<()
/third_party/python/Lib/xml/dom/
D__init__.py77 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/libjpeg-turbo/
Djerror.h31 #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/flutter/skia/third_party/externals/libjpeg-turbo/
Djerror.h31 #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 …]

12345678910>>...116