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

<<71727374757677787980>>

  /test/vts/testcases/template/hal_hidl_host_test/
hal_hidl_host_test.py 17 import logging
131 logging.warning(
159 logging.info("registered service instances: %s", service_instances)
  /test/vts-testcase/fuzz/template/func_fuzzer_test/
func_fuzzer_test.py 18 import logging
48 logging.info('%s: %s', keys.ConfigKeys.IKEY_DATA_FILE_PATH,
50 logging.info('%s: %s', keys.ConfigKeys.IKEY_HAL_HIDL_PACKAGE_NAME,
  /test/vts-testcase/fuzz/template/iface_fuzzer_test/
iface_fuzzer_test.py 18 import logging
65 logging.exception(e)
130 logging.info('Attempting to reproduce the failure.')
  /test/vts-testcase/performance/fmq_benchmark/
FmqPerformanceTest.py 18 import logging
83 logging.info("Start the benchmark service(%s bit mode)", bits)
97 logging.info("Start to run the benchmark (%s bit mode)", bits)
  /test/vts-testcase/vndk/open_libraries/
VtsVndkOpenLibrariesTest.py 18 import logging
116 logging.debug("Allowed system libraries: %s", allowed_libs)
129 logging.error("pid command libraries\n%s", "\n".join(error_lines))
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
ap_get_interface.py 17 import logging
94 logging.info('No brctl utility is available')
145 logging.info("IFCONFIG output = %s" % interfaces_all)
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
error_reporter.py 17 import logging
25 class ErrorLogger(logging.LoggerAdapter):
30 super(ErrorLogger, self).__init__(logging.getLogger(), {})
  /tools/test/connectivity/acts/framework/tests/
acts_proto_utils_test.py 15 import logging
40 # Set log_path to logging since acts logger setup is not called.
41 if not hasattr(logging, "log_path"):
42 setattr(logging, "log_path", "/tmp/logs")
  /tools/test/connectivity/tools/lab/utils/
job.py 15 import logging
164 logging.debug(result)
167 logging.error("Command %s with %s timeout setting timed out", command,
  /external/autotest/client/bin/result_tools/
utils.py 35 import logging
322 """Set up logging to direct logs to stdout."""
323 # Direct logging to stdout
324 logger = logging.getLogger()
325 logger.setLevel(logging.DEBUG)
326 handler = logging.StreamHandler(sys.stdout)
327 handler.setLevel(logging.DEBUG)
328 formatter = logging.Formatter('%(asctime)s %(message)s')
  /external/autotest/client/cros/
verity_utils.py 5 import logging, mmap, os, time
67 logging.warning("Could not release %s. Retrying..." % (device))
88 logging.info("verity_image is being reset")
153 logging.info("table is %s" % self.table)
185 logging.error('verity_image cannot be used without: %s' % e)
216 logging.warning("verity_image.initialize called with " \
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 5 import logging, os
134 logging.info('Crash directory had %d entries', crash_dir_size)
141 logging.info('New log messages: %s', self._log_reader.get_logs())
174 logging.debug('Log contents were: %s', log_contents)
243 logging.debug('Contents of crash directory: %s', crash_contents)
244 logging.debug('Log messages: %s', self._log_reader.get_logs())
  /external/autotest/client/site_tests/platform_EncryptedStateful/
platform_EncryptedStateful.py 5 import logging, os, tempfile, shutil, stat, time, posix
15 logging.info("test_checker.__init__")
20 logging.info('ok: %s' % (msg))
23 logging.error('FAIL: %s' % (msg))
27 logging.error('FATAL: %s' % (msg))
197 logging.info("%s stabilized at %dK (was %dK)" %
  /tools/tradefederation/core/atest/
atest.py 26 import logging
310 help='Display DEBUG level logging.')
346 logging.basicConfig(level=logging.DEBUG)
348 logging.basicConfig(level=logging.INFO)
359 logging.error('Local environment doesn\'t appear to have been '
382 logging.info('Running tests')
385 logging.debug('Executing command: %s', run_command)
461 logging.error('Cannot collect both baseline and new metrics at the same time.'
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
ReportExporter.java 33 import java.util.logging.Level;
34 import java.util.logging.Logger;
  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePart.java 39 import org.apache.commons.logging.Log;
40 import org.apache.commons.logging.LogFactory;
MultipartEntity.java 46 import org.apache.commons.logging.Log;
47 import org.apache.commons.logging.LogFactory;
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 17 package org.apache.commons.logging;
23 import org.apache.commons.logging.impl.NoOpLog;
35 * <code>org.apache.commons.logging.impl.Log4JLogger</code>.</li>
37 * <code>org.apache.commons.logging.impl.Jdk14Logger</code>.</li>
39 * <code>org.apache.commons.logging.impl.NoOpLog</code>.</li>
45 * <code>org.apache.commons.logging.log</code> to the name of the
46 * <code>org.apache.commons.logging.Log</code> implementation class
71 /** Is JDK 1.4 logging available */
93 // Is JDK 1.4 Logging Available?
95 if ((null != Class.forName("java.util.logging.Logger")) &
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
ClientParamsStack.java 35 import org.apache.commons.logging.Log;
36 import org.apache.commons.logging.LogFactory;
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 38 import org.apache.commons.logging.Log;
39 import org.apache.commons.logging.LogFactory;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 38 import org.apache.commons.logging.Log;
39 import org.apache.commons.logging.LogFactory;
  /external/autotest/client/bin/
prespawner.py 42 import logging, subprocess, threading
84 logging.debug('Pre-spawned an autotest process %d', process.pid)
  /external/autotest/client/common_lib/cros/
kiosk_utils.py 5 import logging
35 logging.exception(
  /external/autotest/client/common_lib/cros/network/
netblock.py 5 import logging
39 logging.warning('Ignoring parsed prefix length of %s in favor of '
  /external/autotest/client/common_lib/cros/tendo/
buffet_config.py 5 import logging
29 logging.debug('Generated unique device name %s', name)

Completed in 1072 milliseconds

<<71727374757677787980>>