HomeSort by relevance Sort by last modified time
    Searched refs:configure_logging (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkit-patch 43 from webkitpy.common.system.logutils import configure_logging namespace
78 configure_logging(logging_level=logging_level)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logutils.py 132 stream: See the configure_logging() docstring.
158 def configure_logging(logging_level=None, logger=None, stream=None, function
logutils_unittest.py 60 """Base class for configure_logging() unit tests."""
79 self._handlers = logutils.configure_logging(logging_level=logging_level,
103 """Tests configure_logging() with the default logging level."""
145 """Tests configure_logging() with a custom logging level."""
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main.py 113 # the checker.configure_logging() function for more information.
135 checker.configure_logging(stream=stderr, is_verbose=is_verbose)
checker.py 52 from webkitpy.common.system.logutils import configure_logging as _configure_logging
298 stream: See the configure_logging() docstring.
325 stream: See the configure_logging() docstring.
335 def configure_logging(stream, logger=None, is_verbose=False): function
checker_unittest.py 48 from checker import configure_logging namespace
69 """Base class for testing configure_logging().
73 is_verbose: The is_verbose value to pass to configure_logging().
92 self._handlers = configure_logging(stream=log_stream, logger=logger,
115 """Tests the configure_logging() function."""
143 """Tests the configure_logging() function with is_verbose True."""
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 112 configure_logging()
117 def configure_logging(): function

Completed in 2217 milliseconds