Home
last modified time | relevance | path

Searched defs:kIsDebug (Results 1 – 2 of 2) sorted by relevance

/external/skia/bench/
Dbenchmain.cpp211 static const bool kIsDebug = true; variable
213 static const bool kIsDebug = false; variable
/external/chromium_org/tools/gn/
Dcommand_gyp.cc327 const char kIsDebug[] = "is_debug"; in RunGyp() local