| /external/webrtc/tools/network_emulator/ |
| emulate.py | 13 import logging 22 _DEFAULT_LOG_LEVEL = logging.INFO 131 """Setup logging.""" 134 log_level = logging.DEBUG 135 logging.basicConfig(level=log_level, format='%(message)s') 159 logging.error('Error: %s\n\nCause: %s', e.fail_msg, e.error) 167 logging.info('Constraining traffic to/from IP: %s', external_ip) 170 logging.info('Started network emulation with the following configuration:\n' 183 logging.info('Affected traffic: IP traffic on ports %s-%s', 186 logging.info('Flushing all Dummynet rules...' [all...] |
| /development/gsi/gsi_util/gsi_util/mounters/ |
| image_mounter.py | 21 import logging 52 logging.info('Prepare file %s -> %s', filename_in_storage, out_file) 57 logging.error('File does not exist: %s', filename_in_storage) 77 logging.debug('Checking system-as-root in %s...', raw_image_file) 94 logging.debug( 117 logging.debug('Created temp dir: %s', temp_dir) 128 logging.debug('Removing temp dir: %s', self._temp_dir)
|
| /external/autotest/client/cros/chameleon/ |
| chameleon_screen_test.py | 5 import logging 68 logging.info('Hide cursor and do screen comparison again...') 85 logging.info('Compare the calibration image directly...') 96 """Loads calibration image on the CrOS with logging 111 logging.info('Waiting for calibration image to stabilize...') 155 logging.info('Warning: %s', error) 171 logging.info('Retry screen comparison again...') 195 logging.error(error)
|
| chameleon_video_capturer.py | 5 import logging 105 logging.debug("***# of frames received %s", count) 106 logging.debug("Checksums before chopping repeated ones") 108 logging.debug(c) 118 logging.debug("*** First interesting frame at index = %s", first_index) 145 logging.debug("Image the same as previous image, copy it.") 147 logging.debug("Read frame %d, store as %s.", i, path)
|
| /external/autotest/client/cros/ |
| kernel_trace.py | 5 import logging, os, re 123 logging.debug("event_onoff: event:%s val:%d", event, val) 128 logging.warning("Unable to locate tracing event %s", fname) 136 logging.debug("set_event ln:%s", ln) 142 logging.warning("Event %s not enabled", event) 146 logging.warning("Event %s not disabled", event) 188 logging.debug(ln)
|
| network.py | 6 import logging 45 logging.error('current: %s', current) 48 logging.info('Not adding redundant %s', rule) 79 logging.error('No device for service %s', service) 90 logging.info('Name servers: %s', ', '.join(hosts)) 125 logging.info('interface for %s: %s', address, interface) 159 logging.info('FetchUrl %s', url)
|
| /external/autotest/client/cros/multimedia/ |
| audio_extension_handler.py | 7 import logging 135 logging.error( 152 logging.debug('output_id: %s', output_id) 225 logging.error('Node info contains multiple active nodes: %s', nodes) 255 logging.error('Node %s not found.', node_id) 259 logging.debug('Node %s is already active.', node_id) 262 logging.debug('Setting active id to %s', node_id)
|
| /external/autotest/client/site_tests/hardware_TPMTakeOwnership/ |
| hardware_TPMTakeOwnership.py | 5 import logging 67 logging.debug('Slept for %0.2f second', amount) 69 logging.debug('Slept for %0.2f millisecond', (amount * 1000)) 71 logging.debug('Slept for %0.2f microsecond', (amount * 1000000)) 88 logging.info('TPM hardware Reset signal activated') 97 logging.info('TPM hardware Reset signal DEactivated') 142 logging.debug('Actual value (%0.2f) exceeds max (%0.2f)',
|
| /external/autotest/client/site_tests/platform_LogoutPerf/ |
| platform_LogoutPerf.py | 5 import logging 32 for logging out. 41 logging.info('timestamp of %s -> %s ', filename, values[-1]) 91 logging.info('No ARC++ specific setup required') 96 logging.info('No ARC++ specific teardown required') 126 logging.info('logout started @%s', logout_started) 128 logging.info('chrome restarts @%s', chrome_exec) 130 logging.info('The elapsed time for signout is %s', elapsed_time)
|
| /external/autotest/client/site_tests/security_StatefulPermissions/ |
| security_StatefulPermissions.py | 5 import logging 210 owned by a given owner to the standard logging facility. 216 logging.error(cmd_output) 256 logging.warning('Skipping missing user: %s', err) 272 logging.error("su failed while attempting to run:") 273 logging.error(cmd) 274 logging.error("[Got %s]", cmd_output) 278 logging.error("Test for '%s' found unexpected files:\n%s",
|
| /external/autotest/server/cros/update_engine/ |
| chromiumos_test_platform.py | 5 import logging 43 logging.info('Installing %s on the DUT', payload_uri) 55 logging.fatal('ERROR: Failed to install image on the DUT.') 91 logging.debug('Extracted build_name: %s, payload_file: %s from %s.', 122 logging.info('Copying %s to device.', self._UPDATE_ENGINE_PERF_SCRIPT) 140 logging.warning('Failed to copy performance metrics from DUT.') 146 logging.info('Updating device to target image.')
|
| /external/autotest/server/hosts/ |
| ssh_multiplex.py | 5 import logging 79 logging.info( 95 logging.info( 111 logging.info('Timed out waiting for master-ssh connection ' 122 logging.debug('Nuking ssh master_job') 127 logging.debug('Cleaning ssh master_tempdir') 152 logging.debug('Get master ssh connection for %s@%s:%d', user, hostname,
|
| /external/autotest/server/ |
| site_gtest_runner.py | 7 import logging, os 49 logging.info('%s %s Running %s', self._host, 70 logging.error('gtest log file "%s" is missing.', log_path) 80 logging.info('gtest_runner found %d tests.', parser.TotalTests()) 109 logging.exception('Failed to created test directory: %s', 128 logging.exception('Failed to created log directory: %s', 135 logging.exception('Failed to open log file: %s', fail_log_path)
|
| /external/autotest/server/site_tests/cellular_StaleModemReboot/ |
| cellular_StaleModemReboot.py | 5 import logging 157 logging.debug("AutoservRunError is: %s", e) 182 in case there is an exception, we are catching and logging the exception 195 logging.debug("Stable modem state TimeoutError is: %s", e) 216 logging.info('Host %s does not have a servo.', host.hostname) 230 logging.info('Modem state before reboot on host %s: %s', 242 logging.info('Modem is in testable state: %s', 248 logging.info('Modem still in bad state after %s reboot tries '
|
| /external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/ |
| enterprise_CFM_SiSFwUpdater.py | 7 import logging 81 logging.info('Execute: %s', command) 88 logging.info('Output: %s', ''.join(output)) 98 logging.info('Disabling rootfs verification...') 101 logging.info('Rebooting...') 104 logging.info('Remounting..') 147 logging.info('Copy firmware from {} to {}.'.format(src_firmware_path, 184 logging.info('DUT root file system is not read-writable. ' 188 logging.info('DUT is read-writable.')
|
| /external/autotest/server/site_tests/firmware_PDPowerSwap/ |
| firmware_PDPowerSwap.py | 5 import logging 156 logging.info('Initial DUT connect state = %s', dut_connect_state) 162 logging.info('Power Swap support not advertised by DUT') 164 logging.info('Power Swap request rejected by DUT as expected') 180 logging.info('New DUT power role = %s', new_state) 191 logging.info('Setting dualrole mode to %s', dual_mode) 196 logging.info('Power Swap request rejected by DUT as expected')
|
| /external/autotest/server/site_tests/platform_ExternalUSBBootStress/ |
| platform_ExternalUSBBootStress.py | 5 import logging, re, time 34 logging.info('Unnamed device located, adding generic name.') 77 logging.info('Connected devices list: %s' % diff_list) 89 logging.info('Rebooting the device %d time(s)' % reboots) 95 logging.info('Reboot iteration %d of %d' % (i + 1, reboots)) 108 logging.info('Reboot complete, shutting down stressor.') 117 logging.info('Connected devices for iteration %d: %s' %
|
| /external/autotest/utils/ |
| build_externals.py | 17 import logging 85 logging.info('compiling .py files in %s to .pyc', install_dir) 93 logging.error(error_msg) 138 logging.info('A new %s is not needed on this system.', 141 logging.info('Installing anyways...') 146 logging.error(msg) 180 logging.error(msg)
|
| /external/parameter-framework/upstream/tools/clientSimulator/ |
| pfClientSimulator.py | 41 import logging 125 # Logging Configuration 126 logger = logging.getLogger(__name__) 129 consoleLogger = logging.StreamHandler() 131 consoleLogger.setLevel(logging.DEBUG) 133 consoleLogger.setLevel(logging.INFO) 158 logging.basicConfig(level=logging.DEBUG,
|
| /external/puffin/scripts/ |
| test_corpus.py | 12 import logging 65 logging.getLogger().setLevel(logging.DEBUG) 77 logging.debug('Running %s on %s', operation, src) 99 logging.debug('Running %s on %s (%d) and %s (%d)', 114 logging.debug('Patch size is: %d', os.stat(patch.name).st_size) 117 logging.debug('Running %s on src file %s and patch %s',
|
| /external/tensorflow/tensorflow/contrib/rnn/python/tools/ |
| checkpoint_convert.py | 53 from tensorflow.python.platform import tf_logging as logging 169 logging.info('Converted: %s --> %s' % (old_var_name, var_name)) 180 logging.info('Converted: %s --> %s' % (old_var_name, var_name)) 222 logging.info('Reading checkpoint_from_path %s' % checkpoint_from_path) 248 logging.info('Writing checkpoint_to_path %s' % checkpoint_to_path) 251 logging.info('Summary:') 252 logging.info(' Converted %d variable name(s).' % len(new_variable_map))
|
| /test/vts/utils/python/mirror/ |
| py2pb.py | 17 import logging 160 logging.error("PyDict2PbStruct: substruct not found.") 163 logging.error("PyDict2PbStruct: unsupported type %s", 169 logging.error("PyDict2PbStruct: attr %s not provided", attr.name) 172 logging.error("PyDict2PbStruct: provided dictionary included elements" + 191 logging.error("py2pb.Convert: ProtoBuf spec is None", pb_spec) 210 logging.error("py2pb.Convert: unsupported type %s",
|
| /tools/tradefederation/core/atest/ |
| cli_translator.py | 21 import logging 169 logging.warn( 180 logging.warn( 184 logging.info('Finding tests: %s', tests) 187 logging.info('Test details:\n%s', details) 191 logging.debug('Found tests in %ss', end - start) 193 logging.debug('%s\n', test_info)
|
| /external/python/cpython2/Lib/logging/ |
| config.py | 18 Configuration functions for the logging package for Python. The core package 24 To use, simply 'import logging' and log away! 30 import logging 31 import logging.handlers 55 # reconfiguration of logging. 62 Read the logging configuration from a ConfigParser-format file. 80 logging._acquireLock() 82 logging._handlers.clear() 83 del logging._handlerList[:] 84 # Handlers add themselves to logging._handler [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
| config.py | 18 Configuration functions for the logging package for Python. The core package 24 To use, simply 'import logging' and log away! 27 import sys, logging, logging.handlers, socket, struct, os, traceback, re 48 # reconfiguration of logging. 55 Read the logging configuration from a ConfigParser-format file. 73 logging._acquireLock() 75 logging._handlers.clear() 76 del logging._handlerList[:] 77 # Handlers add themselves to logging._handler [all...] |