|   /external/tensorflow/tensorflow/python/util/ | 
| deprecation_test.py  | 24 from tensorflow.python.platform import tf_logging as logging 31   @test.mock.patch.object(logging, "warning", autospec=True) 35                                                    logging.error) 37     logging.error("fake error logged") 47   @test.mock.patch.object(logging, "warning", autospec=True) 86   @test.mock.patch.object(logging, "warning", autospec=True) 100   @test.mock.patch.object(logging, "warning", autospec=True) 136   @test.mock.patch.object(logging, "warning", autospec=True) 177   @test.mock.patch.object(logging, "warning", autospec=True) 218   @test.mock.patch.object(logging, "warning", autospec=True     [all...] | 
|   /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ | 
| ConsoleHandlerTest.java  | 18 package org.apache.harmony.logging.tests.java.util.logging; 26 import java.util.logging.ConsoleHandler; 27 import java.util.logging.Filter; 28 import java.util.logging.Formatter; 29 import java.util.logging.Handler; 30 import java.util.logging.Level; 31 import java.util.logging.LogManager; 32 import java.util.logging.LogRecord; 33 import java.util.logging.LoggingPermission     [all...] | 
|   /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ | 
| platform_ExternalUsbPeripherals.py  | 5 import logging, threading, time 37                 logging.debug('Unnamed device located, adding generic name.') 104         logging.debug('Command: %s', command) 111         logging.debug('Succeeded in :%d sec', time_delta) 136         logging.debug('--- Suspended') 148         logging.debug('--- Resumed') 155         logging.info('Closing lid...') 164         logging.info('Opening lid...') 292         logging.debug('Connected devices list: %s', self.diff_list) 362                 logging.info(self.action_step     [all...] | 
|   /external/autotest/client/cros/power/ | 
| power_utils.py  | 5 import logging 64     logging.info(cpuinfo) 86         logging.debug("%s is not in RAPL support collection", cpu_uarch) 185             logging.warn('Do NOT believe type %s has battery. ' 189             logging.debug(psu) 208         logging.debug("Can't run %s", command) 210         logging.debug("Didn't get number from %s", command) 242         logging.warning('Unable to use ectool: %s', e) 343         logging.debug("device can_control_bl: %s", self._can_control_bl) 354                 logging.info("Default backlight brightness percent = %f"     [all...] | 
|   /external/autotest/utils/ | 
| external_packages.py  | 3 import logging, os, shutil, sys, tempfile, time, urllib2 37     logging.info(commandline) 159             logging.warning('version and module_name required for ' 165             logging.info("%s isn't present. Will install.", self.module_name) 178                 logging.warning('module %s has no __file__ or __path__', 181             logging.info( 189         logging.info('imported %s version %s.', self.module_name, 204             logging.error('could not get version from %s', module) 241                 logging.error('Can\'t find %s, %s probably needs it.', 243                 logging.error('Perhaps you need to install something similar      [all...] | 
|   /bionic/libc/tools/ | 
| gensyscalls.py  | 11 import logging 510         logging.debug(t) 521         logging.debug("parse_file: %s" % file_path) 572         logging.info("generating " + glibc_syscalls_h_path) 624                     logging.info(">>> generating " + filename) 632         logging.info("scanning for existing architecture-specific stub files...") 636             logging.info("scanning " + os.path.join(bionic_libc_root, arch_dir)) 642         logging.info("found %d stub files" % len(self.old_stubs)) 645             logging.info("creating %s..." % bionic_temp) 648         logging.info("re-generating stubs and support files..."     [all...] | 
| genseccomp.py  | 5 import logging 73         logging.debug('Failed to parse %s', line) 199         logging.exception("Failed to find %s in %s", name, arch) 215   parser.add_argument("--verbose", "-v", help="Enables verbose logging.") 233     logging.basicConfig(level=logging.DEBUG) 235     logging.basicConfig(level=logging.INFO)
  | 
|   /external/autotest/client/common_lib/cros/ | 
| chromedriver.py  | 6 import logging 16     logging.error('selenium module failed to be imported.') 106             logging.error('selenium module failed to be imported.') 195         self.bg_job = utils.BgJob(chromedriver_args, stderr_level=logging.DEBUG) 209         logging.debug('Chrome Driver server is up and listening at port %d.', 230             logging.info('stdout of Chrome Driver:\n%s', result.stdout) 231             logging.error('stderr of Chrome Driver:\n%s', result.stderr)
  | 
|   /external/autotest/client/common_lib/cros/tendo/ | 
| buffet_tester.py  | 7 import logging 91         logging.debug('Created test commands definition: %s', 185             logging.debug('Finally saw the right number of commands over ' 191             logging.info('Buffet has DBus proxies for commands with ' 211         logging.info('Created ticket: %r', ticket) 220         logging.debug('Got device resource=%r', device_resource) 225         logging.info('Registration successful')
  | 
|   /external/autotest/client/cros/ | 
| backchannel.py  | 5 import logging 104             logging.info('Waiting for route to gateway %s', self.gateway) 110             logging.error(e) 131                 logging.info('Waiting for route restore to gateway %s', 194             logging.info('Reset ethernet device at %s', usb_authorized_path) 218             logging.warning('Route to %s is not ready.', dest) 220         logging.info('Route to %s is ready.', dest)
  | 
| webstore_test.py  | 11 import logging 26 # How long to wait before entering the password when logging in to the CWS 117     logging.info('Using flags %s', flags) 194             logging.info('Running test on test environment %s', 216         logging.info('Installing item %s of type %s with install_type %s', 237             logging.info('Clicking button %s', button_xpath) 245         logging.info('Clicking %s', install_type_click_xpath) 268         logging.info('Launching app %s', app_id)
  | 
|   /external/autotest/client/site_tests/hardware_TPMttci/ | 
| hardware_TPMttci.py  | 5 import datetime, logging, subprocess, time 42         logging.info('Main Power status = %r', status) 55         logging.info('Backup Power status = %r', status) 68         logging.info('PP status = %r', status) 81         logging.info('TPM I2C status = %r', status) 143         logging.info('Switch status = %r', status) 149         logging.info('LED status: bit_value=%r, failure=%r, warning=%r',
  | 
|   /external/autotest/client/site_tests/kernel_CryptoAPI/ | 
| kernel_CryptoAPI.py  | 15 import logging 148         logging.info("Testing digest %s", name) 158             logging.error("%s: digests do not match", name) 159             logging.error(" hash 1: %s", binascii.hexlify(h1)) 160             logging.error(" hash 2: %s", binascii.hexlify(h2)) 163         logging.debug("hash 1: %s", binascii.hexlify(h1)) 164         logging.debug("hash 2: %s", binascii.hexlify(h2))
  | 
|   /external/autotest/client/site_tests/video_GlitchDetection/ | 
| video_GlitchDetection.py  | 5 import datetime, logging, os, time, shutil 70             logging.debug(finder) 97                     logging.debug('Trying to capture frames. TRY #%d', n + 1) 138                     logging.debug("Write golden checksum file to %s", 188                 logging.debug(msg) 217         logging.debug("Verify no frame is repeated more than %d", 224             logging.debug("%s : %s", k, v)
  | 
|   /external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/ | 
| enterprise_CFM_LogitechPtzUpdater.py  | 7 import logging 90         logging.info('Execute: %s', command) 97             logging.info('Output: %s', output.split('\n')) 107         logging.info('Disabling rootfs verification...') 110         logging.info('Rebooting...') 113         logging.info('Remounting..') 156         logging.info('Copy firmware from {} to {}.'.format(src_firmware_path, 202             logging.info('DUT root file system is not read-writable. ' 206             logging.info('DUT is read-writable.')
  | 
|   /external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ | 
| firmware_Cr50ConsoleCommands.py  | 6 import logging 59             logging.info('Restricting console') 82         logging.debug('%s output:%s\n', cmd, output) 101         logging.info('reading %s', path) 116         logging.debug('%s DIFF:\n%s', cmd, '\n'.join(diff_info)) 175         logging.info('%s brdprop 0x%x: %s', self.servo.get('ec_board'), 195         logging.info(self.past_matches)
  | 
|   /external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/ | 
| network_WiFi_BluetoothStreamPerf.py  | 4 import logging 64         logging.info('testing config %s, ap_config %s, BT:%s', 77             logging.error('Failed to take measurement for %s', 102             logging.info('logging drop value as %d%%', drop) 108         logging.info('Ping statistics with %s: %r', bt_tag, result_ping) 160                     logging.info('Playing an audio test file') 173         logging.info('Running time %0.1f seconds.', end_time - start_time)
  | 
|   /external/autotest/site_utils/lxc/ | 
| utils.py  | 8 import logging 76         logging.debug('virt-what output: %s', virt) 79         logging.warn('Package virt-what is not installed, default to assume ' 236             logging.info("Commands to run: %s", str(commands)) 250             logging.error("LXC version is not expected format %s.", 258                 logging.error(("LXC version contains non numerical version " 263         logging.error("Unable to determine LXC version.")
  | 
|   /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ | 
| run_tests  | 5 import logging 81     logging.basicConfig(level=logging.DEBUG) 83     logging.basicConfig(level=logging.INFO) 85     logging.basicConfig(level=logging.WARNING)
  | 
|   /external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/ | 
| protocol_loop.py  | 21 import logging 25     'debug': logging.DEBUG, 26     'info': logging.INFO, 27     'warning': logging.WARNING, 28     'error': logging.ERROR, 96                 elif option == 'logging': 97                     logging.basicConfig()   # XXX is that good to call it here? 98                     self.logger = logging.getLogger('pySerial.loop') 100                     self.logger.debug('enabled logging')
  | 
| protocol_socket.py  | 23 import logging 27     'debug': logging.DEBUG, 28     'info': logging.INFO, 29     'warning': logging.WARNING, 30     'error': logging.ERROR, 109                     if option == 'logging': 110                         logging.basicConfig()   # XXX is that good to call it here? 111                         self.logger = logging.getLogger('pySerial.socket') 113                         self.logger.debug('enabled logging')
  | 
|   /external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/ | 
| SLF4JBridgeHandlerTest.java  | 29 import java.util.logging.Level; 42     java.util.logging.Logger julLogger = java.util.logging.Logger.getLogger("yay"); 112         java.util.logging.Logger julResourceBundleLogger = java.util.logging.Logger.getLogger("yay", resourceBundleName); 127         java.util.logging.Logger julResourceBundleLogger = java.util.logging.Logger.getLogger("foo", resourceBundleName);
  | 
|   /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/ | 
| InvocationTest.java  | 34 import java.util.logging.Handler; 35 import java.util.logging.Level; 36 import java.util.logging.LogRecord; 51     java.util.logging.Logger root = java.util.logging.Logger.getLogger(""); 178     void removeListHandlers(java.util.logging.Logger logger) { 186     static private class ListHandler extends java.util.logging.Handler {
  | 
|   /external/tensorflow/tensorflow/python/saved_model/model_utils/ | 
| export_utils.py  | 28 from tensorflow.python.platform import tf_logging as logging 169     logging.info('Signatures INCLUDED in export for {}: {}'.format( 173     logging.info('Signatures EXCLUDED from export because they cannot be ' 176       logging.info('\'{}\' : {}'.format(signature_name, message)) 179     logging.warn('Export includes no signatures!') 182     logging.warn('Export includes no default signature!') 224     logging.warn('Directory {} already exists; retrying (attempt {}/{})'.format(
  | 
|   /external/tensorflow/tensorflow/python/training/ | 
| evaluation.py  | 31 from tensorflow.python.platform import tf_logging as logging 127       logging.info('Evaluation [%d]', evals_completed) 129       logging.info('Evaluation [%d/%d]', evals_completed, self._num_evals) 149     # Reduce logging frequency if there are 20 or more evaluations. 165         logging.info('Evaluation [%d]', evals_completed) 169           logging.info('Evaluation [%d/%d]', evals_completed, self._num_evals) 256   logging.info('Starting evaluation at ' + 276   logging.info('Finished evaluation at ' +
  |