Home
last modified time | relevance | path

Searched refs:__msg (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/include/
Dstdexcept189 void __throw_logic_error(const char*__msg)
192 throw logic_error(__msg);
194 ((void)__msg);
200 void __throw_domain_error(const char*__msg)
203 throw domain_error(__msg);
205 ((void)__msg);
211 void __throw_invalid_argument(const char*__msg)
214 throw invalid_argument(__msg);
216 ((void)__msg);
222 void __throw_length_error(const char*__msg)
[all …]
Dios424 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream);
425 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream);
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h209 #define debug_warning(__msg) \ argument
210 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
212 #define debug_warning(__msg) \ argument
221 #define debug_warn_once(__msg) \ argument
226 __FILE__, __LINE__, __FUNCTION__, __msg); \
231 #define debug_warn_once(__msg) \ argument
240 #define debug_error(__msg) \ argument
241 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
243 #define debug_error(__msg) \ argument
244 _debug_printf("error: %s\n", __msg)
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
DCriterion.py58 self.__msg = msg
61 return "Invalid Criterion Error : " + self.__msg
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/scenario/
DScenario.py185 self.__msg = msg
188 return "Ungatherable type Error : " + self.__msg
/external/valgrind/include/vki/
Dvki-linux.h684 __KINLINE struct vki_cmsghdr * vki_cmsg_nxthdr (struct vki_msghdr *__msg, struct vki_cmsghdr *__cms… in vki_cmsg_nxthdr() argument
686 return __vki_cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg); in vki_cmsg_nxthdr()