/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)
|
/external/chromium_org/content/app/android/ |
library_loader_hooks.cc | 16 #include "base/logging.h" 96 logging::LoggingSettings settings; 97 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 98 logging::InitLogging(settings); 100 logging::SetLogItems(false, // Process ID 104 VLOG(0) << "Chromium logging enabled: level = " << logging::GetMinLogLevel() 105 << ", default verbosity = " << logging::GetVlogVerbosity();
|
/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/logging/ |
logging_defines.cc | 5 #include "media/cast/logging/logging_defines.h" 7 #include "base/logging.h"
|
simple_event_subscriber.cc | 5 #include "media/cast/logging/simple_event_subscriber.h" 9 #include "base/logging.h"
|
/external/chromium_org/media/cast/test/ |
fake_receiver_time_offset_estimator.h | 10 #include "media/cast/logging/logging_defines.h" 11 #include "media/cast/logging/receiver_time_offset_estimator.h"
|
/external/chromium_org/net/test/ |
scoped_disable_exit_on_dfatal.h | 8 #include "base/logging.h" 29 // Static function which is set as the logging assert handler.
|
/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/clang/rewrite_scoped_refptr/tests/ |
logging-checks-expected.cc | 5 #include "base/logging.h" 12 // Rewriting the logging macros is a bit tricky. The CHECK_OP macros actually
|
logging-checks-original.cc | 5 #include "base/logging.h" 12 // Rewriting the logging macros is a bit tricky. The CHECK_OP macros actually
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
buckets.py | 5 import logging namespace 11 LOGGER = logging.getLogger('dmprof')
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/ |
ippet_power_monitor_unittest.py | 5 import logging namespace 24 logging.warning('Test not supported on this platform.')
|
msr_power_monitor_unittest.py | 5 import logging namespace 20 logging.warning('Test not supported on this platform.')
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
android_prebuilt_profiler_helper.py | 7 import logging namespace 24 logging.error('Profiler binary "%s" not found. Could not be installed',
|
/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 70 // ----------------------------------------------------- Logging Properties 74 * <p> Is debug logging currently enabled? </p [all...] |
/external/chromium_org/base/third_party/symbolize/ |
BUILD.gn | 11 "glog/logging.h",
|
/external/chromium_org/base/threading/ |
non_thread_safe_impl.cc | 7 #include "base/logging.h"
|
/external/chromium_org/cc/resources/ |
resource_format.h | 8 #include "base/logging.h"
|
/external/chromium_org/chrome/browser/android/ |
activity_type_ids.cc | 7 #include "base/logging.h"
|
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/ |
easy_unlock_metrics.cc | 7 #include "base/logging.h"
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
gaia_screen.cc | 7 #include "base/logging.h"
|
/external/chromium_org/chrome/browser/local_discovery/ |
privetv3_setup_operation.cc | 7 #include "base/logging.h"
|