/external/webkit/Tools/Scripts/webkitpy/test/ |
skip.py | 25 _log = logging.getLogger(__name__) variable 32 logger = _log
|
main.py | 33 _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/ |
result_summary.py | 37 _log = logging.getLogger("webkitpy.layout_tests.run_webkit_tests") variable
|
metered_stream.py | 42 _log = logging.getLogger("webkitpy.layout_tests.metered_stream") variable 126 _log.info(str)
|
worker.py | 41 _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/ |
versioning.py | 28 _log = logging.getLogger("webkitpy.python24.versioning") variable 118 log = _log
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
main.py | 30 _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)
|
patchreader.py | 36 _log = logging.getLogger("webkitpy.style.patchreader") variable 57 _log.debug('Found %s new or modified lines in: %s' % (len(line_numbers), path))
|
filereader.py | 39 _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/ |
win.py | 35 _log = logging.getLogger("webkitpy.layout_tests.port.win") variable
|
gtk.py | 37 _log = logging.getLogger("webkitpy.layout_tests.port.gtk") variable
|
http_server_base.py | 39 _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))
|
test_files.py | 42 _log = logutils.get_logger(__file__) variable 96 _log.debug("Test gathering took %f seconds" % gather_time)
|
config.py | 39 _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. "
|
http_lock.py | 43 _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!")
|
/development/tools/axl/ |
log.py | 38 def _log(self, *logstrs): member in class:Log 45 self._log("D", *logstrs) 47 self._log("I", *logstrs) 49 self._log("W", *logstrs) 51 self._log("E", *logstrs)
|
/external/webkit/Tools/Scripts/ |
check-webkit-style | 58 _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"
|
test-webkitpy | 43 _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)
|
webkit-patch | 42 _log = logging.getLogger("webkit-patch") variable 57 _log.fatal("webkit-patch is only supported under Cygwin Python, "
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
networktransaction.py | 36 _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/ |
file_lock.py | 35 _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()))
|
logutils.py | 35 _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/ |
test_expectations.py | 40 _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/ |
confirmdiff.py | 38 _log = logutils.get_logger(__file__) variable 62 _log.warning("PrettyPatch failed. :(") 64 _log.warning("PrettyPatch unavailable.")
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
diff_parser.py | 34 _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 '
|