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

<<11121314151617181920>>

  /external/sonivox/jet_tools/JetCreator/
eas.py 5 import logging namespace
138 eas_logger = logging.getLogger('EAS')
206 # map EAS severity levels to the Python logging module
207 severity_mapping = (logging.CRITICAL, logging.CRITICAL, logging.ERROR, logging.WARNING, logging.INFO, logging.DEBUG)
572 # setup the logging function
    [all...]
JetCreator.py     [all...]
  /external/dropbear/
loginrec.c 199 * 0 on failure (will use OpenSSH's logging facilities for diagnostics)
215 * 0 on failure (will use OpenSSH's logging facilities for diagnostics)
529 /* If we're logging out, leave all other fields blank */
534 * These fields are only used when logging in, and are blank
616 * These fields are only used when logging in, and are blank
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
adb.jd 24 <li><a href="#logcat">Enabling logcat Logging</a></li>
60 <dt><a href="#logcat">Enabling logcat Logging</a> </dt>
476 <td>Enables radio logging and prints output to the screen. </td>
500 <h2>Enabling logcat Logging</h2>
502 <p>The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which then can be viewed and filtered by the <code>logcat</code> command.</p>
602 <p>The Android logging system keeps multiple circular buffers for log messages, and not all of the log messages are sent to the default circular buffer. To see additional log messages, you can start <code>logcat</code> with the <code>-b</code> option, to request viewing of an alternate circular buffer. You can view any of these alternate buffers: </p>
traceview.jd 36 class in your code and call its methods to start and stop logging of trace information
246 <dd>Traceview logging does not handle threads well, resulting in these two problems:
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestRunner.java 20 import java.util.logging.Level;
21 import java.util.logging.Logger;
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 41 import java.util.logging.Level;
42 import java.util.logging.Logger;
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 66 test_logging(); // android logging
218 // LOGGING TESTS
  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 48 import java.util.logging.Logger;
49 import java.util.logging.Level;
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 38 import org.apache.commons.logging.Log;
39 import org.apache.commons.logging.LogFactory;
  /external/e2fsprogs/ext2ed/
main.c 59 int LogChanges=1; /* 1 enables logging, 0 diables logging */
  /external/icu4c/common/unicode/
utrace.h 16 * Definitions for ICU tracing/logging.
28 * \brief C API: Definitions for ICU tracing/logging.
  /external/opencore/doc/oscl_html/
oscl__file__io_8h-source.html 141 00395 <span class="comment">//For Logging</span>
172 00426 <span class="comment">// stats and logging.</span>
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
mac.py 33 import logging namespace
279 logging.warn("This port does not yet support pixel tests.")
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 38 import org.apache.commons.logging.Log;
39 import org.apache.commons.logging.LogFactory;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/src/
loc_api_rpc_glue.c 65 /* Logging */
69 /* Comment this out to enable logging */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h 62 This translates each instrumentation directly into a logging call. It is
165 /* private PERF structure for logging */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 91 // Used to record part of that state for logging purposes.
281 * @param swipe whether this voice input was started by swipe, for logging purposes
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppSM.c 121 /* state descriptions, for state machine logging */
130 /* event descriptions, for state machine logging */
ScanCncnOidSM.c 100 /* state descriptions, for state machine logging */
108 /* event descriptions, for state machine logging */
ScanCncnRoamingContSM.c 139 /* state descriptions, for state machine logging */
149 /* event descriptions, for state machine logging */
ScanCncnRoamingImmedSM.c 141 /* state descriptions, for state machine logging */
151 /* event descriptions, for state machine logging */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrvSM.c 152 /* state descriptions, for state machine logging */
162 /* event descriptions, for state machine logging */
  /dalvik/docs/
libraries.html 111 <li>java.util.logging</li>
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 19 import java.util.logging.Logger;

Completed in 96 milliseconds

<<11121314151617181920>>