Home
last modified time | relevance | path

Searched refs:levelName (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/logging/
D__init__.py164 def addLevelName(level, levelName): argument
172 _levelNames[level] = levelName
173 _levelNames[levelName] = level
Dhandlers.py827 def mapPriority(self, levelName): argument
835 return self.priority_map.get(levelName, "warning")
/external/replicaisland/src/com/replica/replicaisland/
DAndouKun.java119 mLevelName = (TextView)findViewById(R.id.levelName); in onCreate()
/external/python/cpython2/Doc/library/
Dlogging.rst887 .. function:: addLevelName(lvl, levelName)
889 Associates level *lvl* with text *levelName* in an internal dictionary, which is