/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLogManagerTest.java | 18 package libcore.java.util.logging; 25 import java.util.logging.Handler; 26 import java.util.logging.LogManager; 27 import java.util.logging.LogRecord; 28 import java.util.logging.Logger; 51 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log"); 52 props.put("java.util.logging.FileHandler.limit", "50000"); 53 props.put("java.util.logging.FileHandler.count", "5"); 54 props.put("java.util.logging.FileHandler.formatter", "java.util.logging.XMLFormatter") [all...] |
/external/chromium_org/build/android/ |
install_emulator_deps.py | 13 import logging namespace 76 logging.exception('Unable to execute \'android list\'') 105 logging.info('kvm-ok not installed') 111 logging.info('Download Android SDK.') 132 logging.critical('ERROR: Did not install KVM. Make sure hardware ' 138 logging.critical('ERROR: Did not add KVM module to Linux Kernal. Make sure ' 143 logging.critical('ERROR: Can not use KVM acceleration. Make sure hardware ' 154 logging.info('Download x86 system image directory into sdk directory.') 168 logging.info('Deploying system image to %s' % sys_imgs) 199 logging.info('running update command: %s' % update_command_str [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
logtesting.py | 23 """Supports the unit-testing of logging code. 26 logging module. 29 more advanced needs (e.g. unit-testing methods that configure logging), 34 import logging namespace 40 """Represents a file-like object for unit-testing logging. 42 This is meant for passing to the logging.StreamHandler constructor. 62 # http://docs.python.org/library/logging.html#module-logging.handlers 87 self._log = LogTesting.setUp(self) # Turn logging on. 90 self._log.tearDown() # Turn off and reset logging [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
config.py | 18 Configuration functions for the logging package for Python. The core package 24 To use, simply 'import logging' and log away! 27 import sys, logging, logging.handlers, socket, struct, os, traceback, re namespace 48 # reconfiguration of logging. 55 Read the logging configuration from a ConfigParser-format file. 73 logging._acquireLock() 75 logging._handlers.clear() 76 del logging._handlerList[:] 77 # Handlers add themselves to logging._handler [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | 18 Configuration functions for the logging package for Python. The core package 24 To use, simply 'import logging' and log away! 27 import sys, logging, logging.handlers, socket, struct, os, traceback, re namespace 48 # reconfiguration of logging. 55 Read the logging configuration from a ConfigParser-format file. 73 logging._acquireLock() 75 logging._handlers.clear() 76 del logging._handlerList[:] 77 # Handlers add themselves to logging._handler [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
chrome_system_resources.cc | 11 #include "base/logging.h" 99 logging::LogSeverity log_severity = logging::LOG_INFO; 102 log_severity = logging::LOG_INFO; 105 log_severity = logging::LOG_WARNING; 108 log_severity = logging::LOG_ERROR; 112 if ((log_severity >= logging::GetMinLogLevel()) && 113 ((log_severity != logging::LOG_INFO) || 114 (1 <= logging::GetVlogLevelHelper(file, ::strlen(file))))) { 119 logging::LogMessage(file, line, log_severity).stream() << result [all...] |
/external/chromium_org/build/android/pylib/gtest/ |
test_package_exe.py | 7 import logging namespace 45 logging.critical('Unable to pull gtest ret val file %s', 51 logging.critical('Error reading gtest ret val file %s [%s]', 67 logging.info('NATIVE_COVERAGE_DEPTH_STRIP is not defined: ' 100 logging.info('Conents of the test runner script: ') 102 logging.info(' ' + line.rstrip()) 117 logging.info(args) 128 logging.info('Found target file %s' % target_name) 132 logging.info('Target mtime (%d) is newer than source (%d), assuming ' 137 logging.info('Did not find up-to-date stripped binary. Generating a [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 17 package org.apache.commons.logging.impl; 28 import org.apache.commons.logging.Log; 29 import org.apache.commons.logging.LogConfigurationException; 30 import org.apache.commons.logging.LogFactory; 35 * following algorithm to dynamically select a logging implementation 39 * <code>org.apache.commons.logging.Log</code> to identify the 41 * <li>Use the <code>org.apache.commons.logging.Log</code> system property 44 * <code>org.apache.commons.logging.impl.Log4JLogger</code>.</li> 46 * <code>org.apache.commons.logging.impl.Jdk14Logger</code>.</li> 48 * <code>org.apache.commons.logging.impl.SimpleLog</code>.</li [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
github_file_system.py | 6 import logging namespace 46 logging.error('Github authentication failed for %s, falling back to ' 52 logging.error('Bad github zip file: %s' % e) 60 logging.error('Bad github zip file: %s' % e) 113 logging.error('Bad github zip file: %s' % e) 129 logging.error('Github ReadFile error: %s' % e) 132 logging.error('Bad github zip file.') 141 logging.error('Github ListDir error: %s' % e) 144 logging.error('Bad github zip file.') 185 logging.warning('GithubFileSystem Stat: %s' % e [all...] |
content_providers.py | 5 import logging namespace 39 logging.error('No content provider found with name "%s"' % name) 77 logging.error('%s: "chromium" must have a "dir" property' % name) 84 logging.error('%s: "github" must provide an "owner" and "repo"' % name) 91 logging.error( 109 logging.error('Error %s Cron for ContentProvider "%s": %s' %
|
/external/chromium_org/tools/metrics/histograms/ |
find_unmapped_histograms.py | 15 import logging namespace 125 logging.warning('%s contains non-literal histogram name <%s>', filename, 138 logging.info('Scanning Chromium source for histograms...') 179 logging.info('Reading histograms from %s...' % histograms_file_location) 203 logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO) 208 logging.error(e) 215 logging.info('') 216 logging.info('') 217 logging.info('Histograms in Chromium but not in %s:' [all...] |
diffutil.py | 9 import logging namespace 30 logging.info('Computing diff...') 32 logging.info('No changes detected')
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
android_browser_finder.py | 8 import logging as real_logging 128 def CanFindAvailableBrowsers(logging=real_logging): 143 logging.warn( 146 logging.warn(' adb kill-server') 147 logging.warn(' sudo `which adb` devices\n\n') 161 def FindAllAvailableBrowsers(finder_options, logging=real_logging): 163 if not CanFindAvailableBrowsers(logging=logging): 164 logging.info('No adb command found. ' + 175 logging.info('No android devices found.' [all...] |
/external/chromium/googleurl/base/ |
logging.h | 25 // process from the main application. When the logging system needs to display 35 // If DebugMessage.exe is not found, the logging code will use a normal 42 // Make a bunch of macros for logging. The way to log things is to stream 47 // You can also do conditional logging: 55 // There are also "debug mode" logging macros like the ones above: 61 // All "debug mode" logging is compiled away to nothing for non-debug mode 80 // Very important: logging a message at the FATAL severity level causes 83 namespace logging { namespace 85 // Where to record logging output? A flat file and/or system debug log via 93 // If logging is being done from multiple threads or there can be more tha [all...] |
/external/chromium_org/base/ |
logging.h | 29 // process from the main application. When the logging system needs to display 39 // If DebugMessage.exe is not found, the logging code will use a normal 46 // Make a bunch of macros for logging. The way to log things is to stream 51 // You can also do conditional logging: 63 // There are also "debug mode" logging macros like the ones above: 69 // All "debug mode" logging is compiled away to nothing for non-debug mode 80 // There are "verbose level" logging macros. They look like 86 // The verbose logging can also be turned on module-by-module. For instance, 101 // E.g., "*/foo/bar/*=2" would change the logging level for all code 107 // // do some logging preparation and loggin 147 namespace logging { namespace [all...] |
/development/ndk/sources/android/libportable/common/include/ |
log_portable.h | 4 * Using them to work within the Android logcat logging mechanism: 6 * % logcat '*:v' [To display Verbose Logging] 7 * % logcat 'fcntl_portable:v' [To display just this fcntl logging] 13 * Logging routines also support ALOG*_IF() and ASSERT(); For details See: 37 * # Have logging permanently enable during development. 75 * to preserve the value of errno while logging.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
capture_view.js | 37 throw 'Not expecting byte logging to be enabled!'; 55 CaptureView.BYTE_LOGGING_CHECKBOX_ID = 'capture-view-byte-logging-checkbox'; 59 CaptureView.BYTE_LOGGING_HELP_ID = 'capture-view-byte-logging-help'; 61 'capture-view-byte-logging-help-hover'; 81 * Depending on the value of the checkbox, enables or disables logging of 90 // Once we enable byte logging, all bets are off on what gets captured.
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/ |
form_based_credentials_backend.py | 4 import logging namespace 79 logging.debug('Logging into %s account...' % self.credentials_type) 87 logging.info('Loading %s...', url) 96 logging.info('Loaded page: %s', url) 110 logging.warning('Timed out while loading: %s', url)
|
/external/chromium_org/base/files/ |
memory_mapped_file_win.cc | 8 #include "base/logging.h" 61 logging::GetLastSystemErrorCode(), 16000); 69 logging::GetLastSystemErrorCode(), 16000);
|
/external/chromium_org/build/android/pylib/perf/ |
perf_control.py | 6 import logging namespace 21 logging.info('Maximum CPU index: %d', self._kernel_max) 50 logging.info('Writing scaling governor mode \'%s\' -> %s',
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
run-perf-tests | 32 import logging namespace 38 logging.basicConfig(level=logging.INFO, format="%(message)s")
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
printer.py | 24 import logging namespace 30 _log = logging.getLogger(__name__) 54 log_level = logging.INFO 56 log_level = logging.WARNING 58 log_level = logging.DEBUG 63 handler = logging.StreamHandler(self.stream) 73 formatter = logging.Formatter("%(message)s") 76 logger = logging.getLogger() 78 logger.setLevel(logging.NOTSET) 96 testing_filter = logging.Filter( [all...] |
/external/chromium_org/third_party/libjingle/overrides/ |
init_webrtc.h | 9 #include "base/logging.h" 37 // This will initialize logging in the module with the proper arguments 47 logging::LogMessageHandlerFunction log_handler,
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
proc_supporting_platform_backend_unittest.py | 5 import logging namespace 32 logging.warning('Test not supported') 50 logging.warning('Test not supported')
|
/external/iptables/extensions/ |
libxt_NFLOG.man | 1 This target provides logging of matching packets. When this target is 3 logging backend to log the packet. This is usually used in combination 4 with nfnetlink_log as logging backend, which will multicast the packet
|