Home
last modified time | relevance | path

Searched defs:code (Results 351 – 375 of 2876) sorted by relevance

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

/third_party/node/test/parallel/
Dtest-process-euid-egid.js20 code: 'ERR_INVALID_ARG_TYPE', property
28 code: 'ERR_UNKNOWN_CREDENTIAL', property
Dtest-require-node-prefix.js18 code: 'ERR_UNKNOWN_BUILTIN_MODULE', property
26 code: 'ERR_UNKNOWN_BUILTIN_MODULE', property
Dtest-whatwg-encoding-custom-textdecoder.js60 code: 'ERR_ENCODING_NOT_SUPPORTED', property
73 code: 'ERR_ENCODING_INVALID_ENCODED_DATA', property
89 code: 'ERR_NO_ICU', property
177 code: 'ERR_INVALID_THIS', property
202 code: 'ERR_INVALID_ARG_TYPE', property
Dtest-http2-connect-method.js63 code: 'ERR_HTTP2_CONNECT_AUTHORITY', property
74 code: 'ERR_HTTP2_CONNECT_SCHEME', property
85 code: 'ERR_HTTP2_CONNECT_PATH', property
Dtest-http2-compat-serverresponse-statuscode.js39 code: 'ERR_HTTP2_INFO_STATUS_NOT_ALLOWED', property
45 code: 'ERR_HTTP2_STATUS_INVALID', property
51 code: 'ERR_HTTP2_STATUS_INVALID', property
Dtest-child-process-validate-stdio.js8 const expectedError = { code: 'ERR_INVALID_ARG_VALUE', name: 'TypeError' }; property
29 { code: 'ERR_IPC_SYNC_FORK', name: 'Error' } property
36 { code: 'ERR_INVALID_SYNC_FORK_INPUT', name: 'TypeError' } property
Dtest-dns-lookupService.js22 code: 'ENOENT', property
31 code: 'ENOENT', property
Dtest-eslint-require-common-first.js16 code: 'require("common")\n' + property
22 code: 'require("assert")\n' + property
Dtest-buffer-slow.js44 code: 'ERR_INVALID_ARG_TYPE', property
55 code: 'ERR_INVALID_ARG_VALUE', property
Dtest-errors-systemerror-stackTraceLimit-has-only-a-getter.js13 code: 'ETEST', property
22 code: 'ERR_TEST', property
Dtest-vm-dynamic-import-callback-missing-flag.js18 code: 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG' property
27 code: 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG' property
Dtest-http2-server-shutdown-before-respond.js26 code: 'ERR_HTTP2_SESSION_ERROR' property
31 code: 'ERR_HTTP2_SESSION_ERROR' property
Dtest-whatwg-webstreams-adapters-to-readablewritablepair.js30 code: 'ABORT_ERR', property
34 code: 'ABORT_ERR', property
147 code: 'ABORT_ERR', property
168 code: 'ABORT_ERR', property
Dtest-console-instance.js49 code: 'ERR_CONSOLE_WRITABLE_STREAM', property
63 code: 'ERR_CONSOLE_WRITABLE_STREAM', property
145 code: 'ERR_INVALID_ARG_TYPE' property
Dtest-util-inherits.js89 code: 'ERR_INVALID_ARG_TYPE', property
98 code: 'ERR_INVALID_ARG_TYPE', property
107 code: 'ERR_INVALID_ARG_TYPE', property
/third_party/python/Objects/
Dcodeobject.c381 int code = ((*ptr) >> 3) & 15; in get_line_delta() local
419 int code = (data[offset] >> 3) & 15; in remove_column_info() local
500 PyObject *code, PyObject *consts, PyObject *names, in PyCode_NewWithPosOnlyArgs()
624 PyObject *code, PyObject *consts, PyObject *names, in PyCode_New()
931 int code = (first_byte >> 3) & 15; in advance_with_locations() local
1038 int code = ((*ptr)>> 3) & 15; in _PyLineTable_StartsLine() local
1098 decode_linetable(PyCodeObject *code) in decode_linetable()
1220 new_linesiterator(PyCodeObject *code) in new_linesiterator()
1320 code_positionsiterator(PyCodeObject* code, PyObject* Py_UNUSED(args)) in code_positionsiterator()
1346 _PyCode_GetExtra(PyObject *code, Py_ssize_t index, void **extra) in _PyCode_GetExtra()
[all …]
/third_party/libsnd/src/
Dtest_nms_adpcm.c247 unsigned char code ; in test_nms_adpcm_32() local
298 unsigned char code ; in test_nms_adpcm_24() local
349 unsigned char code ; in test_nms_adpcm_16() local
/third_party/glfw/src/
Dlinux_joystick.c50 static void handleKeyEvent(_GLFWjoystick* js, int code, int value) in handleKeyEvent()
59 static void handleAbsEvent(_GLFWjoystick* js, int code, int value) in handleAbsEvent()
109 for (int code = 0; code < ABS_CNT; code++) in pollAbsState() local
193 for (int code = BTN_MISC; code < KEY_CNT; code++) in openJoystickDevice() local
202 for (int code = 0; code < ABS_CNT; code++) in openJoystickDevice() local
/third_party/spirv-tools/test/
Dtext_to_binary.literal_test.cpp64 const std::string code = in TEST_F() local
70 const std::string code = in TEST_F() local
80 const std::string code = in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.literal_test.cpp64 const std::string code = in TEST_F() local
70 const std::string code = in TEST_F() local
80 const std::string code = in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.literal_test.cpp64 const std::string code = in TEST_F() local
70 const std::string code = in TEST_F() local
80 const std::string code = in TEST_F() local
/third_party/node/deps/v8/src/codegen/arm64/
Dregister-arm64.h101 static constexpr CPURegister Create(int code, int size, RegisterType type) { in Create()
198 constexpr CPURegister(int code, int size, RegisterType type) in CPURegister()
201 static constexpr bool IsValidRegister(int code, int size) { in IsValidRegister()
206 static constexpr bool IsValidVRegister(int code, int size) { in IsValidVRegister()
213 static constexpr bool IsValid(int code, int size, RegisterType type) { in IsValid()
218 static constexpr bool IsNone(int code, int size, RegisterType type) { in IsNone()
231 static constexpr Register Create(int code, int size) { in Create()
238 static constexpr Register from_code(int code) { in from_code()
243 static const char* GetSpecialRegisterName(int code) { in GetSpecialRegisterName()
417 static constexpr VRegister from_code(int code) { in from_code()
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc264 RelocIterator::RelocIterator(Code code, int mode_mask) in RelocIterator()
267 RelocIterator::RelocIterator(Code code, ByteArray relocation_info, in RelocIterator()
279 RelocIterator::RelocIterator(EmbeddedData* embedded_data, Code code, in RelocIterator()
389 bool RelocInfo::RequiresRelocation(Code code) { in RequiresRelocation()
468 Code code = Code::GetCodeFromTargetAddress(code_target); in Print() local
506 Code code = Code::GetCodeFromTargetAddress(addr); in Verify() local
516 Code code = Code::cast(isolate->FindCodeObject(pc)); in Verify() local
/third_party/libinput/tools/
Dlibinput-analyze-recording.py44 def format_value(code, value): argument
56 def is_tracked_axis(code, allowlist, denylist): argument
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/
Dtsa.js33 code: 'TIMESTAMP_ERROR', property
52 code: 'TIMESTAMP_ERROR', property
60 code: 'TIMESTAMP_ERROR', property

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