HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 976 - 1000 of 3267) sorted by null

<<31323334353637383940>>

  /external/autotest/server/site_tests/firmware_FastbootErase/
firmware_FastbootErase.py 5 import logging
63 logging.info("Making copy of kernel")
74 logging.info("Erasing the kernel")
89 logging.info("Repairing the kernel")
  /external/autotest/server/site_tests/network_WiFi_VerifyRouter/
network_WiFi_VerifyRouter.py 5 import logging
27 logging.info('Finished connection attempt to %s with times: '
84 logging.info('Connecting to AP with settings %s.',
90 logging.info('Signal level for AP %d with bitmap %d is %d',
  /external/autotest/server/site_tests/rlz_CheckPing/
rlz_CheckPing.py 5 import logging
41 logging.exception('Failed to write should_send_rlz_ping to vpd')
51 logging.exception('Failed to dump vpd log')
59 logging.info('Disabling rootfs on the DUT.')
  /external/autotest/site_utils/lxc/
shared_host_dir.py 5 import logging
134 logging.debug('Verifying existing host path: %s', self.path)
142 logging.debug('Host mount not shared (%r).', host_mount)
144 logging.debug('Host mount not found.')
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
uploader.py 5 import logging
57 logging.debug('A file already exists at upload path %s in self.cs_bucket'
64 logging.error('Failed to copy existing file %s in cloud storage bucket '
73 logging.error('Failed to upload %s to %s in cloud_storage bucket %s',
  /external/conscrypt/common/src/jni/main/include/conscrypt/
trace.h 22 #include <conscrypt/logging.h>
  /external/guice/extensions/persist/test/com/google/inject/persist/
EdslTest.java 7 import java.util.logging.Logger;
  /external/libbrillo/brillo/
test_helpers.h 15 #include <base/logging.h>
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
Makefile 9 ../include/logging.h
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
Version.java 6 import java.util.logging.Logger;
  /external/opencensus-java/exporters/trace/logging/src/main/java/io/opencensus/exporter/trace/logging/
LoggingExporter.java 17 package io.opencensus.exporter.trace.logging;
44 * Registers the Logging exporter to the OpenCensus library.
63 * Unregisters the Logging exporter from the OpenCensus library.
  /external/perf_data_converter/src/quipper/mybase/base/
logging.h 17 // Emulate Chrome-like logging.
27 namespace logging { namespace
34 // the min log level to negative values enables verbose logging.
43 // Generic logging class that emulates logging from libbase. Do not use this
64 // For general logging.
81 // Like LOG but appends errno's string description to the logging.
97 // Like LOG but conditional upon the logging verbosity level.
110 // Logging verbosity level. The logging will be printed if this value is les
    [all...]
  /external/puffin/scripts/
measure_patch_size.py 11 import logging
55 logging.getLogger().setLevel(logging.DEBUG)
96 logging.debug('%s(%d -> %d) : bsdiff(%d), puffdiff(%d)',
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLogFactory.java 17 package org.apache.commons.logging.impl;
19 import org.apache.commons.logging.Log;
20 import org.apache.commons.logging.LogConfigurationException;
21 import org.apache.commons.logging.LogFactory;
58 * The {@link org.apache.commons.logging.Log}instances that have already been
76 public static final String LOG_PROPERTY = "org.apache.commons.logging.Log";
143 * (the meaning of this name is only known to the underlying logging
168 * {@link org.apache.commons.logging.Log}instances returned by this factory.
177 // in the the web-app class loader and the official commons-logging.jar is
  /external/toolchain-utils/android_bench_suite/
fix_skia_results.py 7 # pylint: disable=cros-logging-import
13 import logging
17 # Turn the logging level to INFO before importing other autotest
18 # code, to avoid having failed import logging messages confuse the
20 logging.basicConfig(level=logging.INFO)
121 logging.error('While converting "%s" (key: %s): %s',
gen_json.py 7 # pylint: disable=cros-logging-import
15 import logging
18 # Turn the logging level to INFO before importing other autotest
19 # code, to avoid having failed import logging messages confuse the
21 logging.basicConfig(level=logging.INFO)
54 logging.error('Please input the correct benchmark name.')
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 15 import logging
81 logging.error('Failed to parse commit position id from:\n%s\n',
96 logging.debug('CMD: %s CWD: %s', ' '.join(command), working_dir)
100 logging.debug('extra env: %s', extra_env)
111 logging.error('Command failed: %s\n'
163 logging.exception('Error connecting to %s. Error: %s', url, e)
308 logging.error('Dirty/unversioned files:\n%s', stdout)
316 logging.error('Please checkout the master branch and re-run this script.')
320 logging.info('Updating master branch...')
325 logging.info('Creating roll branch: %s', ROLL_BRANCH_NAME
    [all...]
  /frameworks/av/media/codec2/vndk/include/
android-C2Debug-log.h 21 * Android provides logging and debug macros. Redefine them with C2 prefix and add support for
29 #include <android-base/logging.h>
  /frameworks/av/services/mediacodec/registrant/
CodecServiceRegistrant.cpp 20 #include <android-base/logging.h>
  /external/fonttools/Lib/fontTools/misc/
loggingTools.py 2 logging package.
8 import logging
18 from logging import PercentStyle
23 # default logging level used by Timer class
24 TIME_LEVEL = logging.DEBUG
35 class LevelFormatter(logging.Formatter):
36 """ Formatter class which optionally takes a dict of logging levels to
42 >>> handler = logging.StreamHandler(sys.stdout)
50 >>> log = logging.getLogger('test')
51 >>> log.setLevel(logging.DEBUG
    [all...]
  /external/autotest/server/cros/servo/
servo.py 9 import logging
144 logging.debug('Start capturing CPU/EC UART.')
152 logging.debug('The servod is too old that ec_uart_capture not '
165 logging.warn('Failed to get UART log for %s: %s', stream, err)
176 logging.debug('Stop capturing CPU/EC UART.')
182 logging.debug('The servod is too old that %s not '
185 logging.warn('Failed to stop UART logging for %s: %s', uart,
316 logging.debug('Servo initialized, version is %s',
550 logging.warning('The servod is too old that get_base_board
    [all...]
  /external/autotest/server/cros/
tradefed_test.py 22 import logging
95 logging.info('Hostname: %s', host.host_port)
167 logging.info('Cleaning up %s.', self._tradefed_install)
285 logging.info('adb %s:\n%s', ' '.join(kwargs.get('args')),
307 logging.info('No result found in with pattern: %s',
343 logging.info('Setting up adb connection.')
366 logging.info('Successfully setup adb connection.')
398 logging.info('Disabling the adb install dialog.')
404 logging.info('Disable adb dialog: %s', result.stdout)
448 logging.info('Skipping unzip %s, reusing content of %s', filename
    [all...]
  /external/autotest/server/hosts/
abstract_ssh.py 1 import os, time, socket, shutil, glob, logging, tempfile, re
179 logging.warning("rsync not available on remote host %s -- disabled",
417 logging.debug('get_file. source: %s, dest: %s, delete_dest: %s,'
431 logging.debug('Using Rsync.')
454 logging.warning('rsync status %d, retrying', status)
460 logging.warning("trying scp, rsync failed: %s (%d)",
464 logging.debug('Trying scp.')
480 logging.debug('scp failed: %s', e)
524 logging.debug('send_file. source: %s, dest: %s, delete_dest: %s,'
543 logging.debug('Using Rsync.'
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
26 import java.util.logging.Filter;
27 import java.util.logging.Formatter;
28 import java.util.logging.Handler;
29 import java.util.logging.Level;
30 import java.util.logging.LogManager;
31 import java.util.logging.LogRecord;
32 import java.util.logging.LoggingPermission;
33 import java.util.logging.MemoryHandler
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50BID/
firmware_Cr50BID.py 5 import logging
167 logging.info('Test Case: image board id %s with chip board id %s:%x '
242 logging.info('Running tests %r', self.tests)
266 logging.info('Running test with universal image %s', universal_ver)
302 logging.info('Copied %s to %s', ver, dest)
336 logging.info('Using %s %s release image for test', release_rw,
349 logging.info('Using %s DBG image for test', ver)
358 logging.info('Running test with bid locked image %s', ver)
400 logging.info('Skipping reset. Already running %s image with erased '
403 logging.info('Updating to %s image and erasing chip bid', image_type
    [all...]

Completed in 1382 milliseconds

<<31323334353637383940>>