/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1-sources.jar | |
/prebuilts/tools/common/http-client/src/ |
commons-logging-1.1.1-src.zip | |
/external/apache-harmony/logging/src/test/resources/config/com/android/java/util/logging/ |
logging.config | 1 handlers=com.android.org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler , java.util.logging.ConsoleHandler 3 com.android.org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler.level=OF
|
/libcore/luni/src/test/resources/config/java/util/logging/ |
logging.config | 1 handlers=org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler , java.util.logging.ConsoleHandler 3 org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler.level=OF
|
logging.properties | 1 handlers=libcore.java.util.logging.OldLogManagerTest$MockHandler java.util.logging.ConsoleHandler 3 libcore.java.util.logging.OldLogManagerTest$MockHandler.level=OF
|
/external/chromium_org/remoting/host/ |
logging_posix.cc | 5 #include "remoting/host/logging.h" 7 #include "base/logging.h" 13 logging::LoggingSettings settings; 14 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 15 logging::InitLogging(settings);
|
logging_win.cc | 5 #include "remoting/host/logging.h" 9 #include "base/logging.h" 21 logging::LoggingSettings settings; 22 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 23 logging::InitLogging(settings); 26 logging::LogEventProvider::Initialize(kRemotingHostLogProvider);
|
logging.h | 8 #include "base/logging.h" 12 // Initializes host logging.
|
/external/ceres-solver/google3/glog/ |
logging.h | 4 // This is a shim header that redirects the Ceres includes of "glog/logging.h" 5 // to the google3 logging headers. 10 #include "base/logging.h" 16 // already calls InitGoogle, which gets the logging initialized.
|
/external/chromium_org/build/android/pylib/utils/ |
run_tests_helper.py | 7 import logging namespace 12 class CustomFormatter(logging.Formatter): 17 # Can't use super() because in older Python versions logging.Formatter does 19 logging.Formatter.__init__(self, fmt=fmt) 24 # Can't use super() because in older Python versions logging.Formatter does 26 msg = logging.Formatter.format(self, record) 35 log_level = logging.WARNING # Default. 37 log_level = logging.INFO 39 log_level = logging.DEBUG 40 logger = logging.getLogger( [all...] |
/external/chromium_org/mojo/shell/ |
init.cc | 7 #include "base/logging.h" 13 logging::LoggingSettings settings; 14 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 15 logging::InitLogging(settings); 17 logging::SetLogItems(false, // Process ID
|
/external/chromium_org/mojo/environment/ |
default_logger_impl.cc | 7 #include "base/logging.h" 15 COMPILE_ASSERT(logging::LOG_VERBOSE == MOJO_LOG_LEVEL_VERBOSE, 17 COMPILE_ASSERT(logging::LOG_INFO == MOJO_LOG_LEVEL_INFO, 19 COMPILE_ASSERT(logging::LOG_WARNING == MOJO_LOG_LEVEL_WARNING, 21 COMPILE_ASSERT(logging::LOG_ERROR == MOJO_LOG_LEVEL_ERROR, 23 COMPILE_ASSERT(logging::LOG_FATAL == MOJO_LOG_LEVEL_FATAL, 38 int chromium_min_log_level = logging::GetMinLogLevel(); 40 DCHECK_LE(chromium_min_log_level, logging::LOG_FATAL); 46 logging::LogMessage(__FILE__, __LINE__, chromium_log_level).stream() 51 return ChromiumToMojoLogLevel(logging::GetMinLogLevel()) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ |
libw3comlog.a | 7 v
J
JLL>><<XXnn"H"H%%(Z(Z+@+@..0?0?__lib64_libw3comlog_a_iname_head_lib64_libw3comlog_a?Terminate@LOGGING@@SAXXZ__imp_?Terminate@LOGGING@@SAXXZ?Release@LOGGING@@QEAAXXZ__imp_?Release@LOGGING@@QEAAXXZ?QueryExtraLoggingFields@LOGGING@@QEBAPEBVMULTISZA@@XZ__imp_?QueryExtraLoggingFields@LOGGING@@QEBAPEBVMULTISZA@@XZ?QueryDoUlLogging@LOGGING@@QEBAHXZ__imp_?QueryDoUlLogging@LOGGING@@QEBAHXZ?QueryDoCustomLogging@LOGGING@@QEBAHXZ__imp_?QueryDoCustomLogging@LOGGING@@QEBAHXZ?LogInformation@LOGGING@@QEAAXPEAVLOG_CONTEXT@@@Z__imp_?LogInformation@LOGGING@@QEAAXPEA (…) [all...] |
/external/chromium_org/tools/python/google/ |
logging_utils.py | 5 ''' Utility functions and objects for logging. 8 import logging namespace 11 class StdoutStderrHandler(logging.Handler): 12 ''' Subclass of logging.Handler which outputs to either stdout or stderr 16 def __init__(self, threshold=logging.WARNING, err=sys.stderr, out=sys.stdout): 18 threshold: below this logging level messages are sent to stdout, 25 logging.Handler.__init__(self) 26 self._err = logging.StreamHandler(err) 27 self._out = logging.StreamHandler(out) 32 logging.Handler.setLevel(self, lvl [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
custom_logger.py | 5 import logging namespace 11 '''Wraps logging methods to include a prefix and flush immediately. 12 The flushing is important because logging is often done from jobs 18 def info(self, msg, *args): self._log(logging.info, msg, args) 19 def warning(self, msg, *args): self._log(logging.warning, msg, args) 20 def error(self, msg, *args): self._log(logging.error, msg, args)
|
/external/chromium_org/skia/ext/ |
google_logging.cc | 5 // This file provides integration with Google-style "base/logging.h" assertions 7 // that provides integration with the logging of your choice. 9 #include "base/logging.h" 22 logging::LogMessage(file, line, 23 fatal ? logging::LOG_FATAL : logging::LOG_INFO).stream()
|
/external/chromium_org/tools/find_runtime_symbols/tests/ |
reduce_debugline_test.py | 7 import logging namespace 36 ../../base/logging.h: 37 logging.h 246 0xa41710 39 logging.h 247 0xa41726 41 ../../base/logging.h: 42 logging.h 846 0xa3fd90 44 logging.h 846 0xa3fda0 49 (0xa3fd90, '../../base/logging.h'), 53 (0xa41710, '../../base/logging.h'), 63 logging.basicConfig [all...] |
/device/lge/hammerhead/ |
init.hammerhead.diag.rc.userdebug | 4 # Modem logging collection
|
/external/nist-sip/java/gov/nist/core/ |
package.html | 4 include classes for basic parser and lexer functionality and logging
|
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/ |
logging.h | 8 #include "base/logging.h" 12 using logging::LogMessage;
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/ |
util.c | 6 * Default error logging functions 56 * perf_error__register - Register error logging functions 57 * @eops: The pointer to error logging function struct 59 * Register UI-specific error logging functions. Before calling this, 60 * other logging functions should be unregistered, if any. 72 * perf_error__unregister - Unregister error logging functions 73 * @eops: The pointer to error logging function struct 75 * Unregister already registered error logging functions.
|
/frameworks/base/tests/CoreTests/android/core/ |
MiscRegressionTest.java | 20 import java.util.logging.Logger; 29 Logger.global.severe("This has logging Level.SEVERE, should become ERROR"); 30 Logger.global.warning("This has logging Level.WARNING, should become WARN"); 31 Logger.global.info("This has logging Level.INFO, should become INFO"); 32 Logger.global.config("This has logging Level.CONFIG, should become DEBUG"); 33 Logger.global.fine("This has logging Level.FINE, should become VERBOSE"); 34 Logger.global.finer("This has logging Level.FINER, should become VERBOSE"); 35 Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
uninstall.py | 6 import logging namespace 15 logging.warn('Unknown bundle(s): %s\n' % (', '.join(invalid_bundles))) 18 logging.warn('No bundles to uninstall.') 22 logging.info('Removing %s' % (bundle_name,)) 27 logging.error('Failed to remove directory \"%s\". %s' % (bundle_dir, e))
|
/external/chromium_org/sdch/ |
logging_forward.h | 8 // Define open-vcdiff's logging.h header guard, so that it doesn't get used. 11 #include "base/logging.h" 13 // open-vcdiff's logging.h includes iostream, which adds static initializers 15 // header which forwards open-vcdiffs logging macros to chromium's base logging
|
/external/chromium_org/content/shell/tools/ |
content_shell_crash_service.cc | 12 #include "base/logging.h" 22 // Logging to stderr. 23 logging::LoggingSettings settings; 24 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 25 logging::InitLogging(settings); 26 // Logging with pid, tid and timestamp. 27 logging::SetLogItems(true, true, true, false);
|