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

<<51525354555657585960>>

  /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 30 from tensorflow.python.platform import tf_logging as logging
253 logging.vlog(3, "%10d %-100s %-20s" % (o, node.name[:90], node.op))
273 logging.vlog(3, "Irrelevant node %s, skipping it...", node.name)
280 logging.vlog(3, "kernel_size_x = %s, kernel_size_y = %s, "
306 logging.vlog(
318 logging.vlog(3, "Skipping explicitly ignored node %s.", inp_name)
321 logging.vlog(4, "inp_name = %s", inp_name)
328 logging.vlog(4, "inp_node = \n%s", inp_node)
332 logging.vlog(
  /external/tensorflow/tensorflow/python/training/
session_manager.py 26 from tensorflow.python.platform import tf_logging as logging
199 logging.info("Waiting for checkpoint to be available.")
351 logging.info(
358 logging.info("Restoring model from %s did not make model ready: %s",
362 logging.info("Restored model from %s", restoring_file)
419 logging.info("Waiting for model to be ready. "
436 # Intentionally not logging to avoid user complaints that
485 logging.info("Running local_init_op.")
487 logging.info("Done running local_init_op.")
528 logging.warning("%s : error [%s]", msg, str(e)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 52 # Logging
88 import logging, atexit
90 logging._acquireLock()
94 _logger = logging.getLogger(LOGGER_NAME)
96 logging.addLevelName(SUBDEBUG, 'SUBDEBUG')
97 logging.addLevelName(SUBWARNING, 'SUBWARNING')
99 # XXX multiprocessing should cleanup before logging
108 logging._releaseLock()
114 Turn on logging and add a handler which prints to stderr
117 import logging
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 52 # Logging
88 import logging, atexit
90 logging._acquireLock()
94 _logger = logging.getLogger(LOGGER_NAME)
96 logging.addLevelName(SUBDEBUG, 'SUBDEBUG')
97 logging.addLevelName(SUBWARNING, 'SUBWARNING')
99 # XXX multiprocessing should cleanup before logging
108 logging._releaseLock()
114 Turn on logging and add a handler which prints to stderr
117 import logging
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 52 # Logging
88 import logging, atexit
90 logging._acquireLock()
94 _logger = logging.getLogger(LOGGER_NAME)
96 logging.addLevelName(SUBDEBUG, 'SUBDEBUG')
97 logging.addLevelName(SUBWARNING, 'SUBWARNING')
99 # XXX multiprocessing should cleanup before logging
108 logging._releaseLock()
114 Turn on logging and add a handler which prints to stderr
117 import logging
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 52 # Logging
88 import logging, atexit
90 logging._acquireLock()
94 _logger = logging.getLogger(LOGGER_NAME)
96 logging.addLevelName(SUBDEBUG, 'SUBDEBUG')
97 logging.addLevelName(SUBWARNING, 'SUBWARNING')
99 # XXX multiprocessing should cleanup before logging
108 logging._releaseLock()
114 Turn on logging and add a handler which prints to stderr
117 import logging
    [all...]
  /tools/test/connectivity/acts/framework/tests/
audio_analysis_unittest.py 17 import logging
95 logging.debug('Test large array using dummy peak detection')
97 logging.debug('Test large array using improved peak detection')
99 logging.debug('Compare the result')
120 logging.debug('Results: %s', results)
140 logging.debug('channel %s: %s', channel, spectral)
228 logging.debug('Results: %s', self.results)
355 logging.basicConfig(
356 level=logging.DEBUG,
  /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/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/cros/
power_cycle_usb_util.py 9 import logging
95 logging.info('found device bus {} port {}'.format(bus_idx, port_idx))
101 logging.info('target gpio num {}'.format(target_gpio))
122 logging.info('lsusb output {}'.format(lsusb_output))
152 logging.info('find more than one device with VID:PID: %s:%s', vid, pid)
159 logging.info('found target device %s:%s, bus: %d, dev: %d',
285 logging.info('found device bus {} port {}'.format(bus, port))
291 logging.info('Target gpio num {}'.format(target_gpio))
  /external/autotest/client/common_lib/
file_utils.py 6 import logging
193 logging.warning('Getting size of %s failed. Stderr:', directory)
194 logging.warning(stderr_data)
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/cros/cellular/wardmodem/
global_state_unittest.py 7 import logging
151 logging.basicConfig(level=logging.DEBUG)
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_identity_machine_unittest.py 10 import logging
96 logging.basicConfig(level=logging.DEBUG)
request_response_unittest.py 10 import logging
134 logging.basicConfig(level=logging.DEBUG)
  /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/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)

Completed in 864 milliseconds

<<51525354555657585960>>