OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_init
(Results
1 - 10
of
10
) sorted by null
/external/qemu/slirp/
debug.h
39
void
debug_init
_P((char *, int));
debug.c
27
debug_init
(file, dbg)
function
350
debug_init
("slirp_stats", 0xf);
slirp.c
176
//
debug_init
("/tmp/slirp.log", DEBUG_DEFAULT);
/external/qemu/slirp-android/
debug.h
39
void
debug_init
_P((char *, int));
debug.c
28
debug_init
(file, dbg)
function
322
debug_init
("slirp_stats", 0xf);
slirp.c
239
debug_init
( slirp_logfile, slirp_logmask );
[
all
...]
/external/e2fsprogs/lib/et/
error_message.c
222
#define
DEBUG_INIT
0x8000
233
if (debug_mask &
DEBUG_INIT
)
243
debug_mask |=
DEBUG_INIT
;
244
if (debug_mask ==
DEBUG_INIT
)
260
debug_mask =
DEBUG_INIT
;
/frameworks/base/libs/hwui/
Debug.h
27
#define
DEBUG_INIT
0
94
#if
DEBUG_INIT
/external/e2fsprogs/lib/blkid/
cache.c
88
if (!(blkid_debug_mask &
DEBUG_INIT
)) {
93
blkid_debug_mask |=
DEBUG_INIT
;
blkidP.h
139
#define
DEBUG_INIT
0x8000
Completed in 108 milliseconds