|   /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/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 78                 logging.info( 95                 logging.info( 113                     logging.info('Timed out waiting for master-ssh connection ' 125             logging.debug('Nuking ssh master_job') 130             logging.debug('Cleaning ssh master_tempdir') 155         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_BizlinkUpdater/ | 
| enterprise_CFM_BizlinkUpdater.py  | 7 import logging 73         logging.info('Disabling rootfs verification...') 76         logging.info('Rebooting...') 113         logging.info('Copy firmware from {} to {}.'.format(src_firmware_path, 134         logging.info('executing {}'.format(cmd_run_updater)) 140             logging.info('DUT root file system is not read-writable. ' 144             logging.info('DUT is read-writable.')
  | 
|   /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/server/site_tests/provision_AutoUpdate/ | 
| provision_AutoUpdate.py  | 5 import logging 41         logging.warning('Unable to parse build name %s for metrics. ' 128         logging.debug('Start provisioning %s to %s.', host, value) 171                     logging.warning('Unable to stage quick provision ' 181                     logging.warning('Failed to list_image_dir for build %s. ' 186         logging.debug('Installing image') 198         logging.debug('Finished provisioning %s to %s', host, value)
  | 
|   /external/autotest/venv/skylab_suite/cmd/ | 
| run_suite_skylab.py  | 14 import logging 49     logging.info('The current task id is: %s', current_task_id) 61     logging.info('Kicked off suite %s', options.suite_name) 66             logging.info( 81         logging.exception('Infra failure in setting up suite job') 108         logging.info('Exit early because --do_nothing requested.') 131     logging.info('Will return from %s with status: %s',
  | 
|   /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))
  | 
|   /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...] | 
|   /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/enterprise_CFM_LogitechMeetupUpdater/ | 
| enterprise_CFM_LogitechMeetupUpdater.py  | 6 import logging 103             logging.debug('Meetup device has old firmware after test' 120         logging.debug('Execute: %s', command) 127         logging.debug('Output: %s', output) 134             logging.info('DUT root file system is not writable. ' 138             logging.info('DUT root file system is writable.') 143         logging.info('Disabling rootfs verification...') 146         logging.info('Rebooting...') 149         logging.info('Remounting..') 219         logging.debug('Parsing output from updater %s', cmd_output     [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/venv/skylab_suite/ | 
| suite_runner.py  | 14 import logging 60     logging.info('Not yet scheduled test_specs: %r', not_yet_scheduled) 168     logging.info('Creating task for test %s', test_spec.test.name) 206         logging.info('Would have created task with command %s', cmd) 216     logging.info('Created task with id %s', task_id) 266             logging.warning('Dependency %s is not supported in skylab', dep) 274     """Context manager for disabling logging of a given logging level.""" 276         logging.disable(logging_level) 279         logging.disable(logging.NOTSET     [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...] | 
|   /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...] | 
|   /external/python/cpython3/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! 29 import logging 30 import logging.handlers 46 #   reconfiguration of logging. 53     Read the logging configuration from a ConfigParser-format file. 74     logging._acquireLock() 78         # Handlers add themselves to logging._handlers 82         logging._releaseLock() 115         c = logging.Formatte     [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/site_tests/graphics_dEQP/ | 
| graphics_dEQP.py  | 8 import logging 117             logging.error('Did not find file %s', result_filename) 236         logging.info('Running command %s', command) 257         logging.info('Bootstrapping test cases matching "%s".', match) 334             logging.info('[%d/%d] TestCase: %s', i, len(test_cases), test_case) 341                 logging.info('Skipping on %s: %s', self._gpu_type, test_case) 355                 logging.debug('Running single: %s', command) 413             logging.info('Result: %s', result) 462                 logging.info('Skipping tests on %s: %s', self._gpu_type, 480                 logging.info('Running tests %d...%d out of %d:\n%s\n%s'     [all...] |