Searched refs:__msg (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 209 #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/ |
D | Criterion.py | 58 self.__msg = msg 61 return "Invalid Criterion Error : " + self.__msg
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/scenario/ |
D | Scenario.py | 185 self.__msg = msg 188 return "Ungatherable type Error : " + self.__msg
|
/external/opencv3/cmake/ |
D | OpenCVFindIPP.cmake | 92 set(__msg) variable 94 set(__msg " (ICV version)") variable 105 message(STATUS "found IPP${__msg}: ${_MAJOR}.${_MINOR}.${_BUILD} [${IPP_VERSION_STR}]")
|
D | OpenCVUtils.cmake | 46 # string(REPLACE ";" " " __msg "${ARGN}") 47 # message(STATUS "${__msg}")
|
/external/libcxx/include/ |
D | ios | 419 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/ |
D | vki-linux.h | 684 __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()
|