HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 101 - 125 of 977) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 154 import logging namespace
158 _logger = logging.getLogger(__name__)
301 import logging namespace
302 #logging.basicConfig()
303 logger = logging.getLogger()
305 console = logging.StreamHandler()
306 console.setLevel(logging.DEBUG)
308 formatter = logging.Formatter('%(name)-12s: %(levelname)-8s %(message)s')
313 logger.setLevel(logging.INFO)
  /development/scripts/app_engine_server/
memcache_zipserve.py 32 import logging namespace
127 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName)
128 logging.info('==========================REQ INIT name [%s] langName [%s] resetLangCookie [%s]', reqUri, langName, resetLangCookie)
146 logging.info(' Content URI is [%s]...', contentUri)
152 # logging.info(' Handling a MISMATCHED intl request')
162 # logging.info(' Request being handled as clean: [%s]', name)
175 # logging.info(' Handling an invalid intl request...')
195 # logging.info(' >>>> isCleanUrl name [%s] langName [%s] isValidIntl [%s]', name, langName, isValidIntl)
225 # logging.info('--->PREPROCESSING REDIRECT [%s] to [%s] with langName [%s]', name, uri, langName)
250 logging.info('-->>REDIRECTING %s to %s', name, uri
    [all...]
  /external/srec/config/en.us/
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
  /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>
pkg_java.util.logging.html 10 java.util.logging
74 Package <A HREF="../../../../reference/java/util/logging/package-summary.html" target="_top"><font size="+1"><code>java.util.logging</code></font></A>
85 <nobr><A HREF="java.util.logging.Level.html">Level</A></nobr>
92 <nobr><A HREF="java.util.logging.LogManager.html">LogManager</A></nobr>
  /bionic/libc/bionic/
ssp.c 63 * Does a best effort at logging and calls _exit to terminate
78 /* Use /proc/self/exe link to obtain the program name for logging
86 /* Do a best effort at logging. This ends up calling writev(2) */
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LoggingMXBean.java 18 package java.util.logging;
23 * {@code LoggingMXBean} is the management interface for the logging sub-system.
34 * Gets the string value of the logging level of a logger. An empty string
  /dalvik/vm/
Common.h 39 * If "very verbose" logging is enabled, make it equivalent to LOGV.
129 * Pretend we have the Android logging macros. These are replaced by the
130 * Android logging implementation.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 39 import logging namespace
82 logging.debug("Stacktrace for %s:\n%s" % (test_info.filename, error))
90 logging.debug("Previous test output extra lines after dump:\n%s" %
245 logging.debug('%s starting' % (self.getName()))
247 logging.debug('%s done (%d tests)' % (self.getName(),
254 logging.error('%s dying: %s' % (self.getName(),
278 logging.info("Ignoring invalid batch size '%s'" %
289 logging.info('Testing canceled')
330 logging.debug("%s %s failed:\n%s" % (self.getName(),
334 logging.debug("%s %s passed" % (self.getName()
    [all...]
  /frameworks/base/opengl/libs/
Android.mk 19 # needed on sim build because of weird logging issues
78 # needed on sim build because of weird logging issues
114 # needed on sim build because of weird logging issues
  /dalvik/libcore/luni/src/main/java/java/lang/
VMThread.java 19 import java.util.logging.Logger;
20 import java.util.logging.Level;
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/spi/
CharsetProviderTest.java 85 // grant all permissions except logging control
95 // grant all permissions except logging control
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLPermission.java 30 * open a logging stream using the {@code DriverManager.setLogWriter} method or
32 * dangerous operation since the logging stream can contain sensitive
  /dalvik/libcore/x-net/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
  /external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java 18 package org.apache.commons.logging.impl;
22 import org.apache.commons.logging.Log;
  /external/guava/src/com/google/common/io/
Flushables.java 21 import java.util.logging.Level;
22 import java.util.logging.Logger;
  /external/webkit/WebCore/platform/mac/
LoggingMac.mm 26 #include "Logging.h"
36 NSLog(@"unable to parse hex value for %s (%@), logging is off", channel.defaultName, logLevelString);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 33 import logging namespace
129 logging.info('No need to start %s server.' % self._server_name)
168 logging.debug('Using handler_map_file: %s' % handler_map_file)
172 logging.warning('No handler_map_file found')
194 logging.debug('Starting %s server on %d.' % (
196 logging.debug('cmdline: %s' % ' '.join(start_cmd))
213 logging.error(line)
244 logging.debug('Shutting down %s server %d.' % (self._server_name, pid))
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
fuzzy_image_diff.py 35 import logging namespace
58 logging.debug('Using %s' % expected_png_file)
  /packages/apps/VoiceDialer/
AndroidManifest.xml 50 <!-- Voice Dialer Logging Enabled, *#*#VDL1#*#* -->
56 <!-- Voice Dialer Logging Disabled, *#*#VDL0#*#* -->
  /packages/apps/VoiceDialer/res/values-nb/
strings.xml 35 <string name="logging_enabled" msgid="8702018587287436548">"Logging av taleringeren er slått på."</string>
36 <string name="logging_disabled" msgid="5992352601321824322">"Logging av taleringeren er slått av."</string>
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 53 // Voice Dialer Logging Enabled, *#*#8351#*#*
59 // Voice Dialer Logging Disabled, *#*#8350#*#*
  /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...]
  /development/pdk/docs/source/
code-style.jd 77 <li><a href="#logging">Logging</a>
78 : Be careful with logging. It's expensive.
356 <h2><a>Logging</a>
358 <p>While logging is necessary it has a significantly negative impact on performance and quickly loses its usefulness if it's not kept reasonably terse. The logging facilities provides five different levels of logging. Below are the different levels and when and how they should be used.
362 This level of logging should be used when something fatal has happened, i.e. something that will have user-visible consequences and won't be recoverable without explicitly deleting some data, uninstalling applications, wiping the data partitions or reflashing the entire phone (or worse). This level is always logged. Issues that justify some logging at the ERROR level are typically good candidates to be reported to a statistics-gathering server.
365 This level of logging should used when something serious and unexpected happened, i.e. something that will have user-vis (…)
    [all...]
  /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.

Completed in 324 milliseconds

1 2 3 45 6 7 8 91011>>