/third_party/skia/src/utils/win/ |
D | SkHRESULT.h | 20 #define SK_TRACEHR(_hr, _msg) SkTraceHR(__FILE__, __LINE__, _hr, _msg) argument 22 #define SK_TRACEHR(_hr, _msg) sk_ignore_unused_variable(_hr) argument 25 #define HR_GENERAL(_ex, _msg, _ret) do {\ argument 28 SK_TRACEHR(_hr, _msg);\
|
/third_party/mesa3d/src/compiler/clc/ |
D | clc_helpers.h | 93 char *_msg = NULL; \ 94 asprintf(&_msg, fmt, ##__VA_ARGS__); \ 95 assert(_msg); \ 96 logger->level(logger->priv, _msg); \ 97 free(_msg); \
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
D | errors.py | 20 def _msg(cls, filename, reason, **ignored): member in PreprocessorError 34 msg = self._msg(**vars(self)) 45 def _msg(cls, error, **ignored): member in PreprocessorFailure 73 def _msg(cls, error, **ignored): member in ErrorDirectiveError 84 def _msg(cls, missing, **ignored): member in MissingDependenciesError 100 def _msg(cls, expected, **ignored): member in OSMismatchError
|
/third_party/python/Lib/xml/sax/ |
D | _exceptions.py | 22 self._msg = msg 28 return self._msg 36 return self._msg 100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
|
/third_party/python/Lib/email/mime/ |
D | message.py | 17 def __init__(self, _msg, _subtype='rfc822', *, policy=None): argument 28 if not isinstance(_msg, message.Message): 32 message.Message.attach(self, _msg)
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | v4l2-utils.h | 33 gchar *_msg = _gst_element_error_printf msg; \ 35 GST_##domain##_ERROR_##code, _msg); \ 36 g_free (_msg); \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 17 WpaMsg(const QString &_msg, int _priority = 2) 18 : msg(_msg), priority(_priority) in msg() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 17 WpaMsg(const QString &_msg, int _priority = 2) 18 : msg(_msg), priority(_priority) in msg() argument
|
/third_party/node/deps/v8/src/base/ |
D | logging.h | 100 if (std::string* _msg = ::v8::base::Check##name##Impl< \ 104 FATAL("Check failed: %s.", _msg->c_str()); \ 105 delete _msg; \ 111 if (std::string* _msg = ::v8::base::Check##name##Impl< \ 115 V8_Dcheck(__FILE__, __LINE__, _msg->c_str()); \ 116 delete _msg; \
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/ |
D | protocol_lws_minimal.c | 53 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 55 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/ |
D | protocol_lws_minimal.c | 53 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 55 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/ |
D | protocol_lws_minimal.c | 67 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 69 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/ |
D | protocol_lws_minimal_server_echo.c | 51 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 53 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/ |
D | protocol_lws_minimal.c | 141 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 143 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/ |
D | protocol_lws_minimal.c | 56 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 58 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 40 const unsigned char *_msg, *_eom; member 52 #define ns_msg_base(handle) ((handle)._msg + 0) 54 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 40 const unsigned char *_msg, *_eom; member 52 #define ns_msg_base(handle) ((handle)._msg + 0) 54 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
|
/third_party/musl/include/arpa/ |
D | nameser.h | 40 const unsigned char *_msg, *_eom; member 52 #define ns_msg_base(handle) ((handle)._msg + 0) 54 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 40 const unsigned char *_msg, *_eom; member 52 #define ns_msg_base(handle) ((handle)._msg + 0) 54 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 40 const unsigned char *_msg, *_eom; member 52 #define ns_msg_base(handle) ((handle)._msg + 0) 54 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
|
/third_party/musl/src/network/ |
D | ns_parse.c | 54 handle->_msg = msg; in ns_initparse() 126 r = ns_name_uncompress(handle->_msg, handle->_eom, handle->_msg_ptr, rr->name, NS_MAXDNAME); in ns_parserr()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
D | protocol_lws_minimal.c | 64 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 66 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/ |
D | protocol_lws_minimal.c | 64 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 66 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/ |
D | protocol_lws_minimal.c | 68 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 70 struct msg *msg = _msg; in __minimal_destroy_message()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/ |
D | protocol_lws_minimal_client_echo.c | 90 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument 92 struct msg *msg = _msg; in __minimal_destroy_message()
|