HomeSort by relevance Sort by last modified time
    Searched refs:_log (Results 1 - 25 of 125) 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
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")
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/portlib/src/
xpl_Logger.cc 24 static void _log(int level, CPCHAR format, va_list ap);
40 _log(LOG_DEBUG, format, ap);
48 _log(LOG_WARNING, format, ap);
56 _log(LOG_ERR, format, ap);
66 void _log(int level, CPCHAR format, va_list ap) { function
  /packages/apps/OMA-DM/engine/xpl/src/
xpl_Logger.cc 24 static void _log(int level, CPCHAR format, va_list ap);
40 _log(LOG_DEBUG, format, ap);
48 _log(LOG_WARNING, format, ap);
56 _log(LOG_ERR, format, ap);
66 void _log(int level, CPCHAR format, va_list ap) { function
  /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/ppapi/generators/
idl_log.py 25 self._log = []
32 self._log.append(msg)
39 self._log.append(msg)
48 out = self._log
49 self._log = []
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-inspector-perf-tests 37 _log = logging.getLogger(__name__) variable
  /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/breakpad/
dump_reader_multipart.py 36 _log = logging.getLogger(__name__) variable
75 _log.warning('Failed to execute "%s"' % ' '.join(cmd))
105 _log.error('Unable to find %s' % binary)
106 _log.error(' at %s' % full_path)
109 _log.error(" Could not find breakpad tools, unexpected crashes won't be symbolized")
110 _log.error(' Did you build the target blink_tests?')
111 _log.error('')
130 _log.debug("Generating breakpad symbols")
142 _log.error('Failed to execute "%s"' % ' '.join(cmd))
  /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/layout_tests/
lint_test_expectations.py 46 _log = logging.getLogger(__name__) variable
71 _log.error('')
73 _log.error(warning)
74 _log.error('')
90 _log.error('LayoutTests/%s/README.txt is missing (each virtual suite must have one).' % suite.name)
93 _log.error('')
115 _log.error('Lint failed.')
118 _log.info('Lint succeeded.')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
skip.py 25 _log = logging.getLogger(__name__) variable
32 logger = _log
finder.py 30 _log = logging.getLogger(__name__) variable
67 _log.debug("Cleaning orphaned *.pyc files from: %s" % self.search_directory)
71 _log.info("Deleting orphan *.pyc file: %s" % filename)
122 _log.error("%s is not in one of the test trees." % arg)
134 _log.error("%s is not a python name or an existing file or directory." % arg)
155 _log.debug("Found: %s" % module)
164 _log.info('Skipping tests in the following modules or packages because they %s:' % reason)
166 _log.info(' %s' % prefix)
170 _log.debug(' %s' % m)
172 _log.info(' (https://bugs.webkit.org/show_bug.cgi?id=%d; use --all to include)' % bugid
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.cc 57 (*_log) << _name << std::endl;
58 (*_log) << _description << std::endl;
59 (*_log) << "Input file: " << _inname << std::endl;
60 (*_log) << "Output file: " << _outname << std::endl;
68 (*_log) << "PSNR: " << psnr.average << std::endl;
70 (*_log) << "SSIM: " << ssim.average << std::endl;
72 (*_log) << std::endl;
133 _log = log;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 34 _log = logging.getLogger(__name__) variable
227 _log.debug(" Deleting (SCM):")
229 _log.debug(" " + platform_dir)
235 _log.debug(" Deleting (file system):")
237 _log.debug(" " + platform_dir)
241 _log.debug(" (Nothing to delete)")
252 _log.debug(" Adding:")
254 _log.debug(" " + platform_dir)
262 _log.debug(" (Nothing to add)")
274 _log.debug(" %s: (already optimal)" % basename
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
server_base.py 39 _log = logging.getLogger(__name__) variable
103 _log.debug("%s successfully started (pid = %d)" % (self._name, self._pid))
125 _log.warning('Failed to stop %s: pid file is missing' % self._name)
128 _log.warning('Failed to stop %s: pid file contains %d, not %d' %
135 _log.debug("Attempting to shut down %s server at pid %d" % (self._name, self._pid))
137 _log.debug("%s server at pid %d stopped" % (self._name, self._pid))
158 _log.warning('Failed to remove old %s %s files' % (self._name, log_prefix))
161 _log.debug('Starting %s server, cmd="%s"' % (self._name, self._start_cmd))
197 _log.debug("Waiting for action: %s" % action)
205 _log.debug("Server isn't running at all"
    [all...]
  /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/
host.py 42 _log = logging.getLogger(__name__) variable
97 _log.debug('Engaging svn.bat Windows hack.')
101 _log.debug('Failed to engage svn.bat Windows hack.')
117 _log.debug('Engaging git.bat Windows hack.')
121 _log.debug('Failed to engage git.bat Windows hack.')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 97 _log = logging.getLogger(__name__) variable
179 _log.info("Importing %s into %s", self.dir_to_import, self.destination_directory)
197 _log.info(' scanning ' + cur_dir + '...')
217 _log.info(" pruning %s" % path_base)
227 _log.info(" pruning %s" % path_base)
310 _log.warning("W3CImportExpectations:%s should not have any specifiers" % line.line_numbers)
347 _log.error('%s refers to a directory' % orig_filepath)
351 _log.warning('%s not found. Possible error in the test.', orig_filepath)
361 _log.info(' skipping import of existing file ' + new_filepath)
366 _log.info(' importing %s', os.path.relpath(new_filepath, self.layout_tests_dir)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
linux.py 40 _log = logging.getLogger(__name__) variable
83 _log.warning('Could not determine architecture from "file" output: %s' % file_output)
125 _log.error('For complete Linux build requirements, please see:')
126 _log.error('')
127 _log.error(' http://code.google.com/p/chromium/wiki/LinuxBuildInstructions')
150 _log.error(' Please install using: "sudo apt-get install apache2 libapache2-mod-php5"')
151 _log.error('')
160 _log.error(' Please install using: "sudo apt-get install lighttpd php5-cgi"')
161 _log.error('')
173 _log.error("Could not find apache. Not installed or unknown path."
    [all...]

Completed in 409 milliseconds

1 2 3 4 5