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

123

/external/webkit/Tools/Scripts/webkitpy/test/
H A Dskip.py25 _log = logging.getLogger(__name__) variable
32 logger = _log
H A Dmain.py33 _log = logging.getLogger(__name__) variable
136 _log.debug("Found: %s" % module)
144 _log.info("Excluding: %s (use --all to include)" % excluded_module)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dresult_summary.py37 _log = logging.getLogger("webkitpy.layout_tests.run_webkit_tests") variable
H A Dmetered_stream.py42 _log = logging.getLogger("webkitpy.layout_tests.metered_stream") variable
126 _log.info(str)
H A Dworker.py41 _log = logging.getLogger(__name__) variable
71 _log.debug("%s starting" % self._name)
83 _log.debug("%s done%s" % (self._name, exception_msg))
86 stack_utils.log_traceback(_log.error, exception_traceback)
/external/webkit/Tools/Scripts/webkitpy/python24/
H A Dversioning.py28 _log = logging.getLogger("webkitpy.python24.versioning") variable
118 log = _log
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dmain.py30 _log = logging.getLogger(__name__) variable
89 _log.warn("WebKit checkout root not found:\n"
108 _log.warn(
127 _log.debug("Changing to checkout root: " + checkout_root)
H A Dpatchreader.py36 _log = logging.getLogger("webkitpy.style.patchreader") variable
57 _log.debug('Found %s new or modified lines in: %s' % (len(line_numbers), path))
H A Dfilereader.py39 _log = logging.getLogger(__name__) variable
112 _log.error("File does not exist: '%s'" % file_path)
116 _log.debug("Skipping file: '%s'" % file_path)
118 _log.debug("Processing file: '%s'" % file_path)
125 _log.warn(message)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwin.py35 _log = logging.getLogger("webkitpy.layout_tests.port.win") variable
H A Dgtk.py37 _log = logging.getLogger("webkitpy.layout_tests.port.gtk") variable
H A Dhttp_server_base.py39 _log = logging.getLogger("webkitpy.layout_tests.port.http_server_base") variable
54 _log.debug("Waiting for action: %s" % action)
71 _log.debug("Server running at %s" % url)
73 _log.debug("Server NOT running at %s: %s" % (url, e))
H A Dtest_files.py42 _log = logutils.get_logger(__file__) variable
96 _log.debug("Test gathering took %f seconds" % gather_time)
H A Dconfig.py39 _log = logutils.get_logger(__file__) variable
96 _log.error("Failed to build DumpRenderTree")
110 _log.warn("Configuration \"%s\" is not a recognized value.\n" %
112 _log.warn("Scripts may fail. "
H A Dhttp_lock.py43 _log = logging.getLogger("webkitpy.layout_tests.port.http_lock") variable
64 _log.debug("Removing lock file: %s" % self._process_lock_file_name)
96 _log.debug("Removing stuck lock file: %s" % lock_list[0])
108 _log.debug("Lock directory does not exist: %s" % self._lock_path)
112 _log.debug("Guard lock timed out!")
117 _log.debug("Creating lock file: %s" % self._process_lock_file_name)
129 _log.debug("Warning, http locking failed!")
H A Dhttp_server.py48 _log = logging.getLogger("webkitpy.layout_tests.port.http_server") variable
215 _log.debug('Starting http server, cmd="%s"' % str(start_cmd))
228 _log.debug("Server successfully started")
/external/webkit/Tools/Scripts/
H A Dcheck-webkit-style58 _log = logging.getLogger("check-webkit-style") variable
87 _log.debug("Verbose logging enabled.")
96 _log.error("WebKit checkout not found: You must run this script "
102 _log.debug("WebKit checkout not found for current directory.")
105 _log.debug("WebKit checkout found with root: %s" % checkout_root)
127 _log.info("Total errors found: %d in %d files"
H A Dtest-webkitpy43 _log = logging.getLogger("test-webkitpy") variable
109 _log.info("Suppressing most webkitpy logging while running unit tests.")
123 _log.debug("Cleaning orphaned *.pyc files from: %s" % dir_to_clean)
133 _log.info("Deleting orphan *.pyc file: %s" % file_path)
189 _log.debug("Verbose WebKit logging enabled.")
217 versioning.check_version(log=_log)
227 _log.warn(message)
245 _log.warn(message)
H A Dwebkit-patch42 _log = logging.getLogger("webkit-patch") variable
57 _log.fatal("webkit-patch is only supported under Cygwin Python, "
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dnetworktransaction.py36 _log = logging.getLogger(__name__) variable
61 _log.warn("Received HTTP status %s loading \"%s\". Retrying in %s seconds..." % (e.code, e.filename, self._backoff_seconds))
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfile_lock.py35 _log = logging.getLogger("webkitpy.common.system.file_lock") variable
70 _log.debug("File locking failed: %s" % str(sys.exc_info()))
83 _log.debug("Warning in release lock: %s" % str(sys.exc_info()))
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.")
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations.py40 _log = logging.getLogger("webkitpy.style.checkers.test_expectations") variable
74 _log.warn("Could not determine the port for %s. "
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dconfirmdiff.py38 _log = logutils.get_logger(__file__) variable
62 _log.warning("PrettyPatch failed. :(")
64 _log.warning("PrettyPatch unavailable.")
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Ddiff_parser.py34 _log = logging.getLogger("webkitpy.common.checkout.diff_parser") variable
162 _log.error('Unexpected line change without file path '
184 _log.error('Unexpected diff format when parsing a '

Completed in 208 milliseconds

123