Home
last modified time | relevance | path

Searched defs:DEBUG (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/external/libcap-ng/libcap-ng-0.7/
Dconfigure.ac84 AM_CONDITIONAL(DEBUG, true) condition
87 AM_CONDITIONAL(DEBUG, false) condition
90 [ DEBUG="-DNDEBUG"; AM_CONDITIONAL(DEBUG, false) ]) condition
101 AC_SUBST(DEBUG) subst
/external/mdnsresponder/mDNSWindows/NSPTool/
DPrefix.h22 #define DEBUG 1 macro
25 #define DEBUG 0 macro
/external/mdnsresponder/mDNSWindows/SystemService/
DPrefix.h22 #define DEBUG 1 macro
25 #define DEBUG 0 macro
/external/libavc/common/
Dih264_debug.h44 #define DEBUG(...) \ macro
52 #define DEBUG(...) {} macro
/external/libhevc/common/
Dihevc_debug.h41 #define DEBUG(...) \ macro
49 #define DEBUG(...) {} macro
/external/ltp/pan/
Ddebug.h48 #define DEBUG(a,l) if (Debug[a] >= l) macro
53 #define DEBUG(a,l) if (0) macro
/external/python/cpython3/Lib/distutils/
Ddebug.py5 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
/external/python/cpython2/Lib/distutils/
Ddebug.py7 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
/external/iputils/ninfod/
Dninfod.h88 # define DEBUG(pri, fmt, args...) do { \ macro
100 # define DEBUG(pri, fmt, args...) do { ; } while(0) macro
/external/v8/testing/gmock/scripts/generator/cpp/
Dutils.py27 DEBUG = True variable
/external/syslinux/diag/geodsp/
Dmk-lba-img.pl27 use constant DEBUG => 1; constant
/external/googletest/googlemock/scripts/generator/cpp/
Dutils.py27 DEBUG = True variable
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dutils.py27 DEBUG = True variable
/external/syslinux/efi64/include/efi/
Defidebug.h27 #define DEBUG(a) DbgPrint a macro
32 #define DEBUG(a) macro
/external/syslinux/efi32/include/efi/
Defidebug.h27 #define DEBUG(a) DbgPrint a macro
32 #define DEBUG(a) macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defidebug.h27 #define DEBUG(a) DbgPrint a macro
32 #define DEBUG(a) macro
/external/swiftshader/third_party/LLVM/utils/release/
DfindRegressions.py4 DEBUG = 0 variable
/external/llvm/utils/release/
DfindRegressions-simple.py4 DEBUG = 0 variable
DfindRegressions-nightly.py4 DEBUG = 0 variable
/external/apache-http/android/src/android/net/http/
DHttpLog.java30 private static final boolean DEBUG = false; field in HttpLog
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassChecker.java37 private static final boolean DEBUG = false; field in SimpleEnumClassChecker
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dargify.c46 #define DEBUG 0 macro
/external/xmlrpcpp/test/
DMakefile5 DEBUG = -g macro
/external/valgrind/coregrind/
Dvgdb.h43 #define DEBUG(level, ...) (level <= debuglevel ? \ macro
/external/llvm/include/llvm/Support/
DDebug.h92 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro

12345678910>>...13