OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_VERBOSE_TAG
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
debug.h
18
_VERBOSE_TAG
(init, "emulator initialization") \
19
_VERBOSE_TAG
(console, "control console") \
20
_VERBOSE_TAG
(modem, "emulated GSM modem") \
21
_VERBOSE_TAG
(radio, "emulated GSM AT Command channel") \
22
_VERBOSE_TAG
(keys, "key bindings & presses") \
23
_VERBOSE_TAG
(slirp, "internal router/firewall") \
24
_VERBOSE_TAG
(timezone, "host timezone detection" ) \
25
_VERBOSE_TAG
(socket, "network sockets") \
26
_VERBOSE_TAG
(proxy, "network proxy support") \
27
_VERBOSE_TAG
(audio, "audio sub-system")
[
all
...]
/external/qemu/android/
help.c
357
#define
_VERBOSE_TAG
(x,y) { #x, VERBOSE_##x, y },
363
#undef
_VERBOSE_TAG
[
all
...]
cmdline-option.c
9
#define
_VERBOSE_TAG
(x,y) { #x, VERBOSE_##x, y },
main.c
96
#define
_VERBOSE_TAG
(x,y) { #x, VERBOSE_##x, y },
[
all
...]
Completed in 86 milliseconds