Home
last modified time | relevance | path

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

12

/third_party/flutter/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/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.h90 char *_msg = NULL; \
91 asprintf(&_msg, fmt, ##__VA_ARGS__); \
92 assert(_msg); \
93 logger->level(logger->priv, _msg); \
94 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/libnl/python/netlink/
Dcore.py98 self._msg = capi.nl_geterror(error)
101 return self._msg
105 return 'Kernel returned: {0}'.format(self._msg)
109 self._msg = msg
112 return 'Immutable attribute: {0}'.format(self._msg)
119 self._msg = capi.nlmsg_alloc()
121 self._msg = capi.nlmsg_alloc_size(size)
123 if self._msg is None:
127 capi.nlmsg_free(self._msg)
130 return capi.nlmsg_len(nlmsg_hdr(self._msg))
[all …]
/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/boost/boost/outcome/experimental/status-code/
Dstatus_code_domain.hpp285 …_allocated_msg *&_msg() noexcept { return reinterpret_cast<_allocated_msg *&>(this->_state[0]); } … in _msg() function in status_code_domain::atomic_refcounted_string_ref
286 …const _allocated_msg *_msg() const noexcept { return reinterpret_cast<const _allocated_msg *>(this… in _msg() function in status_code_domain::atomic_refcounted_string_ref
299 if(dest->_msg() != nullptr) in _refcounted_string_thunk()
301 auto count = dest->_msg()->count.fetch_add(1, std::memory_order_relaxed); in _refcounted_string_thunk()
317 if(dest->_msg() != nullptr) in _refcounted_string_thunk()
319 auto count = dest->_msg()->count.fetch_sub(1, std::memory_order_release); in _refcounted_string_thunk()
324 delete dest->_msg(); // NOLINT in _refcounted_string_thunk()
336 if(_msg() == nullptr) in atomic_refcounted_string_ref()
339 _msg() = nullptr; // disabled in atomic_refcounted_string_ref()
/third_party/boost/boost/process/detail/posix/
Dexecutor.hpp170 this->_msg = msg; in internal_error_handle()
185 this->_msg = msg; in internal_error_handle()
192 this->_msg = msg; in internal_error_handle()
202 throw process_error(_ec, _msg); in check_error()
215 int data[2] = {_ec.value(),static_cast<int>(_msg.size())}; in _write_error()
225 while (::write(sink, &_msg.front(), _msg.size()) == -1) in _write_error()
300 std::string _msg; member in boost::process::detail::posix::executor
407 _msg = "fork() failed"; in invoke()
420 _msg = "execve failed"; in invoke()
503 _msg = "fork() failed"; in invoke()
[all …]
/third_party/boost/libs/spirit/classic/example/fundamental/
Derror_reporting.cpp35 error_report_parser(const char *msg) : _msg(msg) {} in error_report_parser()
43 cerr << _msg << endl; in operator ()()
48 string _msg; member
/third_party/libsoup/tests/
Dtest-utils.h114 SoupMessage *_msg = (msg); \
118 if (G_UNLIKELY (_msg->status_code != _status)) { \
120 _msg->status_code, _msg->reason_phrase, \
/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/glib/gio/
Dgsocket.c4504 struct msghdr *_msg = (msg); \
4508 _msg->msg_flags = 0; \
4513 _msg->msg_name = _prev_msg->msg_name; \
4514 _msg->msg_namelen = _prev_msg->msg_namelen; \
4518 _msg->msg_namelen = g_socket_address_get_native_size (_message->address); \
4519 _msg->msg_name = g_alloca (_msg->msg_namelen); \
4520 if (!g_socket_address_to_native (_message->address, _msg->msg_name, \
4521 _msg->msg_namelen, _error)) \
4526 _msg->msg_name = NULL; \
4527 _msg->msg_namelen = 0; \
[all …]
/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/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/mindspore/tests/ut/cpp/dataset/common/
Dcommon.h84 #define TEST_MS_LOG_MSTENSOR(_loglevel, _msg, _mstensor) \ argument
88 MS_LOG(_loglevel) << _msg << *_de_tensor; \
/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/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/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/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/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/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)

12