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

<<61626364656667686970>>

  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3ErrorLog.java 36 import org.apache.maven.plugin.logging.Log;
39 * The Maven plexus container gives us a Log logging provider
  /external/apache-http/src/org/apache/commons/logging/
Log.java 18 package org.apache.commons.logging;
21 * <p>A simple logging interface abstracting logging APIs. In order to be
26 * <p> The six logging levels used by <code>Log</code> are (in order):
36 * logging system is implementation dependent.
40 * <p>Performance is often a logging concern.
54 * <p>Configuration of the underlying logging system will generally be done
55 * external to the Logging APIs, through whatever mechanism is supported by
70 // ----------------------------------------------------- Logging Properties
74 * <p> Is debug logging currently enabled? </p
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 18 package org.apache.commons.logging.impl;
22 import java.util.logging.Level;
23 import java.util.logging.Logger;
25 import org.apache.commons.logging.Log;
29 * <p>Implementation of the <code>org.apache.commons.logging.Log</code>
30 * interface that wraps the standard JDK logging mechanisms that were
112 * Logs a message with <code>java.util.logging.Level.FINE</code>.
115 * @see org.apache.commons.logging.Log#debug(Object)
123 * Logs a message with <code>java.util.logging.Level.FINE</code>.
127 * @see org.apache.commons.logging.Log#debug(Object, Throwable
    [all...]
  /external/autotest/client/bin/
client_logging_config.py 2 import logging, os
parallel.py 5 import sys, logging, os, pickle, traceback, gc, time
26 logging.error('child process failed')
27 # logging.exception() uses ERROR level, but we want DEBUG for
30 logging.debug(line)
107 logging.info('Timer expired (%d sec.), nuking pid %d', timeout, pid)
  /external/autotest/client/common_lib/cros/network/
tcpdump_analyzer.py 5 import logging
140 logging.debug('Capture: %s, Filter: %s', local_pcap_path, display_filter)
143 logging.info('Parsing frames')
150 logging.debug('Found bad capture frame: %s', frame)
  /external/autotest/client/common_lib/cros/
retry.py 5 import logging
39 logging.warning('Trying to install an invalid sigalarm handler.')
183 logging.warning('Retrying in %f seconds...', random_delay)
228 logging.warning('%s(%s)', e.__class__, e)
  /external/autotest/client/common_lib/
revision_control_unittest.py 2 import logging, mox, os, shutil, tempfile, unittest, utils
80 logging.info('initializing git repo in: %s', repodir)
84 logging.error(rv.stderr)
94 logging.error(rv.stderr)
software_manager.py 18 import os, re, logging, ConfigParser, optparse, random, string
46 Used with the sole purpose of providing convenient logging setup
97 logging.debug('Package Manager backend: %s' % pm_supported)
219 logging.warning('No package seems to provide %s', file)
380 logging.debug('Yum backend initialized')
381 logging.debug('Yum version: %s' % self.yum_version)
485 logging.info("Package %s provides %s", provides_list[0], name)
505 logging.debug('Zypper backend initialized')
506 logging.debug('Zypper version: %s' % self.zypper_version)
597 logging.warning('More than one package found,
    [all...]
  /external/autotest/client/cros/bluetooth/
output_recorder.py 9 import logging
84 logging.info('Recording output of "%s".', self.cmd)
119 logging.info('Start recording thread.')
128 logging.info('Stop recording thread.')
  /external/autotest/client/cros/cellular/
pseudo_modem.py 25 import logging
68 logging.info('%s: Get %s, %s', self.path, interface, property_name)
82 logging.info('%s: GetAll %s', self.path, interface)
333 logging.info('DiscardModem')
377 logging.info('Change state from %s to %s', self.state, new_state)
388 logging.info('Modem: Enable %s', str(on))
427 logging.info('Modem: Marking Registered')
440 logging.info('Modem: GetStatus')
475 logging.info('Modem: ConnectDone %s -> %s because %s',
485 logging.info('Modem: Connect'
    [all...]
  /external/autotest/client/cros/
device_jail_utils.py 5 import logging
114 logging.info("Failed to open jail device: %s", e.strerror)
144 logging.info('Received jail-request for path %s', path)
149 logging.info('Responded to jail-request')
  /external/autotest/client/cros/enterprise/
enterprise_policy_base.py 7 import logging
113 logging.info('Test Context Parameters:')
114 logging.info(' Case: %r', self.case)
115 logging.info(' Environment: %r', self.env)
116 logging.info(' Username: %r', self.username)
117 logging.info(' Password: %r', self.password)
118 logging.info(' Test DMS Name: %r', self.dms_name)
268 logging.info('Created policy blob: %s', management_dict)
321 logging.debug('Policy %s row: %s', policy_name, row_values)
520 logging.info('Chrome Browser Arguments:'
    [all...]
  /external/autotest/client/cros/multimedia/
multimedia_xmlrpc_server.py 10 import logging
42 logging.info('Using ARC resource on ARC enabled board.')
90 logging.info('Dispatching method %s with args %s',
99 """Configs logging to be verbose and use console handler."""
118 logging.debug('multimedia_xmlrpc_server main...')
  /external/autotest/client/cros/tendo/
peerd_dbus_helper.py 8 import logging
103 logging.debug('Found service with properties: %r',
150 logging.debug('Found peers: %r.', peers)
155 logging.debug('No peer had a matching ID.')
  /external/autotest/client/site_tests/hardware_GPIOSwitches/
hardware_GPIOSwitches.py 9 import logging, os
  /external/autotest/client/site_tests/hardware_StorageFio/
hardware_StorageFio.py 5 import logging, os, re, time
106 logging.info('filename: %s', self.__filename)
107 logging.info('filesize: %d', self.__filesize)
178 logging.info('Device Description: %s', self.__description)
  /external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
hardware_TouchScreenPowerCycles.py 5 import logging
26 logging.info('Touchscreen device: %s', self.touch_screen_device)
43 logging.info('Touchscreen is turned on')
50 logging.info('Touchscreen is turned off')
  /external/autotest/client/site_tests/login_LogoutProcessCleanup/
login_LogoutProcessCleanup.py 5 import logging, signal
123 logging.info('Found pid (%s) owned by chronos and not '
165 logging.info('Logged out, searching for processes that should be dead.')
181 logging.info('Found pre-logout chronos process pid=%s (%s) '
  /external/autotest/client/site_tests/platform_SecureEraseFile/
platform_SecureEraseFile.py 6 import logging
76 logging.info('extent[%d] = %s', i, hex(ord(byte)))
84 logging.info('original file contents: ')
86 logging.info(res.stdout)
  /external/autotest/client/site_tests/security_ModuleLocking/
security_ModuleLocking.py 5 import logging, os
17 logging.info('ok: %s', msg)
20 logging.error('FAIL: %s', msg)
24 logging.error('FATAL: %s', msg)
  /external/autotest/client/site_tests/security_RootCA/
security_RootCA.py 5 import glob, json, logging, os, re, stat
60 logging.warn("Found more than one copy of libnssckbi.so")
86 logging.debug('NSS_ISSUER_RE.findall returned: %s', cert_matches)
120 logging.warning('Malformed issuer string %s', i)
135 logging.error("Bad permissions: %s",
181 # fingerprint -> comment for logging purposes.
194 logging.error('Results for %s', store)
195 logging.error('Unexpected')
197 logging.error('"%s": "%s"', i, cert_details[i])
199 logging.error('Missing'
    [all...]
  /external/autotest/client/site_tests/security_SysLogPermissions/
security_SysLogPermissions.py 7 import logging
  /external/autotest/client/site_tests/video_JpegEncodeAccelerator/
video_JpegEncodeAccelerator.py 7 import logging
  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py 8 import logging
30 logging.info('download "%s" to "%s"', url, local_file)
143 logging.warning('predefined gtest filter is suppressed: %s',
157 logging.exception('error while encoding %s', input_path)

Completed in 1021 milliseconds

<<61626364656667686970>>