Searched refs:DebugOutput (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dtrace.cc45 void DebugOutput(const char* msg) { function in namespace:__anon9161
146 DebugOutput("Last traces:\n");
165 DebugOutput(line);
174 DebugOutput("End of Traces\n");
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h801 class DebugOutput { class in struct:net::EpollServer::EventRecorder
803 friend ostream& operator<<(ostream& os, const DebugOutput& debug_output) {
808 virtual ~DebugOutput() {}
811 class FDMaskOutput : public DebugOutput {
827 class EpollWaitOutput : public DebugOutput {
926 std::vector<DebugOutput*> debug_events_;
/external/chromium_org/tools/gyp/pylib/gyp/
H A D__init__.py26 def DebugOutput(mode, message, *args): function
409 DebugOutput(DEBUG_GENERAL, 'running with these options:')
414 DebugOutput(DEBUG_GENERAL, " %s: '%s'", option, value)
416 DebugOutput(DEBUG_GENERAL, " %s: %s", option, value)
467 DebugOutput(DEBUG_GENERAL,
494 DebugOutput(DEBUG_GENERAL, "generator_flags: %s", generator_flags)
H A Dinput.py287 gyp.DebugOutput(gyp.DEBUG_INCLUDES, "Loading Included File: '%s'", include)
369 gyp.DebugOutput(gyp.DEBUG_INCLUDES,
751 gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Matches: %r", match)
874 gyp.DebugOutput(gyp.DEBUG_VARIABLES,
925 gyp.DebugOutput(gyp.DEBUG_VARIABLES,
998 gyp.DebugOutput(gyp.DEBUG_VARIABLES,
1006 gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Found output %r, recursing.", output)

Completed in 658 milliseconds