HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 726 - 750 of 1200) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 386 logger_->Log(logging::LOG_INFO, "Push notification is %s", status);
449 logger_->Log(logging::LOG_INFO, "Drive mount point is added");
469 logger_->Log(logging::LOG_INFO, "Drive mount point is removed");
545 logger_->Log(logging::LOG_INFO, "Push notification is %s", status);
  /external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.cc 98 if (logging::DialogsAreSuppressed()) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider.py 5 import logging namespace
188 except: logging.error('%s: %s' % (label, traceback.format_exc()))
  /external/chromium_org/chrome/installer/util/
delete_reg_value_work_item_unittest.cc 35 logging::CloseLogFile();
  /external/chromium_org/crypto/
p224_spake.cc 10 #include <base/logging.h>
  /external/chromium_org/extensions/renderer/resources/
utils.js 8 var CHECK = requireNative('logging').CHECK;
9 var WARNING = requireNative('logging').WARNING;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 32 import logging namespace
59 _log = logging.getLogger(__name__)
83 logging=False):
92 self._logging = logging
  /external/chromium_org/tools/
safely-roll-deps.py 11 import logging namespace
84 logging.basicConfig(
86 [logging.WARNING, logging.INFO, logging.DEBUG][
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 13 import com.vladium.logging.Logger;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
PerCollectionSizeTestSuiteBuilder.java 30 import java.util.logging.Logger;
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java 9 import java.util.logging.Logger;
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
ChainedData.java 22 import java.util.logging.Logger;
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
PhonePrefixMap.java 30 import java.util.logging.Logger;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
MediaDataBox.java 34 import java.util.logging.Logger;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 32 import java.util.logging.Logger;
FullContainerBox.java 31 import java.util.logging.Logger;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
AbstractManifestWriter.java 13 import java.util.logging.Logger;
  /libcore/luni/src/main/java/java/util/logging/
Handler.java 18 package java.util.logging;
24 * A {@code Handler} object accepts a logging request and exports the desired
26 * disabled by setting its logging level to {@code Level.OFF}.
32 // the error manager to report errors during logging
38 // the logging level
52 * {@code ErrorManager}, the default encoding, and the default logging
163 * Accepts a logging request and sends it to the the target.
182 * logging.
201 * Gets the formatter used by this handler to format the logging messages.
210 * Gets the logging level of this handler, records with levels lower tha
    [all...]
Level.java 18 package java.util.logging;
32 * {@code Level} objects are used to indicate the level of logging. There are a
33 * set of predefined logging levels, each associated with an integer value.
34 * Enabling a certain logging level also enables all logging levels with larger
39 * ALL and OFF. ALL indicates logging all messages, and OFF indicates logging no
49 * The OFF level provides no logging messages.
89 * The ALL level provides all logging messages.
LogRecord.java 18 package java.util.logging;
28 * A {@code LogRecord} object represents a logging request. It is passed between
29 * the logging framework and individual logging handlers. Client applications
31 * logging framework.
62 * The logging level.
76 * The name of the class that issued the logging call.
83 * The name of the method that issued the logging call.
97 * The ID of the thread that issued the logging call.
141 * Constructs a {@code LogRecord} object using the supplied the logging
    [all...]
StreamHandler.java 18 package java.util.logging;
33 * <li>java.util.logging.StreamHandler.encoding specifies the encoding this
36 * <li>java.util.logging.StreamHandler.filter specifies the name of the filter
39 * <li>java.util.logging.StreamHandler.formatter specifies the name of the
41 * {@code java.util.logging.SimpleFormatter}.
42 * <li>java.util.logging.StreamHandler.level specifies the logging level.
64 initProperties("INFO", null, "java.util.logging.SimpleFormatter", null);
267 * Accepts a logging request. The log record is formatted and written to the
270 * <li>the supplied log record has at least the required logging level
    [all...]
XMLFormatter.java 18 package java.util.logging;
26 * specified in Appendix A to the Java Logging APIs specification is used.
  /packages/apps/Camera2/src/com/android/camera/ui/
MainActivityLayout.java 35 import com.google.common.logging.eventprotos;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
wanrouter.h 138 unsigned char logging; /* Control connection logging */ member in struct:wan_x25_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h 138 unsigned char logging; /* Control connection logging */ member in struct:wan_x25_conf

Completed in 1428 milliseconds

<<21222324252627282930>>