/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintPython.java | 7 import java.util.logging.Level;
8 import java.util.logging.Logger;
|
ConstraintRigidBodyJoint.java | 7 import java.util.logging.Level;
8 import java.util.logging.Logger;
|
ConstraintSplineInverseKinematic.java | 3 import java.util.logging.Level;
4 import java.util.logging.Logger;
|
ConstraintStretchTo.java | 7 import java.util.logging.Level;
8 import java.util.logging.Logger;
|
ConstraintTransform.java | 7 import java.util.logging.Level;
8 import java.util.logging.Logger;
|
/external/webkit/Source/WebCore/platform/brew/ |
LoggingBrew.cpp | 27 #include "Logging.h" 33 // FIXME: Should read the logging channels from a file.
|
/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/Email/src/com/android/email/activity/ |
UIControllerBase.java | 38 import com.android.emailcommon.Logging; 170 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 171 Log.d(Logging.LOG_TAG, this + " onActivityViewReady"); 179 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 180 Log.d(Logging.LOG_TAG, this + " onActivityCreated"); 191 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 192 Log.d(Logging.LOG_TAG, this + " onActivityStart"); 203 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 204 Log.d(Logging.LOG_TAG, this + " onActivityResume"); 219 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) [all...] |
/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/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:
|
/external/webkit/Tools/Scripts/ |
webkit-patch | 34 import logging namespace 42 _log = logging.getLogger("webkit-patch") 45 # This is a hack to let us enable DEBUG logging as early as possible. 49 logging_level = logging.DEBUG 51 logging_level = logging.INFO
|
/external/webkit/Tools/TestResultServer/model/ |
testfile.py | 30 import logging namespace 47 logging.warning("File not found, key: %s.", key) 54 logging.warning( 94 logging.info( 110 logging.info(
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupExchangeFragment.java | 45 import com.android.emailcommon.Logging; 88 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 89 Log.d(Logging.LOG_TAG, "AccountSetupExchangeFragment onCreate"); 103 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 104 Log.d(Logging.LOG_TAG, "AccountSetupExchangeFragment onCreateView"); 164 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 165 Log.d(Logging.LOG_TAG, "AccountSetupExchangeFragment onActivityCreated"); 176 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 177 Log.d(Logging.LOG_TAG, "AccountSetupExchangeFragment onStart"); 189 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) [all...] |
AccountSetupIncomingFragment.java | 41 import com.android.emailcommon.Logging; 88 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 89 Log.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onCreate"); 102 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 103 Log.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onCreateView"); 201 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 202 Log.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onActivityCreated"); 212 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 213 Log.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onStart"); 226 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) [all...] |
/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...] |
XMLFormatterTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 27 import java.util.logging.FileHandler; 28 import java.util.logging.Handler; 29 import java.util.logging.Level; 30 import java.util.logging.LogRecord; 31 import java.util.logging.Logger; 32 import java.util.logging.XMLFormatter; 56 .getBundle("bundles/java/util/logging/res"); 91 .getBundle("bundles/java/util/logging/res") [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 26 import logging namespace 70 logging.info('Authenticatng username: ' + self.username) 98 logging.info('Validating username: ' + self.username) 139 logging.info('*** Starting contact sync ***') 159 logging.info('Returning ' + str(len(updated_contacts)) + ' contact records') 166 logging.info('* Processing server changes') 176 logging.info('Client sync state: ' + client_state) 194 logging.info('New sync state: ' + high_water_mark) 215 logging.info('Server-side updates: ' + str(update_count)) 216 logging.info('Server-side deletes: ' + str(delete_count) [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/ |
checker.py | 33 import logging namespace 51 _log = logging.getLogger("webkitpy.style.checker") 332 """Create and return a default list of logging.Handler instances. 334 Format WARNING messages and above to display the logging level, and 341 # Handles logging.WARNING and above. 342 error_handler = logging.StreamHandler(stream) 343 error_handler.setLevel(logging.WARNING) 344 formatter = logging.Formatter("%(levelname)s: %(message)s") 347 # Create a logging.Filter instance that only accepts messages 349 non_error_filter = logging.Filter( [all...] |