/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/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
|
/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/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/ |
logging.properties | 1 # A default java.util.logging configuration. 2 # (All App Engine logging is through java.util.logging by default). 8 # <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> 12 # Set the default logging level for all loggers to WARNING
|
appengine-web.xml | 6 <!-- Configure java.util.logging --> 8 <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
|
/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; 16 logging::ENABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS; 17 logging::InitLogging(settings); 19 logging::SetLogItems(false, // Process ID
|
/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/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/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...] |
/external/chromium/googleurl/base/ |
README.txt | 2 to eliminate the dependency on logging.h.
|
/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;
|
/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/chrome/common/extensions/docs/server2/ |
test_util.py | 7 import logging namespace 13 '''Call the function |f|, capturing any logging output generated. |f| must 22 logging.getLogger('').addFilter(cf) 24 logging.getLogger('').removeFilter(cf) 45 saved = getattr(logging, name) 46 setattr(logging, name, replacement) 50 setattr(logging, name, saved)
|
/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);
|
/external/chromium_org/chrome/browser/sync_file_system/ |
logger.h | 12 #include "base/logging.h" 16 // Originally wanted to use 'logging' here, but it conflicts with 17 // base/logging.h, and breaks DCHECK() and friends. 25 void Log(logging::LogSeverity level,
|