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

<<11121314151617181920>>

  /external/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 29 import logging namespace
60 logging.debug(
86 logging.info("File not found, master: %s, builder: %s, test_type: %s, name: %s.",
114 logging.info("File not found, master %s, builder: %s, test_type: %s, name: %s.",
143 logging.debug(
182 logging.debug(
190 logging.debug("test: %s, type:%s", file_params, type(file_params))
214 logging.warning(messages)
  /frameworks/native/include/utils/
Log.h 18 // C/C++ logging functions. See the logging documentation for API details.
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldErrorManagerTest.java 18 package libcore.java.util.logging;
22 import java.util.logging.ErrorManager;
  /packages/apps/DeskClock/src/com/android/deskclock/
Log.java 18 * package-level logging flag
29 /** This must be false for production. If true, turns on logging,
  /packages/apps/Email/src/com/android/email/activity/
MailboxFinder.java 22 import com.android.emailcommon.Logging;
133 Log.i(Logging.LOG_TAG, "MailboxFinder: updateMailboxListCallback");
206 Log.w(Logging.LOG_TAG, "MailboxFinder: Account security hold.");
214 Log.w(Logging.LOG_TAG, "MailboxFinder: Account not found.");
222 Log.w(Logging.LOG_TAG, "MailboxFinder: Mailbox not found.");
230 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
231 Log.d(Logging.LOG_TAG, "MailboxFinder: mailbox found: id=" + mailboxId);
241 Log.i(Logging.LOG_TAG, "MailboxFinder: Starting network lookup.");
MailboxListFragment.java 47 import com.android.emailcommon.Logging;
361 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
362 Log.d(Logging.LOG_TAG, this + " onAttach");
373 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
374 Log.d(Logging.LOG_TAG, this + " onCreate");
422 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
423 Log.d(Logging.LOG_TAG, this + " onCreateView");
438 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
439 Log.d(Logging.LOG_TAG, this + " onActivityCreated");
464 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG)
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 20 import com.android.emailcommon.Logging;
48 Log.w(Logging.LOG_TAG, "");
  /external/libvpx/libvpx/vpx_mem/include/
vpx_mem_tracker.h 121 type - value representing the logging type to use
124 Sets the logging type for the memory tracker.
131 -1: if the logging type could not be set, because the value was invalid
139 logfunc - the logging function to be used to output data from
141 Sets a logging function to be used by the memory tracker.
144 -1: if the logging type could not be set because logfunc was NULL
  /external/srec/config/en.us/
baseline11k.par 31 # logging
34 # 0 no logging
35 # BIT 0 -> BASIC logging
36 # BIT 1 -> AUDIO waveform logging
37 # BIT 2 -> ADD WORD logging
38 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD
baseline8k.par 31 # logging
35 # 0 no logging
36 # BIT 0 -> BASIC logging
37 # BIT 1 -> AUDIO waveform logging
38 # BIT 2 -> ADD WORD logging
39 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD
baseline.par 30 # 0 no logging
31 # BIT 0 -> BASIC logging
32 # BIT 1 -> AUDIO waveform logging
33 # BIT 2 -> ADD WORD logging
34 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD
  /development/scripts/app_engine_server/
memcache_zipserve.py 32 import logging namespace
142 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName)
143 logging.info('==========================REQ INIT name [%s] langName [%s] resetLangCookie [%s]', reqUri, langName, resetLangCookie)
154 logging.info(' Content URI is [%s]...', contentUri)
161 # logging.info(' Handling a MISMATCHED intl request')
166 #logging.info('INTL PREP resetting langName to urlLangName [%s]', langName)
168 # logging.info('INTL PREP no need to reset langName')
191 # logging.info(' Request being handled as clean: [%s]', name)
204 # logging.info(' Handling an invalid intl request...')
242 logging.info('Redirect cache miss. Computing new redirect data.\n
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
LogRecord.java 18 package java.util.logging;
28 * A {@code LogRecord} object represents a logging request. It is passed between
29 * the logging framework and individual logging handlers. Client applications
31 * logging framework.
62 * The logging level.
76 * The name of the class that issued the logging call.
83 * The name of the method that issued the logging call.
97 * The ID of the thread that issued the logging call.
141 * Constructs a {@code LogRecord} object using the supplied the logging
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.util.logging.Logger.html 10 java.util.logging.Logger
74 Class java.util.logging.<A HREF="../../../../reference/java/util/logging/Logger.html" target="_top"><font size="+2"><code>Logger</code></font></A>
87 <A NAME="java.util.logging.Logger.GLOBAL_LOGGER_NAME"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/java/util/logging/Logger.html#GLOBAL_LOGGER_NAME" target="_top"><code>GLOBAL_LOGGER_NAME</code></A></nobr>
102 <A NAME="java.util.logging.Logger.global"></A>
103 <nobr><code>Logger</code>&nbsp;<A HREF="../../../../reference/java/util/logging/Logger.html#global" target="_top"><code>global</code></font></A></nobr> </TD>
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 64 * Determine if logging is enabled. If the
65 * @param context needed to reference the logging directory.
66 * @return true if logging is enabled, determined by the 'enabled' file.
75 * Enable logging.
76 * @param context needed to reference the logging directory.
90 * Disable logging.
91 * @param context needed to reference the logging directory.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
22 import java.util.logging.Level;
334 ResourceBundle rb = ResourceBundle.getBundle("bundles/java/util/logging/res");
336 "bundles/java/util/logging/res");
341 "org.apache.harmony.logging.tests.java.util.logging.LevelTestResource");
343 "org.apache.harmony.logging.tests.java.util.logging.LevelTestResource");
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 33 #include "base/logging.h"
258 logging::LoggingDestination destination = logging::LOG_ONLY_TO_FILE;
260 logging::LoggingDestination destination =
261 logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG;
269 logging::InitLogging(
272 logging::LOCK_LOG_FILE,
273 logging::DELETE_OLD_LOG_FILE,
274 logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS);
  /packages/apps/Email/src/com/android/email/
RefreshManager.java 19 import com.android.emailcommon.Logging;
217 Log.d(Logging.LOG_TAG, "refreshMailboxList " + accountId);
255 Log.d(Logging.LOG_TAG, "refreshMessageList " + accountId + ", " + mailboxId + ", "
273 Log.d(Logging.LOG_TAG, "sendPendingMessages " + accountId);
285 Log.d(Logging.LOG_TAG, "sendPendingMessagesForAllAccounts");
373 Log.d(Logging.LOG_TAG, "updateMailboxListCallback " + accountId + ", " + progress
392 Log.d(Logging.LOG_TAG, "updateMailboxCallback " + accountId + ", "
411 Log.d(Logging.LOG_TAG, "serviceCheckMailCallback " + accountId + ", "
439 Log.d(Logging.LOG_TAG, "sendMailCallback " + accountId + ", "
  /external/libusb_aah/
configure.ac 160 # Message logging
161 AC_ARG_ENABLE([log], [AS_HELP_STRING([--disable-log], [disable all logging])],
165 AC_DEFINE([ENABLE_LOGGING], 1, [Message logging])
169 [enable debug logging (default n)])],
173 AC_DEFINE([ENABLE_DEBUG_LOGGING], 1, [Debug message logging])
  /external/webkit/Tools/Scripts/
check-webkit-style 46 import logging namespace
58 _log = logging.getLogger("check-webkit-style")
70 # prevent the logging module from raising an error. See
83 # lets us enable verbose logging earlier.
87 _log.debug("Verbose logging enabled.")
new-run-webkit-websocketserver 33 import logging
70 help='Include debug-level logging.')
97 log_level = logging.WARN
99 log_level = logging.DEBUG
100 logging.basicConfig(level=log_level)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
metered_stream.py 40 import logging namespace
42 _log = logging.getLogger("webkitpy.layout_tests.metered_stream")
105 then this output is discarded. We have this in case we are logging
116 Write a message that is also included when logging verbosely.
118 This routine preserves the same console logging behavior as progress(),
  /external/webkit/Tools/Scripts/webkitpy/python24/
versioning.py 25 import logging namespace
28 _log = logging.getLogger("webkitpy.python24.versioning")
98 # FIXME: Add a logging level parameter to allow the version message
107 log: A logging.logger instance to use when logging the version warning.
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
java.util.logging.Handler.html 10 java.util.logging.Handler
74 Class java.util.logging.<A HREF="../../../../reference/java/util/logging/Handler.html" target="_top"><font size="+2"><code>Handler</code></font></A>
86 <A NAME="java.util.logging.Handler.setEncoding_changed(java.lang.String)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/java/util/logging/Handler.html#setEncoding(java.lang.String)" target="_top"><code>setEncoding</code></A>(<code>String</code>) </nobr>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
java.util.logging.Level.html 10 java.util.logging.Level
74 Class java.util.logging.<A HREF="../../../../reference/java/util/logging/Level.html" target="_top"><font size="+2"><code>Level</code></font></A>
86 <A NAME="java.util.logging.Level.parse_changed(java.lang.String)"></A>
87 <nobr><code>Level</code>&nbsp;<A HREF="../../../../reference/java/util/logging/Level.html#parse(java.lang.String)" target="_top"><code>parse</code></A>(<code>String</code>) </nobr>

Completed in 642 milliseconds

<<11121314151617181920>>