HomeSort by relevance Sort by last modified time
    Searched full:log_debug (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/valgrind/main/none/tests/
syslog.c 7 syslog(LOG_USER|LOG_DEBUG, "valgrind/none/tests/syslog: test message");
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
default_logger.cc 40 if (verbosity_level > LOG_DEBUG) {
41 cout << "VLOG" << (verbosity_level - LOG_DEBUG);
51 case LOG_DEBUG: cout << "DEBUG"; break;
logger.h 33 LOG_DEBUG,
59 // level that is higher than LOG_DEBUG.
74 set_level(LOG_DEBUG + verbose_logs_level);
default_logger.h 88 n += LOG_DEBUG;
  /external/iputils/ninfod/
ninfod.h 90 if (opt_v || pri != LOG_DEBUG) { \
106 DEBUG(LOG_DEBUG, "%s(): malloc(%zu) = %p\n", __func__, _size, p); \
112 DEBUG(LOG_DEBUG, "%s(): free(%p)\n", __func__, _p); \
ninfod_core.c 244 DEBUG(LOG_DEBUG, "%s()\n", __func__);
271 DEBUG(LOG_DEBUG, "%s()\n", __func__);
396 DEBUG(LOG_DEBUG, "%s()\n", __func__);
446 DEBUG(LOG_DEBUG, "%s(): thread=%ld\n", __func__, pthread_self());
448 DEBUG(LOG_DEBUG, "%s(): thread=%ld => %d\n", __func__, pthread_self(), ret);
463 DEBUG(LOG_DEBUG, "%s(): worker=%d\n",
466 DEBUG(LOG_DEBUG, "%s(): worker=%d => %d\n",
564 DEBUG(LOG_DEBUG, "%s(): qtype=%d, flags=0x%04x, nonce[] = {%s }\n",
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 33 //#define LOG_DEBUG 1
35 #ifndef LOG_DEBUG
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 33 //#define LOG_DEBUG 1
35 #ifndef LOG_DEBUG
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_dbg.h 33 #define LOG_DEBUG 1
35 #ifndef LOG_DEBUG
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 33 #define LOG_DEBUG 1
35 #ifndef LOG_DEBUG
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_dbg.h 33 //#define LOG_DEBUG 1
35 #ifndef LOG_DEBUG
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 33 //#define LOG_DEBUG 1
35 #ifndef LOG_DEBUG
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 33 //#define LOG_DEBUG 1
35 #ifndef LOG_DEBUG
  /frameworks/base/core/jni/
android_nfc.h 31 #define TRACE(...) ALOG(LOG_DEBUG, "NdefMessage", __VA_ARGS__)
  /frameworks/base/include/android_runtime/
Log.h 30 #define LOGD_EX(env, ...) LOG_EX(env, LOG_DEBUG, LOG_TAG, ##__VA_ARGS__)
  /libnativehelper/
ALog-priv.h 51 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 261 self.log_debug("Adding transformation: %s", fix_name)
284 def log_debug(self, msg, *args): member in class:RefactoringTool
312 self.log_debug("Descending into %s", dirpath)
347 self.log_debug("Refactoring doctests in %s", filename)
352 self.log_debug("No doctest changes in %s", filename)
360 self.log_debug("No changes in %s", filename)
385 self.log_debug("Refactoring %s", name)
392 self.log_debug("Refactoring doctests in stdin")
397 self.log_debug("No doctest changes in stdin")
403 self.log_debug("No changes in stdin"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 261 self.log_debug("Adding transformation: %s", fix_name)
284 def log_debug(self, msg, *args): member in class:RefactoringTool
312 self.log_debug("Descending into %s", dirpath)
347 self.log_debug("Refactoring doctests in %s", filename)
352 self.log_debug("No doctest changes in %s", filename)
360 self.log_debug("No changes in %s", filename)
385 self.log_debug("Refactoring %s", name)
392 self.log_debug("Refactoring doctests in stdin")
397 self.log_debug("No doctest changes in stdin")
403 self.log_debug("No changes in stdin"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_log.c 108 #define LOG_DEBUG 7
120 #define LOG_DEBUG 7
199 { 6, "DEBUG ", LOG_DEBUG },
200 { 4, "DBG ", LOG_DEBUG },
276 case LOG_DEBUG:
345 case LOG_DEBUG: priority_tag = "DEBUG"; break;
  /external/openssl/crypto/bio/
bss_log.c 108 #define LOG_DEBUG 7
120 #define LOG_DEBUG 7
199 { 6, "DEBUG ", LOG_DEBUG },
200 { 4, "DBG ", LOG_DEBUG },
276 case LOG_DEBUG:
345 case LOG_DEBUG: priority_tag = "DEBUG"; break;
  /external/dhcpcd/
common.h 99 #undef LOG_DEBUG
108 #define LOG_DEBUG ANDROID_LOG_DEBUG
  /external/libppp/src/
log.h 37 #define LogDEBUG (7) /* syslog(LOG_DEBUG, ....) */
51 #define LogTIMER (21) /* syslog(LOG_DEBUG, ....) */
  /bootable/recovery/minzip/
Log.h 76 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
82 ? ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
146 #define IF_LOGD() IF_LOG(LOG_DEBUG, LOG_TAG)
  /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",
  /dalvik/vm/alloc/
HeapInternal.h 82 #define LOGD_HEAP(...) ALOG(LOG_DEBUG, HEAP_LOG_TAG, __VA_ARGS__)

Completed in 4508 milliseconds

1 2 3 4 5 6