Home
last modified time | relevance | path

Searched refs:getLevelName (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/ARCMigrate/
DPlistReporter.cpp19 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName() function
99 EmitString(o, getLevelName(D.getLevel())) << '\n'; in writeARCDiagsToPlist()
/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp27 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName() function
45 EmitString(OS, getLevelName(DE.DiagnosticLevel)) << '\n'; in EmitDiagEntry()
/external/autotest/client/common_lib/
Dlogging_config.py126 file_name = '%s.%s' % (log_name, logging.getLevelName(level))
/external/python/cpython2/Lib/logging/
D__init__.py148 def getLevelName(level): function
267 self.levelname = getLevelName(level)
/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py1048 logging.getLevelName(commandLineArguments.debugLevel))
/external/python/cpython2/Doc/library/
Dlogging.rst899 .. function:: getLevelName(lvl)
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst602 lvlname = logging.getLevelName(lvl)