| /prebuilts/gdb/linux-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...] |
| /prebuilts/python/darwin-x86/2.7.5/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...] |
| /prebuilts/python/linux-x86/2.7.5/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...] |
| /external/autotest/client/site_tests/kernel_CheckArmErrata/ |
| kernel_CheckArmErrata.py | 5 import logging 232 logging.info("CPU %d: erratum 818325 / 852422 good", cpu_id) 242 logging.info("CPU %d: erratum 821420 good", cpu_id) 251 logging.info("CPU %d: erratum 825619 good", cpu_id) 339 logging.info("CPU %d: erratum 852421 good",cpu_id) 347 logging.info("CPU %d: erratum 852423 good",cpu_id) 349 logging.info("CPU %d: new A17 (%s) = no errata", cpu_id, rev_str) 379 logging.info("CPU %d: No errata tested: imp=%#04x, part=%#05x", 406 logging.info("CPU %d: No errata tested; model: %s", 409 logging.info("CPU %d: Not an ARM, skipping: %s" [all...] |
| /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
| kernel_ExternalUsbPeripheralsDetectionStress.py | 5 import logging, os, re, time, random 64 logging.debug('Manufacturer or productName do not match.') 86 logging.debug('No driver created/loaded for %s', productName) 99 logging.info('%s', link) 102 logging.debug('Device driver not found') 132 logging.debug('Trouble finding USB device on port %d', usbPort) 150 logging.debug('Device driver path is still present after device is ' 156 logging.debug('Test failed on port %s.', usbPort) 278 logging.debug('No USB device found on port %d', usb_port) 303 logging.debug('Timed out waiting for USB device to disappear.' [all...] |
| /external/autotest/skylab_migration/venv/skylab_venv/scripts/ |
| server_db_sync.py | 19 import logging 174 logging.info('Checking table %s with inventory service...', table) 181 logging.info('\nTable %s is not synced up! Below is a list of entries ' 197 logging.info('\nTable %s is not synced up! Below is a list of entries ' 270 logging.error('Unknown arguments: ' + str(args)) 274 logging.error('Failed to get the default user of password for Autotest' 290 logging.info('running command: %s', cmd) 297 logging.error(msg) 345 logging.info("Shutdown request received.") 373 logging.info('Start updating table %s', table [all...] |
| /external/autotest/client/cros/chameleon/ |
| audio_widget_link.py | 7 import logging 68 logging.info('Connecting %s to %s', self._source.audio_port, 83 logging.info('Disconnecting %s from %s', self._source.audio_port, 194 logging.debug('Create an AudioBusLink with bus index %d', 209 logging.info( 225 logging.info( 241 logging.info( 256 logging.info( 293 logging.debug( 312 logging.debug [all...] |
| /external/autotest/utils/ |
| test_importer.py | 28 import logging, re, os, sys, optparse, compiler 70 logging.info("Scanning %s", test_path) 79 logging.info("Scanning %s", test_suite_path) 88 logging.info("Scanning %s", profilers_path) 110 logging.info("Scanning %s", sample_path) 132 logging.info("Removing %s", test.path) 140 logging.info("Removing %s", profiler.name) 155 logging.info("Removing %s", test.path) 162 logging.info("Removing %s", profiler.name) 187 logging.warning("Skipping %s, missing docstring", profiler [all...] |
| /external/autotest/server/site_tests/provision_CheetsUpdate/ |
| push_to_device.py | 24 import logging 148 logging.debug('Calling: %s', lib.util.get_command_str(command)) 186 logging.exception('Failed to umount ' + self._mountpoint) 218 logging.debug('Pretending machine architectures match') 230 logging.warning('Unknown remote machine type \'%s\'. Skipping ' 254 logging.debug('Creating \'system/lib/arm\' dir and houdini symlinks in ' 258 logging.debug('Creating directory: %s', dir_name) 300 logging.warning( 305 logging.info('Updating CHROMEOS_ARC_VERSION...') 323 logging.debug('Pretending target device\'s Android SDK version is 1' [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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!
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._handlers [all...] |
| /cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
| monsoon.py | 19 import logging 20 logging.getLogger().setLevel(logging.ERROR) 68 logging.debug("Locked device %s"%device) 109 logging.info("No power monitor serial devices found. Retrying...") 111 logging.error("No power monitor serial devices found. Exiting") 117 logging.error("=======================================") 118 logging.error("More than one power monitor discovered!") 119 logging.error("Test may not execute properly.Aborting test.") 120 logging.error("=======================================" [all...] |
| /external/autotest/client/common_lib/cros/ |
| autoupdater.py | 6 import logging 110 logging.warning('Need update_url to list contents of the devserver.') 116 logging.warning('%s: %s', error_msg, e) 125 logging.warning('%s: %s', error_msg, e) 178 logging.debug('exception in update handler: %s', e) 225 logging.debug('update service check exception: %s\n' 256 logging.info('Triggering update via: %s', autoupdate_cmd) 277 logging.warning('Unable to parse build name %s for metrics. ' 312 logging.info('Updating image via: %s', autoupdate_cmd) 442 logging.warning('Could not chroot %s script, falling back on %s' [all...] |
| arc_util.py | 8 import logging 40 logging.debug('ARC is enabled in mode ' + str(arc_mode)) 96 with logging. 104 logging.info('Saving Android dumpstate.') 124 logging.info('Android dumpstate successfully saved.') 127 logging.exception('Failed to save Android dumpstate.') 182 logging.info('Determined that ARC is managed by user policy.') 186 logging.info( 268 logging.error('Error: %r', err_msg.encode('utf8')) 292 logging.info(_OPT_IN_BEGIN [all...] |
| /external/autotest/server/ |
| site_utils.py | 10 import logging 224 logging.warning('could not parse sheriff from url %s%s: %s', 227 logging.warning('unexpected error reading from url "%s%s": %s', 232 logging.warning('Could not retrieve sheriff ldaps for: %s', 265 logging.debug('Error occurred when grabbing the lab status: %s.', 338 logging.warning('Could not get a status from %s', status_url) 370 logging.info('Locked device %s with labels %s.', 374 logging.info('Unable to lock device %s with labels %s.', 425 logging.error(str(e)) 445 """Setup basic logging with all logging info stripped [all...] |
| /external/autotest/site_utils/ |
| test_runner_utils.py | 16 import logging 17 # Turn the logging level to INFO before importing other autotest 18 # code, to avoid having failed import logging messages confuse the 20 logging.basicConfig(level=logging.INFO) 156 logging.error('No test found, searching for possible tests with %s', 173 logging.warning('%s will be skipped, unsatisfiable ' 190 logging.debug('Running autoserv command: %s', command) 199 logging.info('autoserv| %s', message.strip()) 205 logging.info('Pretend mode. Would run autoserv command: %s' [all...] |
| /external/autotest/client/site_tests/cellular_ModemControl/ |
| cellular_ModemControl.py | 7 import logging 69 logging.debug('Connecting with properties: %r' % simple_connect_props) 144 logging.info('Enable with %s' % cmds) 149 logging.info('Disable with %s' % cmds) 154 logging.info('Connect with %s' % cmds) 159 logging.info('Disconnect with %s' % cmds) 177 logging.info('Device Enabled = %s' % state) 183 logging.info('Service not found.') 188 logging.info('Service State = %s' % state) 283 logging.info('Testing using %s' % commands [all...] |
| /external/autotest/server/cros/servo/ |
| pd_device.py | 6 import logging 215 logging.warn('Device not DRP capable, unabled to force disconnect') 244 logging.warn('DRP on both devices, 2nd power swap failed') 253 logging.info('Disconnect = %r, Connect = %r', disconnect, connect) 288 logging.warn('Try.SRC not supported on this PD device') 291 logging.info('Try.SRC mode = %s', trysrc.group(1)) 338 logging.warn('HARD RST TX not found') 360 logging.warn('Dualrole Mode not enabled!') 363 logging.warn('PD contract not established!') 370 logging.info('Power swap: %s -> %s', current_pr, new_pr [all...] |
| /external/autotest/client/cros/cellular/pseudomodem/ |
| dbus_std_ifaces.py | 16 import logging 172 logging.info( 181 logging.info(message) 202 logging.info( 215 logging.info("Property '%s' already has value '%s'. Ignoring.", 239 logging.info( 268 logging.info(('Properties Changed on interface: %s Changed Properties:' 388 logging.info('%s: GetManagedObjects: %s', self.path, 405 logging.info((self.path + ': InterfacesAdded(' + object_path + 420 logging.info((self.path + ': InterfacesRemoved(' + object_path [all...] |
| /external/autotest/client/cros/ |
| pkcs11.py | 7 import grp, logging, os, pwd, re, stat, sys, shutil, pwd, grp 75 logging.error('Unexpected token label: |%s|', token_label) 76 logging.error('Invalid or missing PKCS#11 token label!') 93 logging.error('Could not stat %s while checking for permissions.', 100 logging.error('Ownership of %s does not match! Got = (%s, %s)' 108 logging.error('Permissions for %s do not match! (Got = %s' 118 logging.error('Expecting a single signed-in user with a token.') 127 logging.error('Verification of token name failed!') 130 logging.error('PKCS#11 file list:\n%s', 132 logging.error [all...] |
| /external/autotest/client/site_tests/kernel_Delay/ |
| kernel_Delay.py | 6 import logging 57 logging.debug('setting %s to %s', filename, contents) 140 logging.info('changing to userspace cpuquiet governor'); 147 logging.info( 188 logging.info('result: %s', line) 205 logging.info('testing with userspace governor') 211 logging.info('cpu frequency max %d min %d', max_freq, min_freq) 222 logging.info( 242 logging.info('governors: %s', ' '.join(available_governors)) 248 logging.warning('testing with existing governor' [all...] |
| /external/autotest/client/site_tests/peerd_AdvertiseServices/ |
| peerd_AdvertiseServices.py | 6 import logging 47 # Start up a cleaned up peerd with really verbose logging. 91 logging.warning('Expected TXT value to match %s for ' 115 logging.warning('Found multiple records with name=%s and type=%r', 118 logging.debug('Found record with name=%s, type=%r, value=%r.', 121 logging.debug('Did not see record with name=%s and type=%r', 162 logging.debug('Looking for records for %s.', self._hostname) 169 logging.debug('Found A record, looking for serbus records.') 176 logging.debug('Found serbus records, looking for service records.') 182 logging.debug('Found all desired records.' [all...] |
| /external/autotest/client/site_tests/power_BacklightControl/ |
| power_BacklightControl.py | 5 import logging, time 91 logging.error(('Failed to increase brightness to max, ' + \ 108 logging.error('Brightness is not at minimum non-zero level: %d' % 121 logging.error('Brightness is %d, expecting 0.' % current_brightness) 129 logging.error('At least one display must have been turned off. ' + \ 141 logging.error(('Failed to increase brightness to max, ' + \ 149 logging.error(('Number of displays turned on should be same as ' + \ 162 logging.error('Power draw did not decrease enough when ' + \ 170 logging.error('Power draw did not decrease enough when screen ' + \ 178 logging.error('Power draw did not increase enough after ' + [all...] |
| /external/autotest/server/cros/clique_lib/ |
| clique_dut_locker.py | 6 import logging 158 logging.info('Locked device %s.', host_name) 161 logging.error('Unable to lock device %s.', host_name) 174 logging.error(e) 196 logging.debug('Trying to find a device with spec (%s, %s)', 202 logging.info('Locked %s', host_name) 206 logging.info('%d retries left for (%s, %s)', 246 logging.info('Remaining DUTs to lock: %d', num_duts_to_lock) 251 logging.debug('Sleep %d sec before retry', seconds_to_sleep) 264 logging.error('Tried to unlock a host we have not locked (%s)?' [all...] |
| /external/autotest/server/cros/network/ |
| wpa_cli_proxy.py | 6 import logging 68 logging.debug('Added network %s=%d', ssid, network_id) 203 logging.info('Skipping create_profile on %s', self.__class__.__name__) 213 logging.info('Skipping pop_profile on %s', self.__class__.__name__) 223 logging.info('Skipping push_profile on %s', self.__class__.__name__) 233 logging.info('Skipping remove_profile on %s', self.__class__.__name__) 256 logging.debug('connect_wifi()') 298 logging.debug('Found stations: %r', 332 logging.info('Connected to %s', assoc_params.ssid) 343 logging.debug('disconnect()' [all...] |
| /external/autotest/server/cros/ |
| resource_monitor.py | 5 import logging 150 logging.error( 168 logging.warning("Tried to save parsed results, but they were " 203 logging.info('Monitor period must be at least 0.1s.' 255 logging.debug("Tried to start monitoring before stopping. " 266 logging.info('Running top.') 268 logging.info('Top running with pid %s', self._top_pid) 277 logging.debug("Stopping monitor") 279 logging.debug("Tried to stop monitoring before starting. " 297 logging.info("Saved resource monitor results at %s" [all...] |