Searched defs:logging (Results 1 - 25 of 1950) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/devil/devil/
H A D__init__.py5 import logging namespace
7 logging.getLogger('devil').addHandler(logging.NullHandler())
/external/perf_data_converter/src/quipper/androidbase/base/
H A Dlogging.cc5 #include "base/logging.h"
7 namespace logging { namespace
11 } // namespace logging
/external/python/cpython3/Lib/asyncio/
H A Dlog.py3 import logging namespace
7 logger = logging.getLogger(__package__)
/external/autotest/client/cros/
H A Dasan.py5 import logging namespace
25 logging.debug("running_on_asan(): symbol: '%s', _ASAN_SYMBOL: '%s'",
H A Ddbus_util.py6 import logging namespace
42 logging.error('Failed to convert dbus object of class: %r',
74 logging.debug('Saw objects %r', objects)
84 logging.debug('Filtered objects: %r', objects)
/external/autotest/client/cros/cellular/
H A Dcellular_logging.py6 import logging namespace
20 log = logging.getLogger(logger_name)
21 log.setLevel(logging.DEBUG)
22 ch = logging.StreamHandler(sys.stdout)
23 ch.setLevel(logging.DEBUG)
24 formatter = logging.Formatter(format_string)
/external/autotest/client/cros/video/detectors/
H A Dkepler.py6 import logging namespace
21 logging.debug("lspci output:\n%s", lspci_result)
24 logging.exception('lspci failed.')
/external/autotest/client/cros/video/
H A Dmethod_logger.py5 import logging namespace
21 """ Actual method doing the logging and also invokes method_to_log
26 logging.debug('+ ' + log_str)
32 logging.debug('*** Begin arguments:')
33 logging.debug(args)
34 logging.debug('=== End arguments.')
37 logging.debug('*** Begin keyword arguments:')
38 logging.debug(kwargs)
39 logging.debug('=== End keyword arguments.')
44 logging
[all...]
/external/autotest/server/cros/
H A Dcfm_jmidata_log_collector.py5 import logging namespace
61 logging.warning('data_type "%s" is not implemented in helper %s, '
67 logging.info('Data Type: %s, Data Array: %s', data_type, str(data_array))
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dlogging_util.py6 It would be named logging, but other modules in this directory use the default
7 logging module, so that would break them.
11 import logging namespace
20 fh = logging.StreamHandler(file_stream)
22 logger = logging.getLogger()
27 fh.setFormatter(logging.Formatter(
34 logger = logging.getLogger()
H A Datexit_with_log.py6 import logging namespace
11 logging.debug('Try running %s', repr(function))
14 logging.debug('Did run %s', repr(function))
16 logging.exception('Exception running %s', repr(function))
/external/chromium-trace/catapult/devil/devil/utils/
H A Dhost_utils.py5 import logging namespace
15 logging.warning('File or directory no longer found: %s', filepath)
/external/curl/tests/python_dependencies/impacket/
H A D__init__.py10 # Set default logging handler to avoid "No handler found" warnings.
11 import logging namespace
13 from logging import NullHandler
15 class NullHandler(logging.Handler):
24 LOG = logging.getLogger(__name__)
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dzip_utils.py5 import logging namespace
21 logging.debug('dir: %s -> %s', dir_path, dir_arc_path)
26 logging.debug('file: %s -> %s', file_path, file_arc_path)
29 logging.debug('file: %s -> %s', path, arc_path)
/external/libtextclassifier/util/base/
H A Dlogging_raw.h25 namespace logging { namespace in namespace:libtextclassifier2
27 // Low-level logging primitive. Logs a message, with the indicated log
33 } // namespace logging
/external/lisa/libs/utils/
H A Danalysis_module.py18 import logging namespace
33 self._log = logging.getLogger('Analysis')
/external/markdown/bin/
H A Dmarkdown32 import logging namespace
37 logger = logging.getLogger('MARKDOWN')
39 logger.addHandler(logging.StreamHandler())
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
H A DTestVectorFactory.py29 import logging namespace
48 self.__logger = logging.getLogger(__name__)
/external/skia/infra/bots/recipe_modules/core/resources/
H A Dbinary_size_utils.py10 import logging namespace
67 logging.warning('nm output parser failed to parse: %s', repr(line))
/external/skqp/infra/bots/recipe_modules/core/resources/
H A Dbinary_size_utils.py10 import logging namespace
67 logging.warning('nm output parser failed to parse: %s', repr(line))
/external/autotest/server/site_tests/bluetooth_AdapterStandalone/
H A Dbluetooth_AdapterStandalone.py7 import logging namespace
55 logging.info('repeat count: %d / %d', i, repeat_count)
/external/autotest/server/site_tests/enterprise_CFM_RebootStress/
H A Denterprise_CFM_RebootStress.py5 import logging namespace
26 logging.info("Performing in total %d reboot cycles...", reboot_cycles)
28 logging.info("Started reboot cycle %d.", cycle)
/external/autotest/server/site_tests/platform_BootDevice/
H A Dplatform_BootDevice.py5 import logging namespace
13 logging.info('======== Running BOOTDEVICE REBOOT ITERATION %d/%d '
16 logging.info('BootDevice: reboot %s', host.hostname)
/external/autotest/site_utils/sponge_lib/
H A Dautotest_dynamic_job.py5 import logging namespace
17 logging.info('Using ACTS task info for %s.', test.testname)
/external/chromium-trace/catapult/devil/devil/android/
H A Dcrash_handler.py6 import logging namespace
11 logger = logging.getLogger(__name__)

Completed in 3095 milliseconds

1234567891011>>