Searched defs:_VERBOSE_TAG (Results 1 - 4 of 4) sorted by relevance

/external/qemu/android/utils/
H A Ddebug.h22 _VERBOSE_TAG(init, "emulator initialization") \
23 _VERBOSE_TAG(console, "control console") \
24 _VERBOSE_TAG(modem, "emulated GSM modem") \
25 _VERBOSE_TAG(radio, "emulated GSM AT Command channel") \
26 _VERBOSE_TAG(keys, "key bindings & presses") \
27 _VERBOSE_TAG(slirp, "internal router/firewall") \
28 _VERBOSE_TAG(timezone, "host timezone detection" ) \
29 _VERBOSE_TAG(socket, "network sockets") \
30 _VERBOSE_TAG(proxy, "network proxy support") \
31 _VERBOSE_TAG(audi
55 #define _VERBOSE_TAG macro
60 #undef _VERBOSE_TAG macro
[all...]
/external/qemu/android/
H A Dcmdline-option.c9 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y }, macro
H A Dmain.c95 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y }, macro
H A Dhelp.c361 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y }, macro
367 #undef _VERBOSE_TAG macro

Completed in 94 milliseconds