| /test/vts/utils/python/file/ |
| target_file_utils.py | 16 import logging 88 logging.info("%s: Shell command '%s' results: %s", path, cmd, results) 113 logging.info("%s: Shell command '%s' results: %s", filepath, cmd, results) 137 logging.info("%s: Shell command '%s' results: %s", path, cmd, results)
|
| /test/vts/utils/python/reporting/ |
| report_file_utils.py | 18 import logging 122 logging.exception(e) 154 logging.exception(e) 202 logging.exception(e)
|
| /test/vts-testcase/kernel/api/proc/ |
| ProcAsoundTests.py | 17 import logging
|
| /test/vts-testcase/kernel/linux_kselftest/ |
| LinuxKselftestTest.py | 18 import logging 49 logging.info("%s: %s", keys.ConfigKeys.IKEY_DATA_FILE_PATH, 129 logging.info("Executing: %s", cmd) 132 logging.info("EXIT_CODE: %s:", result[const.EXIT_CODE])
|
| /test/vts-testcase/performance/audio_loopback_test/ |
| AudioLoopbackTest.py | 18 import logging 80 logging.info("avg_latency: %s", avg_latency) 88 logging.info("standard_deviation: %s", sd) 110 logging.info("Test is running...")
|
| /tools/test/connectivity/acts/framework/acts/libs/proc/ |
| job.py | 15 import logging 164 logging.debug(result) 167 logging.error("Command %s with %s timeout setting timed out", command, 202 logging.debug("command %s started with pid %s", command, proc.pid)
|
| /external/autotest/client/cros/cellular/pseudomodem/ |
| modem_3gpp.py | 7 import logging 345 logging.info('Modem3gpp.Register: %s', operator_id) 353 logging.info(message) 359 logging.info(message) 400 logging.info('Modem3gpp.Register: Setting registration state to %s.', 403 logging.info('Modem3gpp.Register: Setting state to REGISTERED.') 453 logging.info('Modem3gpp.UnregisterWithHomeNetwork') 454 logging.info('Setting registration state to IDLE.') 457 logging.info('Setting state to ENABLED.') 475 logging.info('Connect' [all...] |
| /external/autotest/server/hosts/ |
| testbed.py | 7 import logging 58 logging.info('Initializing TestBed centered on host: %s', hostname) 166 logging.error('Failed to repair device with serial %s, ' 233 # Set the thread name with the serial so logging for installing 236 logging.info('Starting installing device %s:%s from build url %s', 240 logging.info('Finished installing device %s:%s from build url %s', 368 logging.debug('All devices will be installed with build %s, stage ' 381 logging.debug('More than one build need to be staged, leave the ' 384 logging.debug('Only one device needs to be provisioned, leave the ' 418 # Change logging formatter to include thread name. This is to help log [all...] |
| /external/clang/tools/scan-build-py/libscanbuild/ |
| analyze.py | 20 import logging 44 # setup logging 46 logging.debug('Parsed arguments: %s', args) 73 logging.debug('run build in environment: %s', environment) 75 logging.debug('build finished with exit code: %d', exit_code) 112 logging.debug('run analyzer against compilation database') 122 logging.info(line.rstrip()) 150 # initialize wrapper logging 151 logging.basicConfig(format='analyze: %(levelname)s: %(message)s', 157 logging.info('execute compiler: %s', compilation [all...] |
| /test/vts/utils/python/coverage/ |
| sancov_utils.py | 16 import logging 84 logging.warn('Android device information not available') 91 logging.warn('Missing sancov information in device: %s', 95 logging.info('Sancov enabled: %s', self.enabled) 107 logging.error("Invalid device provided: %s", serial) 119 logging.warn('No matching processes IDs found for HAL %s', 129 logging.warn('No matching processes names found for HAL %s', 139 logging.error('Command failed: \"%s\"', cmd) 152 logging.error('Invalid device provided: %s', serial) 260 logging.info("Could not find git info for %s", file [all...] |
| /build/make/core/tasks/check_boot_jars/ |
| check_boot_jars.py | 8 import logging 34 logging.exception(
|
| /development/tools/idegen/src/com/android/idegen/ |
| ModuleIndexes.java | 30 import java.util.logging.Level; 31 import java.util.logging.Logger;
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| hashlib.py | 141 import logging
142 logging.exception('code for hash %s was not found.', __func_name)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
| pytree_idempotency.py | 15 import logging
22 logging.basicConfig()
|
| /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
| ImageFactory.java | 6 import java.util.logging.Level; 7 import java.util.logging.Logger;
|
| /external/autotest/client/common_lib/cros/ |
| chip_utils.py | 8 import logging 53 logging.info('No fw ver found in filename %s', basename)
|
| /external/autotest/client/common_lib/ |
| logging_manager_test.py | 3 import logging, os, select, StringIO, subprocess, sys, unittest 74 INFO: logging 1 77 INFO: logging 2 80 INFO: logging 6 83 INFO: logging 7 89 INFO: logging 3 92 INFO: logging 4 95 INFO: logging 5 101 INFO: logging 4 106 console_formatter = logging.Formatter(LOGGING_FORMAT [all...] |
| /external/autotest/client/cros/ |
| httpd.py | 12 import cgi, errno, logging, os, posixpath, SimpleHTTPServer, socket, ssl, sys 45 # Override the default logging methods to use the logging module directly. 47 logging.warning("(httpd error) %s - - [%s] %s\n" % 52 logging.debug("%s - - [%s] %s\n" % 123 logging.debug('Translated path: %s', path) 134 logging.debug('URL %s not in watch list' % self.path) 204 logging.debug('http server on %s:%d' % 234 # Override the default logging methods to use the logging module directly [all...] |
| httpd_unittest.py | 9 import logging, os, sys, threading, urllib, unittest 83 logging.info('server started')
|
| login.py | 5 import logging, os 65 logging.error(crash_msg)
|
| /external/autotest/client/site_tests/audio_AlsaLoopback/ |
| audio_AlsaLoopback.py | 5 import logging, os, time 40 logging.debug("Selected input=%s, output=%s", cras_input, cras_output)
|
| /external/autotest/client/site_tests/camera_HAL3/ |
| camera_HAL3.py | 7 import os, logging 32 logging.debug('mydep is at %s' % self.dep_dir)
|
| /external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/ |
| desktopui_ExitOnSupervisedUserCrash.py | 5 import gobject, logging 58 logging.warning('Browser may have crashed untimely: ', e)
|
| /external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/ |
| desktopui_UrlFetchWithChromeDriver.py | 5 import logging 53 logging.info('Expected tab title: %s. Got: %s',
|
| /external/autotest/client/site_tests/enterprise_KioskEnrollment/ |
| enterprise_KioskEnrollment.py | 5 import logging 46 logging.warn('No credentials found - exiting test.')
|