HomeSort by relevance Sort by last modified time
    Searched defs:LOG_DEBUG (Results 1 - 25 of 33) sorted by null

1 2

  /system/bt/osi/include/
log.h 27 /* syslog didn't work well here since we would be redefining LOG_DEBUG. */
34 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__)
65 #define LOG_DEBUG(tag, fmt, args...) \
67 (true) ? ALOG(LOG_DEBUG, tag, fmt, ##args) \
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingListener.java 27 LOG_DEBUG,
  /external/syslinux/core/lwip/src/netif/ppp/
pppdebug.h 46 #define LOG_DEBUG (PPP_DEBUG)
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
Log.java 28 private static final boolean LOG_DEBUG = android.util.Log.isLoggable("dEQP", android.util.Log.DEBUG);
34 if (LOG_DEBUG)
  /frameworks/av/drm/libdrmframework/plugins/common/util/src/
MimeTypeUtil.cpp 27 #define LOG_DEBUG(...) ALOGD(__VA_ARGS__)
29 #define LOG_DEBUG(...)
161 LOG_DEBUG("convertMimeType got mimetype %s, converted into mimetype %s",
  /bionic/libc/include/
syslog.h 46 #define LOG_DEBUG 7 /* DEBUG */
  /external/vulkan-validation-layers/demos/smoke/
Shell.h 70 LOG_DEBUG,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 58 #define LOG_DEBUG 7 /* debug-level messages */
78 { "debug", LOG_DEBUG },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 58 #define LOG_DEBUG 7 /* debug-level messages */
78 { "debug", LOG_DEBUG },
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 41 LOG_DEBUG
119 if priority < 0 || priority > LOG_LOCAL7|LOG_DEBUG {
240 // Debug logs a message with severity LOG_DEBUG, ignoring the severity
243 _, err := w.writeAndRetry(LOG_DEBUG, m)
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 41 LOG_DEBUG
119 if priority < 0 || priority > LOG_LOCAL7|LOG_DEBUG {
240 // Debug logs a message with severity LOG_DEBUG, ignoring the severity
243 _, err := w.writeAndRetry(LOG_DEBUG, m)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 635 LOG_DEBUG = 7 # debug-level messages
665 "debug": LOG_DEBUG,
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py 663 LOG_DEBUG = 7 # debug-level messages
693 "debug": LOG_DEBUG,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 662 LOG_DEBUG = 7 # debug-level messages
692 "debug": LOG_DEBUG,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 662 LOG_DEBUG = 7 # debug-level messages
692 "debug": LOG_DEBUG,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 662 LOG_DEBUG = 7 # debug-level messages
692 "debug": LOG_DEBUG,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 662 LOG_DEBUG = 7 # debug-level messages
692 "debug": LOG_DEBUG,
    [all...]
  /device/google/contexthub/firmware/os/inc/
seos.h 305 LOG_DEBUG = 'D',
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 90 #define LOG_DEBUG 7 /* debug-level messages */
  /external/python/cpython3/Lib/logging/
handlers.py 720 LOG_DEBUG = 7 # debug-level messages
750 "debug": LOG_DEBUG,
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 48 #define LOG_DEBUG(format, args ... ) LOG( DEBUG, format, ## args)
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 82 private static final boolean LOG_DEBUG = false;
110 if (LOG_DEBUG) {
129 if (LOG_DEBUG) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 915 milliseconds

1 2