OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_g_debug_flags
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/glib/
gdebug.h
43
if (
_g_debug_flags
& G_DEBUG_##type) \
53
GLIB_VAR guint
_g_debug_flags
;
variable
gmessages.c
1083
guint
_g_debug_flags
= 0;
variable
1100
_g_debug_flags
= g_parse_debug_string (val, keys, G_N_ELEMENTS (keys));
1103
if (
_g_debug_flags
& G_DEBUG_FATAL_WARNINGS)
1112
if (
_g_debug_flags
& G_DEBUG_FATAL_CRITICALS)
Completed in 26 milliseconds