Home
last modified time | relevance | path

Searched refs:configure_logging (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/Scripts/
Dwebkit-patch39 from webkitpy.common.system.logutils import configure_logging
52 configure_logging(logging_level=logging_level)
Dcheck-inspector-strings37 from webkitpy.common.system.logutils import configure_logging
91 configure_logging()
Dtest-webkitpy50 def configure_logging(is_verbose_logging): function
188 configure_logging(is_verbose_logging)
Ddeduplicate-tests66 logutils.configure_logging()
Dcheck-webkit-style86 checker.configure_logging(stream=stderr, is_verbose=is_verbose)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Dupdate_webgl_conformance_tests.py109 def configure_logging(options): function
142 configure_logging(options)
/external/webkit/Tools/Scripts/webkitpy/
Dstyle_references.py46 from webkitpy.common.system.logutils import configure_logging
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dlogutils.py158 def configure_logging(logging_level=None, logger=None, stream=None, function
Dlogutils_unittest.py79 self._handlers = logutils.configure_logging(logging_level=logging_level,
/external/webkit/Tools/Scripts/webkitpy/style/
Dchecker.py49 from webkitpy.style_references import configure_logging as _configure_logging
375 def configure_logging(stream, logger=None, is_verbose=False): function
Dchecker_unittest.py50 from checker import configure_logging
94 self._handlers = configure_logging(stream=log_stream, logger=logger,
/external/webkit/Tools/
DChangeLog-2010-05-242842 * All logging configuration is done in printing.configure_logging()
8282 - Eliminated a use of the ternary operator in configure_logging()
8764 - In the configure_logging() method--
8787 - Replaced the configure_logging() function with a call to
8788 the new logutils.configure_logging() function.
8796 - Added configure_logging() which configures default logging
8800 - Added unit tests for logutils.configure_logging().
8803 - Refactored check-webkit-style's configure_logging() method
8804 to call the new logutils.configure_logging().
9426 - Renamed configure_logging()'s is_debug parameter to is_verbose.
[all …]