HomeSort by relevance Sort by last modified time
    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 28 #define DEBUGMSG(...) {}
30 #define DEBUGMSG(...) { printf(__VA_ARGS__); }
299 DEBUGMSG("Master DoInit\n");
329 DEBUGMSG("Master SendGetPrevEntry\n");
338 DEBUGMSG("Master DoGetEntry\n");
357 DEBUGMSG("Master DoGetKey\n");
384 DEBUGMSG("Entry \"%s\" created\n", key.c_str());
393 DEBUGMSG("Master DoGetUseTimes\n");
406 DEBUGMSG("Master SendGetDataSize (%d)\n", stream_);
416 DEBUGMSG("Master DoGetDataSize: %d\n", input_->msg.arg2)
    [all...]

Completed in 42 milliseconds