HomeSort by relevance Sort by last modified time
    Searched refs:_log (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commitannouncer.py 35 _log = logging.getLogger(__name__) variable
51 _log.info("Bot started")
57 _log.error("Terminated by keyboard interrupt")
59 _log.error("Unexpected error:")
60 _log.error(traceback.format_exc())
63 _log.info("Disconnecting bot")
66 _log.info("Bot offline")
67 _log.info("Done")
stepsequence.py 37 _log = logging.getLogger(__name__) variable
74 _log.error(error)
83 _log.info("Commit failed because the checkout is out of date. Please update and try again.")
90 _log.error(e.message_with_output())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
reopenbugafterrollout.py 34 _log = logging.getLogger(__name__) variable
44 _log.info(comment_text)
45 _log.info("No bugs were updated.")
applypatch.py 34 _log = logging.getLogger(__name__) variable
45 _log.info("Processing patch %s from bug %s." % (state["patch"].id(), state["patch"].bug_id()))
ensurelocalcommitifneeded.py 35 _log = logging.getLogger(__name__) variable
47 _log.error("--local-commit passed, but %s does not support local commits" % self._tool.scm().display_name())
runtests.py 37 _log = logging.getLogger(__name__) variable
61 _log.info("Running Python unit tests")
66 _log.info("Running Perl unit tests")
71 _log.info("Running bindings generation tests")
76 _log.info("Error running run-bindings-tests: %s" % e.message_with_output())
80 _log.info("Running WebKit unit tests")
85 _log.info("Error running webkit_unit_tests: %s" % e.message_with_output())
88 _log.info("Running run-webkit-tests")
obsoletepatches.py 35 _log = logging.getLogger(__name__) variable
52 _log.info("Obsoleting %s on bug %s" % (pluralize("old patch", len(patches)), bug_id))
confirmdiff.py 38 _log = logutils.get_logger(__file__) variable
61 _log.warning("PrettyPatch failed. :(")
63 _log.warning("PrettyPatch unavailable.")
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
user_mock.py 31 _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)
outputcapture_unittest.py 29 _log = logging.getLogger(__name__) variable
37 _log.info('INFO')
38 _log.warning('WARN')
39 _log.error('ERROR')
40 _log.critical('CRITICAL')
logutils_unittest.py 82 self._log = logger
92 logger = self._log
109 self._log.info("test message")
113 self._log.debug("test message")
121 self._log.log(level, "test message")
125 self._log.info("message1")
126 self._log.info("message2")
136 self._log.info("test message")
140 self._log.debug("test message")
153 self._log.log(self._level, "test message"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /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/chromium_org/third_party/WebKit/Tools/Scripts/
run-inspector-perf-tests.py 37 _log = logging.getLogger(__name__) variable
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
linux.py 38 _log = logging.getLogger(__name__) variable
78 _log.warning('Could not determine architecture from "file" output: %s' % file_output)
118 _log.error('For complete Linux build requirements, please see:')
119 _log.error('')
120 _log.error(' http://code.google.com/p/chromium/wiki/LinuxBuildInstructions')
134 _log.error(' Please install using: "sudo apt-get install apache2 libapache2-mod-php5"')
135 _log.error('')
144 _log.error(' Please install using: "sudo apt-get install lighttpd php5-cgi"')
145 _log.error('')
157 _log.error("Could not find apache. Not installed or unknown path."
    [all...]
mac.py 37 _log = logging.getLogger(__name__) variable
69 _log.error('For complete Mac build requirements, please see:')
70 _log.error('')
71 _log.error(' http://code.google.com/p/chromium/wiki/MacBuildInstructions')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filereader.py 39 _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)
main.py 34 _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/layout_tests/
lint_test_expectations.py 46 _log = logging.getLogger(__name__) variable
77 _log.error('')
79 _log.error(warning)
80 _log.error('')
84 _log.error('Lint failed.')
87 _log.info('Lint succeeded.')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults.py 32 _log = logging.getLogger(__name__) variable
50 _log.error("XML error %s parsing unit test output" % str(e))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
skip.py 25 _log = logging.getLogger(__name__) variable
32 logger = _log
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 37 _log = logging.getLogger(__name__) variable
69 _log.info('%s Posting commit %s' % (self._time(), commit))
70 _log.info('%s Posted message: %s' % (self._time(), repr(commit_detail)))
73 _log.error('Malformed commit log for %s' % commit)
106 _log.error('Failed to clean repository: %s' % e)
117 _log.info('Waiting %s seconds' % wait)
119 _log.info('Waiting %s minutes' % (wait / 60))
121 _log.info('Pull attempt %s out of %s' % (attempts, retry_attempts))
126 _log.error('Error pulling from server: %s' % e)
127 _log.error('Output: %s' % e.output
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 34 _log = logging.getLogger(__name__) variable
217 _log.debug(" Deleting:")
219 _log.debug(" " + platform_dir)
222 _log.debug(" (Nothing to delete)")
233 _log.debug(" Adding:")
235 _log.debug(" " + platform_dir)
238 _log.debug(" (Nothing to add)")
250 _log.debug(" %s: (already optimal)" % basename)
251 self.write_by_directory(results_by_directory, _log.debug, " ")
253 _log.debug(" %s: (no baselines found)" % basename
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host.py 43 _log = logging.getLogger(__name__) variable
100 _log.debug('Engaging svn.bat Windows hack.')
104 _log.debug('Failed to engage svn.bat Windows hack.')
120 _log.debug('Engaging git.bat Windows hack.')
124 _log.debug('Failed to engage git.bat Windows hack.')

Completed in 339 milliseconds

1 2 3 4 5