OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_LOGGER
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/build/win/importlibs/
create_importlib_win.py
46
_LOGGER
= logging.getLogger()
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_org/tools/
multi-process-rss.py
40
_LOGGER
= logging.getLogger('multi-process-rss')
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-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py
50
_LOGGER
= logging.getLogger(__name__)
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/
__init__.py
49
_LOGGER
= logging.getLogger(__name__)
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/chrome/tools/build/win/
syzygy_reorder.py
20
_LOGGER
= logging.getLogger()
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".',
resedit.py
22
_LOGGER
= logging.getLogger(__name__)
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
.info('Extracting resource "%s", lang "%d" name "%s"
[
all
...]
syzygy_instrument.py
26
_LOGGER
= logging.getLogger()
31
_LOGGER
.info('Running command "%s".', cmd)
89
_LOGGER
.info('Creating destination directory "%s".',
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py
134
_LOGGER
= logging.getLogger(__name__)
149
_LOGGER
.info('Initializing Dispatcher')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
headerparserhandler.py
135
_LOGGER
= logging.getLogger(__name__)
150
_LOGGER
.info('Initializing Dispatcher')
/external/chromium_org/tools/linux/
procfs.py
26
_LOGGER
= logging.getLogger('procfs')
27
_LOGGER
.addHandler(_NullHandler())
570
_LOGGER
.warn('Failed to read pagemap at 0x%x in %d.' % (vma.begin, pid))
689
_LOGGER
.setLevel(logging.WARNING)
694
_LOGGER
.addHandler(handler)
Completed in 4400 milliseconds