/external/ceres-solver/ |
README.google | 15 Replaced the implementation of logging.h with the google3 /mobile/base/logging.h
|
/external/chromium/chrome/browser/ui/cocoa/ |
about_ipc_dialog.h | 23 class AboutIPCBridge : public IPC::Logging::Consumer { 28 // IPC::Logging::Consumer implementation.
|
/external/chromium_org/apps/shell/ |
shell_main_delegate.cc | 10 #include "base/logging.h" 24 // TODO(jamescook): Initialize logging here.
|
/external/chromium_org/build/android/pylib/instrumentation/ |
setup.py | 7 import logging namespace 34 logging.error('No instrumentation tests to run with current args.')
|
/external/chromium_org/build/android/pylib/perf/ |
thermal_throttle.py | 5 import logging namespace 96 logging.warning('>>> Device %s thermally throttled', serial_number) 101 logging.warning('>>> Device %s thermally unthrottled', serial_number) 106 logging.info(u'Device %s thermally throttled at %3.1f%sC', 109 if logging.getLogger().isEnabledFor(logging.DEBUG): 113 logging.debug(u'Current SoC temperature of %s = %3.1f%sC', 121 logging.debug(u'Current battery temperature of %s = %3.1f%sC',
|
/external/chromium_org/build/android/pylib/uiautomator/ |
setup.py | 7 import logging namespace 29 logging.error('No uiautomator tests to run with current args.')
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
about_ipc_dialog.h | 22 class AboutIPCBridge : public IPC::Logging::Consumer { 27 // IPC::Logging::Consumer implementation.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
strings_data_source.py | 5 import logging namespace 28 logging.warning('String "%s" not found' % key)
|
template_data_source.py | 5 import logging namespace 28 logging.warning(traceback.format_exc())
|
/external/chromium_org/content/public/renderer/ |
webrtc_log_message_delegate.h | 15 // initializing the logging and passing log messages to the handler. The 17 // the ordinary logging stream) that will be used for diagnostic purposes.
|
/external/chromium_org/ipc/ |
ipc_logging.h | 20 // Logging function. |name| is a string in ASCII and |params| is a string in 36 class IPC_EXPORT Logging { 49 ~Logging(); 50 static Logging* GetInstance(); 61 // logging data to the browser process. 64 // Called in the browser process when logging data from a child process is 102 friend struct DefaultSingletonTraits<Logging>; 103 Logging();
|
/external/chromium_org/media/cast/ |
cast.gyp | 26 'logging/logging_defines.cc', 27 'logging/logging_defines.h', 28 'logging/logging_impl.cc', 29 'logging/logging_impl.h', 30 'logging/logging_raw.cc', 31 'logging/logging_raw.h', 32 'logging/logging_stats.cc', 33 'logging/logging_stats.h',
|
/external/chromium_org/net/tools/tld_cleanup/ |
tld_cleanup.cc | 32 #include "base/logging.h" 50 logging::LoggingDestination destination = logging::LOG_TO_FILE; 52 logging::LoggingDestination destination = 53 logging::LOG_TO_ALL; 61 logging::LoggingSettings settings; 64 settings.delete_old = logging::DELETE_OLD_LOG_FILE; 65 logging::InitLogging(settings);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/ |
__init__.py | 8 # logging configuration code. 10 # We do not execute any version-checking code or logging configuration
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
buckets.py | 5 import logging namespace 11 LOGGER = logging.getLogger('dmprof')
|
/external/apache-http/src/org/apache/commons/logging/ |
Log.java | 18 package org.apache.commons.logging; 21 * <p>A simple logging interface abstracting logging APIs. In order to be 26 * <p> The six logging levels used by <code>Log</code> are (in order): 36 * logging system is implementation dependent. 40 * <p>Performance is often a logging concern. 54 * <p>Configuration of the underlying logging system will generally be done 55 * external to the Logging APIs, through whatever mechanism is supported by 65 // ----------------------------------------------------- Logging Properties 69 * <p> Is debug logging currently enabled? </p [all...] |
/external/chromium/base/ |
bzip2_error_handler.cc | 7 #include "base/logging.h"
|
/external/chromium/base/threading/ |
non_thread_safe_impl.cc | 7 #include "base/logging.h"
|
/external/chromium/net/base/ |
crypto_module_openssl.cc | 5 #include "base/logging.h"
|
/external/chromium_org/base/threading/ |
non_thread_safe_impl.cc | 7 #include "base/logging.h"
|
/external/chromium_org/base/x11/ |
x11_error_tracker_gtk.cc | 9 #include "base/logging.h"
|
/external/chromium_org/cc/resources/ |
resource_format.h | 8 #include "base/logging.h"
|
/external/chromium_org/cc/test/ |
scheduler_test_common.cc | 7 #include "base/logging.h"
|
/external/chromium_org/chrome/browser/drive/ |
event_logger.h | 14 #include "base/logging.h" 30 Event(int id, logging::LogSeverity severity, const std::string& what); 32 logging::LogSeverity severity; // Severity of the event. 43 void Log(logging::LogSeverity severity, const std::string& what);
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_auth_util_openssl.cc | 7 #include "base/logging.h"
|