| /external/autotest/scheduler/ |
| prejob_task.py | 57 import logging 179 logging.info("starting verify on %s", self.host.hostname) 217 logging.info("starting cleanup task for host: %s", self.host.hostname) 271 logging.info('starting reset task for host: %s', 383 logging.warning('Could not parse cros-version. Error msg: %s', e) 406 logging.info("starting provision task for host: %s", self.host.hostname) 457 logging.info("repair_task starting")
|
| /external/autotest/server/hosts/ |
| adb_host.py | 8 import logging 248 logging.debug(msg) 257 logging.debug('Connecting to device over TCP/IP') 335 adb's server is known to have bugs and randomly restart. BY logging 339 logging.debug('ADB Server PID: %s', adb_pid.stdout) 401 logging.debug('Command: %s', cmd) 471 logging.error('Unable to reset the device adb daemon connection: ' 532 logging.error('Failed to parse the exit code for command: `%s`.' 594 logging.debug('Host %s is now up, and can be accessed by %s.', 598 logging.debug('Host %s is still down after waiting %d seconds' [all...] |
| /external/autotest/site_utils/ |
| perf_compare.py | 62 import logging 132 logging.error('Perf key "%s" isn\'t associated with a known ' 136 logging.error('Perf key "%s" is associated with more than one ' 238 logging.info('Invoking crosperf with created experiment file...') 248 logging.debug(next_line) 254 logging.error('Crosperf returned exit code %s', exit_code) 259 logging.error('Crosperf report file missing, cannot proceed.') 262 logging.info('Crosperf run complete.') 263 logging.info('Crosperf results available in "%s"', result_dir) 329 logging.info('P-value results available in "%s"', result_file [all...] |
| /external/google-benchmark/ |
| mingw.py | 6 import logging 29 Provides an implementation that performs no logging 290 logger = logging.getLogger('mingw') 291 handler = logging.StreamHandler() 292 formatter = logging.Formatter('%(message)s') 295 logger.setLevel(logging.INFO) 297 logger.setLevel(logging.WARN) 299 logger.setLevel(logging.DEBUG)
|
| /external/lisa/libs/utils/android/ |
| system.py | 18 import logging 49 log = logging.getLogger('System') 121 log = logging.getLogger('System') 130 log = logging.getLogger('System') 163 log = logging.getLogger('System') 185 log = logging.getLogger('System') 248 log = logging.getLogger('System')
|
| /external/python/cpython3/Lib/multiprocessing/ |
| util.py | 29 # Logging 65 import logging 67 logging._acquireLock() 71 _logger = logging.getLogger(LOGGER_NAME) 74 # XXX multiprocessing should cleanup before logging 83 logging._releaseLock() 89 Turn on logging and add a handler which prints to stderr 92 import logging 95 formatter = logging.Formatter(DEFAULT_LOGGING_FORMAT) 96 handler = logging.StreamHandler( [all...] |
| /external/tensorflow/tensorflow/contrib/slim/python/slim/ |
| learning.py | 266 from tensorflow.python.platform import tf_logging as logging 366 logging.info('Var %s has no gradient', var.op.name) 495 logging.info('Writing trace to %s', trace_filename) 504 logging.info('global step %d: loss = %.4f (%.3f sec/step)', 748 logging.info('Starting Session.') 750 logging.info( 762 logging.info('Starting Queues.') 771 logging.info('Stopping Training.') 777 logging.info('Caught OutOfRangeError. Stopping Training. %s', e) 779 logging.info('Finished training! Saving model to disk.' [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/ |
| mingw.py | 6 import logging 29 Provides an implementation that performs no logging 290 logger = logging.getLogger('mingw') 291 handler = logging.StreamHandler() 292 formatter = logging.Formatter('%(message)s') 295 logger.setLevel(logging.INFO) 297 logger.setLevel(logging.WARN) 299 logger.setLevel(logging.DEBUG)
|
| /system/core/init/ |
| perfboot.py | 45 import logging 130 logging.info('Current CPU temperature %s' % temp) 217 logging.warning('dm-verity is not enabled for /%s. Did you run ' 257 logging.warning('Unknown tag \'%s\'. Ignoring...', tag) 319 logging.error('Invalid record found: ' + line.getvalue()) 430 logging.getLogger().setLevel(logging.INFO)
|
| /test/vts/runners/host/ |
| utils.py | 22 import logging 220 logging.warning('cwd: %s', os.getcwd()) 224 logging.info('checking %s', base_path) 227 logging.info('found') 391 logging.exception("Cannot send signal %s to process group %d: %s", 429 logging.debug("Start standing subprocess with cmd: %s", cmd) 446 logging.debug("Stop standing subprocess %d", proc.pid)
|
| /external/autotest/client/cros/cellular/wardmodem/ |
| wardmodem.py | 9 import logging 65 self._logger = logging.getLogger(__name__) 209 logging.warning('Could not open modem_port |%s|\nError:\n%s', 352 self._logger = logging.getLogger(__name__) 712 logging.info('Captured Ctrl-C. Exiting wardmodem.') 715 logging.warning('Captured unexpected signal: %s', 727 root = logging.getLogger() 733 logging.basicConfig(format=logger_format, 734 level=logging.DEBUG) 737 logging.info('\n####################################################\n [all...] |
| /external/autotest/client/cros/ |
| touch_playback_test_base.py | 5 import logging 108 logging.info('Did not find files for this device!') 157 logging.info('Looking for %s', url) 161 logging.info('File download failed!') 162 logging.debug(e.msg) 199 logging.info('%s turned %s.', setting, 'on' if value else 'off') 364 logging.info('Kernel events seen:\n%s', events) 476 logging.error('SCROLL POSITION: %s', pos) 580 """Put the test page's event log into logging.info.""" 581 logging.info('EVENTS LOG:' [all...] |
| /external/autotest/server/ |
| site_linux_system.py | 7 import logging 53 logging.info('%s system capabilities: %r', 96 logging.debug('Current regulatory domain %r', 177 logging.debug('Got phys for frequency: %r', phys_for_frequency) 254 logging.debug('Cleaning up host object for %s', self.role) 388 logging.warning( 392 logging.debug( 506 logging.debug('Skipped setting frequency for DEV %s ' 510 logging.debug('Skipped setting frequency for DEV %s ' 721 logging.info('Pinging from the %s.', self.role [all...] |
| /packages/apps/Launcher3/src/com/android/launcher3/logging/ |
| UserEventDispatcher.java | 17 package com.android.launcher3.logging; 19 import static com.android.launcher3.logging.LoggerUtils.newAction; 20 import static com.android.launcher3.logging.LoggerUtils.newCommandAction; 21 import static com.android.launcher3.logging.LoggerUtils.newContainerTarget; 22 import static com.android.launcher3.logging.LoggerUtils.newControlTarget; 23 import static com.android.launcher3.logging.LoggerUtils.newDropTarget; 24 import static com.android.launcher3.logging.LoggerUtils.newItemTarget; 25 import static com.android.launcher3.logging.LoggerUtils.newLauncherEvent; 26 import static com.android.launcher3.logging.LoggerUtils.newTarget; 27 import static com.android.launcher3.logging.LoggerUtils.newTouchAction [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| write_err_android.go | 20 // Prior to Android-L, logging was done through writes to /dev/log files implemented 22 // accessible and logging is done through a centralized user-mode logger, logd. 31 // TODO(hakim): logging for emulator? 70 if v == 0 { // android logging won't print a zero byte 116 msg := []byte("runtime: cannot create a socket for logging\x00")
|
| /prebuilts/go/linux-x86/src/runtime/ |
| write_err_android.go | 20 // Prior to Android-L, logging was done through writes to /dev/log files implemented 22 // accessible and logging is done through a centralized user-mode logger, logd. 31 // TODO(hakim): logging for emulator? 70 if v == 0 { // android logging won't print a zero byte 116 msg := []byte("runtime: cannot create a socket for logging\x00")
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_urllib2net.py | 98 import logging
99 logger = logging.getLogger("test_urllib2net")
100 logger.addHandler(logging.StreamHandler())
191 import logging
192 debug = logging.getLogger("test_urllib2").debug
|
| /external/autotest/client/bin/ |
| fio_util.py | 18 import logging 212 logging.info('fio_graph_generator._write_graph %s %s %s', 322 logging.info('log_type %s', log_type) 341 logging.warn('Unknown log file %s', log) 407 logging.debug(fio.stdout)
|
| /external/autotest/client/common_lib/ |
| utils_unittest.py | 5 import logging 694 LOG_LEVELS = [logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR, 695 logging.CRITICAL] 700 self.god.stub_function(utils.logging, 'warning') 701 self.god.stub_function(utils.logging, 'debug') 736 # expect some king of logging.debug() call but don't care about args 737 utils.logging.debug.expect_any_call( [all...] |
| /external/autotest/client/cros/multimedia/ |
| audio_facade_native.py | 9 import logging 90 logging.debug('Loaded extension: %s', extension) 191 logging.info('AudioFacadeNative playback file: %r. format: %r', 228 logging.info('AudioFacadeNative record format: %r', data_format) 249 logging.error('Recorded file contains all zeros. '
|
| /external/autotest/server/cros/ap_configurators/ |
| belkinF9K_ap_configurator.py | 7 import logging 62 logging.info("Page did not load or %s", str(e)) 153 logging.info("Driver title page did not load or %s", str(e)) 221 logging.debug('This router (%s) does not support radio', self.name) 226 logging.debug('This router %s does not support multiple bands.',
|
| /external/autotest/server/cros/cfm/configurable_test/ |
| actions.py | 5 import logging 27 logging.info('Executing action "%s"', self) 29 logging.info('Done executing action "%s"', self) 281 logging.debug('Power cycling devices: %s', devices_to_cycle) 358 logging.info(
|
| /external/autotest/server/cros/chaos_lib/ |
| chaos_parser.py | 8 import logging 63 logging.info('Created CSV file %s', path) 65 logging.error('File operation failed with %s: %s', e.errno, 343 logging.basicConfig(level=logging.INFO)
|
| /external/autotest/server/cros/clique_lib/ |
| clique_runner.py | 6 import logging 45 logging.info('Server time: %s', dt.strftime('%a %b %d %H:%M:%S %Y')) 104 logging.error('DUT %s not healthy.', dut.host.hostname) 128 logging.info('Syncing epoch time on DUTs to %d seconds.', epoch_seconds) 177 logging.error('Connection worker %s not healthy.',
|
| /external/autotest/server/cros/ |
| factory_install_test.py | 22 import glob, logging, os, re, shutil, socket, sys, thread, time, traceback 238 logging.info("Creating factory install image: %s", modified_image) 281 logging.info("Test statuses: %s", status_map) 329 logging.info("Install succeeded! lsb-release is:\n%s", data) 374 logging.info("Exception in cleanup task:")
|