HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 76 - 100 of 3268) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Email/src/com/android/email/mail/transport/
StatusOutputStream.java 19 import com.android.emailcommon.Logging;
38 if (Logging.LOGD) {
40 Log.v(Logging.LOG_TAG, "# " + mCount);
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 17 package org.apache.commons.logging;
23 import org.apache.commons.logging.impl.NoOpLog;
35 * <code>org.apache.commons.logging.impl.Log4JLogger</code>.</li>
37 * <code>org.apache.commons.logging.impl.Jdk14Logger</code>.</li>
39 * <code>org.apache.commons.logging.impl.NoOpLog</code>.</li>
45 * <code>org.apache.commons.logging.log</code> to the name of the
46 * <code>org.apache.commons.logging.Log</code> implementation class
66 /** Is JDK 1.4 logging available */
88 // Is JDK 1.4 Logging Available?
90 if ((null != Class.forName("java.util.logging.Logger")) &
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 32 import logging namespace
107 logging.info(marker + " >>> " + str(params["new"][0]) + " new, " +
124 logging.info("Comparing results to " + ref_dir)
136 logging.info("Detailed diffs are in " + diff_result)
146 # Set up logging format.
147 log_level = logging.INFO
149 log_level = logging.DEBUG
150 logging.basicConfig(level=log_level,
165 logging.info("Generating test list.");
170 logging.info("Aborting because cannot generate test list.\n" + adb_output
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 38 import logging namespace
73 class ApacheLogHandler(logging.Handler):
74 """Wrapper logging.Handler to emit log message to apache's error.log."""
77 logging.DEBUG: apache.APLOG_DEBUG,
78 logging.INFO: apache.APLOG_INFO,
79 logging.WARNING: apache.APLOG_WARNING,
80 logging.ERROR: apache.APLOG_ERR,
81 logging.CRITICAL: apache.APLOG_CRIT,
85 logging.Handler.__init__(self)
91 self._formatter = logging.Formatter('%(name)s: %(message)s'
    [all...]
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.pom 20 - Note that due to the special requirements of logging unit-tests, most
31 <groupId>commons-logging</groupId>
32 <artifactId>commons-logging</artifactId>
33 <name>Commons Logging</name>
35 <description>Commons Logging is a thin adapter allowing configurable bridging to other,
36 well known logging systems.</description>
37 <url>http://commons.apache.org/logging</url>
41 <url>http://issues.apache.org/jira/browse/LOGGING</url>
124 <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1</connection>
    [all...]
  /external/chromium/base/
base_switches.cc 35 // Gives the default maximal active V-logging level; 0 is the default.
36 // Normally positive values are used for V-logging levels.
39 // Gives the per-module maximal V-logging levels to override the value
40 // given by --v. E.g. "my_module=2,foo*=3" would change the logging
46 // "*/foo/bar/*=2" would change the logging level for all code in
logging_win.h 14 #include "base/logging.h"
19 namespace logging { namespace
57 static bool LogMessage(logging::LogSeverity severity, const char* file,
73 logging::LogSeverity old_log_level_;
79 } // namespace logging
logging_win.cc 9 namespace logging { namespace
25 bool LogEventProvider::LogMessage(logging::LogSeverity severity,
51 // Bail if we're not logging, not at that level,
105 // Register our message handler with logging.
117 // Convert the new trace level to a logging severity
118 // and enable logging at that level.
139 } // namespace logging
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumInit.cpp 41 case logging::LOG_FATAL:
44 case logging::LOG_ERROR_REPORT:
45 case logging::LOG_ERROR:
48 case logging::LOG_WARNING:
69 logging::SetLogMessageHandler(logMessageHandler);
  /frameworks/ex/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 28 // So that we don't send logging events to VoiceSearch when there is nothing to
36 * when logging events (such as VoiceInputDelivered) occur, and is should
37 * be set to false after the logging broadcast is sent.
50 // Create a Voice IME Logging intent only if there are logging actions
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldXMLFormatterTest.java 18 package libcore.java.util.logging;
21 import java.util.logging.Handler;
22 import java.util.logging.Level;
23 import java.util.logging.LogRecord;
24 import java.util.logging.XMLFormatter;
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...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 41 import com.android.emailcommon.Logging;
77 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
78 Log.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onCreate");
91 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
92 Log.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onCreateView");
163 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
164 Log.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onActivityCreated");
174 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
175 Log.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onStart");
187 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SimpleFormatterTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
22 import java.util.logging.Level;
23 import java.util.logging.LogRecord;
24 import java.util.logging.SimpleFormatter;
60 .getBundle("bundles/java/util/logging/res");
69 lr.setResourceBundleName("bundles/java/util/logging/res");
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 11 #include "base/logging.h"
69 logging::InitLogging(
71 logging::LOG_ONLY_TO_SYSTEM_DEBUG_LOG,
72 logging::LOCK_LOG_FILE,
73 logging::DELETE_OLD_LOG_FILE,
74 logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS);
87 "after logging into sync to get the token to pass into this "
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 29 // output to a variety of logging targets, such as debugger console, stderr,
31 // The severity level passed as the first argument to the the LOGging
32 // functions is used as a filter, to limit the verbosity of the logging.
35 // There are several variations on the LOG macro which facilitate logging
58 // to output logging data at the desired level.
81 // values. This can be useful for logging descriptive names of error messages.
147 // These are attributes which apply to all logging channels
160 // These are the available logging channels
178 // logging operations by pre-checking the logging level
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 29 // output to a variety of logging targets, such as debugger console, stderr,
31 // The severity level passed as the first argument to the LOGging
32 // functions is used as a filter, to limit the verbosity of the logging.
35 // There are several variations on the LOG macro which facilitate logging
58 // to output logging data at the desired level.
81 // values. This can be useful for logging descriptive names of error messages.
144 // These are attributes which apply to all logging channels
157 // These are the available logging channels
175 // logging operations by pre-checking the logging level
    [all...]
  /external/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...]
  /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/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/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...]
  /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.
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 32 import com.android.emailcommon.Logging;
40 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
48 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
57 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
66 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
75 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
  /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
  /external/libnfc-nci/halimpl/bcm2079x/include/
OverrideLog.h 21 * Override the Android logging macro(s) from
34 #include <cutils/log.h> //define Android logging macros
50 ** Description: Initialize and get global logging level from .conf or

Completed in 758 milliseconds

1 2 34 5 6 7 8 91011>>