HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 251 - 275 of 977) sorted by null

<<11121314151617181920>>

  /external/emma/core/java12/com/vladium/emma/
Processor.java 13 import com.vladium.logging.Logger;
110 protected String m_appName; // used as logging prefix, can be null
  /external/guava/src/com/google/common/base/internal/
Finalizer.java 25 import java.util.logging.Level;
26 import java.util.logging.Logger;
  /external/guava/src/com/google/common/util/concurrent/
ExecutionList.java 24 import java.util.logging.Level;
25 import java.util.logging.Logger;
  /external/opencore/engines/2way/pvlogger/src/
pv_logger_impl.cpp 96 if (NULL == lnFdIndx && ((ibuffer + offset) < lastValidBffrAddr)) //If \r\n is skipped after the last logging str in ini file
130 //Add the config element for complete logging fo all the modules
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 70 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
80 logging.info("TriggerClip() eventID: %d" % eventID)
  /external/srec/srec/Grammar/include/
SR_Grammar.h 127 * if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to the grammar
137 * @return ESR_INVALID_ARGUMENT if self is null; ESR_INVALID_STATE if resetting the slots or OSI logging fails
150 * if the vocabulary is missing, if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to
250 * @return ESR_INVALID_ARGUMENT if self is null, ESR_INVALID_STATE if OSI logging fails
334 * if the vocabulary is missing, if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to
345 * OSI logging fails
357 * vocabulary is missing, if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to the
429 * @return ESR_INVALID_ARGUMENT if self is null, ESR_INVALID_STATE if OSI logging fails
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
text_diff.py 37 import logging namespace
66 logging.debug('Using %s' % expected_filename)
  /frameworks/base/core/java/android/os/
Looper.java 141 * Control logging of messages as they are processed by this Looper. If
147 * null to disable message logging.
  /frameworks/base/core/java/com/android/internal/http/multipart/
StringPart.java 37 import org.apache.commons.logging.Log;
38 import org.apache.commons.logging.LogFactory;
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 37 import java.util.logging.Logger;
104 Logger.global.severe("This has logging Level.SEVERE, should become ERROR");
105 Logger.global.warning("This has logging Level.WARNING, should become WARN");
106 Logger.global.info("This has logging Level.INFO, should become INFO");
107 Logger.global.config("This has logging Level.CONFIG, should become DEBUG");
108 Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
109 Logger.global.finer("This has logging Level.FINER, should become VERBOSE");
110 Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h 31 - logging into a buffer (default behavior)
36 the log file. Currently, we do not allow logging a replayed session.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 122 perf->uMode |= PERF_Mode_Log; /* we are logging */
155 perf->uMode &= ~PERF_Mode_Log; /* delete logging flag */
  /packages/apps/Email/src/com/android/email/mail/
Transport.java 30 * (dealing with sockets & streams, SSL, logging, and so forth), and provides a seam just below
150 * please pass a replacement string here (for logging). Most callers simply pass null,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 30 import java.util.logging.Level;
31 import java.util.logging.Logger;
  /cts/tools/test-progress/etc/
test-progress 76 ${INPUT}/dalvik/libcore/logging/src/main/java:\
109 ${INPUT}/dalvik/libcore/logging/src/test/java:\
119 org.apache.harmony.logging.tests.java.util.logging \
193 java.util.logging \
  /dalvik/libcore/sql/src/main/java/java/sql/
DriverManager.java 45 * Facilities for logging. The Print Stream is deprecated but is maintained
314 * @return the {@code PrintStream} used for logging activities.
385 * Sets the print stream to use for logging data from the {@code
390 * the {@code PrintStream} to use for logging.
411 * Method which checks to see if setting a logging stream is allowed by the
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 18 package org.apache.commons.logging.impl;
44 * to call {@link org.apache.commons.logging.LogFactory#release(ClassLoader) LogFactory.release(ClassLoader)}.
47 * <p><code>org.apache.commons.logging.LogFactory</code> checks whether this class
72 * bundles commons-logging by default. However, holding the classloader
94 * Such a situation occurs when the commons-logging.jar is
  /system/core/include/cutils/
log.h 18 // C/C++ logging functions. See the logging documentation for API details.
64 * logging macros. You can change this preprocessor definition
355 * Conditional given a desired logging priority and tag.
365 * Event logging.
  /external/emma/core/java12/com/vladium/logging/
Logger.java 9 package com.vladium.logging;
28 * A simple Java version-independent logging framework. Each Logger is also
30 * logging verbosity level etc. In general, a Logger is looked up as an
32 * logging configurations in a way that seems difficult with log4j.<P>
36 * threads that are guaranteed to share the same logging context). [This is
123 * A quick method to determine if logging is enabled at a given level.
125 * log() or convenience logging methods directly incurs significant
  /external/libxml2/
xmlmemory.c 155 * a malloc() equivalent, with logging of the allocation info.
223 * a malloc() equivalent, with logging of the allocation info.
288 * a malloc() equivalent, with logging of the allocation info.
306 * a realloc() equivalent, with logging of the allocation info.
387 * a realloc() equivalent, with logging of the allocation info.
474 * a strdup() equivalent, with logging of the allocation info.
535 * a strdup() equivalent, with logging of the allocation info.
  /external/opencore/engines/2way/include/
pv_2way_interface.h 337 * Allows a logging appender to be attached at some point in the
342 * A logging appender is responsible for actually writing the log message
361 * Allows a logging appender to be removed from the logger tree at the
379 * Allows the logging level to be set for the logging node specified by the
403 * Allows the logging level to be queried for a particular logging tag.
  /external/opencore/engines/author/include/
pvauthorengineinterface.h 80 * Allows a logging appender to be attached at some point in the
85 * A logging appender is responsible for actually writing the log message
101 * Allows a logging appender to be removed from the logger tree at the
119 * Allows the logging level to be set for the logging node specified by the
140 * Allows the logging level to be queried for a particular logging tag.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java 27 import java.util.logging.Level;
43 static final java.util.logging.Logger logger
44 = java.util.logging.Logger.getLogger(
  /external/bluetooth/glib/docs/reference/glib/tmpl/
messages.sgml 2 Message Logging
5 versatile support for logging messages with different levels of importance
9 These functions provide support for logging error messages or messages
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_outport.h 154 /* bitstream logging */
204 /* bitstream logging */
326 /* bitstream logging */

Completed in 343 milliseconds

<<11121314151617181920>>