/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/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/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);\
|
/external/clang/test/CodeGen/ |
staticinit.c | 35 static char _msg[40]; local 37 return _msg;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
debug.h | 65 # 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.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 97 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
debug.h | 65 # define __glibcxx_requires_cond(_Cond,_Msg) 97 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
debug.h | 64 # define __glibcxx_requires_cond(_Cond,_Msg) 96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_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
|