/external/chromium_org/base/ |
vlog.cc | 12 #include "base/logging.h" 16 namespace logging { namespace 87 // number of dependencies the logging system has.
|
vlog_unittest.cc | 8 #include "base/logging.h" 13 namespace logging { namespace 126 } // namespace logging
|
/external/chromium_org/base/win/ |
event_trace_provider.h | 6 // Windows Event Tracing for logging transport and control. 85 // Users of this class can test whether logging is currently enabled at 119 // Returns true iff logging should be performed for "level" and "flags".
|
/external/chromium_org/build/android/pylib/ |
flag_changer.py | 6 import logging namespace 94 logging.info('Current flags: %s', self._current_flags) 158 logging.warn('Unterminated quoted argument: ' + line)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
app_yaml_helper.py | 5 import logging namespace 81 logging.warning( 118 logging.warning('All revisions are greater than %s' % app_version)
|
cron_servlet.py | 5 import logging namespace 35 '''Wraps the logging.* methods to prefix them with 'cron' and flush 39 def info(self, msg, *args): self._log(logging.info, msg, args) 40 def warning(self, msg, *args): self._log(logging.warning, msg, args) 41 def error(self, msg, *args): self._log(logging.error, msg, args)
|
/external/chromium_org/chrome/renderer/media/ |
cast_session_delegate.cc | 7 #include "base/logging.h" 14 #include "media/cast/logging/logging_defines.h" 83 // Get default logging: All disabled.
|
/external/chromium_org/chrome/test/functional/ |
chromeos_longterm_test.py | 7 import logging namespace 61 logging.info('Unable to find page with url: %s.') 121 logging.error('Timer queue died, shutting down.')
|
secure_shell.py | 7 import logging namespace 38 logging.debug('Using Secure shell app %s' % app_path) 75 logging.info('Launched Secure Shell in %.2f secs' % (now - then))
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
testfile.py | 30 import logging namespace 47 logging.warning("File not found, key: %s.", key) 55 logging.warning(
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
logging_unittest.cc | 30 #include "talk/base/logging.h" 37 // Test basic logging operation. We should get the INFO log but not the VERBOSE. 97 // LS_SENSITIVE to avoid cluttering up any real logging going on
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
internal_logging.h | 33 // Internal logging and related utility routines. 52 // Safe logging helper: we write directly to the stderr file 102 // Tests can override this function to collect logging messages.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
internal_logging.h | 33 // Internal logging and related utility routines. 52 // Safe logging helper: we write directly to the stderr file 102 // Tests can override this function to collect logging messages.
|
/external/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 88 if (line === "test-logging-done,\"\"") { 142 // expecting more functions in traversal vs. logging. 143 // Since we don't track code deletions, logging can also report more entries
|
/frameworks/base/core/java/android/util/ |
TimingLogger.java | 52 * logging the timings. 73 * @param tag the log tag to use while logging the timings 85 * @param tag the log tag to use while logging the timings
|
/frameworks/webview/chromium/tools/ |
merge_common.py | 17 import logging namespace 150 logging.info('Keeping ours for the following locally deleted files.\n %s', 162 logging.info('Adding theirs for the following locally deleted files.\n %s',
|
/frameworks/wilhelm/src/ |
Android.mk | 44 # enable API logging; details are set separately by SL_TRACE_DEFAULT below 46 # or -UUSE_TRACE to disable API logging 58 # or -DUSE_LOG=SLAndroidLogLevel_Verbose for verbose logging
|
/libcore/luni/src/main/java/java/util/logging/ |
FileHandler.java | 18 package java.util.logging; 32 * A {@code FileHandler} writes logging records into a specified file or a 50 * <li>java.util.logging.FileHandler.append specifies whether this 53 * <li>java.util.logging.FileHandler.count specifies how many output files to 55 * <li>java.util.logging.FileHandler.filter specifies the {@code Filter} class 57 * <li>java.util.logging.FileHandler.formatter specifies the {@code Formatter} 58 * class, defaults to {@code java.util.logging.XMLFormatter}.</li> 59 * <li>java.util.logging.FileHandler.encoding specifies the character set 61 * <li>java.util.logging.FileHandler.level specifies the level for this 63 * <li>java.util.logging.FileHandler.limit specifies the maximum number o [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_main.py | 4 import logging namespace 35 # Clean up logging configuration down by main. 36 del logging.root.handlers[:]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_main.py | 4 import logging namespace 35 # Clean up logging configuration down by main. 36 del logging.root.handlers[:]
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.pom | 51 <groupId>commons-logging</groupId> 52 <artifactId>commons-logging</artifactId> 53 <version>${commons-logging.version}</version>
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/ |
httpmime-4.1.pom | 51 <groupId>commons-logging</groupId> 52 <artifactId>commons-logging</artifactId> 53 <version>${commons-logging.version}</version>
|
/external/chromium/googleurl/base/ |
logging.cc | 36 #include "base/logging.h" 38 namespace logging { namespace 78 // Called by logging functions to ensure that debug_file is initialized 135 // ignore file options if logging is only to system 364 } // namespace logging
|
/external/chromium_org/chrome/tools/build/win/ |
resedit.py | 12 import logging namespace 22 _LOGGER = logging.getLogger(__name__) 262 help='Enable verbose logging.') 298 logging.basicConfig(level=logging.INFO)
|
/external/chromium_org/chrome/tools/ |
webforms_extractor.py | 33 import logging namespace 51 logger = logging.getLogger(__name__) 143 console = logging.StreamHandler() 144 console.setLevel(logging.DEBUG) 247 options.log_level = getattr(logging, options.log_level)
|