Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/chromedriver/
Dlogging_unittest.cc68 log.AddEntry(Log::kDebug, "debug message"); // Must not log in TEST()
80 log.AddEntry(Log::kDebug, "debug message"); // Must not log in TEST()
90 log.AddEntry(Log::kDebug, "debug message"); in TEST()
148 log.AddEntry(Log::kDebug, "debug message"); in TEST()
Dlogging.cc57 {"DEBUG", Log::kDebug},
75 return Log::kDebug; in GetLevelFromSeverity()
/external/chromium_org/chrome/test/chromedriver/chrome/
Dconsole_logger.cc25 CHECK_LE(Log::kDebug + i, static_cast<size_t>(Log::kError)); in ConsoleLevelToLogLevel()
26 *out_level = static_cast<Log::Level>(Log::kDebug + i); in ConsoleLevelToLogLevel()
Dlog.h23 kDebug, enumerator
Dconsole_logger_unittest.cc182 ValidateLogEntry(log.GetEntries()[0], Log::kDebug, "source1", in TEST()
/external/chromium_org/third_party/angle/src/compiler/translator/
DDirectiveHandler.cpp53 static const std::string kDebug("debug"); in handlePragma() local
70 else if (name == kDebug) in handlePragma()
/external/chromium_org/third_party/skia/bench/
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/skia/bench/
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/
Dheap.cc4814 v->Synchronize(VisitorSynchronization::kDebug); in IterateStrongRoots()
Dobjects.h11135 V(kDebug, "debug", "(Debugger)") \