Searched defs:DEBUG (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/external/python/cpython3/Lib/distutils/
H A Ddebug.py5 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dutils.py27 DEBUG = True variable
/external/googletest/googlemock/scripts/generator/cpp/
H A Dutils.py27 DEBUG = True variable
/external/libavc/common/
H A Dih264_debug.h44 #define DEBUG(...) \ macro
52 #define DEBUG(...) {} macro
/external/libhevc/common/
H A Dihevc_debug.h41 #define DEBUG(...) \ macro
49 #define DEBUG(...) {} macro
/external/mdnsresponder/mDNSWindows/NSPTool/
H A DPrefix.h22 #define DEBUG 1 macro
25 #define DEBUG 0 macro
/external/mdnsresponder/mDNSWindows/SystemService/
H A DPrefix.h22 #define DEBUG 1 macro
25 #define DEBUG 0 macro
/external/python/cpython2/Lib/distutils/
H A Ddebug.py7 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dutils.py27 DEBUG = True variable
/external/syslinux/diag/geodsp/
H A Dmk-lba-img.pl27 use constant DEBUG => 1; constant
31 # if (DEBUG) {
/external/valgrind/coregrind/
H A Dvgdb.h43 #define DEBUG(level, ...) (level <= debuglevel ? \ macro
51 /* same as DEBUG but does not print time stamp info */
/external/llvm/include/llvm/Support/
H A DDebug.h14 // In particular, just wrap your code with the DEBUG() macro, and it will be
16 // DEBUG() requires the DEBUG_TYPE macro to be defined. Set it to "foo" specify
20 // DEBUG() macro. Then, on the command line, you can specify '-debug-only=foo'
24 // DEBUG() statements disappears, so it does not affect the runtime of the code.
37 /// the DEBUG macro below.
85 // DEBUG macro - This macro should be used by passes to emit debug information.
90 // DEBUG(dbgs() << "Bitset contains: " << Bitset << "\n");
92 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDebug.h14 // In particular, just wrap your code with the DEBUG() macro, and it will be
22 // DEBUG() statements disappears, so it does not effect the runtime of the code.
34 /// all of their DEBUG statements to be activatable with -debug-only=thatstring.
42 /// the DEBUG macro below.
90 // DEBUG macro - This macro should be used by passes to emit debug information.
95 // DEBUG(dbgs() << "Bitset contains: " << Bitset << "\n");
97 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DDebug.h14 // In particular, just wrap your code with the DEBUG() macro, and it will be
16 // DEBUG() requires the DEBUG_TYPE macro to be defined. Set it to "foo" specify
20 // DEBUG() macro. Then, on the command line, you can specify '-debug-only=foo'
24 // DEBUG() statements disappears, so it does not affect the runtime of the code.
38 /// the DEBUG macro below.
86 // DEBUG macro - This macro should be used by passes to emit debug information.
91 // DEBUG(dbgs() << "Bitset contains: " << Bitset << "\n");
93 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/external/annotation-tools/annotation-file-utilities/tests/
H A DMakefile28 DEBUG := macro
30 # DEBUG := --debug
83 ${DEBUG} \
/external/annotation-tools/annotation-file-utilities/tests/source-extension/
H A DMakefile29 DEBUG := macro
31 # DEBUG := --debug
68 ${DEBUG} \
/external/apache-http/android/src/android/net/http/
H A DHttpLog.java30 private static final boolean DEBUG = false; field in class:HttpLog
/external/autotest/client/deps/fakegudev/src/
H A DMakefile13 DEBUG := -g -DFAKE_G_UDEV_DEBUG -DFAKE_SYSCALLS_DEBUG macro
20 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKEGUDEV) \
24 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
28 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKESYSCALLS) \
32 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
H A DCheckAndroidIcu4JSource.java35 private static final boolean DEBUG = false; field in class:CheckAndroidIcu4JSource
50 Main main = new Main(DEBUG);
/external/mesa3d/src/amd/common/
H A Dac_llvm_helper.cpp30 # pragma push_macro("DEBUG")
31 # undef DEBUG macro
/external/proguard/src/proguard/optimize/
H A DMemberDescriptorSpecializer.java42 private static final boolean DEBUG = false; field in class:MemberDescriptorSpecializer
79 if (DEBUG)
119 if (DEBUG)
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dargify.c46 #define DEBUG 0 macro
/external/xmlrpcpp/test/
H A DMakefile5 DEBUG = -g macro
8 CXXFLAGS = $(DEBUG) $(GCCWARN) $(OPTIMIZE) $(INCLUDES)
/external/annotation-tools/annotation-file-utilities/tests/abbreviated/
H A DMakefile31 DEBUG := macro
33 # DEBUG := --debug
64 ${DEBUG} \
/external/autotest/client/tests/monotonic_time/src/
H A Dlogging.h20 #define DEBUG(level, fmt, args...) msg(MSG_DEBUG, level, fmt, ##args) macro

Completed in 663 milliseconds

1234567891011>>