OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUGMSG
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
_dbdebug.h
61
#define
DEBUGMSG
(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y)
/hardware/ti/omap3/dspbridge/libbridge/inc/
_dbdebug.h
61
#define
DEBUGMSG
(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y)
/external/chromium/net/tools/dump_cache/
upgrade.cc
33
#define
DEBUGMSG
(...) {}
35
#define
DEBUGMSG
(...) { printf(__VA_ARGS__); }
319
DEBUGMSG
("Master DoInit\n");
356
DEBUGMSG
("Master SendGetPrevEntry\n");
365
DEBUGMSG
("Master DoGetEntry\n");
384
DEBUGMSG
("Master DoGetKey\n");
420
DEBUGMSG
("Entry \"%s\" created\n", key.c_str());
429
DEBUGMSG
("Master DoGetUseTimes\n");
442
DEBUGMSG
("Master SendGetDataSize (%d)\n", stream_);
452
DEBUGMSG
("Master DoGetDataSize: %d\n", input_->msg.arg2)
[
all
...]
Completed in 420 milliseconds