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

<<11121314151617181920>>

  /external/webkit/Tools/Scripts/webkitpy/style/
patchreader.py 31 import logging namespace
36 _log = logging.getLogger("webkitpy.style.patchreader")
  /external/webkit/Tools/Scripts/webkitpy/test/
skip.py 23 import logging namespace
25 _log = logging.getLogger(__name__)
  /hardware/invensense/mlsdk/platform/linux/
log_linux.c 24 * @brief Logging facility for the MPL
28 * @brief Core logging facility functions.
  /libcore/luni/src/main/java/javax/sql/
CommonDataSource.java 43 * logging and tracing messages for this data source will be printed.
63 * Set a log writer which is a character output stream to which all logging
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Logger.java 25 * This class provides debug logging for JSSE provider implementation
26 * TODO: Use java.util.logging
  /packages/apps/Email/src/com/android/email/data/
ThrottlingCursorLoader.java 20 import com.android.emailcommon.Logging;
59 Log.d(Logging.LOG_TAG, "ThrottlingCursorLoader: [" + getUri() + "] " + message);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/service/
ExchangeBroadcastProcessorService.java 25 import com.android.emailcommon.Logging;
72 Log.d(Logging.LOG_TAG, "Login accounts changed; reconciling...");
  /packages/apps/VoiceDialer/
AndroidManifest.xml 47 <!-- Voice Dialer Logging Enabled, *#*#VDL1#*#* -->
53 <!-- Voice Dialer Logging Disabled, *#*#VDL0#*#* -->
  /packages/apps/VoiceDialer/res/values-en-rGB/
strings.xml 35 <string name="logging_enabled" msgid="1797105104286961324">"Voice Dialler logging is turned on."</string>
36 <string name="logging_disabled" msgid="5851271054900000063">"Voice Dialler logging is turned off."</string>
  /packages/apps/VoiceDialer/res/values-nb/
strings.xml 35 <string name="logging_enabled" msgid="1797105104286961324">"Logging av talestyrt oppringing er slått på."</string>
36 <string name="logging_disabled" msgid="5851271054900000063">"Logging av talestyrt oppringing er slått av."</string>
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 52 // Voice Dialer Logging Enabled, *#*#8351#*#*
58 // Voice Dialer Logging Disabled, *#*#8350#*#*
  /system/core/logwrapper/
logwrapper.c 38 "the Android logging system. Tag is set to BINARY, priority is\n"
41 "-a: Causes logwrapper to do abbreviated logging.\n"
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 17 package org.apache.commons.logging;
65 * to specify whether logging classes should be loaded via the thread
71 * The name (<code>org.apache.commons.logging.LogFactory</code>) of the property
77 "org.apache.commons.logging.LogFactory";
84 "org.apache.commons.logging.impl.LogFactoryImpl";
87 * The name (<code>commons-logging.properties</code>) of the properties file to search for.
90 "commons-logging.properties";
98 "META-INF/services/org.apache.commons.logging.LogFactory";
101 * The name (<code>org.apache.commons.logging.diagnostics.dest</code>)
102 * of the property used to enable internal commons-logging
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
UIControllerTwoPane.java 33 import com.android.emailcommon.Logging;
206 Log.i(Logging.LOG_TAG, "Drag started");
222 Log.i(Logging.LOG_TAG, "Drag ended");
365 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
366 Log.d(Logging.LOG_TAG, this + " open " + listContext);
393 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
394 Log.d(Logging.LOG_TAG, this + " updateMailboxList " + mListContext);
427 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
428 Log.d(Logging.LOG_TAG, this + " updateMessageList " + mListContext);
457 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG)
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Parser.java 53 private boolean logging = false; field in class:Parser
165 logging = Eas.PARSER_LOG;
175 logging = Eas.PARSER_LOG;
185 logging = val;
193 * Set the tag used for logging. When debugging is on, every token is logged (Log.v) to
196 * @param val the logging tag
250 if (logging) {
406 if (logging) {
421 if (logging) {
485 if (logging) {
    [all...]
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 49 import com.android.emailcommon.Logging;
169 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
170 Log.d(Logging.LOG_TAG, "AccountSettingsFragment onCreate");
209 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
210 Log.d(Logging.LOG_TAG, "AccountSettingsFragment onActivityCreated");
220 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
221 Log.d(Logging.LOG_TAG, "AccountSettingsFragment onStart");
239 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
240 Log.d(Logging.LOG_TAG, "AccountSettingsFragment onResume");
268 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG)
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 115 import logging namespace
116 import logging.handlers namespace
645 return logging.getLogger('%s.%s' % (c.__module__, c.__name__))
649 logging.addLevelName(common.LOGLEVEL_FINE, 'FINE')
651 logger = logging.getLogger()
652 logger.setLevel(logging.getLevelName(options.log_level.upper()))
654 handler = logging.handlers.RotatingFileHandler(
657 handler = logging.StreamHandler()
658 formatter = logging.Formatter(
663 deflate_log_level_name = logging.getLevelName
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 115 import logging namespace
116 import logging.handlers namespace
641 return logging.getLogger('%s.%s' % (c.__module__, c.__name__))
645 logging.addLevelName(common.LOGLEVEL_FINE, 'FINE')
647 logger = logging.getLogger()
648 logger.setLevel(logging.getLevelName(options.log_level.upper()))
650 handler = logging.handlers.RotatingFileHandler(
653 handler = logging.StreamHandler()
654 formatter = logging.Formatter(
659 deflate_log_level_name = logging.getLevelName
    [all...]
  /bootable/recovery/minadbd/
README.txt 12 - removed listeners, logging code, background server (for host)
  /bootable/recovery/minzip/
Log.h 4 // C/C++ logging functions. See the logging documentation for API details.
36 * logging macros. You can change this preprocessor definition
200 * Conditional given a desired logging priority and tag.
  /external/apache-harmony/
run-harmony-tests 25 # logging: many failures due to missing bundles
  /external/chromium/app/sql/
diagnostic_error_delegate.h 10 #include "base/logging.h"
transaction.cc 8 #include "base/logging.h"

Completed in 305 milliseconds

<<11121314151617181920>>