/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintTransform.java | 7 import java.util.logging.Level;
8 import java.util.logging.Logger;
|
/frameworks/base/core/java/com/android/internal/os/ |
AndroidPrintStream.java | 22 * Print stream which log lines using Android's logging system. 32 * Constructs a new logging print stream.
|
/frameworks/volley/src/com/android/volley/ |
RetryPolicy.java | 25 * Returns the current timeout (used for logging). 30 * Returns the current retry count (used for logging).
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLoggerTest.java | 18 package libcore.java.util.logging; 23 import java.util.logging.Filter; 24 import java.util.logging.Handler; 25 import java.util.logging.Level; 26 import java.util.logging.LogManager; 27 import java.util.logging.LogRecord; 28 import java.util.logging.Logger; 32 private final static String VALID_RESOURCE_BUNDLE = "bundles/java/util/logging/res";
|
OldSimpleFormatterTest.java | 18 package libcore.java.util.logging; 20 import java.util.logging.SimpleFormatter;
|
/packages/apps/Browser/src/com/android/browser/ |
Browser.java | 27 // Set to true to enable verbose logging. 30 // Set to true to enable extra debug logging.
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
LogTag.java | 23 * Get the log tag to apply to logging. 30 * Sets the app-wide log tag to be used in most log messages, and for enabling logging
|
/external/srec/portable/include/ |
plog.h | 36 * Logging API. 40 * The logging API is composed of a Logger. 42 * The logging API uses the logger when logging is to be performed but does 45 * When a request for logging is performed, the current level of the logging 51 * setting the log level of the API to 0 is equivalent to disabling logging globally. 58 * Portable logging framework. 123 * logging can take place. PtrdInit() must be called before this function on 127 * logging goes to PSTDERR [all...] |
/external/srec/srec/EventLog/include/ |
SR_EventLog.h | 32 * Provides OSI logging. 42 * Basic logging level. 55 * Log a string token using the basic logging level. 62 * Log an integer token using the basic logging level. 69 * Log a uint16 token using the basic logging level. 76 * Log a size_t token using the basic logging level. 83 * Log a boolean token using the basic logging level. 90 * Log a float token using the basic logging level. 97 * Log an event using the basic logging level. 104 * Log a string token using the audio logging level [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
Handler.java | 18 package java.util.logging; 24 * A {@code Handler} object accepts a logging request and exports the desired 26 * disabled by setting its logging level to {@code Level.OFF}. 32 // the error manager to report errors during logging 38 // the logging level 52 * {@code ErrorManager}, the default encoding, and the default logging 163 * Accepts a logging request and sends it to the the target. 182 * logging. 201 * Gets the formatter used by this handler to format the logging messages. 210 * Gets the logging level of this handler, records with levels lower tha [all...] |
/external/chromium_org/base/ |
base_switches.cc | 36 // Gives the default maximal active V-logging level; 0 is the default. 37 // Normally positive values are used for V-logging levels. 40 // Gives the per-module maximal V-logging levels to override the value 41 // given by --v. E.g. "my_module=2,foo*=3" would change the logging 47 // "*/foo/bar/*=2" would change the logging level for all code in
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
render_servlet.py | 5 import logging namespace 48 logging.error(traceback.format_exc()) 72 logging.warning('No 404.html found in %s' % path) 93 logging.error('%s had empty content' % path) 106 logging.warning('Rendering %s:%s%s' % (path, sep, sep.join(warnings)))
|
/external/chromium_org/net/tools/testserver/ |
run_testserver.cc | 10 #include "base/logging.h" 31 logging::LoggingSettings settings; 32 settings.logging_dest = logging::LOG_TO_ALL; 34 if (!logging::InitLogging(settings)) { 35 printf("Error: could not initialize logging. Exiting.\n");
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
die.cc | 12 #include "base/logging.h" 51 logging::LogMessage(file, line, logging::LOG_FATAL).stream() << msg; 65 logging::LogMessage(file, line, logging::LOG_INFO).stream() << msg;
|
/external/chromium_org/sync/tools/testserver/ |
run_sync_testserver.cc | 10 #include "base/logging.h" 79 logging::LoggingSettings settings; 80 settings.logging_dest = logging::LOG_TO_ALL; 82 if (!logging::InitLogging(settings)) { 83 printf("Error: could not initialize logging. Exiting.\n");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkit-patch | 35 import logging namespace 68 _log = logging.getLogger("webkit-patch") 71 # This is a hack to let us enable DEBUG logging as early as possible. 75 logging_level = logging.DEBUG 77 logging_level = logging.INFO
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
lint_test_expectations.py | 29 import logging namespace 46 _log = logging.getLogger(__name__) 50 logger = logging.getLogger() 51 logger.setLevel(logging.INFO) 52 handler = logging.StreamHandler(logging_stream)
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
webdriver_tab_backend.py | 5 import logging namespace 52 logging.warning('timeout is not supported') 86 logging.warning('timeout is not supported') 96 logging.warning('timeout is not supported') 102 logging.warning('timeout is not supported')
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
tab_unittest.py | 5 import logging namespace 40 logging.warning('Browser does not support tab control, skipping test.') 60 logging.warning('Browser does not support screenshots, skipping test.') 80 logging.warning('Browser does not support screenshots, skipping test.') 94 logging.error(message)
|
/external/libexif/libexif/ |
exif-log.h | 33 /*! State maintained by the logging interface */ 36 /*! Create a new logging instance. 63 * \param[in] code logging message class 70 * \param[in] code logging message class 83 * \param[in] log logging state variable
|
/external/libusb/ |
configure.ac | 76 # Message logging 77 AC_ARG_ENABLE([log], [AS_HELP_STRING([--disable-log], [disable all logging])], 81 AC_DEFINE([ENABLE_LOGGING], 1, [Message logging]) 85 [enable debug logging (default n)])], 89 AC_DEFINE([ENABLE_DEBUG_LOGGING], 1, [Debug message logging])
|
/external/mdnsresponder/mDNSShared/ |
mDNSResponder.8 | 53 .Ss LOGGING 56 logging levels map as follows: 65 A SIGUSR1 signal toggles additional logging, with Warning and Notice 70 Once this logging is enabled, users can additionally use syslog(1) 75 A SIGUSR2 signal toggles packet logging:
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
SearchParser.java | 9 import com.android.emailcommon.Logging; 26 private static final String LOG_TAG = Logging.LOG_TAG; 60 LogUtils.d(Logging.LOG_TAG, "Search status: " + status); 106 LogUtils.d(Logging.LOG_TAG, "Saved %s search results", ops.size()); 108 LogUtils.d(Logging.LOG_TAG, "RemoteException while saving search results.");
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
FileHandlerTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 34 import java.util.logging.FileHandler; 35 import java.util.logging.Filter; 36 import java.util.logging.Formatter; 37 import java.util.logging.Handler; 38 import java.util.logging.Level; 39 import java.util.logging.LogManager; 40 import java.util.logging.LogRecord; 41 import java.util.logging.LoggingPermission [all...] |
/external/chromium_org/remoting/tools/ |
me2me_virtual_host.py | 19 import logging namespace 114 """Calls self.save(), trapping and logging any errors.""" 118 logging.error("Failed to save config: " + str(e)) 240 logging.info("Failed to read %s, skipping." % env_filename) 252 logging.error("Audio will not be enabled because pulseaudio UNIX " + 265 logging.error("Failed to create pulseaudio pipe: " + str(e)) 283 logging.error("Failed to write pulseaudio config: " + str(e)) 330 logging.info("Starting %s on display :%d" % (xvfb, display)) 361 logging.info("Xvfb is active.") 373 logging.error("Failed to set XKB to 'evdev'" [all...] |