HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 776 - 800 of 9342) sorted by null

<<31323334353637383940>>

  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
LogNode.java 19 * Basic interface for a logging system that can output to one or more targets.
34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
LogNode.java 19 * Basic interface for a logging system that can output to one or more targets.
34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
LogNode.java 19 * Basic interface for a logging system that can output to one or more targets.
34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
LogNode.java 19 * Basic interface for a logging system that can output to one or more targets.
34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
LogNode.java 19 * Basic interface for a logging system that can output to one or more targets.
34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h 31 public IPC::Logging::Consumer,
55 // IPC::Logging::Consumer implementation.
  /external/chromium/googleurl/build/
base.vcproj 129 RelativePath="..\base\logging.cc"
133 RelativePath="..\base\logging.h"
  /external/chromium/net/tools/flip_server/
flip_config.h 14 #include "base/logging.h"
89 enum logging::LoggingDestination log_destination_;
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 31 #include "talk/base/logging.h"
275 LoggingAdapter* logging = recycle_bin_.front(); local
277 logging->set_label(ss.str());
278 logging->Attach(stream);
279 return logging;
285 LoggingAdapter* logging = static_cast<LoggingAdapter*>(stream); local
286 pool_->ReturnConnectedStream(logging->Detach());
287 recycle_bin_.push_back(logging);
  /external/chromium_org/base/test/
test_suite.cc 18 #include "base/logging.h"
266 // Initialize logging.
270 logging::LoggingSettings settings;
271 settings.logging_dest = logging::LOG_TO_ALL;
273 settings.delete_old = logging::DELETE_OLD_LOG_FILE;
274 logging::InitLogging(settings);
277 logging::SetLogItems(true, true, true, true);
292 logging::SetLogAssertHandler(UnitTestAssertHandler);
  /external/chromium_org/build/android/pylib/base/
base_test_runner.py 9 import logging namespace
88 logging.warning('Pushing data files to device.')
91 logging.warning(
94 logging.warning(
98 logging.warning('Skipping pushing data to device.')
118 logging.info('http server started: http://localhost:%s',
121 logging.critical('Failed to start http server')
203 logging.error(';'.join(error_msgs))
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 12 #include "chrome/browser/chromeos/drive/logging.h"
67 drive::util::Log(logging::LOG_INFO, "%s succeeded.", name().c_str());
86 drive::util::Log(logging::LOG_INFO, "%s succeeded.", name().c_str());
215 drive::util::Log(logging::LOG_INFO,
219 drive::util::Log(logging::LOG_ERROR,
247 drive::util::Log(logging::LOG_ERROR,
273 drive::util::Log(logging::LOG_INFO,
278 drive::util::Log(logging::LOG_ERROR,
  /external/chromium_org/chrome/browser/
logging_chrome_unittest.cc 39 base::FilePath filename = logging::GetLogFileName();
50 base::FilePath filename = logging::GetLogFileName();
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_eula.css 21 #logging {
28 #logging div {
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.h 30 public IPC::Logging::Consumer {
52 // IPC::Logging::Consumer implementation.
  /external/chromium_org/chrome/installer/util/
logging_installer.h 46 // Call to initialize logging for Chrome installer.
49 // Call when done using logging for Chrome installer.
  /external/chromium_org/chrome/renderer/extensions/
api_activity_logger.h 34 // arg3 - any extra logging info as a string (optional)
41 // arg3 - any extra logging info as a string (optional)
  /external/chromium_org/chrome/renderer/media/
chrome_webrtc_log_message_delegate_unittest.cc 26 // Start logging on the IO loop.
37 // Stop logging on IO loop.
webrtc_logging_message_filter.h 16 // Filter for WebRTC logging messages. Sits between
37 // Owned by this class. The only other pointer to it is in libjingle's logging
  /external/chromium_org/chrome/renderer/resources/extensions/
utils.js 6 var CHECK = requireNative('logging').CHECK;
7 var WARNING = requireNative('logging').WARNING;
  /external/chromium_org/chrome/test/functional/ap_lab/
linksys_ap_configurator.py 5 import logging namespace
51 logging.exception('Invalid page number passed. Number of pages %d, '
62 logging.exception('Unable to locate the save button.\nWebDriver'
73 logging.exception('Unable to location the continue button, save probably'
92 logging.exception('The mode selected %d is not supported by router %s.',
150 logging.info('This router %s does not support WEP authentication type: %s',
156 logging.exception('Unable to find the security mode pop up.\nWebDriver '
174 logging.exception('Unable to find the security mode pop up. WebDriver '
  /external/chromium_org/content/browser/android/
tracing_controller_android.cc 10 #include "base/logging.h"
42 LOG(WARNING) << "Logging performance trace to file: " << file_path_.value();
  /external/chromium_org/content/shell/browser/
shell_net_log.cc 42 // Much like logging.h, bypass threading restrictions by using fopen
57 << " for net logging";
  /external/chromium_org/media/cast/logging/
logging_defines.cc 5 #include "media/cast/logging/logging_defines.h"
7 #include "base/logging.h"
  /external/chromium_org/net/tools/flip_server/
flip_config.h 13 #include "base/logging.h"
88 enum logging::LoggingDestination log_destination_;

Completed in 1573 milliseconds

<<31323334353637383940>>