Searched defs:DebugOutput (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/disk_cache/
H A Dtrace.cc35 void DebugOutput(const char* msg) { function in namespace:__anon3048
113 DebugOutput("Last traces:\n");
132 DebugOutput(line);
141 DebugOutput("End of Traces\n");
/external/chromium_org/net/disk_cache/
H A Dtrace.cc45 void DebugOutput(const char* msg) { function in namespace:__anon8656
146 DebugOutput("Last traces:\n");
165 DebugOutput(line);
174 DebugOutput("End of Traces\n");
/external/chromium_org/tools/gyp/pylib/gyp/
H A D__init__.py26 def DebugOutput(mode, message, *args): function
403 DebugOutput(DEBUG_GENERAL, 'running with these options:')
408 DebugOutput(DEBUG_GENERAL, " %s: '%s'", option, value)
410 DebugOutput(DEBUG_GENERAL, " %s: %s", option, value)
461 DebugOutput(DEBUG_GENERAL,
488 DebugOutput(DEBUG_GENERAL, "generator_flags: %s", generator_flags)
/external/chromium/net/tools/flip_server/
H A Depoll_server.h811 class DebugOutput { class in struct:net::EpollServer::EventRecorder
813 friend ostream& operator<<(ostream& os, const DebugOutput& debug_output) {
818 virtual ~DebugOutput() {}
821 class FDMaskOutput : public DebugOutput {
837 class EpollWaitOutput : public DebugOutput {
936 std::vector<DebugOutput*> debug_events_;
/external/chromium_org/net/tools/flip_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_;

Completed in 281 milliseconds