| /external/autotest/client/site_tests/touch_TouchscreenScroll/ |
| touch_TouchscreenScroll.py | 5 import logging 44 logging.info('Scroll delta was %d (%d to %d)', 69 logging.info('Missing gesture files, Aborting test.')
|
| /external/autotest/client/site_tests/ui_AppLauncher/ |
| ui_AppLauncher.py | 5 import logging 79 logging.info('DUT screen width: %d' % w) 80 logging.info('DUT screen height: %d' % h)
|
| /external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/ |
| video_ChromeRTCHWEncodeUsed.py | 5 import logging 68 logging.info('Histograms for %s:', histogram ) 69 logging.info(lines) 94 logging.warning("Missing Capability: %s" % capability)
|
| /external/autotest/client/site_tests/video_VideoSeek/ |
| video_VideoSeek.py | 6 import logging 58 logging.info('Skipping test run on this board.') 76 logging.info('Seeking: %s', seek_test_status)
|
| /external/autotest/client/site_tests/video_WebRtcPerf/ |
| video_WebRtcPerf.py | 5 import logging 202 logging.warning('Delay 30s for issue 588579 on daisy') 215 logging.info("Can not use hardware decoding.") 228 logging.warning('Could not get idle CPU post login.') 230 logging.warning('Could not get cold machine post login.') 233 logging.warning('Delay 30s for issue 588579 on daisy') 272 logging.warning('Could not get idle CPU pre login.') 274 logging.warning('Could not get cold machine pre login.') 305 logging.warning('Still powered by AC. Skip this test') 372 logging.info("Max decode time list=%s", str(max_decode_time_list) [all...] |
| /external/autotest/client/site_tests/video_WebRtcSanity/ |
| video_WebRtcSanity.py | 5 import logging 47 logging.debug(status); 71 logging.info('Status: %s', status)
|
| /external/autotest/server/cros/ap_configurators/ |
| ap_cartridge.py | 5 import logging 60 logging.error('Configuration failed for AP: %s\n%s', 64 logging.info('Configuration of AP %s complete.',
|
| belkinF5D7234_ap_configurator.py | 5 import logging 36 logging.info("There are no changes to save") 40 logging.debug("We got a 'Duplicate Administrator' page "
|
| /external/autotest/server/site_tests/firmware_FastbootReboot/ |
| firmware_FastbootReboot.py | 5 import logging 49 logging.info("Testing fastboot reboot") 63 logging.info("Testing fastboot reboot-bootloader")
|
| /external/autotest/server/site_tests/firmware_TypeCCharging/ |
| firmware_TypeCCharging.py | 7 import logging 48 logging.info('Plankton state = %s', pd_state) 58 logging.info('Charging %dV: VBUS V=%f I=%f', charging_voltage,
|
| /external/autotest/server/site_tests/firmware_TypeCProbeUSB3/ |
| firmware_TypeCProbeUSB3.py | 7 import logging 43 logging.info('number of devices while charging: %d', 51 logging.info('number of devices when switch to dp: %d', 66 logging.info('number of devices when switch to usb: %d',
|
| /external/autotest/server/site_tests/hardware_TPMFirmwareServer/ |
| hardware_TPMFirmwareServer.py | 5 import logging 28 logging.info("server: client status = %s", cstatus) 38 logging.info('TPMFirmwareServer: rebooting %s number %d' %
|
| /external/autotest/server/site_tests/logging_GenerateCrashFiles/ |
| logging_GenerateCrashFiles.py | 5 import logging 35 logging.info("Crash files diff: %s" % file_diff) 67 logging.debug('Crash invoked!')
|
| /external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/ |
| network_WiFi_VerifyAttenuator.py | 5 import logging 122 logging.info('WARNING: Signal strength is less than ' 129 logging.info('Scan found an acceptable signal strength %f', 150 logging.info('Verifying attenuator functionality') 157 logging.info('Removing variable attenuation for attenuator=%d', 165 logging.info('Waiting for client signal levels to settle.') 167 logging.info('Connecting to %s', client_conf.ssid) 171 logging.error('Failed to connect to AP %d on attenuator %d', 176 logging.info('Connected successfully') 184 logging.info('Attenuator %d signal at attenuation=%d is %d dBm.' [all...] |
| /external/autotest/site_utils/ |
| dump_suite_report.py | 16 from chromite.lib import cros_logging as logging 61 logging.debug('Suite job %s:' % suite_job_id) 65 logging.debug('... generated %d entries' % len(suite_entries))
|
| suite_enumerator.py | 22 import logging 27 logging.basicConfig(level=logging.INFO)
|
| /external/autotest/site_utils/lxc/ |
| container_factory.py | 5 import logging 67 logging.debug('Creating new container (name: %s, lxc_path: %s)', 109 logging.debug(
|
| /external/icu/tools/icu4c_srcgen/ |
| generate_libandroidicu.py | 31 import logging 76 logging.basicConfig(level=logging.DEBUG)
|
| /external/libtextclassifier/annotator/ |
| types.h | 32 #include "utils/base/logging.h" 153 logging::LoggingStringStream& operator<<(logging::LoggingStringStream& stream, 206 logging::LoggingStringStream& operator<<(logging::LoggingStringStream& stream, 248 logging::LoggingStringStream& operator<<(logging::LoggingStringStream& stream, 252 logging::LoggingStringStream& operator<<( 253 logging::LoggingStringStream& stream, 277 logging::LoggingStringStream& operator<<(logging::LoggingStringStream& stream [all...] |
| /external/markdown/markdown/ |
| commandline.py | 11 import logging 12 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL 90 # Parse options and adjust logging level if necessary 93 if logging_level: logging.getLogger('MARKDOWN').setLevel(logging_level)
|
| /external/python/apitools/apitools/base/py/ |
| http_wrapper.py | 25 import logging 75 need to prevent httplib2 from logging the full body. This sets 82 http_request: a Request we're logging. 83 level: (int) the debuglevel for logging. 143 """Sets the request body; handles logging and length measurement.""" 263 logging.debug('Caught HTTP error %s, retrying: %s', 266 logging.debug('Caught socket error, retrying: %s', retry_args.exc) 268 logging.debug( 271 logging.debug( 274 logging.debug [all...] |
| /external/setupcompat/main/java/com/google/android/setupcompat/logging/ |
| SetupMetricsLogger.java | 17 package com.google.android.setupcompat.logging; 23 import com.google.android.setupcompat.logging.internal.MetricBundleConverter; 24 import com.google.android.setupcompat.logging.internal.SetupMetricsLoggingConstants.MetricType;
|
| /external/toolchain-utils/automation/clients/report/dejagnu/ |
| manifest.py | 9 import logging 62 logging.warning('Malformed parameter line: "%s".', line) 81 logging.warning('Malformed test result line: "%s".', line)
|
| /external/v8/gypfiles/ |
| landmine_utils.py | 7 import logging 22 if logging.getLogger().isEnabledFor(logging.INFO):
|
| /external/autotest/client/bin/ |
| fps_meter.py | 49 import logging 214 logging.info('Notification thread is started') 224 logging.info('Leaving notification thread') 241 logging.info('Fps meter main thread is started.') 278 logging.info('Leaving fps meter main thread') 294 logging.info('Shutting down FPS meter') 318 rootLogger = logging.getLogger() 319 rootLogger.setLevel(logging.DEBUG) 321 rootLogger.addHandler(logging.StreamHandler())
|