| /external/autotest/server/site_tests/platform_BootPerfServer/ |
| platform_BootPerfServer.py | 5 import logging 54 logging.info('Taking client through OOBE.') 59 logging.info('BootPerfServer: reboot %s', self.client.hostname) 67 logging.info('BootPerfServer: start client test') 75 logging.info('BootPerfServer: gather client results') 87 logging.warning('Unable to locate %s', src) 91 logging.info('Output perf data for iteration %03d', self.iteration)
|
| /external/autotest/server/site_tests/platform_CorruptRootfs/ |
| platform_CorruptRootfs.py | 5 import logging 62 logging.info('Root partition %s', result.stdout) 86 logging.info('CorruptRootfs: copy partitions A to B') 91 logging.info('CorruptRootfs: set attributes on kernal A and B') 96 logging.info('CorruptRootfs: corrupt rootfs A ' + rootfsA) 102 logging.info('CorruptRootfs: reboot ' + self.client.hostname) 111 logging.info('Root partition %s', result.stdout)
|
| /external/autotest/server/site_tests/security_kASLR/ |
| security_kASLR.py | 5 import logging, os 70 logging.info("Starting kASLR tests for '%s' on '%s'", 75 logging.info("kASLR not available on this kernel") 78 logging.info("kASLR not available on this architecture") 93 logging.debug("Reboot %d: Symbol %s @ %s", \ 105 logging.info("Unique kernel offsets: %d", unique) 108 logging.debug("Address %s: %d", addr, address_count[addr])
|
| /external/autotest/site_utils/ |
| dut_mon.py | 8 import logging 72 logging.getLogger().setLevel(logging.INFO) 99 logging.info('Fetching all hosts.') 101 logging.info('Fetched %s hosts.', len(hosts)) 107 logging.info('%s %s', field, value) 111 logging.info('Sleeping for 2 minutes.')
|
| /external/caliper/caliper/src/test/java/com/google/caliper/config/ |
| LoggingConfigLoaderTest.java | 18 import static java.util.logging.Level.INFO; 42 import java.util.logging.FileHandler; 43 import java.util.logging.Handler; 44 import java.util.logging.LogManager; 45 import java.util.logging.LogRecord; 46 import java.util.logging.Logger; 47 import java.util.logging.SimpleFormatter;
|
| /external/tensorflow/tensorflow/contrib/receptive_field/python/util/examples/ |
| compute_rf.py | 30 from tensorflow.python.platform import tf_logging as logging 59 logging.info('Receptive field size (horizontal) = %s', receptive_field_x) 60 logging.info('Receptive field size (vertical) = %s', receptive_field_y) 61 logging.info('Effective stride (horizontal) = %s', effective_stride_x) 62 logging.info('Effective stride (vertical) = %s', effective_stride_y) 63 logging.info('Effective padding (horizontal) = %s', effective_padding_x) 64 logging.info('Effective padding (vertical) = %s', effective_padding_y)
|
| /external/tensorflow/tensorflow/python/training/ |
| tensorboard_logging.py | 15 """tensorboard_logging provides logging that is also written to the events file. 17 Any messages logged via this module will be logged both via the platform logging 19 for logging messages that you might want to be visible from inside TensorBoard 22 You can use this just like the logging module: 36 from tensorflow.python.platform import tf_logging as logging 51 # The SummaryWriter instance to use when logging, or None to not log, or 56 # Map from the tensorboard_logging logging enum values to the proto's enum 66 # Map from the tensorboard_logging module levels to the logging module levels. 68 DEBUG: logging.DEBUG, 69 INFO: logging.INFO [all...] |
| /external/autotest/client/cros/ |
| mainloop.py | 5 import gobject, logging, sys, traceback 24 logging.warning('Saving exception: %s' % e) 25 logging.warning(''.join(traceback.format_exception(*sys.exc_info()))) 44 logging.warning('ExceptionForwardingMainLoop: No timeout specified.') 45 logging.warning('(Specify timeout_s=0 explicitly for no timeout.)') 112 logging.warning('requirement %s was not present to be completed', 118 logging.info('All requirements satisfied') 122 logging.info('Requirement %s satisfied. Remaining: %s' % 126 logging.error('Requirements unsatisfied upon timeout: %s' % 133 logging.info('Property_changed dispatching %s' % property [all...] |
| http_speed.py | 7 import logging, random, time, urllib2 66 logging.info('Target time: %s' % target) 71 logging.info('Transfer of %s took %s (%s b/s)' 84 logging.warning( 109 logging.info('Latency is %s' % latency)
|
| /external/autotest/client/site_tests/firmware_LockedME/ |
| firmware_LockedME.py | 5 import logging 31 logging.info('Check that SW WP is enabled or not...') 33 logging.info('The above flashrom command returns.... %s', 48 logging.info('See if we have an ME...') 54 logging.info('Try to write section %s...', sectname) 64 logging.info('Oops, it worked! Put it back...') 78 logging.info('Check for Manufacturing Mode...') 92 logging.info('%s should be all 0xff...' % sectname) 133 logging.info('We expected no ME and we have no ME, so pass.') 148 logging.info('Pull the ME components from the BIOS...' [all...] |
| /external/autotest/client/site_tests/network_ChromeCellularSmokeTest/ |
| network_ChromeCellularSmokeTest.py | 5 import logging 69 logging.info('Disconnecting from network: ' + network_id) 74 logging.info('Checking that the network is disconnected.') 77 logging.info('The network is disconnected. Checking that the modem is ' 80 logging.info('Modem is disconnected. Disconnect was successful.') 86 logging.info('Connecting to network: ' + network_id) 91 logging.info('Checking that the network is connected.') 94 logging.info('The network is connected. Checking that the modem is in ' 97 logging.info('Modem is connected. Connect was successful.') 111 logging.info('Starting connect/disconnect sequence.' [all...] |
| /external/autotest/client/site_tests/peerd_DiscoverServices/ |
| peerd_DiscoverServices.py | 6 import logging 58 # Start up a fresh copy of peerd with really verbose logging. 87 logging.debug('No peer found.') 89 logging.debug('Found peer=%s', peer) 91 logging.debug('Found %d services, but expected %d.', 101 logging.debug('No service %s found.', service_id) 104 logging.debug('Invalid info found for service %s, ' 109 logging.debug('Missing service IP for service %s.', 115 logging.debug('Expected service IP for service %s=%r ' 141 logging.info('Waiting for peerd to discover our services.' [all...] |
| /external/autotest/server/site_tests/audio_AudioARCPlayback/ |
| audio_AudioARCPlayback.py | 7 import logging 105 logging.info('Setting playback file on Cros device') 108 logging.info('Start recording from Chameleon') 111 logging.info('Start playing %s on Cros device', 118 logging.info('Stopped recording from Chameleon.') 125 logging.info('Read recorded binary from Chameleon.') 128 logging.info('Saving recorded data to %s', recorded_file) 139 logging.info('Start running client side test %s', 160 logging.info('Waiting for client side Play Music app to be ready') 168 logging.info('Client side Play Music app is ready' [all...] |
| /external/autotest/server/site_tests/audio_AudioARCRecord/ |
| audio_AudioARCRecord.py | 7 import logging 108 logging.info('Setting playback data on Chameleon') 111 logging.info('Start recording from Cros device.') 114 logging.info('Start playing %s on Chameleon', 121 logging.info('Stopped recording from Cros device.') 128 logging.info('Read recorded binary from Cros.') 131 logging.info('Saving recorded data to %s', recorded_file) 142 logging.info('Start running client side test %s', 163 logging.info('Waiting for client side microphone app to be ready') 171 logging.info('Client side microphone app is ready' [all...] |
| /external/autotest/server/site_tests/audio_AudioVolume/ |
| audio_AudioVolume.py | 7 import logging 113 logging.info('Setting playback data on Cros device') 122 logging.info('Start recording from Chameleon.') 125 logging.info('Start playing %s on Cros device', 132 logging.info('Stopped recording from Chameleon.') 141 logging.info('Read recorded binary from Chameleon.') 145 logging.info('Saving recorded data to %s', recorded_file) 164 logging.info('low_dominant_spectrals: %s', low_dominant_spectrals) 165 logging.info('high_dominant_spectrals: %s', high_dominant_spectrals) 171 logging.info('Channel %d volume(at %f) / volume(at %f) = %f' [all...] |
| /external/autotest/server/site_tests/firmware_ECLidSwitch/ |
| firmware_ECLidSwitch.py | 6 import logging 156 logging.error("Keyboard backlight still on when lid close.") 160 logging.error("Keyboard backlight still off when lid open.") 172 logging.info("Stopping powerd") 175 logging.error("check_keycode failed.") 178 logging.error("check_backlight failed.") 180 logging.info("Restarting powerd") 188 logging.info("Shutdown and long delayed wake.") 193 logging.info("Shutdown and short delayed wake.") 198 logging.info("Check keycode and backlight." [all...] |
| /external/curl/tests/ |
| dictserver.py | 11 import logging 18 log = logging.getLogger(__name__) 102 Set up logging from the command line options 104 root_logger = logging.getLogger() 107 formatter = logging.Formatter("%(asctime)s %(levelname)-5.5s %(message)s") 111 handler = logging.FileHandler(options.logfile, mode="w") 113 handler.setLevel(logging.DEBUG) 121 root_logger.setLevel(logging.DEBUG) 124 root_logger.setLevel(logging.INFO) 127 stdout_handler = logging.StreamHandler(sys.stdout [all...] |
| /external/python/pyasn1/pyasn1/ |
| debug.py | 7 import logging 32 logger = logging.getLogger('pyasn1') 34 logger.setLevel(logging.DEBUG) 37 handler = logging.StreamHandler() 40 formatter = logging.Formatter('%(asctime)s %(name)s: %(message)s') 43 handler.setLevel(logging.DEBUG) 52 return '<python logging>' 55 if hasattr(logging, 'NullHandler'): 56 NullHandler = logging.NullHandler 60 class NullHandler(logging.Handler) [all...] |
| /external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/ |
| SLF4JBridgeHandler.java | 30 import java.util.logging.Handler; 31 import java.util.logging.Level; 32 import java.util.logging.LogManager; 33 import java.util.logging.LogRecord; 63 * <p><b>Installation via <em>logging.properties</em> configuration file:</b></p> 67 * <p>Once SLF4JBridgeHandler is installed, logging by j.u.l. loggers will be directed to 70 * import java.util.logging.Logger; 76 * <p>Please note that translating a java.util.logging event into SLF4J incurs the 79 * SLF4J translation can seriously increase the cost of disabled logging 89 * <li>few j.u.l. logging statements are in play</li [all...] |
| /bionic/libc/tools/ |
| genfunctosyscallnrs.py | 5 import logging 34 parser.add_argument("--verbose", "-v", help="Enables verbose logging.") 44 logging.basicConfig(level=logging.DEBUG) 46 logging.basicConfig(level=logging.INFO)
|
| /development/gsi/gsi_util/gsi_util/mounters/ |
| adb_mounter.py | 22 import logging 52 logging.info('_AdbFileAccessor: Prepare file %s -> %s', 57 logging.info(' Fail to prepare file: %s', filename_in_storage) 76 logging.debug('Created temp dir: %s', self._temp_dir) 83 logging.debug('Removing temp dir: %s', self._temp_dir)
|
| /external/autotest/client/cros/networking/chrome_testing/ |
| chrome_networking_test_api.py | 5 import logging 59 logging.info('Enabled Network Devices: %s', value) 77 logging.info('Disabling: %s', network) 90 logging.info('Enabling: %s', network) 124 logging.debug('Just hold on for 10 seconds')
|
| /external/autotest/client/site_tests/audio_Aplay/ |
| audio_Aplay.py | 5 import logging 103 logging.debug("CRAS server is down. Restart it.") 112 logging.debug("No internal speaker. Skipping the test.") 118 logging.debug("Selected output device type=%s", cras_device_type) 123 logging.debug("Selected output device name=%s", cras_device_name)
|
| /external/autotest/client/site_tests/cellular_DeferredRegistration/ |
| cellular_DeferredRegistration.py | 6 import logging 45 logging.info('Verifying temporary loss of registration behavior') 55 logging.info('Successfully verified temporary loss of registration ' 60 logging.info('Verifying permanent loss of registration behavior') 67 logging.info('Successfully verified permanent loss of registration '
|
| /external/autotest/client/site_tests/cellular_SuspendResume/ |
| cellular_SuspendResume.py | 6 import logging 70 logging.info('Mobile service is available.') 72 logging.info('Mobile service is not available.') 77 logging.debug(properties) 78 logging.info('Power state of mobile device is %s.', 88 logging.info('Polling to check device state is %s.', 96 logging.info('Verified device power state.') 111 logging.info('Machine resumed') 138 logging.debug('Mobile device not ready yet') 147 logging.debug('Mobile device not found. lsusb output:' [all...] |