| /external/autotest/client/cros/ |
| kernel_config.py | 5 import gzip, logging, os, re 16 logging.info('ok: %s', msg) 19 logging.error('FAIL: %s', msg) 31 logging.error('FATAL: %s', msg) 139 logging.info('Falling back to reading %s', filename)
|
| /external/autotest/client/profilers/oprofile/ |
| oprofile.py | 15 import logging 142 logging.info('Starting oprofile: %s' % self.start_time) 144 logging.info('Ending oprofile: %s' % self.stop_time) 151 logging.info('Starting oprofile: %s' % self.start_time) 153 logging.info('Ending oprofile: %s' % self.stop_time)
|
| /external/autotest/client/site_tests/audio_ActiveStreamStress/ |
| audio_ActiveStreamStress.py | 5 import logging 64 logging.info('Total streams closed: %d', pop_count) 69 logging.info('Total new streams created: %d', push_count) 74 logging.info('Total streams closed: %d', pop_count) 135 logging.debug('No cras crash detected!')
|
| /external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/ |
| autoupdate_StartOOBEUpdate.py | 4 import logging 30 logging.info('Update engine log saved to results dir.') 65 logging.info(status) 79 logging.debug(status) 169 logging.error('Failure setting up sim card.')
|
| /external/autotest/client/site_tests/desktopui_ScreenLocker/ |
| desktopui_ScreenLocker.py | 6 import logging 66 logging.debug('lock_screen') 92 logging.debug('Locking screen through the keyboard shortcut') 109 logging.debug('attempt_unlock_bad_password') 132 logging.debug('unlock_screen')
|
| /external/autotest/client/site_tests/graphics_WebGLPerformance/ |
| graphics_WebGLPerformance.py | 14 import logging 64 logging.info('results: %s', results) 82 logging.info('WebGLPerformance: time_ms_geom_mean = %f', 128 logging.warning('Test is too slow to run regularly.') 149 logging.debug('Number of tests: %d, passed: %d, '
|
| /external/autotest/client/site_tests/platform_AddPrinter/ |
| platform_AddPrinter.py | 6 import logging 109 logging.info('add printer from ppd:' + ppd_path); 143 logging.info('cmp output:' + output); 153 logging.info('delete component:' + component); 173 logging.info('download component:' + component);
|
| /external/autotest/client/site_tests/platform_InitLoginPerf/ |
| platform_InitLoginPerf.py | 5 import logging 157 logging.debug('tpm_more_status: %r', 177 logging.debug('Attestation prepared: %r', attestation_line) 178 logging.debug('Ownership done: %r', ownership_line) 214 logging.info('Results: %s', self.results)
|
| /external/autotest/client/site_tests/security_DeviceJail_Filesystem/ |
| security_DeviceJail_Filesystem.py | 6 import logging 34 logging.debug('Attempting to mount device_jail_fs on %s', self._mount) 52 logging.debug('Checking device %s', filename) 94 logging.warn('Timeout expired, killing device_jail_fs') 102 logging.info('Waiting %d seconds for device_jail_fs shutdown',
|
| /external/autotest/server/cros/ap_configurators/ |
| dlink_dir505l_ap_configurator.py | 8 import logging 100 logging.debug("No alert present") 133 logging.debug('This router (%s) does not support enabling/disabling ' 167 logging.debug('This router (%s) does not support multiple bands.', 181 logging.debug('This router (%s) does not support WEP', self.name)
|
| dlink_dwl2100_ap_configurator.py | 7 import logging 136 logging.debug('This router (%s) does not support multiple modes.', 150 logging.debug('This AP does not supported disabling the radio.') 202 logging.debug('This router (%s) does not support multiple bands.', 232 logging.debug('This router (%s) does not support WEP.',
|
| /external/autotest/server/hosts/ |
| servo_host.py | 13 import logging 313 logging.error(e) 431 logging.exception('Scheduling reboot job failed due to Exception.') 460 logging.info('servo host has the following duts: %s', dut_list) 462 logging.info('servo host has multiple duts, scheduling ' 467 logging.info('Rebooting servo host %s from build %s', 480 # with the logging bits ripped out, so that they can't cause 481 # the failure logging problem described above. 495 logging.info('servo host %s back from reboot, with build %s', 531 logging.info('Not attempting an update, either %s is not running [all...] |
| /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
| enterprise_longevity_helper.py | 10 import logging 187 logging.info('Copied %s to %s)', aggregated_fpath, results_fpath) 204 logging.info('Performance values: %s', perf_values) 205 logging.info('90th percentile: cpu: %s, mem: %s, temp: %s', 233 logging.info('Median of 90th percentile: cpu: %s, mem: %s, temp: %s',
|
| /external/autotest/server/site_tests/hardware_StorageStress/ |
| hardware_StorageStress.py | 5 import logging, sys, time 116 logging.info(str('check data count: %d' % self._loop_count)) 146 logging.info('_write_data') 156 logging.info(str('_verify_data #%d' % self._loop_count)) 169 logging.info(str('_full_disk_write #%d' % self._loop_count))
|
| /external/autotest/server/site_tests/kernel_BootMessagesServer/ |
| kernel_BootMessagesServer.py | 5 import logging, os, re 144 logging.error(msg) 151 logging.error('ACPI mismatch\n%s:' % rv) 179 logging.error(msg) 188 logging.error('UNEXPECTED DMESG: %s' % line)
|
| /external/autotest/server/site_tests/network_EthCapsServer/ |
| network_EthCapsServer.py | 5 import logging, os, re, socket, subprocess, tempfile, threading, time 70 logging.info("Wake thread sent WOL wakeup") 100 logging.debug(ln) 104 logging.info("mac addr = %s", self._mac_addr) 126 logging.info("Client cmd = %s", cmd)
|
| /external/autotest/server/site_tests/network_WiFi_RateControl/ |
| network_WiFi_RateControl.py | 5 import logging 86 logging.info('Analyzing packet capture...') 93 logging.info('Grouping frames by MCS index') 97 logging.info('Saw WiFi frames with MCS indices: %r', counts) 128 logging.error('Unable to determine if DUT has conducted '
|
| /external/autotest/server/site_tests/platform_GCC/ |
| platform_GCC.py | 5 import glob, logging, os, shutil 40 logging.info('%d results parsed in baseline (%s).' % 43 logging.info('%d results parsed in new log (%s).' % 84 logging.info('No gcc directory found, attempting to untar from %s' 94 logging.info('Testing gcc in the following directory: %s' % gcc_dir)
|
| /external/autotest/site_utils/ |
| mysql_bootstrap.py | 44 import logging 154 logging.error("Cannot become/ssh into dest host. You need to bootstrap " 193 logging.error('Unable to get gateway: %s', e) 225 logging.info('Bootstrapping user %s on host %s against db server %s', 231 logging.info('Enabling access through gateway %s', gateway)
|
| /external/chromium-trace/catapult/systrace/profile_chrome/ |
| main.py | 7 import logging 61 parser.add_option('-v', '--verbose', help='Verbose logging.', 85 logging.basicConfig() 88 logging.getLogger().setLevel(logging.DEBUG) 144 logging.warning('Using the "webview" category in atrace together with '
|
| /external/libmojo/third_party/catapult/devil/devil/android/ |
| ports.py | 10 import logging 41 logging.exception('Error while resetting port allocation') 73 logging.exception('ERror while allocating port') 79 logging.info('Allocate port %d for test server.', port) 81 logging.error('Could not allocate port for test server. '
|
| /external/tensorflow/tensorflow/contrib/learn/python/learn/ |
| graph_actions.py | 44 from tensorflow.python.platform import tf_logging as logging 96 logging.info('Loading model from checkpoint: %s.', checkpoint_path) 101 logging.info('No variables found in graph, not creating Saver() object.') 229 logging.warning('Training got Aborted error. Keep training.') 319 logging.info('Training steps [%d,%s)', last_step, 'inf' 336 logging.error(failure_message) 339 logging.warning(failure_message) 347 logging.error( 354 logging.info( 359 logging.warn('Got exception during tf.learn training loop possibly [all...] |
| /test/framework/harnesses/host_controller/ |
| main.py | 20 import logging 83 logging.warning("Script execution time is longer than loop " 89 logging.error("Unexpected timestamps: current=%f, next=%f", 143 root_logger = logging.getLogger() 144 root_logger.setLevel(getattr(logging, config_json["log_level"]))
|
| /test/vts/runners/host/tcp_server/ |
| callback_server_test.py | 19 import logging 119 logging.info('Sending Request to host %s using port %s', host, port) 127 logging.info("Sent: %s", message) 132 logging.info('Received: %s', received_message) 134 logging.error(e)
|
| /test/vts/testcases/host/shell/ |
| SampleShellTest.py | 18 import logging 39 logging.info(str(results[const.STDOUT])) 49 logging.info(str(results[const.STDOUT])) 61 logging.info(str(results[const.STDOUT])) 109 logging.info(str(results[const.STDOUT]))
|