Searched refs:should_log (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection_unittest.py42 executive = MockExecutive(should_log=True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dworkspace_unittest.py52 workspace = Workspace(None, MockExecutive(should_log=True))
61 workspace = Workspace(None, MockExecutive(should_log=True, should_throw=True))
H A Dlogutils.py136 def should_log(record): function in function:_default_handlers
143 logging_filter.filter = should_log
H A Dsystemhost_mock.py42 self.executive = executive or MockExecutive(should_log=log_executive, should_throw_when_run=executive_throws_when_run)
H A Dexecutive_mock.py64 def __init__(self, should_log=False, should_throw=False, should_throw_when_run=None):
65 self._should_log = should_log
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dapache_http_unittest.py52 host.executive = MockExecutive(should_log=True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwin_unittest.py49 port._executive = MockExecutive(should_log=True)
64 port._executive = MockExecutive(should_log=True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftest.py125 should_log = not self._port.get_option('profile')
126 if should_log and self._description:
133 if should_log:
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.cc409 Boolean should_log = local
413 log_to_stderr = exists_and_is_valid && should_log;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c265 should_log(struct gl_context *ctx, GLenum source, GLenum type, function
307 if (!should_log(ctx, source, type, id, severity))
1009 do_log = should_log(ctx, GL_DEBUG_SOURCE_API_ARB, GL_DEBUG_TYPE_ERROR_ARB,
/external/mesa3d/src/mesa/main/
H A Derrors.c265 should_log(struct gl_context *ctx, GLenum source, GLenum type, function
307 if (!should_log(ctx, source, type, id, severity))
1009 do_log = should_log(ctx, GL_DEBUG_SOURCE_API_ARB, GL_DEBUG_TYPE_ERROR_ARB,

Completed in 108 milliseconds