/third_party/python/Lib/distutils/tests/ |
D | Setup.sample | 16 #DEBUG = -C-W -C-Wall 17 DEBUG = 23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG) 24 font src/font.c $(SDL) $(FONT) $(DEBUG) 25 mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG) 26 mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG) 27 _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG) 28 _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG) 29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG) 30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG) [all …]
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw.c | 266 #ifdef DEBUG in main() 281 #ifdef DEBUG in main() 293 #ifdef DEBUG in main() 308 #ifdef DEBUG in main() 322 #ifdef DEBUG in main() 335 #ifdef DEBUG in main() 350 #ifdef DEBUG in main() 363 #ifdef DEBUG in main() 376 #ifdef DEBUG in main() 389 #ifdef DEBUG in main() [all …]
|
D | nftw64.c | 263 #ifdef DEBUG in main() 279 #ifdef DEBUG in main() 292 #ifdef DEBUG in main() 308 #ifdef DEBUG in main() 323 #ifdef DEBUG in main() 337 #ifdef DEBUG in main() 353 #ifdef DEBUG in main() 367 #ifdef DEBUG in main() 381 #ifdef DEBUG in main() 395 #ifdef DEBUG in main() [all …]
|
D | test.c | 52 #ifdef DEBUG in test1A() 67 #ifdef DEBUG in test1A() 112 #ifdef DEBUG in test2A() 156 #ifdef DEBUG in test3A() 194 #ifdef DEBUG in test4A() 230 #ifdef DEBUG in test5A() 273 #ifdef DEBUG in test6A() 302 #ifdef DEBUG in test7A() 330 #ifdef DEBUG in test8A() 359 #ifdef DEBUG in test9A() [all …]
|
D | test64.c | 50 #ifdef DEBUG in test1A() 65 #ifdef DEBUG in test1A() 110 #ifdef DEBUG in test2A() 155 #ifdef DEBUG in test3A() 194 #ifdef DEBUG in test4A() 231 #ifdef DEBUG in test5A() 275 #ifdef DEBUG in test6A() 305 #ifdef DEBUG in test7A() 335 #ifdef DEBUG in test8A() 365 #ifdef DEBUG in test9A() [all …]
|
/third_party/rust/crates/regex/regex-capi/ctest/ |
D | test.c | 9 #ifndef DEBUG 10 #define DEBUG false macro 21 if (DEBUG) { in test_is_match() 40 if (DEBUG) { in test_shortest_match() 49 if (DEBUG) { in test_shortest_match() 69 if (DEBUG) { in test_find() 77 if (DEBUG) { in test_find() 99 if (DEBUG) { in test_captures() 108 if (DEBUG) { in test_captures() 121 if (DEBUG) { in test_captures() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/ |
D | build.sh | 47 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/w… 50 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/h… 53 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/b… 62 …make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROO… 65 …make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROO… 75 DEBUG=$4 80 DEBUG=1 82 DEBUG=0 85 do_build $OUT_DIR 0 $COMPILER_TYPE $DEBUG $COMPILER_DIR $KERNEL_TYPE 86 do_build $OUT_DIR 1 $COMPILER_TYPE $DEBUG $COMPILER_DIR $KERNEL_TYPE
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | build.sh | 47 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/w… 50 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/h… 53 …make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/b… 62 …make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROO… 65 …make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROO… 75 DEBUG=$4 80 DEBUG=1 82 DEBUG=0 85 do_build $OUT_DIR 0 $COMPILER_TYPE $DEBUG $COMPILER_DIR $KERNEL_TYPE 86 do_build $OUT_DIR 1 $COMPILER_TYPE $DEBUG $COMPILER_DIR $KERNEL_TYPE
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 160 #ifdef DEBUG in main() 191 #ifdef DEBUG in main() 201 #ifdef DEBUG in main() 205 #ifdef DEBUG in main() 222 #ifdef DEBUG in main() 233 #ifdef DEBUG in main() 309 #ifdef DEBUG in sig_handler() 314 #ifdef DEBUG in sig_handler() 319 #ifdef DEBUG in sig_handler() 324 #ifdef DEBUG in sig_handler() [all …]
|
/third_party/protobuf/objectivec/ |
D | GPBWrappers.pbobjc.m | 85 #if defined(DEBUG) && DEBUG 87 #endif // DEBUG 130 #if defined(DEBUG) && DEBUG 132 #endif // DEBUG 175 #if defined(DEBUG) && DEBUG 177 #endif // DEBUG 220 #if defined(DEBUG) && DEBUG 222 #endif // DEBUG 265 #if defined(DEBUG) && DEBUG 267 #endif // DEBUG [all …]
|
/third_party/python/Lib/idlelib/ |
D | colorizer.py | 9 DEBUG = False variable 179 if DEBUG: print('tagdefs', self.tagdefs) 197 if DEBUG: print("colorizing already scheduled") 201 if DEBUG: print("stop colorizing") 203 if DEBUG: print("schedule colorizing") 211 if DEBUG: print("cancel scheduled recolorizer") 227 if DEBUG: print("cancel scheduled recolorizer") 230 if DEBUG: print("stop colorizing") 235 if DEBUG: 252 if DEBUG: print("no delegate") [all …]
|
/third_party/node/deps/v8/src/heap/ |
D | allocation-stats.h | 31 #ifdef DEBUG 46 #ifdef DEBUG in ClearSize() 55 #ifdef DEBUG 62 #ifdef DEBUG in IncreaseAllocatedBytes() 67 #ifdef DEBUG in IncreaseAllocatedBytes() 75 #ifdef DEBUG in DecreaseAllocatedBytes() 108 #ifdef DEBUG
|
/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction02.c | 51 #define DEBUG 0 macro 77 if (DEBUG) in handler() 121 if (DEBUG) in main() 137 if (DEBUG) in main() 152 if (DEBUG) in main() 169 if (DEBUG) in main() 184 if (DEBUG) in main()
|
/third_party/mesa3d/src/util/ |
D | u_debug.h | 134 #ifdef DEBUG in debug_printf() 162 #ifdef DEBUG 169 #ifdef DEBUG 194 #ifdef DEBUG 211 #ifdef DEBUG 223 #ifdef DEBUG 235 #ifdef DEBUG 247 #ifdef DEBUG 266 #ifdef DEBUG 353 #ifdef DEBUG
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | URLHandler.java | 33 private static final boolean DEBUG = ICUDebug.enabled("URLHandler"); field in URLHandler 58 if (DEBUG) System.err.println("bad urlhandler line: '" + line + "'"); 76 if (DEBUG) System.err.println(e); 79 if (DEBUG) System.err.println(e); 82 if (DEBUG) System.err.println(e); 88 if (DEBUG) System.err.println(t); 120 if (DEBUG) System.err.println(e); in get() 123 if (DEBUG) System.err.println(e); in get() 126 if (DEBUG) System.err.println(e); in get() 160 if (DEBUG) System.err.println("file does not exist - " + url.toString()); in FileURLHandler() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | URLHandler.java | 37 private static final boolean DEBUG = ICUDebug.enabled("URLHandler"); field in URLHandler 62 if (DEBUG) System.err.println("bad urlhandler line: '" + line + "'"); 80 if (DEBUG) System.err.println(e); 83 if (DEBUG) System.err.println(e); 86 if (DEBUG) System.err.println(e); 92 if (DEBUG) System.err.println(t); 124 if (DEBUG) System.err.println(e); in get() 127 if (DEBUG) System.err.println(e); in get() 130 if (DEBUG) System.err.println(e); in get() 164 if (DEBUG) System.err.println("file does not exist - " + url.toString()); in FileURLHandler() [all …]
|
/third_party/node/deps/v8/src/base/platform/ |
D | mutex.cc | 9 #if DEBUG 20 #if DEBUG 83 #if defined(DEBUG) in InitializeNativeHandle() 149 #ifdef DEBUG in Mutex() 184 #ifdef DEBUG in RecursiveMutex() 198 #ifdef DEBUG in Lock() 206 #ifdef DEBUG in Unlock() 218 #ifdef DEBUG in TryLock() 309 #ifdef DEBUG in Mutex() 343 #ifdef DEBUG in RecursiveMutex() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
D | 9-2.c | 83 #ifdef DEBUG in main() 93 #ifdef DEBUG in main() 102 #ifdef DEBUG in main() 128 #ifdef DEBUG in main() 141 #ifdef DEBUG in main() 154 #ifdef DEBUG in main() 169 #ifdef DEBUG in main()
|
D | 8-2.c | 82 #ifdef DEBUG in main() 91 #ifdef DEBUG in main() 100 #ifdef DEBUG in main() 125 #ifdef DEBUG in main() 138 #ifdef DEBUG in main() 151 #ifdef DEBUG in main() 166 #ifdef DEBUG in main()
|
D | 7-2.c | 82 #ifdef DEBUG in main() 91 #ifdef DEBUG in main() 100 #ifdef DEBUG in main() 123 #ifdef DEBUG in main() 136 #ifdef DEBUG in main() 151 #ifdef DEBUG in main()
|
/third_party/cups-filters/filter/braille/filters/ |
D | cups-braille.sh.in | 31 printf "DEBUG: Attribute $ATTRIBUTE is '%s'\n" "$VALUE" >&2 39 printf "DEBUG: Default $OPTION is '%s'\n" "$VALUE" >&2 48 printf "DEBUG: Selected $OPTION is '%s'\n" "$VALUE" >&2 55 printf "DEBUG: Selected $OPTION is '%s'\n" "$VALUE" >&2 62 printf "DEBUG: Selected $OPTION is '%s'\n" "$VALUE" >&2 67 printf "DEBUG: Selected $OPTION is '%s'\n" "$VALUE" >&2 152 echo "DEBUG: HW margins are $HWMARGINS" >&2 208 echo "DEBUG: hard margins are left $MARGIN_LEFT right $MARGIN_RIGHT top $MARGIN_TOP bottom $MARGIN_… 209 echo "DEBUG: graphical margins are left $PAGE_LEFT right $PAGE_RIGHT top $PAGE_TOP bottom $PAGE_BOT… 215 echo "DEBUG: printable area is ${PRINTABLEWIDTH}x${PRINTABLEHEIGHT}" >&2 [all …]
|
/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
D | sigrelse01.c | 141 #ifndef DEBUG 142 #define DEBUG 0 macro 314 #if DEBUG > 1 in parent() 444 #if DEBUG > 0 in child() 451 #if DEBUG > 0 in child() 478 #if DEBUG > 1 in child() 563 #if DEBUG > 1 in handler() 599 #if DEBUG > 0 in read_pipe() 621 #if DEBUG > 0 in read_pipe() 635 #if DEBUG > 0 in write_pipe() [all …]
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | random_offline | 19 DEBUG=/sys/kernel/debug 45 [ ! -d $DEBUG/hwpoison ] && mount -t debugfs none $DEBUG 46 [ ! -d $DEBUG/hwpoison ] && fail "No debugfs" 48 [ ! -w $DEBUG/hwpoison/unpoison-pfn ] && fail "no unpoison support in kernel" 79 if ! echo $i | sed 's/000$//' > $DEBUG/hwpoison/unpoison-pfn ; then
|
/third_party/protobuf/js/experimental/runtime/internal/ |
D | checks.js | 48 DEBUG: 0, property 59 return goog.DEBUG ? CheckLevel.DEBUG : CheckLevel.CRITICAL; 71 return CheckLevel.DEBUG; 79 const /** boolean */ CHECK_STATE = CHECK_LEVEL === CheckLevel.DEBUG; 82 CHECK_LEVEL === CheckLevel.CRITICAL || CHECK_LEVEL === CheckLevel.DEBUG; 84 const /** boolean */ CHECK_BOUNDS = CHECK_LEVEL === CheckLevel.DEBUG; 87 CHECK_LEVEL === CheckLevel.CRITICAL || CHECK_LEVEL === CheckLevel.DEBUG; 89 const /** boolean */ CHECK_TYPE = CHECK_LEVEL === CheckLevel.DEBUG; 92 CHECK_LEVEL === CheckLevel.CRITICAL || CHECK_LEVEL === CheckLevel.DEBUG;
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 30 if (DEBUG) 45 if (DEBUG) 63 if (DEBUG) 102 if (DEBUG) 125 if (DEBUG) 148 if (DEBUG) 166 if (DEBUG) 182 if (DEBUG) 268 if (DEBUG) 275 if (DEBUG) [all …]
|