Home
last modified time | relevance | path

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

/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/opencv3/cmake/
DOpenCVFindIPP.cmake92 set(__msg) variable
94 set(__msg " (ICV version)") variable
105 message(STATUS "found IPP${__msg}: ${_MAJOR}.${_MINOR}.${_BUILD} [${IPP_VERSION_STR}]")
DOpenCVUtils.cmake46 # string(REPLACE ";" " " __msg "${ARGN}")
47 # message(STATUS "${__msg}")
/external/libcxx/include/
Dios419 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream);
420 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream);
/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()