HomeSort by relevance Sort by last modified time
    Searched refs:_msg (Results 1 - 25 of 49) 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-12/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-13/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-15/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-16/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-17/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-19/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

Completed in 2887 milliseconds

1 2