/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 29 import logging
namespace 536 logging.debug(segment.filename)
544 logging.debug(test_jet_file.config.filename)
575 __orig_getLogger = logging.getLogger
576 setattr(logging, 'getLogger', release_getLogger)
582 setattr(logging, 'getLogger', __orig_getLogger)
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
test_pv_frame_metadata_utility.cpp | 54 /* To change the logging settings without the need to compile the test application 55 Let us read the logging settings from the file instead of hard coding them over here 62 Entries after this will decide the module whose logging has to be taken.For example, contents of one sample config file could be 67 This means, we intend to have logging of level 1 for the module PVPlayerEngine 185 //Add the config element for complete logging fo all the modules 260 int8 iAppenderType; //Type of appender to be used for the logging 0-> Err Appender, 1-> File Appender [all...] |
/cts/tools/test-progress-new/etc/ |
test-progress | 92 $INPUT/dalvik/libcore/logging/src/main/java:\ 114 $INPUT/dalvik/libcore/logging/src/test/java:\ 137 org.apache.harmony.logging.tests.java.util.logging \ 214 java.util.logging \
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
PluginObject.cpp | 37 // Helper function which takes in the plugin window object for logging to the console object. 42 fprintf(stderr, "Failed to retrieve console object while logging: %s\n", message); 53 fprintf(stderr, "Failed to invoke console.log while logging: %s\n", message); 62 // Helper function which takes in the plugin window object for logging to the console object. This function supports variable 87 fprintf(stderr, "Failed to retrieve window object while logging: %s\n", message); [all...] |
/frameworks/base/docs/html/guide/developing/ |
debug-tasks.jd | 47 <p>{@link android.util.Log} is a logging 49 in real time if you run logcat on DDMS (covered next). Common logging methods include: 178 on the basic text logging functions:</p> 214 automatically be sent to logcat with the "WebCore" logging tag.</p> 258 data). However, you can enable radio logging using the following commands:
|
/external/emma/core/java12/com/vladium/util/ |
Property.java | 350 * Overrides Properties.keys () [this is used for debug logging only] 437 * Overrides Properties.keys () [this is used for debug logging only] 522 * Overrides Properties.keys () [this is used for debug logging only]
|
/external/opencore/doc/oscl_html/ |
oscl__socket__tuneables_8h.html | 76 Set this to 0 or 1 to enable/disable <a class="el" href="classPVLogger.html">PVLogger</a> output from PV socket server. Note that socket server logging will appear in a different file when running threaded mode of socket server. This is quite a bit of logging, so it should generally be disabled. </td> 98 Set this to 0 or 1 to enable/disable socket stats logging with "OsclSocketStats" node. This feature is fairly costly so should be off in production code. </td>
|
pvlogger_8h-source.html | 57 00103 <span class="comment">** PVLOGGER_INST_LEVEL 0 : No logging. All logging statements compiled out.</span> 67 00113 <span class="preprocessor"></span><span class="comment">/* Release mode-- No logging */</span> 70 00116 <span class="preprocessor"></span><span class="comment">/* Debug mode-- Complete logging */</span> 79 00125 <span class="comment">** Disable and compile-out all logging</span> 90 00136 <span class="comment">** Internal use macros that make the logging calls to PVLogger.</span> 152 00198 <span class="comment">** A set of logging macros that ignore the instrumentation level.</span> 163 00209 <span class="comment">** This set of macros compiles the logging statements in or out based on the instrumtation</span> [all...] |
/frameworks/base/core/java/android/util/ |
Log.java | 182 * INFO will be logged. Before you make any calls to a logging method you should check to see 186 * turn off all logging for your tag. You can also create a local.prop file that with the 281 * Low-level logging call.
|
/frameworks/base/docs/html/guide/publishing/ |
preparing.jd | 43 <li>Turn off logging and debugging and clean up data/files</li> 119 <h3 id="logging">4. Turn off logging and debugging and clean up data/files</h3>
|
/frameworks/base/ |
preloaded-classes | 637 com.android.internal.logging.AndroidHandler [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfoDB.java | 28 import java.util.logging.Logger; 235 java.util.logging.Logger.global.warning("IOException " + e3 +
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
ProcessManager.java | 31 import java.util.logging.Logger; 32 import java.util.logging.Level;
|
/external/apache-http/src/org/apache/http/impl/client/ |
ClientParamsStack.java | 35 import org.apache.commons.logging.Log; 36 import org.apache.commons.logging.LogFactory;
|
/external/apache-http/src/org/apache/http/impl/conn/ |
SingleClientConnManager.java | 37 import org.apache.commons.logging.Log; 38 import org.apache.commons.logging.LogFactory;
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 43 import org.apache.commons.logging.Log; 44 import org.apache.commons.logging.LogFactory;
|
RouteSpecificPool.java | 38 import org.apache.commons.logging.Log; 39 import org.apache.commons.logging.LogFactory;
|
ThreadSafeClientConnManager.java | 36 import org.apache.commons.logging.Log; 37 import org.apache.commons.logging.LogFactory;
|
/external/bluetooth/glib/ |
NEWS.pre-1-3 | 25 * g_log() mechanism for logging of messages at different log levels 160 * New g_log() mechanism for logging of messages at different log levels,
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-docs.sgml | 15 <!ENTITY glib-Message-Logging SYSTEM "xml/messages.xml"> 144 &glib-Message-Logging;
|
/external/dropbear/ |
svr-main.c | 93 /* In case our inetd was lax in logging source addresses */ 387 /* Now we can setup the hostkeys - needs to be after logging is on,
|
/external/guava/src/com/google/common/base/ |
FinalizableReferenceQueue.java | 26 import java.util.logging.Level; 27 import java.util.logging.Logger;
|
/external/guava/src/com/google/common/util/concurrent/ |
Executors.java | 119 // following code, but unfortunately the behavior of logging 121 // This is because the logging code installs a shutdown hook of its
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_stats.cpp | 269 //pv Server logging 270 LOGINFOMED((0, "OsclSocketStats(Serv=0x%x): Socket Server Logging %s"
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
FilePart.java | 39 import org.apache.commons.logging.Log; 40 import org.apache.commons.logging.LogFactory;
|