| /system/update_engine/ |
| power_manager_android.cc | 19 #include <base/logging.h>
|
| /external/autotest/client/site_tests/platform_MemCheck/ |
| platform_MemCheck.py | 9 import logging, re 63 logging.info('board: %s, phy_size: %d memref: %d', 73 logging.warning('%s is %d', k, value) 74 logging.warning('%s should be at least %d', k, ref[k]) 79 logging.warning('%s is %d', k, value) 80 logging.warning('%s should be within 10%% of %d', k, ref[k]) 99 logging.warning('Error parsing timings for dimm #%d (%s)', 103 logging.info('dimm #%d timings: %s', dimm, max_timing) 107 logging.warning('ram speed is %s', max_timing) 108 logging.warning('ram speed should be at least %d', speedref [all...] |
| /external/autotest/client/site_tests/security_SysVIPC/ |
| security_SysVIPC.py | 5 import logging 82 logging.error('Expected shm(s) not found:') 83 logging.error(missing) 86 logging.error('Unexpected shm(s) found:') 87 logging.error(extra) 94 logging.error('Expected semaphore(s) not found:') 95 logging.error(missing) 98 logging.error('Unexpected semaphore(s) found:') 99 logging.error(extra) 106 logging.error('Unexpected message queues found:' [all...] |
| /external/autotest/server/site_tests/audiovideo_AVSyncInternalDisplayAudioJack/ |
| audiovideo_AVSyncInternalDisplayAudioJack.py | 5 import logging 65 logging.info('Video frame stats:') 66 logging.info('average: %f', parser.video_duration_average) 67 logging.info('standard deviation: %f', parser.video_duration_std) 68 logging.info('Sync stats:') 69 logging.info('average: %f', parser.sync_duration_average) 70 logging.info('standard deviation: %f', parser.sync_duration_std) 71 logging.info('Number of total frames: %d', 73 logging.info('Number of corrupted frames: %d', 75 logging.info('Number of dropoped frames: %d' [all...] |
| /external/autotest/server/site_tests/debugd_DevTools/ |
| debugd_DevTools.py | 5 import logging 38 logging.debug('Creating dev tools.') 44 logging.debug('Initializing dev tools.') 59 logging.debug('Cleaning up tools.') 64 logging.warning('Could not restore %s - device state may be ' 85 logging.debug('Disabling %s.', tool) 92 logging.warning('Skipping %s - cannot disable (%s).', tool, e) 98 logging.debug('Enabling %s.', tool) 102 logging.warning('Skipping %s - cannot enable (%s).', tool, e) 108 logging.debug('Disabling %s.', tool [all...] |
| /external/autotest/server/site_tests/display_HDCPScreen/ |
| display_HDCPScreen.py | 7 import logging 57 logging.info('See the display on Chameleon: port %d (%s)', 61 logging.info('Set mirrored: %s', test_mirrored) 65 logging.info('Detected resolution on CrOS: %r', resolution) 76 logging.info('Set Chameleon HDCP: %r', enable_chameleon) 82 logging.info('Request CrOS HDCP: %s', request_cros) 88 logging.info('Got CrOS state: %s', state) 92 logging.error(error_message) 96 logging.info('Got Chameleon state: %r', encrypted) 101 logging.error(error_message [all...] |
| /external/autotest/server/site_tests/firmware_ECBattery/ |
| firmware_ECBattery.py | 5 import logging 50 logging.error("Caught exception: %s", str(e)) 60 logging.info("Battery name is %s", name) 78 logging.info("Voltage reading from servo: %dmV", servo_reading) 79 logging.info("Voltage reading from kernel: %dmV", kernel_reading) 101 logging.info("Current reading from servo: %dmA", servo_reading) 102 logging.info("Current reading from kernel: %dmA", kernel_reading) 118 logging.info("Battery temperature is %f C", battery_temp) 131 logging.info("Checking battery current reading...") 134 logging.info("Checking battery voltage reading..." [all...] |
| /external/autotest/server/site_tests/firmware_TPMExtend/ |
| firmware_TPMExtend.py | 5 import hashlib, logging 25 logging.debug('Dumping PCRs read from device: \n%s', pcrs) 28 logging.debug('PCR %d should contain hash: %s', num, spaced) 32 logging.info('Verifying HWID digest in PCR1') 35 logging.debug('HWID reported by device is: %s', hwid) 39 logging.info('Verifying bootmode digest in PCR0 in normal mode') 48 logging.info('Verifying bootmode digest in PCR0 in recovery mode') 58 logging.info('Transitioning to dev mode for next test') 61 logging.info('Verifying bootmode digest in PCR0 in developer mode') 70 logging.info('Verifying bootmode digest in PCR0 in dev-recovery mode' [all...] |
| /external/autotest/client/cros/chameleon/ |
| chameleon_measurer_base.py | 5 import logging 48 logging.info('Used Chameleon port: %s', 51 logging.info('Setting to mirrored mode') 62 logging.info('Detected the resolution: %dx%d', *resolution) 93 logging.info('Used Chameleon port: %s', 96 logging.info('Close lid to switch into dock mode...') 108 logging.info('Detected the resolution: %dx%d', *resolution) 118 logging.info('Open lid again...')
|
| screen_capture.py | 7 import logging 48 logging.info('Capturing the screen on Chameleon...') 54 logging.info(' (TV level: %d %d)', pmin, pmax) 77 logging.info('Capturing the screen on a VGA port of Chameleon...') 83 logging.info('Boundary: %r', boundary) 106 logging.info('Capturing the external screen on CrOS...') 128 logging.info('Capturing the internal screen on CrOS...') 150 logging.info('Capturing the calibration image on CrOS...')
|
| /external/autotest/client/site_tests/hardware_MemoryTotalSize/ |
| hardware_MemoryTotalSize.py | 5 import logging 19 logging.info("MemTotal: %.3f GB" % gb)
|
| /external/autotest/client/site_tests/hardware_MultiReader/ |
| hardware_MultiReader.py | 5 import glob, logging, os 18 logging.info("Found removable block device %s",
|
| /external/autotest/client/site_tests/platform_KernelVersion/ |
| platform_KernelVersion.py | 5 import logging, utils 16 logging.debug(e)
|
| /external/autotest/client/site_tests/power_CameraSuspend/ |
| power_CameraSuspend.py | 5 import logging, multiprocessing, os, time 28 logging.exception('suspend raised exception') 45 logging.info('starting subprocess to suspend system') 52 logging.info('start capturing at %d', capture_start) 62 logging.info('suspend task finished') 70 logging.error('failed capture at image %d', image_count) 84 logging.info('done capturing at %d', capture_end) 86 logging.info('captured %d frames in %d seconds',
|
| /external/autotest/client/site_tests/power_StatsCPUIdle/ |
| power_StatsCPUIdle.py | 5 import logging, time 22 logging.info('CPUIdle stats in the last %d seconds :\n %s',
|
| /external/autotest/server/site_tests/autotest_SyncCount/ |
| autotest_SyncCount.py | 5 import logging 16 logging.info('Using host %s', machine)
|
| /external/autotest/server/site_tests/firmware_CorruptBothFwBodyAB/ |
| firmware_CorruptBothFwBodyAB.py | 5 import logging 42 logging.error("Caught exception: %s", str(e)) 49 logging.info('The firmware USE_RO_NORMAL flag is enabled.') 50 logging.info("Corrupt both firmware body A and B.") 57 logging.info("Still expected normal/developer boot and restore.") 63 logging.info("Corrupt both firmware body A and B.") 77 logging.info("Expected recovery boot and restore firmware.") 87 logging.info("Expected normal boot, done.")
|
| /external/autotest/server/site_tests/firmware_FAFTSetup/ |
| firmware_FAFTSetup.py | 5 import logging 43 logging.error("Cannot talk to EC console.") 44 logging.error( 79 logging.info("Check EC console is available and test warm reboot") 83 logging.info("Check test image is on USB stick and run recovery boot") 90 logging.info("Check cold boot") 94 logging.info("Check keyboard simulation") 97 logging.info("Skip keyboard simulation on an embedded device")
|
| /external/autotest/server/site_tests/firmware_TPMKernelVersion/ |
| firmware_TPMKernelVersion.py | 5 import logging 22 logging.info('Original dev_boot_usb value: %s', 32 logging.info('Execute %s', command) 34 logging.info('Output %s', output) 42 logging.error("Caught exception: %s", str(e)) 49 logging.info('Kernel version: %d', version) 51 logging.info('Kernel datakey version: %d', version) 66 logging.info('tpm_kernver=%s tpm_fwver=%s', kernver, fwver)
|
| /external/autotest/server/site_tests/firmware_UpdateKernelVersion/ |
| firmware_UpdateKernelVersion.py | 5 import logging 27 logging.info( 49 logging.info('Original Kernel Version of KERN-B is %s', actual_ver) 52 logging.info('KERN-B will update to version %s', self._update_version) 60 logging.info("Update Kernel Version.") 65 logging.info("Check kernel version and rollback.") 70 logging.info("Boot with rollback kernel and change boot priority.") 75 logging.info("Check rollback version.")
|
| /external/autotest/server/site_tests/provision_FactoryImage/ |
| provision_FactoryImage.py | 5 import logging 21 logging.info('Installing image from url %s', image_url)
|
| /external/autotest/server/site_tests/telemetry_GpuTests/ |
| telemetry_GpuTests.py | 5 import logging 25 logging.debug('Telemetry completed with a status of: %s with output:'
|
| /external/autotest/server/site_tests/telemetry_ScrollingActionTests/ |
| telemetry_ScrollingActionTests.py | 5 import logging 23 logging.debug('Telemetry completed with a status of: %s with output:'
|
| /external/autotest/site_utils/sponge_lib/ |
| autotest_dynamic_job.py | 5 import logging 17 logging.info('Using ACTS task info for %s.', test.testname)
|
| /external/chromium-trace/catapult/common/py_utils/py_utils/ |
| logging_util_unittest.py | 4 import logging 15 logging.fatal('test') 17 # Only assert ends with, since the logging message by default has the date
|