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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
commit_unittest.py 52 tool.executive = MockExecutive(should_log=True, should_throw_when_run=False)
64 tool.executive = MockExecutive(should_log=True, should_throw_when_run=set(["platform/chromium/" + filename]))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
detection_unittest.py 42 executive = MockExecutive(should_log=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
workspace_unittest.py 52 workspace = Workspace(None, MockExecutive(should_log=True))
61 workspace = Workspace(None, MockExecutive(should_log=True, should_throw=True))
logutils.py 136 def should_log(record): function in function:_default_handlers
143 logging_filter.filter = should_log
systemhost_mock.py 39 self.executive = executive or MockExecutive(should_log=log_executive, should_throw_when_run=executive_throws_when_run)
executive_mock.py 58 def __init__(self, should_log=False, should_throw=False, should_throw_when_run=None):
59 self._should_log = should_log
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
checkout_unittest.py 53 checkout._executive = MockExecutive(should_log=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http_server_unittest.py 52 host.executive = MockExecutive(should_log=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
win_unittest.py 51 port._executive = MockExecutive(should_log=True)
66 port._executive = MockExecutive(should_log=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 125 should_log = not self._port.get_option('profile')
126 if should_log and self._description:
133 if should_log:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver_unittest.py 58 self.tool.executive = MockExecutive(should_log=True)
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 404 Boolean should_log = local
408 log_to_stderr = exists_and_is_valid && should_log;
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.cc 426 Boolean should_log = local
430 log_to_stderr = exists_and_is_valid && should_log;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 265 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/
errors.c 265 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 875 milliseconds