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

<<41424344454647484950>>

  /external/webrtc/webrtc/base/
socketpool.cc 14 #include "webrtc/base/logging.h"
263 LoggingAdapter* logging = recycle_bin_.front(); local
265 logging->set_label(ss.str());
266 logging->Attach(stream);
267 return logging;
273 LoggingAdapter* logging = static_cast<LoggingAdapter*>(stream); local
274 pool_->ReturnConnectedStream(logging->Detach());
275 recycle_bin_.push_back(logging);
  /external/autotest/client/cros/audio/
audio_analysis_unittest.py 2 import logging
77 logging.debug('Test large array using dummy peak detection')
79 logging.debug('Test large array using improved peak detection')
81 logging.debug('Compare the result')
103 logging.debug('Results: %s', results)
124 logging.debug('channel %s: %s', channel, spectral)
215 logging.debug('Results: %s', self.results)
355 logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
  /external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
cellular_GobiRecoverFromDesync.py 8 import logging
56 logging.info('Caught: ' + traceback.format_exc())
106 logging.info('Modem %s added' % path)
122 logging.info(line)
127 logging.info('Action:[%s]' % action)
152 logging.info('Not starting until: %s' % self.remaining_start_conditions)
154 logging.info('Preconditions satisfied')
203 logging.info('Waiting for: ' + str(self.remaining_events))
211 logging.info('Done waiting for events')
235 logging.info('ignoring'
    [all...]
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 6 import logging
108 logging.warning('Failed to read mountinfo for pid %s: %s', pid, e)
148 logging.debug('output of ps:\n%s', output)
175 logging.debug('output of awk:\n%s', status_output)
208 logging.info('Loading baseline %s', path)
267 logging.info('ASAN image detected -> skipping seccomp checks')
379 logging.warn('Stale baselines: %r', stale_baselines)
382 logging.warn('New services: %r', new_services)
395 logging.error('Failed sandboxing: %s', delta_entry)
  /external/clang/tools/scan-build-py/libear/
__init__.py 15 import logging
58 logging.info("Could not build interception library.", exc_info=True)
185 logging.debug('Checking function %s', function)
187 logging.debug('Checking function %s -- %s', function,
196 logging.debug('Checking symbol %s', symbol)
198 logging.debug('Checking symbol %s -- %s', symbol,
216 logging.debug('Writing config to %s', output)
245 logging.debug('Compiling %s', src)
251 logging.debug('Linking %s', self.name)
  /external/python/cpython2/Lib/multiprocessing/
util.py 53 # Logging
89 import logging, atexit
91 logging._acquireLock()
95 _logger = logging.getLogger(LOGGER_NAME)
97 logging.addLevelName(SUBDEBUG, 'SUBDEBUG')
98 logging.addLevelName(SUBWARNING, 'SUBWARNING')
100 # XXX multiprocessing should cleanup before logging
109 logging._releaseLock()
115 Turn on logging and add a handler which prints to stderr
118 import logging
    [all...]
  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/
receptive_field.py 25 from tensorflow.python.platform import tf_logging as logging
248 logging.vlog(3, "%10d %-100s %-20s" % (o, node.name[:90], node.op))
268 logging.vlog(3, "Irrelevant node %s, skipping it...", node.name)
275 logging.vlog(
302 logging.vlog(
314 logging.vlog(3, "Skipping explicitly ignored node %s.", inp_name)
317 logging.vlog(4, "inp_name = %s", inp_name)
324 logging.vlog(4, "inp_node = \n%s", inp_node)
328 logging.vlog(
  /external/tensorflow/tensorflow/python/training/
session_manager.py 27 from tensorflow.python.platform import tf_logging as logging
212 logging.info("Waiting for checkpoint to be available.")
366 logging.info(
373 logging.info("Restoring model from %s did not make model ready: %s",
377 logging.info("Restored model from %s", restoring_file)
434 logging.info("Waiting for model to be ready. "
451 # Intentionally not logging to avoid user complaints that
500 logging.info("Running local_init_op.")
502 logging.info("Done running local_init_op.")
543 logging.warning("%s : error [%s]", msg, str(e)
    [all...]
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
ActivityMetricsLoggerTests.java 33 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION;
34 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_DELAY_MS;
35 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_DEVICE_UPTIME_SECONDS;
36 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_REPORTED_DRAWN;
37 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_REPORTED_DRAWN_MS;
38 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_STARTING_WINDOW_DELAY_MS;
39 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_WINDOWS_DRAWN_DELAY_MS;
40 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.FIELD_CLASS_NAME;
41 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.TYPE_TRANSITION_COLD_LAUNCH;
42 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.TYPE_TRANSITION_HOT_LAUNCH
    [all...]
  /external/adhd/scripts/
ini_editor.py 15 import logging
537 logging.error('Please select a board from %s or use "all".' % (
542 logging.info('Applying on all boards.')
563 logging.info('Looking at dsp.ini file at %s', input_file)
581 logging.info('Printing section %s.', self.args.section)
584 logging.info('There is no section %s in %s',
587 logging.info('Printing ini content.')
604 logging.info('There is no section %s in %s',
609 logging.info('Changed section:')
620 logging.info('Writing output file to : %s.', output_file
    [all...]
  /external/autotest/client/common_lib/cros/cfm/usb/
usb_port_manager.py 2 import logging
128 logging.debug('Running: "%s"', command)
130 logging.debug('Result: "%s"', res)
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
client_lib_test.py 23 import logging
121 logging.basicConfig(level=logging.DEBUG, format=logging_format,
registration.py 8 import logging
99 logging.info('Initial Ticket: %s', ticket)
112 logging.info('Updated Ticket After Claiming: %s', ticket)
  /external/autotest/client/common_lib/cros/fake_device_server/
commands.py 8 import logging
88 logging.info('Received command %s', command_resource['name'])
140 logging.info('Returning queue of commands: %r', listing)
  /external/autotest/client/common_lib/
powerplay_util.py 5 import error, logging, os, serial, shutil, threading, time
63 logging.info('Trying ... %s', device_link)
65 logging.info('Successfully connected to %s', device_link)
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message_response.py 14 import logging
125 logging.debug('Reassembled response-> Fragments: %d, Payload length: %d',
162 logging.debug("Response Message parsed: %s", message)
  /external/autotest/client/site_tests/audio_Microphone/
audio_Microphone.py 5 import logging
51 logging.debug("Selected input device name=%s", cras_device_name)
56 logging.debug("No internal mic. Skipping the test.")
  /external/autotest/client/site_tests/autoupdate_Backoff/
autoupdate_Backoff.py 5 import logging
75 logging.info('Update failed as expected.')
76 logging.error(e)
  /external/autotest/client/site_tests/desktopui_AudioFeedback/
desktopui_AudioFeedback.py 5 import logging
56 logging.info('Playing back youtube media file %s.', video_url)
77 logging.info('loopback stats: %s', [str(s) for s in loopback_stats])
  /external/autotest/client/site_tests/graphics_GpuReset/
graphics_GpuReset.py 5 import logging
63 logging.info('initctl status ui returns: %s', status_output)
74 logging.info('Make sure chrome is dead before triggering hang.')
  /external/autotest/client/site_tests/hardware_Usb30Throughput/
hardware_Usb30Throughput.py 7 import logging
71 logging.debug('xfer rate (measurement %d) %.2f (min=%.2f)',
115 logging.info('file trasferred: size (Mbits): %f, start: %f, end: %d,'
  /external/autotest/client/site_tests/hardware_UsbMount/
hardware_UsbMount.py 6 import logging, os
27 logging.debug('cleanup(): removing %s', self._tmpfile)
62 logging.debug('storage to umount %s', storage)
  /external/autotest/client/site_tests/policy_URLBlacklist/
policy_URLBlacklist.py 5 import logging
61 logging.info('Parsed message: %s' % parsed_message_string)
85 logging.warning('The Blocked page user notification '
  /external/autotest/client/site_tests/policy_URLWhitelist/
policy_URLWhitelist.py 5 import logging
74 logging.info('Parsed message:%s', parsed_message_string)
96 logging.warning('The Blocked page user notification '
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 5 import logging
85 logging.error('Audio thread did not terminate at end of test.')
111 logging.info('Done playing audio.')

Completed in 1409 milliseconds

<<41424344454647484950>>