Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 - 25 of 1040) sorted by relevance

12345678910>>...42

/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.c266 #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...]
H A Dnftw64.c263 #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...]
H A Dtest64.c50 #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...]
H A Dtest.c52 #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...]
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c9 #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/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslogtst.c160 #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/js/experimental/runtime/internal/
H A Dchecks.js48 DEBUG: 0,
58 // user did not set a value, value now just depends on goog.DEBUG
59 return goog.DEBUG ? CheckLevel.DEBUG : CheckLevel.CRITICAL;
70 if (definedLevel === 'DEBUG') {
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;
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
H A Dbuild.sh47 make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/wpa_supplicant/ -j
50 make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/hostapd/ -j
53 make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/build/
62 make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/wpa_supplicant/ libwpa_client.so -j
65 make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/wpa_supplicant/ libwpa_client.a -j
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
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/
H A Dbuild.sh47 make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/wpa_supplicant/ -j
50 make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/hostapd/ -j
53 make DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/build/
62 make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/wpa_supplicant/ libwpa_client.so -j
65 make DEPDIR=DEPDIR=$1 COMPILER_TYPE=$3 LIB_TYPE=$2 DEBUG=$4 COMPILER_DIR=$5 KERNEL_TYPE=$6 -C $ROOT_DIR/wpa_supplicant/ libwpa_client.a -j
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
[all...]
/third_party/python/Lib/idlelib/
H A Dcolorizer.py9 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
[all...]
/third_party/ltp/testcases/kernel/syscalls/sigaction/
H A Dsigaction02.c51 #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/node/deps/v8/src/heap/
H A Dallocation-stats.h31 #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/node/deps/v8/src/base/platform/
H A Dmutex.cc9 #if DEBUG
11 #endif // DEBUG
20 #if DEBUG
77 #endif // DEBUG
83 #if defined(DEBUG) in InitializeNativeHandle()
96 #endif // defined(DEBUG) in InitializeNativeHandle()
149 #ifdef DEBUG in Mutex()
184 #ifdef DEBUG in RecursiveMutex()
198 #ifdef DEBUG in Lock()
206 #ifdef DEBUG in Unlock()
[all...]
H A Delapsed-timer.h27 #ifdef DEBUG in Start()
38 #ifdef DEBUG in Stop()
51 #if DEBUG
77 #ifdef DEBUG in Pause()
90 #ifdef DEBUG in Resume()
150 #ifdef DEBUG
/third_party/mesa3d/src/util/
H A Du_debug.h134 #ifdef DEBUG in debug_printf()
162 #ifdef DEBUG
169 #ifdef DEBUG
194 #ifdef DEBUG
196 #else /* !DEBUG */
198 #endif /* !DEBUG */
211 #ifdef DEBUG
223 #ifdef DEBUG
235 #ifdef DEBUG
247 #ifdef DEBUG
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DURLHandler.java33 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) Syste in FileURLHandler()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DURLHandler.java37 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) Syste in FileURLHandler()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D9-2.c83 #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()
H A D8-2.c82 #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()
H A D7-2.c82 #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/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c141 #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 > in write_pipe()
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Drandom_offline19 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/ltp/testcases/kernel/mce-test/tsrc/
H A Drandom_offline19 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/mesa3d/src/gallium/frontends/nine/
H A Dnine_debug.h37 #if defined(DEBUG) || !defined(NDEBUG)
52 #if defined(DEBUG) || !defined(NDEBUG)
94 #if defined(DEBUG) || !defined(NDEBUG)
108 #if defined(DEBUG) || !defined(NDEBUG)
116 #if defined(DEBUG) || !defined(NDEBUG)
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid03.c50 #define DEBUG 0 macro
107 if (DEBUG) in main()
126 if (DEBUG) in main()
135 if (DEBUG) in main()
168 if (DEBUG) in do_child()

Completed in 9 milliseconds

12345678910>>...42