HomeSort by relevance Sort by last modified time
    Searched full:_msg (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/minijail/
util.h 15 #define die(_msg, ...) do { \
16 syslog(LOG_ERR, "libminijail: " _msg, ## __VA_ARGS__); \
20 #define pdie(_msg, ...) \
21 die(_msg ": %m", ## __VA_ARGS__)
23 #define warn(_msg, ...) \
24 syslog(LOG_WARNING, "libminijail: " _msg, ## __VA_ARGS__)
26 #define info(_msg, ...) \
27 syslog(LOG_INFO, "libminijail: " _msg, ## __VA_ARGS__)
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 17 WpaMsg(const QString &_msg, int _priority = 2)
18 : msg(_msg), priority(_priority)
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/
message.py 18 def __init__(self, _msg, _subtype='rfc822'):
21 _msg is a message object and must be an instance of Message, or a
29 if not isinstance(_msg, message.Message):
33 message.Message.attach(self, _msg)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/mime/
message.py 18 def __init__(self, _msg, _subtype='rfc822'):
21 _msg is a message object and must be an instance of Message, or a
29 if not isinstance(_msg, message.Message):
33 message.Message.attach(self, _msg)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
message.py 18 def __init__(self, _msg, _subtype='rfc822'):
21 _msg is a message object and must be an instance of Message, or a
29 if not isinstance(_msg, message.Message):
33 message.Message.attach(self, _msg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
message.py 18 def __init__(self, _msg, _subtype='rfc822'):
21 _msg is a message object and must be an instance of Message, or a
29 if not isinstance(_msg, message.Message):
33 message.Message.attach(self, _msg)
  /external/skia/include/utils/win/
SkHRESULT.h 18 #define SK_TRACEHR(_hr, _msg) SkTraceHR(__FILE__, __LINE__, _hr, _msg)
20 #define SK_TRACEHR(_hr, _msg) sk_ignore_unused_variable(_hr)
23 #define HR_GENERAL(_ex, _msg, _ret) {\
26 SK_TRACEHR(_hr, _msg);\
  /external/clang/test/CodeGen/
staticinit.c 35 static char _msg[40]; local
37 return _msg;
  /external/opencv3/include/opencv/
cv.h 51 #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (__CVMSVCLOC__ _msg))
54 #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (_msg))
57 #define CV_MSG_PRAGMA(_msg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
debug.h 64 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
debug.h 64 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
debug.h 64 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
debug.h 64 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
_exceptions.py 22 self._msg = msg
28 return self._msg
36 return self._msg
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
_exceptions.py 22 self._msg = msg
28 return self._msg
36 return self._msg
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 22 self._msg = msg
28 return self._msg
36 return self._msg
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 22 self._msg = msg
28 return self._msg
36 return self._msg
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
  /external/v8/src/base/
logging.h 62 if (std::string* _msg = ::v8::base::Check##name##Impl( \
64 V8_Fatal(__FILE__, __LINE__, "Check failed: %s.", _msg->c_str()); \
65 delete _msg; \
  /bionic/libc/dns/nameser/
ns_parse.c 109 handle->_msg = msg;
170 b = dn_expand(handle->_msg, handle->_eom,
233 b = ns_name_unpack2(handle->_msg, handle->_eom, handle->_msg_ptr,
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
util.hpp 73 #define LOG_(_level, _msg) \
79 LOG_STITCHING_MSG(_msg); \
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text

Completed in 653 milliseconds

1 2 3 4