/dalvik/libcore/logging/src/main/java/java/util/logging/ |
StreamHandler.java | 18 package java.util.logging; 25 import org.apache.harmony.logging.internal.nls.Messages; 35 * <li>java.util.logging.StreamHandler.encoding specifies the encoding this 38 * <li>java.util.logging.StreamHandler.filter specifies the name of the filter 41 * <li>java.util.logging.StreamHandler.formatter specifies the name of the 43 * {@code java.util.logging.SimpleFormatter}. 44 * <li>java.util.logging.StreamHandler.level specifies the logging level. 66 initProperties("INFO", null, "java.util.logging.SimpleFormatter", //$NON-NLS-1$//$NON-NLS-2$ 113 // logging.2=The OutputStream parameter is nul [all...] |
ErrorManager.java | 18 package java.util.logging; 20 import org.apache.harmony.logging.internal.nls.Messages; 24 * error that may happen during logging. {@code Handlers} should report errors 104 // logging.1E=Error message - {0} 105 System.err.println(Messages.getString("logging.1E", message)); //$NON-NLS-1$ 108 // logging.1F=Exception - {0} 109 System.err.println(Messages.getString("logging.1F", exception)); //$NON-NLS-1$
|
Handler.java | 18 package java.util.logging; 25 import org.apache.harmony.logging.internal.nls.Messages; 28 * A {@code Handler} object accepts a logging request and exports the desired 30 * disabled by setting its logging level to {@code Level.OFF}. 36 // the error manager to report errors during logging 42 // the logging level 56 * {@code ErrorManager}, the default encoding, and the default logging 101 // logging.12=Invalid property value for 103 Messages.getString("logging.12")) //$NON-NLS-1$ 182 * Accepts a logging request and sends it to the the target [all...] |
Level.java | 18 package java.util.logging; 29 import org.apache.harmony.logging.internal.nls.Messages; 35 * {@code Level} objects are used to indicate the level of logging. There are a 36 * set of predefined logging levels, each associated with an integer value. 37 * Enabling a certain logging level also enables all logging levels with larger 42 * ALL and OFF. ALL indicates logging all messages, and OFF indicates logging no 52 * The OFF level provides no logging messages. 92 * The ALL level provides all logging messages [all...] |
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
ConsoleHandlerTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 32 import java.util.logging.ConsoleHandler; 33 import java.util.logging.Filter; 34 import java.util.logging.Formatter; 35 import java.util.logging.Handler; 36 import java.util.logging.Level; 37 import java.util.logging.LogManager; 38 import java.util.logging.LogRecord; 39 import java.util.logging.LoggingPermission [all...] |
MemoryHandlerTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 32 import java.util.logging.Filter; 33 import java.util.logging.Formatter; 34 import java.util.logging.Handler; 35 import java.util.logging.Level; 36 import java.util.logging.LogManager; 37 import java.util.logging.LogRecord; 38 import java.util.logging.LoggingPermission; 39 import java.util.logging.MemoryHandler [all...] |
StreamHandlerTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 34 import java.util.logging.Filter; 35 import java.util.logging.Formatter; 36 import java.util.logging.Handler; 37 import java.util.logging.Level; 38 import java.util.logging.LogManager; 39 import java.util.logging.LogRecord; 40 import java.util.logging.LoggingPermission; 41 import java.util.logging.SimpleFormatter [all...] |
AllTests.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 29 "Suite for org.apache.harmony.logging.tests.java.util.logging");
|
LevelTestResource.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 23 import java.util.logging.Level;
|
LogManagerTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 30 import java.util.logging.ConsoleHandler; 31 import java.util.logging.Handler; 32 import java.util.logging.Level; 33 import java.util.logging.LogManager; 34 import java.util.logging.LogRecord; 35 import java.util.logging.Logger; 36 import java.util.logging.LoggingPermission; 41 import org.apache.harmony.logging.tests.java.util.logging.HandlerTest.NullOutputStream [all...] |
XMLFormatterTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 30 import java.util.logging.Handler; 31 import java.util.logging.Level; 32 import java.util.logging.LogRecord; 33 import java.util.logging.XMLFormatter; 66 args = {java.util.logging.Handler.class} 72 args = {java.util.logging.Handler.class} 100 args = {java.util.logging.LogRecord.class} 107 .getBundle("bundles/java/util/logging/res") [all...] |
HandlerTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 31 import java.util.logging.ErrorManager; 32 import java.util.logging.Filter; 33 import java.util.logging.Formatter; 34 import java.util.logging.Handler; 35 import java.util.logging.Level; 36 import java.util.logging.LogManager; 37 import java.util.logging.LogRecord; 38 import java.util.logging.LoggingPermission [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLDebugHelper.java | 28 * error checking and logging. 35 * error checking and/or logging. 47 * Logging means writing a text representation of each GL method call to 53 * @param log - null to disable logging, non-null to enable logging. 68 * Print argument names when logging GL Calls. 93 * support for error checking and/or logging. 97 * @param log - null to disable logging, non-null to enable logging.
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_reliability_tests.py | 11 import logging namespace 76 logging.info("Line has more than one '|': " + line) 83 logging.info("Lins has non-numeric load time: " + line) 107 # Set up logging format. 108 log_level = logging.INFO 110 log_level = logging.DEBUG 111 logging.basicConfig(level=log_level, 145 logging.error("Cannot create results dir: " + bugreport_dir) 159 logging.error("failed to push url list to device.") 160 logging.error(adb_output [all...] |
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/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 18 package org.apache.commons.logging.impl; 31 import org.apache.commons.logging.Log; 32 import org.apache.commons.logging.LogConfigurationException; 39 * <li><code>org.apache.commons.logging.simplelog.defaultlog</code> - 40 * Default logging detail level for all instances of SimpleLog. 43 * <li><code>org.apache.commons.logging.simplelog.log.xxxxx</code> - 44 * Logging detail level for a SimpleLog instance named "xxxxx". 46 * If not specified, the default logging detail level is used.</li> 47 * <li><code>org.apache.commons.logging.simplelog.showlogname</code> - 50 * <li><code>org.apache.commons.logging.simplelog.showShortLogname</code> [all...] |
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/apache-http/src/org/apache/commons/logging/ |
Log.java | 18 package org.apache.commons.logging; 21 * <p>A simple logging interface abstracting logging APIs. In order to be 26 * <p> The six logging levels used by <code>Log</code> are (in order): 36 * logging system is implementation dependent. 40 * <p>Performance is often a logging concern. 54 * <p>Configuration of the underlying logging system will generally be done 55 * external to the Logging APIs, through whatever mechanism is supported by 65 // ----------------------------------------------------- Logging Properties 69 * <p> Is debug logging currently enabled? </p [all...] |
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...] |
/cts/tests/core/logging/ |
Android.mk | 22 # Logging Tests 26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../dalvik/libcore/logging/src/test/java) \ 31 LOCAL_PACKAGE_NAME := android.core.tests.logging
|
/external/opencore/oscl/oscl/osclbase/src/ |
pvlogger_registry.h | 68 * PVLoggerRegistry method to get access to a logging control point, associated with 73 * @param level log level associated with the logging control point 77 * @return PVLogger<Alloc, TheLock>* Pointer to the logging control point 85 * @param level log level associated with the logging control point 89 * @return PVLogger<alloc_type, TheLock>* Pointer to the logging control point 98 * @param level log level associated with the logging control point 109 * @param level log level associated with the logging control point
|
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
standalone.py | 64 import logging namespace 65 import logging.handlers namespace 86 'debug': logging.DEBUG, 87 'info': logging.INFO, 88 'warn': logging.WARN, 89 'error': logging.ERROR, 90 'critical': logging.CRITICAL}; 104 logging.warning('mod_pywebsocket: %s' % warning) 199 logging.error( 233 logging.warning('mod_pywebsocket: %s' % warning [all...] |
/external/webkit/WebCore/platform/gtk/ |
LoggingGtk.cpp | 22 #include "Logging.h" 44 // we set up the logs anyway because some of our logging, such as 59 // to disable logging notImplemented set the DISABLE_NI_WARNING
|
/development/testrunner/ |
logger.py | 18 """Simple logging utility. Dumps log messages to stdout, and optionally, to a 21 Init(path) must be called to enable logging to a file 66 # timestamp logging disabled 83 """ Enable or disable verbose logging"""
|
/external/bluetooth/bluez/common/ |
Android.mk | 7 logging.c \
|