| /libcore/ojluni/src/main/java/java/util/logging/ |
| LoggingPermission.java | 27 package java.util.logging;
|
| Filter.java | 27 package java.util.logging;
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| polcapquery.py | 19 import logging namespace
|
| categoryquery.py | 19 import logging namespace
|
| initsidquery.py | 19 import logging namespace
|
| netifconquery.py | 19 import logging namespace
|
| /external/apache-harmony/logging/src/test/java-internal/java/util/logging/ |
| LoggerExtension.java | 18 package java.util.logging; 23 * Example of a type injected into logging to access package private members.
|
| /external/autotest/client/cros/ |
| dbus_util.py | 6 import logging namespace 42 logging.error('Failed to convert dbus object of class: %r', 74 logging.debug('Saw objects %r', objects) 84 logging.debug('Filtered objects: %r', objects)
|
| /external/autotest/client/tests/kvm/tests/ |
| boot_savevm.py | 1 import logging, time namespace 21 logging.info("savevm_delay = %f", savevm_delay) 31 logging.error(e) 36 logging.error(e) 40 logging.error(e) 45 logging.error(e) 49 logging.error(e) 54 logging.info("Logging in after loadvm...") 56 logging.info("Logged in to guest!" [all...] |
| migration_multi_host.py | 1 import logging, socket namespace 64 logging.info("Received from destination the migration port %s", 68 logging.info("Start migrating now...") 84 logging.info("Communicating to source migration port %s", 98 logging.info("Migrated guest appears to be running") 101 logging.info("Logging into migrated guest after migration...")
|
| multi_disk.py | 1 import logging, re, random namespace 46 logging.debug("Volume list that meets regular expressions: %s", disks) 55 logging.info("No need to check volume %s", disk) 59 logging.info("iterations: %s", (i + 1)) 63 logging.info("Format disk: %s..." % disk) 78 logging.info("Performing I/O on disk: %s...", disk) 89 logging.debug("Guest's virtual disk %s works fine", disk)
|
| timedrift_with_stop.py | 1 import logging, time namespace 52 logging.info("Stop %s second: iteration %d of %d...", 60 logging.info("Waiting for the interrupt to be reinjected ...") 70 logging.info("Host duration (iteration %d): %.2f", 72 logging.info("Guest duration (iteration %d): %.2f", 74 logging.info("Drift at iteration %d: %.2f seconds", 93 logging.info("Host duration (%d stops): %.2f", 95 logging.info("Guest duration (%d stops): %.2f", 97 logging.info("Drift after %d stops: %.2f seconds",
|
| /external/autotest/client/virt/tests/ |
| clock_getres.py | 1 import logging, os namespace 31 logging.info("PASS: Guest reported appropriate clock resolution") 32 logging.info("Guest's dmesg:\n%s", session.cmd_output("dmesg").strip())
|
| guest_s4.py | 1 import logging, time namespace 21 error.context("checking whether guest OS supports S4", logging.info) 25 logging.info("Waiting until all guest OS services are fully started...") 41 logging.info("Launched background command in guest: %s", test_s4_cmd) 46 logging.info("Starting suspend to disk now...") 54 logging.info("VM suspended successfully. Sleeping for a while before " 59 logging.info("Resuming suspended VM...") 64 logging.info("Logging into resumed VM, timeout %s", relogin_timeout) 69 logging.info [all...] |
| iozone_windows.py | 1 import logging, os namespace 29 logging.info("Running IOzone command on guest, timeout %ss", t) 34 logging.info("Iteration succeed, postprocessing")
|
| kdump.py | 1 import logging namespace 40 logging.info("Triggering crash on vcpu %d ...", vcpu) 48 logging.info("Waiting for kernel crash dump to complete") 51 logging.info("Probing vmcore file...") 53 logging.info("Found vmcore.") 58 logging.info("Checking the existence of crash kernel...") 62 logging.info("Crash kernel is not loaded. Trying to load it") 66 logging.info("Enabling kdump service...")
|
| mac_change.py | 1 import logging namespace 30 logging.info("The initial MAC address is %s", old_mac) 33 logging.info("Changing MAC address to %s", new_mac) 39 logging.info("Verifying the new mac address") 43 logging.info("Restart the network to gain new IP") 51 logging.warning("The session is still responsive, settings may fail.") 55 logging.info("Re-log into the guest")
|
| shutdown.py | 1 import logging, time namespace
|
| /external/autotest/client/virt/ |
| virt_installer.py | 1 import os, shutil, logging namespace
|
| /external/autotest/scheduler/ |
| site_drone_utility.py | 4 import logging, signal namespace
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| device_list.py | 8 import logging namespace 21 logging.warning('Device file %s doesn\'t exist.', file_name) 29 logging.warning('Unrecognized device file format: %s', devices) 33 logging.exception(
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
| android_power_monitor_base.py | 5 import logging namespace 23 logging.warning('Unable to get device voltage. Using %s.', voltage) 26 logging.info('Device voltage at %s', voltage) 32 logging.warning('Power data is returning 0 for system total usage. %s' 35 logging.warning('Power data is returning 0 usage for %s. %s'
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
| atexit_with_log.py | 6 import logging namespace 10 logging.info('Try running %s', repr(function)) 12 logging.info('Did run %s', repr(function))
|
| /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
| mock_logging_handler.py | 15 """Mock logging handler to check for expected logs.""" 17 import logging namespace 20 class MockLoggingHandler(logging.Handler): 21 """Mock logging handler to check for expected logs.""" 25 logging.Handler.__init__(self, *args, **kwargs)
|
| /external/libchrome/base/ |
| vlog_unittest.cc | 7 #include "base/logging.h" 11 namespace logging { namespace 124 } // namespace logging
|