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

1 2

  /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/clang/test/CodeGen/
staticinit.c 35 static char _msg[40]; local
37 return _msg;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 17 WpaMsg(const QString &_msg, int _priority = 2)
18 : msg(_msg), priority(_priority)
  /external/chromium_org/third_party/skia/include/utils/win/
SkHRESULT.h 17 #define SK_TRACEHR(_hr, _msg) SkTraceHR(__FILE__, __LINE__, _hr, _msg)
19 #define SK_TRACEHR(_hr, _msg) _hr
22 #define HR_GENERAL(_ex, _msg, _ret) {\
25 SK_TRACEHR(_hr, _msg);\
  /external/skia/include/utils/win/
SkHRESULT.h 17 #define SK_TRACEHR(_hr, _msg) SkTraceHR(__FILE__, __LINE__, _hr, _msg)
19 #define SK_TRACEHR(_hr, _msg) _hr
22 #define HR_GENERAL(_ex, _msg, _ret) {\
25 SK_TRACEHR(_hr, _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)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilts/ndk/7/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/7/platforms/android-9/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /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
  /prebuilts/ndk/8/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/8/platforms/android-9/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilts/ndk/9/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/9/platforms/android-18/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /external/e2fsprogs/intl/
libgettext.h 74 const char *_msg; member in struct:_msg_ent
  /bionic/libc/netbsd/nameser/
ns_parse.c 108 handle->_msg = msg;
167 b = dn_expand(handle->_msg, handle->_eom,
  /bionic/libc/private/
arpa_nameser.h 111 const u_char *_msg, *_eom; member in struct:__ns_msg
126 #define ns_msg_base(handle) ((handle)._msg + 0)
128 #define ns_msg_size(handle) ((size_t)((handle)._eom - (handle)._msg))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 113 const u_char *_msg, *_eom; member in struct:__ns_msg
131 #define ns_msg_base(handle) ((handle)._msg + 0)
133 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 113 const u_char *_msg, *_eom; member in struct:__ns_msg
131 #define ns_msg_base(handle) ((handle)._msg + 0)
133 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 113 const u_char *_msg, *_eom; member in struct:__ns_msg
131 #define ns_msg_base(handle) ((handle)._msg + 0)
133 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)

Completed in 1645 milliseconds

1 2