/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...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
headerparserhandler.py | 38 import logging namespace 74 class ApacheLogHandler(logging.Handler): 75 """Wrapper logging.Handler to emit log message to apache's error.log.""" 78 logging.DEBUG: apache.APLOG_DEBUG, 79 logging.INFO: apache.APLOG_INFO, 80 logging.WARNING: apache.APLOG_WARNING, 81 logging.ERROR: apache.APLOG_ERR, 82 logging.CRITICAL: apache.APLOG_CRIT, 86 logging.Handler.__init__(self) 92 self._formatter = logging.Formatter('%(name)s: %(message)s' [all...] |
/external/chromium_org/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 60 // to output logging data at the desired level. 83 // values. This can be useful for logging descriptive names of error messages. 148 // The time will be used as the logging start time. 150 // which case the logging start time will be the time of the first LogMessage 158 // These are attributes which apply to all logging channels 166 // These are the available logging channel [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/chromium_org/base/ |
logging_win.h | 13 #include "base/logging.h" 18 namespace logging { namespace 56 static bool LogMessage(logging::LogSeverity severity, const char* file, 72 logging::LogSeverity old_log_level_; 78 } // 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/chromium_org/base/mac/ |
mac_logging.h | 8 #include "base/logging.h" 28 namespace logging { namespace 30 class BASE_EXPORT OSStatusLogMessage : public logging::LogMessage { 44 } // namespace logging 49 logging::OSStatusLogMessage(__FILE__, __LINE__, \
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
config.py | 6 import logging namespace 60 logging.warn('Only whitelisted sources are allowed. Ignoring \"%s\".' % ( 65 logging.info('Source \"%s\" already in Config.' % (source,)) 71 logging.warn('Source \"%s\" not in Config.' % (source,)) 77 logging.info('No sources to remove.')
|
/external/chromium_org/tools/ipc_fuzzer/replay/ |
replay_process.cc | 12 #include "base/logging.h" 42 logging::SetMinLogLevel(logging::LOG_ERROR); 43 logging::InitLogging(logging::LoggingSettings());
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
linux_platform_backend.py | 5 import logging namespace 74 logging.error(e) 75 logging.error('You may proceed by manually installing dummynet. See: ' 95 logging.error(e) 96 logging.error('You may proceed by manually installing avconv via:\n'
|
/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;
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupOutgoingFragment.java | 41 import com.android.emailcommon.Logging; 81 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) { 82 LogUtils.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onCreate"); 95 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) { 96 LogUtils.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onCreateView"); 180 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) { 181 LogUtils.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onActivityCreated"); 191 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) { 192 LogUtils.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onStart"); 204 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) [all...] |
/external/chromium_org/chrome/browser/media/ |
webrtc_logging_handler_host.h | 20 // WebRtcLoggingHandlerHost handles operations regarding the WebRTC logging: 24 // - Informs the handler in the render process when to stop logging. 43 // Opens a log and starts logging. Must be called on the IO thread. 46 // Stops logging. Log will remain open until UploadLog or DiscardLog is 51 // logging has stopped. Must be called on the IO thread. 58 // Discards the log. May only be called after logging has stopped. Must be 81 CLOSED, // Logging not started, no log in memory. 82 STARTING, // Start logging is in progress. 83 STARTED, // Logging started. 84 STOPPING, // Stop logging is in progress [all...] |
/external/chromium_org/content/app/android/ |
library_loader_hooks.cc | 17 #include "base/logging.h" 101 // Note: because logging is setup here right after copying the command line 104 logging::LoggingSettings settings; 105 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 108 logging::ENABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS : 109 logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS; 110 logging::InitLogging(settings); 112 logging::SetLogItems(false, // Process ID 116 VLOG(0) << "Chromium logging enabled: level = " << logging::GetMinLogLevel( [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/chromium_org/build/android/pylib/monkey/ |
test_runner.py | 7 import logging namespace 49 test_name: String to use for logging the test result. 72 logging.error('Failed to start the process.') 74 logging.error('Process %s has died.', before_pids[0]) 76 logging.error('Detected process restart %s -> %s', 90 logging.warning('Starting MinidumpUploadService...') 94 logging.error('Failed to start MinidumpUploadService: %s', e)
|
/external/chromium_org/build/android/pylib/utils/ |
reraiser_thread.py | 7 import logging namespace 28 logging.critical('*' * 80) 29 logging.critical('Stack dump for thread \'%s\'', thread.name) 30 logging.critical('*' * 80) 32 logging.critical('File: "%s", line %d, in %s', filename, lineno, name) 34 logging.critical(' %s', line.strip()) 35 logging.critical('*' * 80)
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/ |
buildershandler.py | 31 import logging namespace 69 logging.debug('Fetching %s' % url) 75 logging.warning('Error while fetching %s: %s', url, exc_info[1]) 82 logging.warning('Unable to parse JSON response from %s: %s', url, exc_info[1]) 102 logging.info('No cached or current builds for %s', basedir) 114 logging.info('Starting a forced buildbot update. Failure to fetch a master\'s data will not abort the fetch.') 126 logging.warning(msg) 130 logging.warning('Aborting fetch.') 138 logging.info('Skipping builder %s because it lacked cached or current builds.', builder) 143 logging.info('Skipping build %s on builder %s due to empty data', latest_build, builder [all...] |