Searched defs:_log (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Drun-inspector-perf-tests37 _log = logging.getLogger(__name__) variable
H A Dwebkit-patch68 _log = logging.getLogger("webkit-patch") variable
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dcli_wrapper.py36 _log = logging.getLogger(__name__) variable
H A Dapache_http.py38 _log = logging.getLogger(__name__) variable
128 _log.debug('Starting %s server, cmd="%s"' % (self._name, str(self._start_cmd)))
H A Dpywebsocket.py39 _log = logging.getLogger(__name__) variable
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dskip.py25 _log = logging.getLogger(__name__) variable
32 logger = _log
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dunittestresults.py32 _log = logging.getLogger(__name__) variable
50 _log.error("XML error %s parsing unit test output" % str(e))
H A Dnetworktransaction.py33 _log = logging.getLogger(__name__) variable
58 _log.warn("Received HTTP status %s loading \"%s\". Retrying in %s seconds..." % (e.code, e.filename, self._backoff_seconds))
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcustom_logger.py18 def info(self, msg, *args): self._log(logging.info, msg, args)
19 def warning(self, msg, *args): self._log(logging.warning, msg, args)
20 def error(self, msg, *args): self._log(logging.error, msg, args)
22 def _log(self, logfn, msg, args): member in class:CustomLogger
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection.py38 _log = logging.getLogger(__name__) variable
60 _log.info("The current directory (%s) is not a WebKit checkout, using %s" % (cwd, scm_system.checkout_root))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Doutputcapture_unittest.py29 _log = logging.getLogger(__name__) variable
37 _log.info('INFO')
38 _log.warning('WARN')
39 _log.error('ERROR')
40 _log.critical('CRITICAL')
H A Dworkspace.py38 _log = logging.getLogger(__name__) variable
70 _log.error("Workspace.create_zip failed in %s:\n%s" % (source_path, e.message_with_output()))
H A Dlogutils.py35 _log = logging.getLogger(__name__) variable
65 # _log = logging.getLogger(__name__)
88 _log = logutils.get_logger(__file__)
205 _log.debug("Debug logging enabled.")
H A Duser_mock.py31 _log = logging.getLogger(__name__) variable
57 _log.info(message)
66 _log.info("MOCK: user.open_url: file://...")
68 _log.info("MOCK: user.open_url: %s" % url)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dconfig.py36 _log = logging.getLogger(__name__) variable
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dpatchreader.py40 _log = logging.getLogger(__name__) variable
65 _log.debug('Found %s new or modified lines in: %s' % (len(line_numbers), path))
H A Dfilereader.py39 _log = logging.getLogger(__name__) variable
115 _log.error("File does not exist: '%s'" % file_path)
119 _log.debug("Skipping file: '%s'" % file_path)
121 _log.debug("Processing file: '%s'" % file_path)
127 _log.warn(message)
H A Dmain.py34 _log = logging.getLogger(__name__) variable
78 _log.warn(
97 _log.debug("Changing to checkout root: " + checkout_root)
136 _log.debug("Verbose logging enabled.")
160 _log.info("Total errors found: %d in %d files" % (error_count, file_count))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dabstractsequencedcommand.py35 _log = logging.getLogger(__name__) variable
51 _log.error(e.message_with_output())
H A Dcommitannouncer.py35 _log = logging.getLogger(__name__) variable
52 _log.info("Bot started")
58 _log.error("Terminated by keyboard interrupt")
60 _log.error("Unexpected error:")
61 _log.error(traceback.format_exc())
64 _log.info("Disconnecting bot")
67 _log.info("Bot offline")
68 _log.info("Done")
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader.py32 _log = logging.getLogger(__name__) variable
H A Ddump_reader_win.py36 _log = logging.getLogger(__name__) variable
65 _log.warning('Failed to execute "%s"' % ' '.join(cmd))
133 _log.warning("CDB is not installed; can't symbolize minidumps.")
134 _log.warning('')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dlayout_test_finder.py36 _log = logging.getLogger(__name__) variable
79 _log.critical('')
80 _log.critical('--test-list file "%s" not found' % file)
129 _log.critical("invalid chunk '%s'" % chunk_value)
162 _log.debug('chunk slice [%d:%d] of %d is %d tests' % (slice_start, slice_end, num_tests, (slice_end - slice_start)))
168 _log.debug(' last chunk is partial, appending [0:%d]' % extra)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Djson_results_generator.py32 _log = logging.getLogger(__name__) variable
128 _log.warn("Invalid test name: %s.", test)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations.py42 _log = logging.getLogger(__name__) variable

Completed in 666 milliseconds

1234