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_org/net/tools/dump_cache/
upgrade_win.cc 37 #define DEBUGMSG(...) {}
39 #define DEBUGMSG(...) { printf(__VA_ARGS__); }
319 DEBUGMSG("Master DoInit\n");
350 DEBUGMSG("Master SendGetPrevEntry\n");
359 DEBUGMSG("Master DoGetEntry\n");
378 DEBUGMSG("Master DoGetKey\n");
414 DEBUGMSG("Entry \"%s\" created\n", key.c_str());
423 DEBUGMSG("Master DoGetUseTimes\n");
436 DEBUGMSG("Master SendGetDataSize (%d)\n", stream_);
446 DEBUGMSG("Master DoGetDataSize: %d\n", input_->msg.arg2)
    [all...]

Completed in 168 milliseconds