| /third_party/node/test/parallel/ |
| D | test-process-euid-egid.js | 20 code: 'ERR_INVALID_ARG_TYPE', property 28 code: 'ERR_UNKNOWN_CREDENTIAL', property
|
| D | test-require-node-prefix.js | 18 code: 'ERR_UNKNOWN_BUILTIN_MODULE', property 26 code: 'ERR_UNKNOWN_BUILTIN_MODULE', property
|
| D | test-whatwg-encoding-custom-textdecoder.js | 60 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
|
| D | test-http2-connect-method.js | 63 code: 'ERR_HTTP2_CONNECT_AUTHORITY', property 74 code: 'ERR_HTTP2_CONNECT_SCHEME', property 85 code: 'ERR_HTTP2_CONNECT_PATH', property
|
| D | test-http2-compat-serverresponse-statuscode.js | 39 code: 'ERR_HTTP2_INFO_STATUS_NOT_ALLOWED', property 45 code: 'ERR_HTTP2_STATUS_INVALID', property 51 code: 'ERR_HTTP2_STATUS_INVALID', property
|
| D | test-child-process-validate-stdio.js | 8 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
|
| D | test-dns-lookupService.js | 22 code: 'ENOENT', property 31 code: 'ENOENT', property
|
| D | test-eslint-require-common-first.js | 16 code: 'require("common")\n' + property 22 code: 'require("assert")\n' + property
|
| D | test-buffer-slow.js | 44 code: 'ERR_INVALID_ARG_TYPE', property 55 code: 'ERR_INVALID_ARG_VALUE', property
|
| D | test-errors-systemerror-stackTraceLimit-has-only-a-getter.js | 13 code: 'ETEST', property 22 code: 'ERR_TEST', property
|
| D | test-vm-dynamic-import-callback-missing-flag.js | 18 code: 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG' property 27 code: 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG' property
|
| D | test-http2-server-shutdown-before-respond.js | 26 code: 'ERR_HTTP2_SESSION_ERROR' property 31 code: 'ERR_HTTP2_SESSION_ERROR' property
|
| D | test-whatwg-webstreams-adapters-to-readablewritablepair.js | 30 code: 'ABORT_ERR', property 34 code: 'ABORT_ERR', property 147 code: 'ABORT_ERR', property 168 code: 'ABORT_ERR', property
|
| D | test-console-instance.js | 49 code: 'ERR_CONSOLE_WRITABLE_STREAM', property 63 code: 'ERR_CONSOLE_WRITABLE_STREAM', property 145 code: 'ERR_INVALID_ARG_TYPE' property
|
| D | test-util-inherits.js | 89 code: 'ERR_INVALID_ARG_TYPE', property 98 code: 'ERR_INVALID_ARG_TYPE', property 107 code: 'ERR_INVALID_ARG_TYPE', property
|
| /third_party/python/Objects/ |
| D | codeobject.c | 381 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/ |
| D | test_nms_adpcm.c | 247 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/ |
| D | linux_joystick.c | 50 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/ |
| D | text_to_binary.literal_test.cpp | 64 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/ |
| D | text_to_binary.literal_test.cpp | 64 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/ |
| D | text_to_binary.literal_test.cpp | 64 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/ |
| D | register-arm64.h | 101 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/ |
| D | reloc-info.cc | 264 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/ |
| D | libinput-analyze-recording.py | 44 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/ |
| D | tsa.js | 33 code: 'TIMESTAMP_ERROR', property 52 code: 'TIMESTAMP_ERROR', property 60 code: 'TIMESTAMP_ERROR', property
|