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

<<41424344454647484950>>

  /external/selinux/prebuilts/bin/
sesearch.py 24 import logging
134 logging.basicConfig(level=logging.DEBUG,
137 logging.basicConfig(level=logging.INFO, format='%(message)s')
139 logging.basicConfig(level=logging.WARNING, format='%(message)s')
244 logging.exception(str(err))
  /external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/
JCLLoggerFactory.java 30 import org.apache.commons.logging.LogFactory;
48 Class.forName("org.apache.commons.logging.impl.SLF4JLogFactory");
77 org.apache.commons.logging.Log jclLogger = LogFactory.getLog(name);
  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/
parse_layer_parameters.py 23 from tensorflow.python.platform import tf_logging as logging
64 logging.vlog(4, "strides_attr = %s", strides_attr)
94 logging.vlog(4, "weight shape = %s", shape)
120 logging.vlog(4, "padding_attr = %s", padding_attr)
142 logging.warning(
272 logging.vlog(3, "node.name = %s", node.name)
273 logging.vlog(3, "node.op = %s", node.op)
274 logging.vlog(4, "node = %s", node)
  /external/tensorflow/tensorflow/core/platform/s3/
aws_logging.h 22 #include <aws/core/utils/logging/LogLevel.h>
23 #include <aws/core/utils/logging/LogSystemInterface.h>
24 #include "tensorflow/core/platform/default/logging.h"
28 class AWSLogSystem : public Aws::Utils::Logging::LogSystemInterface {
33 explicit AWSLogSystem(Aws::Utils::Logging::LogLevel log_level);
37 virtual Aws::Utils::Logging::LogLevel GetLogLevel(void) const override {
42 void SetLogLevel(Aws::Utils::Logging::LogLevel log_level) {
50 virtual void Log(Aws::Utils::Logging::LogLevel log_level, const char* tag,
54 virtual void LogStream(Aws::Utils::Logging::LogLevel log_level,
59 void LogMessage(Aws::Utils::Logging::LogLevel log_level
    [all...]
  /external/tensorflow/tensorflow/examples/get_started/regression/
dnn_regression.py 104 tf.logging.set_verbosity(tf.logging.INFO)
linear_regression_categorical.py 109 tf.logging.set_verbosity(tf.logging.INFO)
  /external/tensorflow/tensorflow/examples/saved_model/integration_tests/
saved_model_part2_test.py 28 from tensorflow.python.platform import tf_logging as logging
38 logging.info("Running: %s", command_parts)
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 10 import logging
165 logging.info('Reading "%s" DejaGNU output file.', filename)
188 logging.debug('DejaGNU output file parsed successfully.')
189 logging.debug(self)
216 logging.info('Removed {%s} dependance.', res)
225 logging.info('Removed {%s} duplicate.', res)
245 logging.debug('Result suppressed for {%s}.', result)
257 logging.warning('Result {%s} listed in manifest but not suppressed.',
  /external/toolchain-utils/automation/common/
command_executer_test.py 9 import logging
38 logging.info('[%s] Executing: %s', machine, cmd)
40 logging.info('Executing: %s', cmd)
43 logging.error(msg)
46 logging.warning(msg)
49 logging.info(msg)
203 logging.basicConfig(format=FORMAT, level=logging.DEBUG)
  /external/autotest/client/common_lib/
logging_manager.py 2 Autotest has some surprisingly complicated logging behaviour.
4 Managers allow you to define logging contexts, which define a set of rules on
7 wish to temporarily change how logging works, this gives you that mechanism.
10 fork-for-a-logging-subprocess ordeal that's better explained as
12 normal python logging
17 | +------stdout---->+LOGGING|
29 ||logging.info('')|| ||logging.info('')||
34 logging subprocess, and set its stdout/stderr fd's to the subprocess's stdin.
39 python logging in a very consistent way
    [all...]
  /development/gsi/gsi_util/
build.py 20 import logging
64 logging.info('Make %s...', _MAKE_MODULE_NAME)
78 logging.debug('copy(): %s %s', src, dest)
83 logging.info('Copy depend files...')
85 logging.debug(' ANDROID_HOST_OUT=%s', host_out)
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FormatterTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
23 import java.util.logging.Formatter;
24 import java.util.logging.Level;
25 import java.util.logging.LogRecord;
92 .getBundle("bundles/com/android/java/util/logging/res");
110 rb = ResourceBundle.getBundle("bundles/com/android/java/util/logging/res",
122 r.setResourceBundleName("bundles/com/android/java/util/logging/res");
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 10 import logging
160 logging.info('Board %s does not have speaker.', board_name)
175 logging.info('Board %s does not have internal microphone.', board_name)
190 logging.info('Board %s does not have headphone.', board_name)
222 logging.info("Suspending...")
226 logging.info("DUT suspended! Waiting to resume...")
229 logging.info("DUT resumed!")
301 logging.info('audio_diagnostic result looks fine')
331 logging.error(message)
444 logging.info('Skipped channel %d', test_channel
    [all...]
  /external/autotest/client/cros/
kernel_config.py 5 import gzip, logging, os, re
16 logging.info('ok: %s', msg)
19 logging.error('FAIL: %s', msg)
31 logging.error('FATAL: %s', msg)
151 logging.info('Falling back to reading %s', filename)
  /external/autotest/client/profilers/oprofile/
oprofile.py 15 import logging
142 logging.info('Starting oprofile: %s' % self.start_time)
144 logging.info('Ending oprofile: %s' % self.stop_time)
151 logging.info('Starting oprofile: %s' % self.start_time)
153 logging.info('Ending oprofile: %s' % self.stop_time)
  /external/autotest/client/site_tests/audio_ActiveStreamStress/
audio_ActiveStreamStress.py 5 import logging
64 logging.info('Total streams closed: %d', pop_count)
69 logging.info('Total new streams created: %d', push_count)
74 logging.info('Total streams closed: %d', pop_count)
135 logging.debug('No cras crash detected!')
  /external/autotest/client/site_tests/desktopui_ScreenLocker/
desktopui_ScreenLocker.py 6 import logging
66 logging.debug('lock_screen')
92 logging.debug('Locking screen through the keyboard shortcut')
109 logging.debug('attempt_unlock_bad_password')
132 logging.debug('unlock_screen')
  /external/autotest/client/site_tests/graphics_VideoRenderingPower/
graphics_VideoRenderingPower.py 5 import logging, time
82 logging.warning('This board has no RAPL power measurement support, '
91 logging.warning('This board has no battery.')
95 logging.info('Test case: %s', test_name_and_flags[0])
129 logging.debug(measurements)
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 14 import logging
64 logging.info('results: %s', results)
82 logging.info('WebGLPerformance: time_ms_geom_mean = %f',
128 logging.warning('Test is too slow to run regularly.')
149 logging.debug('Number of tests: %d, passed: %d, '
  /external/autotest/client/site_tests/performance_InboxInputLatency/
performance_InboxInputLatency.py 5 import logging
83 logging.info(target)
91 logging.info(window)
152 logging.info('input char latency = %f ms', event.duration)
159 logging.info('%s = %f', description, value)
  /external/autotest/client/site_tests/platform_InitLoginPerf/
platform_InitLoginPerf.py 5 import logging
157 logging.debug('tpm_more_status: %r',
177 logging.debug('Attestation prepared: %r', attestation_line)
178 logging.debug('Ownership done: %r', ownership_line)
214 logging.info('Results: %s', self.results)
  /external/autotest/client/site_tests/security_DeviceJail_Filesystem/
security_DeviceJail_Filesystem.py 6 import logging
34 logging.debug('Attempting to mount device_jail_fs on %s', self._mount)
52 logging.debug('Checking device %s', filename)
94 logging.warn('Timeout expired, killing device_jail_fs')
102 logging.info('Waiting %d seconds for device_jail_fs shutdown',
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py 5 import logging
81 logging.debug(status);
123 logging.info('Camera Type: %s', results['cameraType'])
124 logging.info('PeerConnectionstats: %s', results['peerConnectionStats'])
125 logging.info('FrameStats: %s', results['frameStats'])
  /external/autotest/server/cros/ap_configurators/
dlink_dir505l_ap_configurator.py 8 import logging
100 logging.debug("No alert present")
133 logging.debug('This router (%s) does not support enabling/disabling '
167 logging.debug('This router (%s) does not support multiple bands.',
181 logging.debug('This router (%s) does not support WEP', self.name)
dlink_dwl2100_ap_configurator.py 7 import logging
136 logging.debug('This router (%s) does not support multiple modes.',
150 logging.debug('This AP does not supported disabling the radio.')
202 logging.debug('This router (%s) does not support multiple bands.',
232 logging.debug('This router (%s) does not support WEP.',

Completed in 935 milliseconds

<<41424344454647484950>>