Home
last modified time | relevance | path

Searched refs:DebugOutput (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Dtrace.cc35 void DebugOutput(const char* msg) { in DebugOutput() function
113 DebugOutput("Last traces:\n"); in DumpTrace()
132 DebugOutput(line); in DumpTrace()
141 DebugOutput("End of Traces\n"); in DumpTrace()
/external/chromium/net/tools/flip_server/
Depoll_server.h811 class DebugOutput {
813 friend ostream& operator<<(ostream& os, const DebugOutput& debug_output) {
818 virtual ~DebugOutput() {} in ~DebugOutput()
821 class FDMaskOutput : public DebugOutput {
837 class EpollWaitOutput : public DebugOutput {
936 std::vector<DebugOutput*> debug_events_;