| /third_party/libunwind/doc/ |
| D | unw_strerror.tex | 15 \Type{const char *} \Func{unw\_strerror}(\Type{int} \Var{err\_code});\\ 19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code} 24 The message that corresponds to \Var{err\_code} or, if the 25 \Var{err\_code} has no corresponding message, the text "invalid error
|
| /third_party/harfbuzz/src/ |
| D | hb-machinery.hh | 96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument 98 { _code; } 99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument 100 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-machinery.hh | 96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument 98 { _code; } 99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument 100 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-machinery.hh | 107 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument 109 { _code; } 110 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument 111 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
|
| /third_party/libwebsockets/lib/roles/http/ |
| D | header.c | 305 lws_add_http_header_status(struct lws *wsi, unsigned int _code, in lws_add_http_header_status() argument 312 unsigned int code = _code & LWSAHH_CODE_MASK; in lws_add_http_header_status() 385 !(_code & LWSAHH_FLAG_NO_SERVER_NAME)) { in lws_add_http_header_status()
|
| /third_party/python/Include/ |
| D | genobject.h | 21 PyObject *prefix##_code; \
|
| /third_party/openssl/providers/implementations/rands/seeding/ |
| D | rand_unix.c | 150 extern void s$sleep(long *_duration, short int *_code); in ossl_pool_acquire_entropy() 153 extern void s$sleep2(long long *_duration, short int *_code); in ossl_pool_acquire_entropy()
|
| /third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/ |
| D | FlutterChannels.mm | 86 _code = [code retain]; 93 [_code release];
|
| /third_party/python/Objects/ |
| D | exceptions.c | 2678 PyObject *_code = PyLong_FromLong(CODE); \ in _PyExc_Init() 2680 if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \ in _PyExc_Init() 2681 Py_XDECREF(_code); \ in _PyExc_Init() 2684 Py_DECREF(_code); \ in _PyExc_Init()
|
| /third_party/python/Lib/ |
| D | sre_compile.py | 598 def _code(p, flags): function 768 code = _code(p, flags)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | Mips16InstrFormats.td | 191 bits<6> _code; // code is a keyword in tablegen 197 let Inst{10-5} = _code;
|
| /third_party/mesa3d/src/asahi/lib/ |
| D | decode.c | 42 agx_disassemble(void *_code, size_t maxlen, FILE *fp) in agx_disassemble() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cDrawIndirectTests.cpp | 108 DILogger sub_result(long _code) in sub_result() argument 110 if (_code == NO_ERROR) in sub_result() 112 return sub_result_inner(_code).nullify(); in sub_result() 116 return sub_result_inner(_code); in sub_result() 121 DILogger sub_result_inner(long _code) in sub_result_inner() argument 123 status_ |= _code; in sub_result_inner()
|
| /third_party/python/Doc/library/ |
| D | idle.rst | 558 .. _code-context:
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V14.md | 1818 * [[`f65b842ee1`](https://github.com/nodejs/node/commit/f65b842ee1)] - **doc**: use \_code name\_ r… 3726 …m/nodejs/node/commit/33cff40bb7)] - **src**: remove ref to tools/generate\_code\_cache.js (Daniel …
|