Searched refs:_LOGGER (Results 1 - 11 of 11) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A D__init__.py50 _LOGGER = logging.getLogger(__name__) variable
68 _LOGGER.debug('Client\'s opening handshake resource: %r', request.uri)
81 _LOGGER.debug(
94 _LOGGER.debug('Trying protocol version %s', name)
97 _LOGGER.info('Established (%s protocol)', name)
100 _LOGGER.debug(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
H A D__init__.py49 _LOGGER = logging.getLogger(__name__) variable
65 _LOGGER.debug('Client\'s opening handshake resource: %r', request.uri)
78 _LOGGER.debug(
88 _LOGGER.debug('Trying protocol version %s', name)
91 _LOGGER.info('Established (%s protocol)', name)
94 _LOGGER.debug(
/external/chromium_org/tools/
H A Dmulti_process_rss.py40 _LOGGER = logging.getLogger('multi-process-rss') variable
41 _LOGGER.addHandler(_NullHandler())
85 _LOGGER.warning('/proc/%d/maps not found.' % pid)
89 _LOGGER.warning('/proc/%d/pagemap not found.' % pid)
109 _LOGGER.warning('/proc/%d/statm not found.' % pid)
124 _LOGGER.setLevel(logging.WARNING)
125 _LOGGER.addHandler(logging_handler)
133 _LOGGER.error('%s is not supported.' % sys.platform)
/external/chromium_org/build/
H A Dget_syzygy_binaries.py24 _LOGGER = logging.getLogger(os.path.basename(__file__)) variable
56 _LOGGER.debug('Executing %s.', cmd)
71 _LOGGER.debug('No state file found.')
74 _LOGGER.debug('Reading state file: %s', path)
78 _LOGGER.debug('Invalid state file.')
85 _LOGGER.debug('Writing state file: %s', path)
100 _LOGGER.debug('State must be a dict.')
104 _LOGGER.debug('State contains an invalid revision.')
108 _LOGGER.debug('State must contain a contents dict.')
112 _LOGGER
[all...]
/external/chromium_org/chrome/tools/build/win/
H A Dresedit.py22 _LOGGER = logging.getLogger(__name__) variable
73 _LOGGER.info('Canceling edits to "%s".', self.input_file)
78 _LOGGER.info('Removing temporary directory "%s".', self._temp_dir)
87 _LOGGER.info('Loading input_file from "%s"', input_file)
95 _LOGGER.info('Created temporary directory "%s".', self._temp_dir)
106 _LOGGER.info('Opening temp file "%s".', self._temp_file)
130 _LOGGER.info('Extracting all resources from "%s" to directory "%s".',
134 _LOGGER.info('Destination directory "%s" exists, deleting', extract_to)
155 _LOGGER.info('Extracting resource "%s", lang "%d" name "%s" '
173 _LOGGER
[all...]
H A Dsyzygy_reorder.py20 _LOGGER = logging.getLogger() variable
28 _LOGGER.info('Running command "%s".', cmd)
58 _LOGGER.info('Reordering "%s" according to "%s".',
64 _LOGGER.info('Randomly reordering "%s"', executable)
75 _LOGGER.info('Creating destination directory "%s".',
H A Dsyzygy_instrument.py26 _LOGGER = logging.getLogger() variable
31 _LOGGER.info('Running command "%s".', cmd)
89 _LOGGER.info('Creating destination directory "%s".',
/external/chromium_org/build/win/importlibs/
H A Dcreate_importlib_win.py46 _LOGGER = logging.getLogger() variable
60 _LOGGER.info('Running "%s" returned %d.', cmd, ret)
111 _LOGGER.info('Writing asm file "%s".', asm_name)
137 _LOGGER.info('Writing def file "%s".', def_name)
158 _LOGGER.info('Created "%s".', output_file)
199 _LOGGER.info('Created temporary directory "%s."', temp_dir)
206 _LOGGER.exception('Failed to create import lib.')
211 _LOGGER.info('Deleted temporary directory "%s."', temp_dir)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dheaderparserhandler.py134 _LOGGER = logging.getLogger(__name__) variable
149 _LOGGER.info('Initializing Dispatcher')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dheaderparserhandler.py135 _LOGGER = logging.getLogger(__name__) variable
150 _LOGGER.info('Initializing Dispatcher')
/external/chromium_org/tools/linux/
H A Dprocfs.py26 _LOGGER = logging.getLogger('procfs') variable
27 _LOGGER.addHandler(_NullHandler())
585 _LOGGER.warn('Failed to read pagemap at 0x%x in %d.' % (vma.begin, pid))
707 _LOGGER.setLevel(logging.WARNING)
712 _LOGGER.addHandler(handler)

Completed in 314 milliseconds