Home
last modified time | relevance | path

Searched defs:code (Results 451 – 475 of 2876) sorted by relevance

1...<<11121314151617181920>>...116

/third_party/node/test/parallel/
Dtest-eslint-prefer-assert-iferror.js22 code: 'require("assert");\n' + property
29 code: 'require("assert");\n' + property
Dtest-crypto-dh-curves.js54 code: 'ERR_CRYPTO_ECDH_INVALID_FORMAT', property
66 code: 'ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY', property
179 code: 'ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY', property
Dtest-worker-message-port-transfer-filehandle.js17 code: 'ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST' property
31 assert.rejects(() => fh.readFile(), { code: 'EBADF' }); property
Dtest-http2-single-headers.js34 code: 'ERR_HTTP2_HEADER_SINGLE_VALUE', property
43 code: 'ERR_HTTP2_HEADER_SINGLE_VALUE', property
Dtest-wasm-web-api.js76 code: 'ERR_INVALID_ARG_TYPE', property
160 code: 'ERR_WEBASSEMBLY_RESPONSE', property
171 code: 'ERR_WEBASSEMBLY_RESPONSE', property
183 code: 'ERR_WEBASSEMBLY_RESPONSE', property
Dtest-fs-stat-bigint.js128 { code: 'ENOENT' }); property
137 { code: 'ENOENT' }); property
146 { code: 'EBADF' }); property
149 { code: 'EBADF' }); property
Dtest-trace-events-api.js37 code: 'ERR_INVALID_ARG_TYPE', property
41 code: 'ERR_INVALID_ARG_TYPE', property
49 code: 'ERR_TRACE_EVENTS_CATEGORY_REQUIRED', property
Dtest-fs-readfile.js69 code: 'ERR_FS_FILE_TOO_LARGE', property
74 }, { code: 'ERR_FS_FILE_TOO_LARGE', name: 'RangeError' }); property
100 }, { code: 'ERR_INVALID_ARG_TYPE', name: 'TypeError' }); property
Dtest-net-server-listen-options.js29 code: 'ERR_SOCKET_BAD_PORT', property
65 code: 'ERR_INVALID_ARG_VALUE', property
72 code: 'ERR_INVALID_ARG_VALUE', property
Dtest-crypto-randomuuid.js52 code: 'ERR_INVALID_ARG_TYPE' property
56 code: 'ERR_INVALID_ARG_TYPE' property
Dtest-dgram-bind-fd-error.js27 code: 'EEXIST', property
50 code: 'ERR_INVALID_FD_TYPE', property
Dtest-fs-symlink.js68 code: 'ERR_INVALID_ARG_TYPE', property
80 code: 'ERR_FS_INVALID_SYMLINK_TYPE', property
Dtest-fs-null-bytes.js37 code: 'ERR_INVALID_ARG_VALUE', property
48 code: 'ERR_INVALID_ARG_VALUE', property
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/
Dexport-with-incremental.js413 …PerFile":[1,7,4,3,2,[5,[{"file":"./lib2/data.ts","start":121,"length":14,"code":2322,"category":1,… property
522 "code": 2322, property
527 "code": 2322, property
532 "code": 2561 property
619 …PerFile":[1,7,4,3,2,[5,[{"file":"./lib2/data.ts","start":121,"length":14,"code":2322,"category":1,… property
728 "code": 2322, property
733 "code": 2322, property
738 "code": 2561 property
825 …PerFile":[1,7,4,3,2,[5,[{"file":"./lib2/data.ts","start":121,"length":14,"code":2322,"category":1,… property
934 "code": 2322, property
[all …]
/third_party/python/Modules/
Dunicodedata.c61 _getrecord_ex(Py_UCS4 code) in _getrecord_ex()
411 int code, index, count; in unicodedata_UCD_decomposition_impl() local
461 get_decomp_record(PyObject *self, Py_UCS4 code, in get_decomp_record()
534 Py_UCS4 code = stack[--stackptr]; in nfd_nfkd() local
630 find_nfc_index(const struct reindex* nfc, Py_UCS4 code) in find_nfc_index()
654 Py_UCS4 code; in nfc_nfkc() local
1043 is_unified_ideograph(Py_UCS4 code) in is_unified_ideograph()
1064 Py_UCS4 code, char* buffer, int buflen, int with_alias_and_seq) in _getucname()
1165 capi_getucname(Py_UCS4 code, in capi_getucname()
1174 _cmpname(PyObject *self, int code, const char* name, int namelen) in _cmpname()
[all …]
Dfcntlmodule.c47 fcntl_fcntl_impl(PyObject *module, int fd, int code, PyObject *arg) in fcntl_fcntl_impl()
144 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code, in fcntl_ioctl_impl()
282 fcntl_flock_impl(PyObject *module, int fd, int code) in fcntl_flock_impl()
369 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl()
/third_party/node/test/es-module/
Dtest-wasm-web-api.js76 code: 'ERR_INVALID_ARG_TYPE', property
160 code: 'ERR_WEBASSEMBLY_RESPONSE', property
171 code: 'ERR_WEBASSEMBLY_RESPONSE', property
183 code: 'ERR_WEBASSEMBLY_RESPONSE', property
Dtest-esm-loader-modulemap.js59 code: 'ERR_INVALID_ARG_TYPE', property
77 code: 'ERR_INVALID_ARG_TYPE', property
95 code: 'ERR_INVALID_ARG_TYPE', property
/third_party/skia/bench/
DBenchmark.h16 #define DEF_BENCH3(code, N) \ argument
18 #define DEF_BENCH2(code, N) DEF_BENCH3(code, N) argument
19 #define DEF_BENCH(code) DEF_BENCH2(code, __COUNTER__) argument
/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c734 #define PARSE_EXEC(code, retValue) \ argument
748 #define BUILD_EXEC(code, retValue) \ argument
754 #define IF_PARSE_EXEC(code) PARSE_EXEC(code, ERR_ARG) argument
755 #define IF_PARSE_ASSERT(code) PARSE_ASSERT(code, ERR_ARG) argument
1265 #define OF_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument
1529 #define OVB_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument
1860 #define VB_PARSE_EXEC(code) PARSE_EXEC(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument
1861 #define VB_PARSE_ASSERT(code) PARSE_ASSERT(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument
/third_party/typescript/tests/baselines/reference/tsc/incremental/
DnoEmit-changes-composite.js151 …"./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspe…
240 "code": 2396, property
317 …ticsPerFile":[1,2,[4,[{"file":"./src/directuse.ts","start":76,"length":4,"code":2551,"category":1,… property
406 "code": 2551, property
416 "code": 2728 property
430 "code": 2551, property
440 "code": 2728 property
456 "code": 2396, property
527 …"./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspe…
616 "code": 2396, property
[all …]
DnoEmit-changes-incremental-declaration.js151 …"./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspe…
240 "code": 2396, property
316 …ticsPerFile":[1,2,[4,[{"file":"./src/directuse.ts","start":76,"length":4,"code":2551,"category":1,… property
405 "code": 2551, property
415 "code": 2728 property
429 "code": 2551, property
439 "code": 2728 property
455 "code": 2396, property
515 …"./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspe…
604 "code": 2396, property
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_image_writer.h72 tiff_tag (uint16 code, in tiff_tag()
137 tag_data_ptr (uint16 code, in tag_data_ptr()
244 : tag_data_ptr (code, ttByte, count, data) in tag_data_ptr() argument
290 : tag_data_ptr (code, ttSShort, count, data) in tag_data_ptr() argument
308 : tag_data_ptr (code, ttShort, count, data) in tag_data_ptr() argument
354 : tag_data_ptr (code, ttLong, count, data) in tag_data_ptr() argument
372 tag_urational (uint16 code, in tag_urational()
395 : tag_data_ptr (code, ttRational, count, data) in tag_data_ptr() argument
413 tag_srational (uint16 code, in tag_srational()
436 : tag_data_ptr (code, ttSRational, count, data) in tag_data_ptr() argument
[all …]
/third_party/node/deps/npm/node_modules/wrap-ansi/
Dindex.js17 const wrapAnsiCode = code => `${ESCAPES.values().next().value}${ANSI_CSI}${code}${ANSI_SGR_TERMINAT… argument
175 const code = Number.parseFloat(groups.code); constant
182 const code = ansiStyles.codes.get(Number(escapeCode)); constant
/third_party/node/deps/v8/src/objects/
Dcode-inl.h271 inline CodeT ToCodeT(Code code) { in ToCodeT()
279 inline Handle<CodeT> ToCodeT(Handle<Code> code, Isolate* isolate) { in ToCodeT()
290 Handle<Code> code; in ToCodeT() local
298 inline Code FromCodeT(CodeT code) { in FromCodeT()
306 inline Code FromCodeT(CodeT code, RelaxedLoadTag) { in FromCodeT()
314 inline Handle<Code> FromCodeT(Handle<CodeT> code, Isolate* isolate) { in FromCodeT()
322 inline Handle<AbstractCode> ToAbstractCode(Handle<CodeT> code, in ToAbstractCode()
327 inline CodeDataContainer CodeDataContainerFromCodeT(CodeT code) { in CodeDataContainerFromCodeT()
855 HeapObject code = HeapObject::FromAddress(address - Code::kHeaderSize); in GetCodeFromTargetAddress() local
863 HeapObject code = HeapObject::FromAddress(code_entry - Code::kHeaderSize); in GetObjectFromEntryAddress() local
[all …]

1...<<11121314151617181920>>...116