Searched refs:logging (Results 1 - 25 of 955) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/host/
H A Dlogging_posix.cc5 #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);
H A Dlogging_win.cc5 #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);
/external/chromium_org/mojo/shell/
H A Dinit.cc7 #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/third_party/WebKit/Tools/Scripts/
H A Drun-perf-tests32 import logging namespace
38 logging.basicConfig(level=logging.INFO, format="%(message)s")
H A Drun-inspector-perf-tests32 import logging namespace
37 _log = logging.getLogger(__name__)
40 logging.basicConfig(level=logging.INFO, format='%(message)s')
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degllog.c57 } logging = { variable in typeref:struct:__anon13696
78 * Recursive logging is not allowed.
85 _eglLockMutex(&logging.mutex);
87 if (logging.logger != logger) {
88 logging.logger = logger;
90 num_messages = logging.num_messages;
91 logging.num_messages = 0;
94 _eglUnlockMutex(&logging.mutex);
114 _eglLockMutex(&logging.mutex);
115 logging
[all...]
/external/mesa3d/src/egl/main/
H A Degllog.c57 } logging = { variable in typeref:struct:__anon27107
78 * Recursive logging is not allowed.
85 _eglLockMutex(&logging.mutex);
87 if (logging.logger != logger) {
88 logging.logger = logger;
90 num_messages = logging.num_messages;
91 logging.num_messages = 0;
94 _eglUnlockMutex(&logging.mutex);
114 _eglLockMutex(&logging.mutex);
115 logging
[all...]
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dlogging.h8 #include "base/logging.h"
12 using logging::LogMessage;
/external/chromium_org/build/android/pylib/utils/
H A Drun_tests_helper.py7 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
[all...]
H A Dreport_results.py7 import logging namespace
27 logging.info('Writing results to %s.' % full_file_name)
29 logging.info('Writing results to %s.' % full_file_name)
39 logging.info('Upload results for test type "%s", test package "%s" to %s' %
44 logging.warning('Invalid test type.')
61 logging.error(e)
85 logging.critical('*' * 80)
86 logging.critical('Detailed Logs')
87 logging.critical('*' * 80)
89 logging
[all...]
/external/chromium_org/mojo/environment/
H A Ddefault_logger_impl.cc7 #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
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLevelTestResource.java18 package org.apache.harmony.logging.tests.java.util.logging;
H A DFilterTest.java18 package org.apache.harmony.logging.tests.java.util.logging;
20 import java.util.logging.Filter;
21 import java.util.logging.LogRecord;
/external/chromium_org/chrome/test/chromeos/utilities/
H A Dvm_setup_state.py6 import logging namespace
24 logging.info('WebDriver is listening on port %d.'
26 logging.info('Machine prepared for VM snapshot.')
/external/chromium_org/skia/ext/
H A Dgoogle_logging.cc5 // 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/memory_inspector/
H A Dstart_web_ui6 import logging namespace
14 logging.getLogger().setLevel(logging.WARNING)
/external/markdown/bin/
H A Dmarkdown32 import logging namespace
37 logger = logging.getLogger('MARKDOWN')
39 logger.addHandler(logging.StreamHandler())
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Duninstall.py6 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/tools/telemetry/telemetry/core/platform/
H A Dios_platform_backend.py5 import logging namespace
16 logging.warn('Not implemented')
21 logging.warn('Not implemented')
25 logging.warn('Not implemented')
29 logging.warn('Not implemented')
33 logging.warn('Not implemented')
37 logging.warn('Not implemented')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dcli_wrapper.py31 import logging namespace
36 _log = logging.getLogger(__name__)
48 logging.basicConfig()
49 logger = logging.getLogger()
50 logger.setLevel(logging.DEBUG if options.verbose else logging.INFO)
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_dll.cc9 #include "base/logging.h"
25 logging::LoggingSettings settings;
26 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
27 logging::InitLogging(settings);
/external/chromium_org/tools/python/google/
H A Dlogging_utils.py5 ''' 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
[all...]
/external/apache-harmony/logging/src/test/java-internal/java/util/logging/
H A DLoggerExtension.java18 package java.util.logging;
23 * Example of a type injected into logging to access package private members.
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcustom_logger.py5 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/content/shell/tools/
H A Dcontent_shell_crash_service.cc12 #include "base/logging.h"
23 logging::LoggingSettings settings;
24 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
25 logging::InitLogging(settings);
27 logging::SetLogItems(true, true, true, false);

Completed in 7779 milliseconds

1234567891011>>