HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 176 - 200 of 5540) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/devlib/devlib/trace/
__init__.py 1 import logging
8 self.logger = logging.getLogger(self.__class__.__name__)
  /external/libbrillo/brillo/
location_logging.h 10 #include <base/logging.h>
13 logging::LogMessage((from_here).file_name(), (from_here).line_number(), \
  /external/libmojo/third_party/catapult/devil/devil/android/
device_list.py 8 import logging
21 logging.warning('Device file %s doesn\'t exist.', file_name)
29 logging.warning('Unrecognized device file format: %s', devices)
33 logging.exception(
  /external/lisa/libs/utils/
conf.py 21 import logging
22 import logging.config
28 def setup(self, filepath='logging.conf', level=logging.INFO):
30 Initialize logging used for all the LISA modules.
32 :param filepath: the relative or absolute path of the logging configuration to use.
38 :type level: logging.<level> or int in [0..50]
45 raise ValueError('Logging configuration file not found in: {}'\
47 logging.config.fileConfig(filepath)
48 logging.getLogger().setLevel(level
    [all...]
  /external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
ListHandler.java 29 import java.util.logging.Handler;
30 import java.util.logging.LogRecord;
  /external/tensorflow/tensorflow/python/platform/
logging_test.py 21 from tensorflow.python.platform import tf_logging as logging
27 # Just check that logging works without raising an exception.
28 logging.error("test log message")
  /frameworks/base/core/java/com/android/internal/logging/testing/
FakeMetricsLogger.java 1 package com.android.internal.logging.testing;
5 import com.android.internal.logging.MetricsLogger;
  /test/vts-testcase/hal/contexthub/V1_0/host/
VtsHalContexthubV1_0HostTest.py 18 import logging
49 logging.debug("Ignoring client message from hubId %s: %s", self.hub_id, msg)
53 logging.debug("Ignoring transaction result from hubId %s: %s", self.hub_id, msg)
57 logging.debug("Ignoring hub event from hubId %s: %s", self.hub_id, evt)
61 logging.debug("Ignoring app info data from hubId %s: %s", self.hub_id, appInfo)
83 logging.info("types: %s", self.types)
86 logging.info("About to call gethubs!!!")
88 logging.info("Got result: %s", hubs)
100 #logging.info("About to call registerCallback")
103 #logging.info("registerCallback returned result: %s", result
    [all...]
  /test/vts-testcase/kernel/api/proc/
ProcVersionTest.py 17 import logging
29 logging.error("Not a valid linux version!")
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
bridge_interface.py 17 import logging
66 logging.info('Create bridge interface between LAN and WLAN')
71 logging.warning(
80 logging.warning('4addr is already enabled on {}'.format(
89 logging.warning('{} has alrady been added to {}'.format(
99 logging.info('Bridge interface is up and running')
107 logging.info('Bringing down the bridge interface')
120 logging.info('Bridge interface is down')
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
native_bt_test_utils.py 17 import logging
22 log = logging
  /prebuilts/tools/common/m2/repository/org/slf4j/jcl-over-slf4j/1.6.2/
jcl-over-slf4j-1.6.2.jar 
  /external/autotest/client/common_lib/
barrier.py 1 import sys, socket, errno, logging
166 logging.info("tag=%s port=%d timeout=%r",
188 logging.error(error)
194 logging.info("seconds remaining: %d", timeout)
210 logging.warning("Ignoring invalid data from %s: %r",
216 logging.info("new client tag=%s, name=%s", tag, name)
224 logging.warning("client arriving for the wrong barrier: %s != %s",
231 logging.warning("duplicate client")
245 logging.warning("client handshake timeout: (%s:%d)",
250 logging.info("client now waiting: %s (%s:%d)"
    [all...]
smogcheck_util.py 7 import logging, subprocess, time
30 logging.debug('runInSubprocess args = %r; rc_list = %r', args, rc_list)
35 logging.error('runInSubprocess %s: out=%r, err=%r', args[0], out, err)
54 logging.info('i2c-dev disabled. Enabling it with modprobe')
59 logging.info('i2c-dev ready to go:\n%s', out)
74 logging.info('Elapsed time = %d usec', usec)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_logging.py 19 """Test harness for the logging module. Run all tests.
24 import logging
25 import logging.handlers
26 import logging.config
53 """Base class for logging tests."""
60 """Setup the default logging stream to an internal StringIO instance,
62 logger_dict = logging.getLogger().manager.loggerDict
63 logging._acquireLock()
65 self.saved_handlers = logging._handlers.copy()
66 self.saved_handler_list = logging._handlerList[:]
    [all...]
  /development/gsi/gsi_util/gsi_util/utils/
cmd_utils.py 18 import logging
79 log_level = logging.ERROR if proc.returncode != 0 else logging.INFO
80 logging.log(log_level, 'Executed command: %r (ret: %d)',
83 logging.log(log_level, ' stdout: %r', stdout)
85 logging.log(log_level, ' stderr: %r', stderr)
  /external/autotest/client/bin/
vm_sanity.py 16 import logging
36 logging.info('Starting chrome and logging in.')
42 logging.info('Checking mounted cryptohome.')
49 logging.info('Evaluating JavaScript.')
57 logging.info('Android booted successfully.')
68 logging.info('Test succeeded in %s seconds.', elapsed.seconds)
  /external/autotest/client/cros/image_comparison/
upload_on_fail_comparer.py 5 import logging
65 logging.debug('Using primary comparer..')
72 logging.debug('Primary comparison complete. Diff pixels = %d', diffpx)
78 logging.debug('Threshold diff pixels is %d', self.threshold)
79 logging.debug('Diff pxls > threshold. Using remote comparer.')
90 logging.debug('Secondary comparison complete. Diff pixels = %d',
  /external/autotest/client/site_tests/hardware_MemoryZRAMThroughput/
hardware_MemoryZRAMThroughput.py 5 import logging
25 logging.info("test output: %s", out)
52 logging.info("MemTotal: %.0f KB", mem_size)
53 logging.info("SwapTotal: %.0f KB", swap_size)
59 logging.debug('cmd: %s', cmd)
73 logging.debug('cmd: %s', cmd)
  /external/autotest/contrib/
db_optimize.py 14 import logging
64 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT)
65 logging.info('Calling: %s', sys.argv)
76 logging.exception(message)
80 logging.info('db_optimize completed.')
  /external/autotest/server/hosts/
jetstream_host.py 12 import logging
53 logging.debug('Initializing Jetstream host')
68 logging.debug('Jetstream host is up, starting verification')
76 logging.debug('Jetstream: Resetting AP services')
87 logging.debug('Jetstream: Prepare for update')
91 logging.exception('Failed to reset host')
  /external/autotest/server/site_tests/firmware_CgptStress/
firmware_CgptStress.py 5 import logging
32 logging.error("Caught exception: %s", str(e))
37 logging.info('======== Running FAFT ITERATION %d/%s ========',
39 logging.info("Expected kernel A boot and prioritize kernel B.")
44 logging.info("Expected kernel B boot and prioritize kernel A.")
49 logging.info("Expected kernel A boot, done.")
  /external/autotest/server/site_tests/firmware_CorruptFwSigA/
firmware_CorruptFwSigA.py 5 import logging
27 logging.error("ERROR: DUT did not come up. Need to cleanup!")
31 logging.info("Corrupt firmware signature A.")
36 logging.info("Expected firmware B boot and set fwb_tries flag.")
42 logging.info("Still expected firmware B boot and restore firmware A.")
48 logging.info("Expected firmware " + expected_slot + " boot, done.")
  /external/autotest/server/site_tests/firmware_CorruptFwSigB/
firmware_CorruptFwSigB.py 5 import logging
27 logging.error("ERROR: DUT did not come up. Need to cleanup!")
31 logging.info("Expected firmware A boot and corrupt "
37 logging.info("Expected firmware A boot and set try_fwb flag.")
42 logging.info("Expected firmware A boot and restore firmware B.")
47 logging.info("Final check and done.")
  /external/autotest/server/site_tests/firmware_ECSharedMem/
firmware_ECSharedMem.py 5 import logging
28 logging.error("Caught exception: %s", str(e))
35 logging.info("EC shared memory size if %d bytes", shmem_size)
39 logging.warning("EC shared memory is less than 256 bytes")
51 logging.info("Check shared memory in normal operation and crash EC.")
56 logging.info("Check shared memory after crash and system jump.")

Completed in 1414 milliseconds

1 2 3 4 5 6 78 91011>>