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

<<81828384858687888990>>

  /test/framework/harnesses/host_controller/build/
build_provider_pab.py 22 import logging
123 logging.info('Parsing flags, use --noauth_local_webserver'
129 logging.info('Preparing OAuth token')
135 logging.info('Credentials not found, authenticating.')
139 logging.info('Access token expired, refreshing.')
150 email: string, optional. Gmail account of user logging in
151 password: string, optional. Password of user logging in
197 logging.exception(e)
302 logging.exception(e)
441 logging.info('%s now downloading...', download_url
    [all...]
  /test/framework/harnesses/host_controller/
tfc_host_controller.py 17 import logging
139 logging.exception(e)
  /test/vti/dashboard/src/main/java/com/android/vts/api/
DatastoreRestServlet.java 29 import java.util.logging.Level;
30 import java.util.logging.Logger;
  /test/vts/utils/python/common/
vts_spec_utils.py 17 import logging
36 logging.error("Invalid hal package name: %s" % hal_package)
  /test/vts-testcase/hal/media/omx/V1_0/host/
VtsHalMediaOmxV1_0HostTest.py 19 import logging
125 logging.info("num of test_testcases: %s", len(test_cases))
  /tools/acloud/internal/lib/
android_build_client.py 20 import logging
28 logger = logging.getLogger(__name__)
auth.py 39 import logging
51 logger = logging.getLogger(__name__)
gstorage_client.py 20 import logging
29 logger = logging.getLogger(__name__)
  /tools/test/connectivity/acts/framework/acts/controllers/
chameleon_controller.py 17 import logging
104 self.log = logging.getLogger()
sniffer.py 18 import logging
47 logging.getLogger(),
  /tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
ota_runner_factory.py 17 import logging
148 logging.warning('Android device %s has already been assigned an '
  /tools/test/connectivity/acts/tests/google/bt/
AkXB10PairingTest.py 19 import logging
25 log = logging
BtMetricsTest.py 14 import logging
39 logging.error("Failed to unbound device")
SonyXB2PairingTest.py 19 import logging
25 log = logging
  /tools/tradefederation/core/atest/test_finders/
test_finder_utils.py 19 import logging
277 logging.debug('Executing %s find cmd: %s', ref_name, find_cmd)
279 logging.debug('%s find completed in %ss', ref_name, time.time() - start)
280 logging.debug('%s find cmd out: %s', ref_name, out)
486 logging.warning('Build target (%s) not present in module info, '
496 logging.debug('Targets found in config file: %s', targets)
611 logging.warning('vts test module (%s) not present in module '
629 logging.debug('Targets found in config file: %s', targets)
  /external/autotest/client/common_lib/cros/
arc.py 6 import logging
72 logging.debug('adb get-state: %s', output)
383 logging.error('is_android_container_alive failed: %r', e)
445 logging.debug('Recent activities dump:\n%s',
451 logging.warning('Iteration %d failed, taking a screenshot.',
460 logging.warning('Unable to capture screenshot. %s', e)
462 logging.warning('Too many failures, no screenshot taken')
577 logging.error('Container is alive?')
588 logging.info('After run_once')
594 logging.info('Skipping ARC cleanup: not initialized'
    [all...]
  /external/devlib/devlib/module/
cgroups.py 16 import logging
47 self.logger = logging.getLogger('CGroup.'+self.kind)
156 logging.debug('Moving all tasks into %s', dest)
162 logging.debug(' using grep filter: %s', grep_filters)
164 logging.debug(' excluding tasks which name matches:')
165 logging.debug(' %s', ', '.join(exclude))
213 self.logger = logging.getLogger('cgroups.' + controller.kind)
245 logging.debug('Reading %s attributes from:',
247 logging.debug(' %s',
287 logging.debug('Tasks: %s', task_ids
    [all...]
  /external/libchrome/base/metrics/
statistics_recorder_unittest.cc 14 #include "base/logging.h"
28 LogStateSaver() : old_min_log_level_(logging::GetMinLogLevel()) {}
31 logging::SetMinLogLevel(old_min_log_level_);
32 logging::SetLogAssertHandler(nullptr);
632 logging::SetMinLogLevel(logging::LOG_WARNING);
642 logging::SetMinLogLevel(logging::LOG_WARNING);
646 logging::SetMinLogLevel(logging::LOG_VERBOSE)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
32 import java.util.logging.Filter;
33 import java.util.logging.Formatter;
34 import java.util.logging.Handler;
35 import java.util.logging.Level;
36 import java.util.logging.LogManager;
37 import java.util.logging.LogRecord;
38 import java.util.logging.LoggingPermission;
39 import java.util.logging.SimpleFormatter
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu_estimator.py 57 from tensorflow.python.platform import tf_logging as logging
281 logging.debug('%s read iterations %s', self._name, iterations)
283 logging.info('%s received shutdown signal, stopping.', self._name)
288 logging.info('Shutting down %s thread.' % self._name)
337 logging.info('TPU job name %s', self._master_job)
360 triggered logging.
363 logging.warning(
396 logging.error('Feed error: %s', self._feed_error)
397 logging.error('Closing session. A RuntimeError should follow.')
405 logging.info('Starting infeed thread controller.'
    [all...]
  /external/autotest/scheduler/
scheduler_models.py 25 import logging
102 logging.error('Job is None, no metadata returned.')
110 logging.error('Job has missing attribute: %s', e)
170 logging.warning(
372 logging.info('%s -> %s', self.hostname, status)
572 logging.info('Assigning host %s to entry %s', host.hostname, self)
576 logging.info('Releasing host from %s', self)
584 logging.info("creating block %s/%s", self.job.id, host_id)
591 logging.info("removing block %s/%s", self.job.id, host_id)
641 logging.info("%s -> %s", self, status
    [all...]
  /art/compiler/linker/
error_delaying_output_stream.h 22 #include <android-base/logging.h>
  /art/compiler/optimizing/
code_generator_utils.cc 19 #include <android-base/logging.h>
  /art/compiler/utils/arm/
constants_arm.h 24 #include <android-base/logging.h>
  /art/compiler/utils/
label.h 20 #include <android-base/logging.h>

Completed in 1380 milliseconds

<<81828384858687888990>>