HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 101 - 125 of 9848) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FilterTest.java 18 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/browser/drive/
event_logger.cc 7 #include "base/logging.h"
13 int id, logging::LogSeverity severity, const std::string& what)
28 void EventLogger::LogRawString(logging::LogSeverity severity,
37 void EventLogger::Log(logging::LogSeverity severity, const char* format, ...) {
event_logger_unittest.cc 16 logger.Log(logging::LOG_INFO, "first");
17 logger.Log(logging::LOG_INFO, "%dnd", 2);
18 logger.Log(logging::LOG_INFO, "third");
30 logger.Log(logging::LOG_INFO, "fourth");
  /external/chromium_org/chrome/browser/resources/net_internals/
capture_view.html 16 <input id=capture-view-byte-logging-checkbox type=checkbox>
17 <label for='capture-view-byte-logging-checkbox'>
20 <span id=capture-view-byte-logging-help-hover class=mouse-over-help-hover>(?)</span>
21 <div id=capture-view-byte-logging-help class=mouse-over-help>
  /external/chromium_org/chrome/browser/ui/android/
status_tray_android.cc 7 #include "base/logging.h"
  /external/chromium_org/chrome/browser/ui/views/
stubs_aura.cc 5 #include "base/logging.h"
  /external/chromium_org/chromecast/media/cma/base/
cma_logging.h 8 #include "base/logging.h"
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_android.cc 5 #include "base/logging.h"
  /external/chromium_org/extensions/common/api/cast_channel/
BUILD.gn 11 "logging.proto",
  /external/chromium_org/gpu/config/
gpu_info_collector_ozone.cc 5 #include "base/logging.h"
  /external/chromium_org/media/base/
data_source.cc 7 #include "base/logging.h"
  /external/chromium_org/media/cast/net/
DEPS 7 "+media/cast/logging",
  /external/chromium_org/media/formats/mp4/
rcheck.h 8 #include "base/logging.h"
  /external/chromium_org/net/test/
scoped_mock_log.cc 7 #include "base/logging.h"
32 previous_handler_ = logging::GetLogMessageHandler();
33 logging::SetLogMessageHandler(LogMessageHandler);
44 logging::SetLogMessageHandler(previous_handler_);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_logging.h 10 #include "base/logging.h"
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
ios_browser_backend.py 7 import logging namespace
43 logging.error('Unexpected url format: %s' % url)
59 logging.debug('No iOS devices found. Will not try searching for iOS '
63 logging.debug('Error communicating with iOS device.')
64 logging.debug(str(e))
83 logging.debug('Error communicating with iOS device.')
84 logging.debug(e)
91 logging.debug('Timeout retrieving data from iOS device')
92 logging.debug(e)
123 logging.warn('Not implemented'
    [all...]
  /external/chromium_org/ui/aura/
input_state_lookup.cc 7 #include "base/logging.h"
  /external/chromium_org/ui/base/cursor/
cursor_android.cc 7 #include "base/logging.h"
  /external/chromium_org/ui/file_manager/
file_manager_resource_util.cc 7 #include "base/logging.h"
  /external/chromium_org/ui/gfx/
screen_aura.cc 7 #include "base/logging.h"
  /external/clang/test/Driver/
cc-print-options.c 6 // CHECK: [Logging clang options]{{.*}}clang{{.*}}"-S"
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 21 public class Logging {
25 * Set this to 'true' to enable as much Email logging as possible.
30 * If this is enabled then logging that normally hides sensitive information
36 * If true, logging regarding UI (such as activity/fragment lifecycle) will be enabled.
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
m2.conf 8 load ${maven.home}/conf/logging
  /external/chromium_org/base/
vlog.h 15 namespace logging { namespace
22 // |v_switch| gives the default maximal active V-logging level; 0 is
23 // the default. Normally positive values are used for V-logging
26 // |vmodule_switch| gives the per-module maximal V-logging levels to
28 // E.g. "my_module=2,foo*=3" would change the logging level for all
38 // "*/foo/bar/*=2" would change the logging level for all code in
75 } // namespace logging
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 18 package java.util.logging;
27 * <li>java.util.logging.ConsoleHandler.level specifies the logging level,
30 * <li>java.util.logging.ConsoleHandler.filter specifies the name of the filter
33 * <li>java.util.logging.ConsoleHandler.formatter specifies the name of the
35 * {@code java.util.logging.SimpleFormatter} if this property is not found or
37 * <li>java.util.logging.ConsoleHandler.encoding specifies the encoding this

Completed in 1059 milliseconds

1 2 3 45 6 7 8 91011>>