Home
last modified time | relevance | path

Searched refs:_msg (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/src/utils/win/
DSkHRESULT.h20 #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/
Dclc_helpers.h93 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/
Derrors.py20 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.py22 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/
Dmessage.py17 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/
Dv4l2-utils.h33 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/
Dwpamsg.h17 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/
Dwpamsg.h17 WpaMsg(const QString &_msg, int _priority = 2)
18 : msg(_msg), priority(_priority) in msg() argument
/third_party/node/deps/v8/src/base/
Dlogging.h100 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/
Dprotocol_lws_minimal.c53 __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/
Dprotocol_lws_minimal.c53 __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/
Dprotocol_lws_minimal.c67 __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/
Dprotocol_lws_minimal_server_echo.c51 __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/
Dprotocol_lws_minimal.c141 __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/
Dprotocol_lws_minimal.c56 __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/
Dnameser.h40 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/
Dnameser.h40 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/
Dnameser.h40 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/
Dnameser.h40 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/
Dnameser.h40 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/
Dns_parse.c54 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/
Dprotocol_lws_minimal.c64 __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/
Dprotocol_lws_minimal.c64 __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/
Dprotocol_lws_minimal.c68 __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/
Dprotocol_lws_minimal_client_echo.c90 __minimal_destroy_message(void *_msg) in __minimal_destroy_message() argument
92 struct msg *msg = _msg; in __minimal_destroy_message()

12