/external/robolectric/lib/main/ |
commons-logging-1.1.1.jar | |
/prebuilts/devtools/tools/lib/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/http-client/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1.jar | |
/external/chromium_org/sync/util/ |
logging.cc | 5 #include "sync/util/logging.h" 14 logging::GetVlogLevelHelper(
|
/packages/apps/Calendar/src/com/android/calendar/ |
AnalyticsLogger.java | 6 * Interface for analytics logging. 14 * @return true, if analytics logging is ready to be use.
|
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/ |
maven-metadata.xml | 2 <groupId>commons-logging</groupId> 3 <artifactId>commons-logging</artifactId>
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_base.h | 15 // This class adds a logging feature to AsyncExtensionFunction. Logging is 19 // By default, logging is turned off, hence sub classes should call 21 // the logging is turned off, a warning is emitted when a function call is 33 // Sets the logging on completion flag. By default, logging is turned off.
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
egllog.c | 32 * Logging facility for debug/info messages. 57 } logging = { variable in typeref:struct:__anon15248 78 * Recursive logging is not allowed. 85 _eglLockMutex(&logging.mutex); 87 if (logging.logger != logger) { 88 logging.logger = logger; 90 num_messages = logging.num_messages; 91 logging.num_messages = 0; 94 _eglUnlockMutex(&logging.mutex); 114 _eglLockMutex(&logging.mutex) [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
AndroidLogHandler.java | 4 import java.util.logging.Handler; 5 import java.util.logging.Level; 6 import java.util.logging.LogRecord; 7 import java.util.logging.Logger; 10 * Converts from Java based logging ({@link Logger} to Android based 11 * logging {@link Log}.
|
/external/mesa3d/src/egl/main/ |
egllog.c | 32 * Logging facility for debug/info messages. 57 } logging = { variable in typeref:struct:__anon25715 78 * Recursive logging is not allowed. 85 _eglLockMutex(&logging.mutex); 87 if (logging.logger != logger) { 88 logging.logger = logger; 90 num_messages = logging.num_messages; 91 logging.num_messages = 0; 94 _eglUnlockMutex(&logging.mutex); 114 _eglLockMutex(&logging.mutex) [all...] |
/frameworks/base/core/java/com/android/internal/logging/ |
AndroidConfig.java | 17 package com.android.internal.logging; 19 import java.util.logging.Level; 20 import java.util.logging.Logger; 23 * Implements the java.util.logging configuration for Android. Activates a log 29 * This looks a bit weird, but it's the way the logging config works: A 41 // Turn down logging in Apache libraries.
|
AndroidHandler.java | 17 package com.android.internal.logging; 26 import java.util.logging.Formatter; 27 import java.util.logging.Handler; 28 import java.util.logging.Level; 29 import java.util.logging.LogRecord; 30 import java.util.logging.Logger; 33 * Implements a {@link java.util.logging.Logger} handler that writes to the Android log. The 136 Log.e("AndroidHandler", "Error logging message.", e); 150 Log.e("AndroidHandler", "Error logging message.", e); 155 * Converts a {@link java.util.logging.Logger} logging level into an Android one [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
SocketHandlerTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 29 import java.util.logging.Filter; 30 import java.util.logging.Formatter; 31 import java.util.logging.Handler; 32 import java.util.logging.Level; 33 import java.util.logging.LogManager; 34 import java.util.logging.LogRecord; 35 import java.util.logging.LoggingPermission; 36 import java.util.logging.SocketHandler [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.logging_1.0.4.v201005080501.jar | |
/external/chromium_org/build/android/pylib/utils/ |
report_results.py | 7 import logging namespace 28 logging.info('Writing results to %s.' % full_file_name) 30 logging.info('Writing results to %s.' % full_file_name) 40 logging.info('Upload results for test type "%s", test package "%s" to %s' % 45 logging.warning('Invalid test type.') 62 logging.error(e) 86 logging.critical('*' * 80) 87 logging.critical('Detailed Logs') 88 logging.critical('*' * 80) 90 logging.critical(line [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_browser_finder.py | 6 import logging namespace 80 logging.debug('No --remote specified, will not probe for CrOS.') 84 logging.debug('ssh not found. Cannot talk to CrOS devices.') 94 logging.warn('Could not ssh into %s. Your device must be configured', 96 logging.warn('to allow passwordless login as root.') 97 logging.warn('For a test-build device, pass this to your script:') 98 logging.warn(' --identity $(CHROMITE)/ssh_keys/testing_rsa') 99 logging.warn('') 100 logging.warn('For a developer-mode device, the steps are:') 101 logging.warn(' - Ensure you have an id_rsa.pub (etc) on this computer' [all...] |
/external/chromium_org/chrome/installer/util/ |
installation_validation_helper.cc | 11 #include "base/logging.h" 34 static const logging::LogSeverity kViolationSeverity_; 35 static logging::LogMessageHandlerFunction old_message_handler_; 41 const logging::LogSeverity 42 FailureLogHelper::kViolationSeverity_ = logging::LOG_ERROR; 45 logging::LogMessageHandlerFunction 57 old_min_log_level_ = logging::GetMinLogLevel(); 59 logging::SetMinLogLevel(kViolationSeverity_); 61 old_message_handler_ = logging::GetLogMessageHandler(); 62 logging::SetLogMessageHandler(&AddFailureForLogMessage) [all...] |
/external/chromium_org/tools/set_default_handler/ |
set_default_handler_main.cc | 13 #include "base/logging.h" 34 logging::LoggingSettings settings; 35 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 37 logging::ENABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS; 38 logging::InitLogging(settings); 39 logging::SetMinLogLevel(logging::LOG_VERBOSE);
|
/external/chromium_org/ipc/ |
ipc_logging.cc | 15 #include "base/logging.h" 40 LogFunctionMap* Logging::log_function_map_; 42 Logging::Logging() 75 Logging::~Logging() { 78 Logging* Logging::GetInstance() { 79 return Singleton<Logging>::get(); 82 void Logging::SetConsumer(Consumer* consumer) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
logutils.py | 23 """Supports webkitpy logging.""" 25 # FIXME: Move this file to webkitpy/python24 since logging needs to 28 import logging namespace 35 _log = logging.getLogger(__name__) 65 # _log = logging.getLogger(__name__) 71 """Return a logging.logger for the given path. 125 return logging.getLogger(logger_name) 129 """Return a list of the default logging handlers to use. 137 """Return whether a logging.LogRecord should be logged.""" 142 logging_filter = logging.Filter( [all...] |
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldMemoryHandlerTest.java | 18 package libcore.java.util.logging; 25 import java.util.logging.Filter; 26 import java.util.logging.Handler; 27 import java.util.logging.Level; 28 import java.util.logging.LogManager; 29 import java.util.logging.LogRecord; 30 import java.util.logging.MemoryHandler; 61 props.put("java.util.logging.MemoryHandler.level", "FINE"); 62 props.put("java.util.logging.MemoryHandler.filter", baseClassName + "$MockFilter"); 63 props.put("java.util.logging.MemoryHandler.size", "2") [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 107 * Logs a message with <code>java.util.logging.Level.FINE</code>. 110 * @see org.apache.commons.logging.Log#debug(Object) 118 * Logs a message with <code>java.util.logging.Level.FINE</code>. 122 * @see org.apache.commons.logging.Log#debug(Object, Throwable [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
package.html | 20 <p>Simple wrapper API around multiple logging APIs.</p> 25 <p>This package provides an API for logging in server-based applications that 26 can be used around a variety of different logging implementations, including 29 <li><a href="http://logging.apache.org/log4j/">Log4J</a> (version 1.2 or later) 32 <li><a href="http://java.sun.com/j2se/1.4/docs/guide/util/logging/index.html"> 33 JDK Logging API</a>, included in JDK 1.4 or later systems. Each named 35 <code>java.util.logging.Logger</code> instance.</li> 54 import org.apache.commons.logging.Log; 55 import org.apache.commons.logging.LogFactory; 77 this page in order to understand how to configure logging for you [all...] |
/external/chromium_org/build/android/ |
avd.py | 13 import logging namespace 41 logging.basicConfig(level=logging.INFO, 43 logging.root.setLevel(logging.INFO) 50 logging.critical('ERROR: KVM must be enabled in BIOS, and installed. ' 54 logging.critical('ERROR: System image for x86 AVD not installed. Run ' 59 logging.critical('ERROR: Emulator SDK not installed. Run ' 64 logging.critical('ERROR: Emulator SDK missing required target for API %d. '
|