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

  /external/lldb/source/Host/common/
Mutex.cpp 22 #define DEBUG_LOG(fmt, ...) printf(fmt, ## __VA_ARGS__)
24 #define DEBUG_LOG(fmt, ...)
275 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p)...\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex);
291 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex, err);
311 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_trylock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex, err);
340 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_unlock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex, err);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PatternBasedDeltaVisitor.java 48 private final static boolean DEBUG_LOG = "1".equals( //$NON-NLS-1$
64 if (DEBUG_LOG) {
102 if (DEBUG_LOG) {
120 if (DEBUG_LOG) {
BaseBuilder.java 67 protected static final boolean DEBUG_LOG = "1".equals( //$NON-NLS-1$
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 269 #define DEBUG_LOG(a,b,c,d,e) CBAVC_DebugLog(a,b,c,d,e)
271 #define DEBUG_LOG(a,b,c,d,e)
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 60 #define DEBUG_LOG(fmt, ...) printf(fmt, ## __VA_ARGS__)
62 #define DEBUG_LOG(fmt, ...)
    [all...]

Completed in 605 milliseconds