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

  /external/clang/test/CodeGen/
staticinit.c 35 static char _msg[40]; local
37 return _msg;
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 23 WpaMsg(const QString &_msg, int _priority = 2)
24 : msg(_msg), priority(_priority)
  /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/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/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpamsg.h 18 WpaMsg(const QString &_msg, int _priority = 2)
19 : msg(_msg), priority(_priority)
  /prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/platforms/android-9/arch-x86/usr/include/machine/
asm.h 95 #define WARN_REFERENCES(_sym,_msg) \
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /bionic/libc/arch-x86/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
  /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)
  /dalvik/dexopt/
OptMain.cpp 256 #define GET_ARG(_var, _func, _msg) \
261 ALOGE("%s '%s'", _msg, *argv); \
  /external/blktrace/doc/
blktrace.tex 542 \texttt{blk\_add\_trace\_msg}.
    [all...]

Completed in 3212 milliseconds