OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configure_logging
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Tools/Scripts/
webkit-patch
39
from webkitpy.common.system.logutils import
configure_logging
namespace
52
configure_logging
(logging_level=logging_level)
deduplicate-tests
66
logutils.
configure_logging
()
check-webkit-style
71
# the checker.
configure_logging
() function for more information.
86
checker.
configure_logging
(stream=stderr, is_verbose=is_verbose)
check-inspector-strings
37
from webkitpy.common.system.logutils import
configure_logging
namespace
91
configure_logging
()
test-webkitpy
50
def
configure_logging
(is_verbose_logging):
function
188
configure_logging
(is_verbose_logging)
/external/webkit/Tools/Scripts/webkitpy/
style_references.py
46
from webkitpy.common.system.logutils import
configure_logging
namespace
/external/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."""
129
"""Tests
configure_logging
() with a custom logging level."""
/external/webkit/Tools/Scripts/webkitpy/style/
checker.py
49
from webkitpy.style_references import
configure_logging
as _configure_logging
338
stream: See the
configure_logging
() docstring.
365
stream: See the
configure_logging
() docstring.
375
def
configure_logging
(stream, logger=None, is_verbose=False):
function
checker_unittest.py
50
from checker import
configure_logging
namespace
71
"""Base class for testing
configure_logging
().
75
is_verbose: The is_verbose value to pass to
configure_logging
().
94
self._handlers =
configure_logging
(stream=log_stream, logger=logger,
117
"""Tests the
configure_logging
() function."""
145
"""Tests the
configure_logging
() function with is_verbose True."""
[
all
...]
Completed in 467 milliseconds