Home
last modified time | relevance | path

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

/external/libcxx/include/
Dstdexcept64 explicit __libcpp_refstring(const char* __msg);
189 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);
[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);
Dfilesystem2223 void __handle_error(const char* __msg, error_code* __dest_ec,
2230 __throw_filesystem_error(__msg, __p_, __ec);
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.h224 #define debug_warning(__msg) \ argument
225 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
227 #define debug_warning(__msg) \ argument
236 #define debug_warn_once(__msg) \ argument
241 __FILE__, __LINE__, __FUNCTION__, __msg); \
246 #define debug_warn_once(__msg) \ argument
255 #define debug_error(__msg) \ argument
256 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
258 #define debug_error(__msg) \ argument
259 _debug_printf("error: %s\n", __msg)
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h230 #define debug_warning(__msg) \ argument
231 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
233 #define debug_warning(__msg) \ argument
242 #define debug_warn_once(__msg) \ argument
247 __FILE__, __LINE__, __FUNCTION__, __msg); \
252 #define debug_warn_once(__msg) \ argument
261 #define debug_error(__msg) \ argument
262 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
264 #define debug_error(__msg) \ argument
265 _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/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c69 struct string __msg = func(devinfo, inst, ##args); \
70 if (__msg.str) { \
71 cat(&error_msg, __msg); \
72 free(__msg.str); \