Searched refs:kDebug (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.h23 kDebug, enumerator in enum:Log::Level
H A Dconsole_logger.cc25 CHECK_LE(Log::kDebug + i, static_cast<size_t>(Log::kError));
26 *out_level = static_cast<Log::Level>(Log::kDebug + i);
H A Dconsole_logger_unittest.cc182 ValidateLogEntry(log.GetEntries()[0], Log::kDebug, "source1",
/external/chromium_org/chrome/test/chromedriver/
H A Dlogging_unittest.cc70 log.AddEntry(Log::kDebug, "debug message"); // Must not log
82 log.AddEntry(Log::kDebug, "debug message"); // Must not log
92 log.AddEntry(Log::kDebug, "debug message");
162 log.AddEntry(Log::kDebug, "debug message");
H A Dlogging.cc37 "DEBUG", // kDebug
58 {"DEBUG", Log::kDebug},
76 return Log::kDebug;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDirectiveHandler.cpp53 static const std::string kDebug("debug");
70 else if (name == kDebug)
/external/chromium_org/v8/src/
H A Dcompiler.h80 kDebug = 1 << 12, enumerator in enum:v8::internal::CompilationInfo::Flag
188 void MarkAsDebug() { SetFlag(kDebug); }
190 bool is_debug() const { return GetFlag(kDebug); }
H A Dobjects.h10691 V(kDebug, "debug", "(Debugger)") \
/external/skia/bench/
H A Dbenchmain.cpp179 static const GLContextType kDebug = GrContextFactory::kDebug_GLContextType; variable
183 static const GLContextType kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0; variable
212 { kN32_SkColorType, "Debug", 0, Benchmark::kGPU_Backend, kDebug, kIsDebug},
/external/chromium_org/v8/src/heap/
H A Dheap.cc4764 v->Synchronize(VisitorSynchronization::kDebug);

Completed in 260 milliseconds