HomeSort by relevance Sort by last modified time
    Searched defs:DLOG (Results 1 - 6 of 6) sorted by null

  /system/core/fastbootd/
debug.h 32 //#define DLOG(fmt, ...) printf(fmt, ##__VA_ARGS__)
33 #define DLOG(fmt, ...) KLOG_INFO("fastbootd", fmt, ##__VA_ARGS__)
38 DLOG("%s:%d " fmt "\n", __BASE_FILE__, __LINE__, ##__VA_ARGS__); \
  /external/qemu/android/base/
Log.h 146 // Define ENABLE_DLOG to 1 here if DLOG() statements should be compiled
170 // DLOG_IS_ON(severity) is used to indicate whether DLOG() should print
175 // NOTE: The compile-time constant ensures that the DLOG() statements are
198 // DLOG() is like LOG() for debug builds, and doesn't do anything for
201 #define DLOG(severity) LOG_IF(severity, DLOG_IS_ON())
203 // DLOG_IF() is like DLOG() for debug builds, and doesn't do anything for
204 // release one. See DLOG() comments.
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 325 # define DLOG LOG
327 # define DLOG(severity) true ? (void) 0 : LoggerVoidify() & \
  /external/chromium_org/base/
logging.h 61 // DLOG(INFO) << "Found cookies";
548 // Definitions for DLOG et al.
587 #define DLOG(severity) \
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 79 // DLOG(INFO) << "Found cookies";
739 #define DLOG(severity) LOG(severity)
762 #define DLOG(severity) \
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 190 #define DLOG(...) _tprintf(__VA_ARGS__)
192 #define DLOG(...) ((void)0)
835 DLOG("%s: processing include '%s'\n",
847 DLOG("%s: Including %s\n", __FUNCTION__, filepath.c_str());
867 DLOG("%s: Adding %s\n", __FUNCTION__, dirpath.c_str());
1023 DLOG(_T("UPDATE libname=%s path=%s\n"), libname.c_str(), libpath.c_str());
    [all...]

Completed in 159 milliseconds