HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 176 - 200 of 1200) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/tools/
isolate_driver.py 24 import logging namespace
48 logging.debug('Loading %s', ninja_path)
104 logging.info('Loaded %d ninja files, %d build steps', total, len(build_steps))
150 logging.warning('Circular dependency for %s!', target)
156 logging.info('Failed to find a build step to generate: %s', target)
158 logging.debug('collect_deps(%s) -> %s', target, dependencies)
221 logging.debug(
246 logging.info('Added %d dynamic libs', len(binary_deps))
247 logging.debug('%s', isolate_content)
252 logging.basicConfig(level=logging.ERROR, format='%(levelname)7s %(message)s'
    [all...]
sync-webkit-git.py 15 import logging namespace
28 logging.info(' '.join(command))
32 logging.info('Returned "%s"' % out)
99 logging.info(' '.join(cmd))
186 logging.basicConfig(level=logging.INFO)
  /external/chromium_org/build/android/pylib/utils/
reraiser_thread.py 8 import logging namespace
28 logging.critical('*' * 80)
29 logging.critical('Stack dump for thread \'%s\'', thread.name)
30 logging.critical('*' * 80)
32 logging.critical('File: "%s", line %d, in %s', filename, lineno, name)
34 logging.critical(' %s', line.strip())
35 logging.critical('*' * 80)
emulator.py 11 import logging namespace
97 logging.info('Emulator killing is async; give a few seconds for all to die.')
117 logging.info('Delete AVD %s' % avd_name)
168 logging.info('Emulator launch %d with avd_name=%s and api=%d',
192 logging.info('Specified emulator named avd_name=%s launched', avd_name)
279 logging.info('Create AVD command: %s', avd_cmd_str)
325 logging.info('Delete AVD command: %s', ' '.join(avd_command))
363 logging.info('Emulator launch command: %s', ' '.join(emulator_command))
377 logging.info('Aggressive Image Cleanup')
384 logging.info('Deleting emulator image %s', full_name
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 18 Configuration functions for the logging package for Python. The core package
24 To use, simply 'import logging' and log away!
27 import sys, logging, logging.handlers, socket, struct, os, traceback, re namespace
48 # reconfiguration of logging.
55 Read the logging configuration from a ConfigParser-format file.
73 logging._acquireLock()
75 logging._handlers.clear()
76 del logging._handlerList[:]
77 # Handlers add themselves to logging._handler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 18 Configuration functions for the logging package for Python. The core package
24 To use, simply 'import logging' and log away!
27 import sys, logging, logging.handlers, socket, struct, os, traceback, re namespace
48 # reconfiguration of logging.
55 Read the logging configuration from a ConfigParser-format file.
73 logging._acquireLock()
75 logging._handlers.clear()
76 del logging._handlerList[:]
77 # Handlers add themselves to logging._handler
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_initializer.cc 9 #include "base/logging.h"
77 util::Log(logging::LOG_VERBOSE, FROM_HERE, "[Initialize] Start.");
83 util::Log(logging::LOG_VERBOSE, FROM_HERE,
107 util::Log(logging::LOG_VERBOSE, FROM_HERE,
116 util::Log(logging::LOG_VERBOSE, FROM_HERE,
141 util::Log(logging::LOG_VERBOSE, FROM_HERE,
157 util::Log(logging::LOG_VERBOSE, FROM_HERE,
180 util::Log(logging::LOG_VERBOSE, FROM_HERE,
188 util::Log(logging::LOG_VERBOSE, FROM_HERE,
259 util::Log(logging::LOG_VERBOSE, FROM_HERE
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 19 import logging namespace
20 logging.getLogger().setLevel(logging.ERROR)
68 logging.debug("Locked device %s"%device)
109 logging.info("No power monitor serial devices found. Retrying...")
111 logging.error("No power monitor serial devices found. Exiting")
117 logging.error("=======================================")
118 logging.error("More than one power monitor discovered!")
119 logging.error("Test may not execute properly.Aborting test.")
120 logging.error("======================================="
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
printer.py 24 import logging namespace
30 _log = logging.getLogger(__name__)
54 log_level = logging.INFO
56 log_level = logging.WARNING
58 log_level = logging.DEBUG
63 handler = logging.StreamHandler(self.stream)
73 formatter = logging.Formatter("%(message)s")
76 logger = logging.getLogger()
78 logger.setLevel(logging.NOTSET)
96 testing_filter = logging.Filter(
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/nacl/
httpd.py 13 import logging namespace
36 logging.getLogger().setLevel(logging.INFO)
55 logging.error('For security, httpd.py should only be run from within the')
56 logging.error('example directory tree.')
57 logging.error('We are currently in %s.' % serve_path)
179 logging.info("Starting local server on port %d", server_address[1])
180 logging.info("To shut down send http://localhost:%d?quit=1",
185 logging.info("Received keyboard interrupt.")
188 logging.info("Shutting down local server on port %d", server_address[1]
    [all...]
  /external/skia/platform_tools/nacl/
httpd.py 13 import logging namespace
36 logging.getLogger().setLevel(logging.INFO)
55 logging.error('For security, httpd.py should only be run from within the')
56 logging.error('example directory tree.')
57 logging.error('We are currently in %s.' % serve_path)
179 logging.info("Starting local server on port %d", server_address[1])
180 logging.info("To shut down send http://localhost:%d?quit=1",
185 logging.info("Received keyboard interrupt.")
188 logging.info("Shutting down local server on port %d", server_address[1]
    [all...]
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 18 import logging namespace
180 logging.warning(msg)
191 logging.warning('Will retry test, try #%s.' % test.tries)
221 logging.warning('Creating shard %s for device %s.', index, device)
229 logging.warning('Failed to create shard for %s: [%s]', device, e)
250 logging.warning('Running tests with %s test runners.' % (len(runners)))
274 logging.error(e)
278 logging.error('Only ran %d tests (all devices are likely offline).' %
306 logging.warning('Creating %s test runners.' % len(devices))
357 logging.critical('No tests to run.'
    [all...]
  /external/chromium_org/build/android/pylib/linker/
test_case.py 38 import logging namespace
92 logging.error('Could not find linker source file: ' + source_path)
98 logging.error(
104 logging.error('Unexpected browser config value: ' + configs[0])
107 logging.info('Found linker browser shared RELRO config: ' + configs[0])
260 logging.info('%s library load map: %s', process_type, lib_addr_map)
318 logging.info('Running linker test: %s', self.tagged_name)
403 logging.info('Browser libraries: %s', browser_libs)
404 logging.info('Renderer libraries: %s', renderer_libs)
410 logging.error('Library set mistmach browser=%s renderer=%s'
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
httpd.py 8 import logging namespace
38 logging.error('For security, httpd.py should only be run from within the')
39 logging.error('example directory tree.')
40 logging.error('Attempting to serve from %s.' % abs_serve_dir)
41 logging.error('Run with --no-dir-check to bypass this check.')
62 logging.debug('Looking for cached delegate in %s...' % dirname)
68 logging.debug('Found None.')
70 logging.debug('Found delegate.')
75 logging.debug('Testing file %s for existence...' % handler_script)
77 logging.debug
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 82 class Logging:
83 """A super-simple logging class"""
90 logging = Logging() variable
145 # "goopy.logging:"
148 # " -v,--verbosity: Logging verbosity"
159 # " -v,--verbosity: Logging verbosity"
166 # " -v,--verbosity: Logging verbosity"
193 logging.error('Could not locate "%s"' % self.long_name)
199 logging.info('Running: %s %s </dev/null 2>&1
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 82 class Logging:
83 """A super-simple logging class"""
90 logging = Logging() variable
145 # "goopy.logging:"
148 # " -v,--verbosity: Logging verbosity"
159 # " -v,--verbosity: Logging verbosity"
166 # " -v,--verbosity: Logging verbosity"
193 logging.error('Could not locate "%s"' % self.long_name)
199 logging.info('Running: %s %s </dev/null 2>&1
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 7 import logging namespace
65 logging.info('OS: %s %s',
71 logging.info('Model: %s', system_info.model_name)
74 logging.info('GPU device %d: %s', i, device)
76 logging.info('GPU Attributes:')
78 logging.info(' %-20s: %s', k, v)
80 logging.info('Feature Status:')
82 logging.info(' %-20s: %s', k, v)
84 logging.info('Driver Bug Workarounds:')
86 logging.info(' %s', workaround
    [all...]
  /external/chromium_org/base/mac/
mach_logging.h 12 #include "base/logging.h"
34 namespace logging { namespace
36 class BASE_EXPORT MachLogMessage : public logging::LogMessage {
50 } // namespace logging
61 logging::MachLogMessage(__FILE__, __LINE__, \
101 namespace logging { namespace
103 class BASE_EXPORT BootstrapLogMessage : public logging::LogMessage {
117 } // namespace logging
125 logging::BootstrapLogMessage(__FILE__, __LINE__, \
mac_logging.h 10 #include "base/logging.h"
30 namespace logging { namespace
32 class BASE_EXPORT OSStatusLogMessage : public logging::LogMessage {
46 } // namespace logging
57 logging::OSStatusLogMessage(__FILE__, __LINE__, \
  /external/chromium_org/build/android/pylib/
cmd_helper.py 7 import logging namespace
49 logging.info(str(args) + ' ' + (cwd or ''))
97 logging.info(s)
103 logging.critical(stderr)
105 logging.debug('Truncated output:')
106 logging.debug(stdout[:4096])
  /external/chromium_org/build/win/importlibs/
create_importlib_win.py 8 import logging namespace
46 _LOGGER = logging.getLogger()
180 help='Verbose logging.')
193 logging.basicConfig(level=logging.INFO)
195 logging.basicConfig(level=logging.WARN)
  /external/chromium_org/chrome/common/extensions/docs/server2/
gcs_file_system.py 15 import logging namespace
74 logging.debug('gcs: using debug access token: %s' % debug_access_token)
77 logging.debug('gcs: prefixing all bucket names with %s' %
88 logging.debug('gcs: requested path "%s", reading "%s"' %
119 logging.warn(('Authentication error on Cloud Storage. Check if your'
127 logging.debug(traceback.format_exc())
  /external/chromium_org/chrome/installer/util/
legacy_firewall_manager_win.cc 7 #include "base/logging.h"
22 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
29 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
35 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
87 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr);
105 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
119 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream_unittest.py 29 import logging namespace
47 self.logger = logging.getLogger(__name__)
48 self.logger.setLevel(logging.DEBUG)
68 handler = logging.StreamHandler(logging_stream)
69 root_logger = logging.getLogger()
72 root_logger.setLevel(logging.DEBUG)
  /external/chromium_org/build/android/pylib/host_driven/
test_server.py 18 import logging namespace
110 logging.info('URL %s GOT: %s' % (test_url, d))
114 logging.info('URL %s GOT: %s' % (test_url, e))

Completed in 1064 milliseconds

1 2 3 4 5 6 78 91011>>