OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dprintn
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
debug.c
29
dprintn
( const char* format, ... )
function
49
dprintn
( "emulator: WARNING: " );
51
dprintn
( "\n" );
61
dprintn
( "emulator: ERROR: " );
63
dprintn
( "\n" );
debug.h
81
** '
dprintn
' simply prints the message as is
88
extern void
dprintn
( const char* format, ... );
/external/qemu/audio/
audio.c
423
extern void
dprintn
(const char* fmt, ...);
440
dprintn
("%s: ", cap);
[
all
...]
/external/qemu/slirp-android/
slirp.c
42
#define DN(...) do { if (VERBOSE_CHECK(slirp))
dprintn
(__VA_ARGS__); } while (0)
[
all
...]
Completed in 579 milliseconds