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

1234567891011>>

/external/chromium/net/third_party/nss/ssl/
H A Dsslver.c41 #if defined(DEBUG)
/external/v8/src/
H A Dv8.h37 #if defined(DEBUG) && defined(NDEBUG)
41 #elif !defined(DEBUG) && !defined(NDEBUG)
44 #define DEBUG macro
48 // V8 only uses DEBUG, but included external files
50 #if defined(DEBUG) && defined(NDEBUG)
51 #error both DEBUG and NDEBUG are set
H A Dallocation.h42 #ifdef DEBUG
49 #ifdef DEBUG
84 #ifdef DEBUG
100 #ifdef DEBUG
H A Dmark-compact.h96 #ifdef DEBUG
113 #ifdef DEBUG
122 #ifdef DEBUG
182 #ifdef DEBUG
234 #ifdef DEBUG
404 #ifdef DEBUG
/external/dbus/test/name-test/
H A Drun-test.sh28 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-names || die "test-client failed"
31 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-client failed"
34 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-client failed"
/external/srec/tools/grxmlcompile/
H A Dgr_iface.cpp28 #define DEBUG 0 macro
56 #if DEBUG
89 #if DEBUG
97 #if DEBUG
107 #if DEBUG
116 #if DEBUG
125 #if DEBUG
135 #if DEBUG
144 #if DEBUG
152 #if DEBUG
[all...]
H A Dvocab.cpp34 #define DEBUG 0 macro
87 #if DEBUG
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl;
95 #if DEBUG
103 #if DEBUG
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
108 #if DEBUG
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
145 #if DEBUG
156 #if DEBUG
[all...]
/external/libvpx/nestegg/test/
H A Dtest.c14 #undef DEBUG macro
46 #ifndef DEBUG
111 #ifdef DEBUG
117 #ifdef DEBUG
124 #ifdef DEBUG
130 #ifdef DEBUG
138 #ifdef DEBUG
143 #ifdef DEBUG
149 #ifdef DEBUG
154 #ifdef DEBUG
[all...]
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java107 if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
149 if (DEBUG)
162 if (DEBUG) Syste
305 private static final boolean DEBUG = false; field in class:ClassDefParser.classParser
[all...]
/external/webkit/WebCore/platform/text/qt/
H A DTextBreakIteratorQt.cpp29 #define DEBUG qDebug macro
31 #define DEBUG if (1) {} else qDebug macro
94 DEBUG() << "textBreakFirst" << bi->position();
101 DEBUG() << "textBreakNext" << pos;
109 DEBUG() << "textBreakPreceding" << pos << newpos;
117 DEBUG() << "textBreakFollowing" << pos << newpos;
/external/mtpd/
H A Dpptp.c180 log_print(DEBUG, "Connection closed");
189 log_print(DEBUG, "Loss of synchronization");
195 log_print(DEBUG, "Invalid message length");
209 log_print(DEBUG, "Ignored non-control message (type = %d)",
222 log_print(DEBUG, "Sending SCCRQ");
267 log_print(DEBUG, "Control message too short");
272 log_print(DEBUG, "Received UNKNOWN %d", incoming.message);
276 log_print(DEBUG, "Received %s with invalid length (length = %d)",
289 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
304 log_print(DEBUG, "Receive
[all...]
H A Dmtpd.h35 DEBUG = 0, enumerator in enum:log_level
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java46 private static final boolean DEBUG = false; field in class:CodeSubroutineInliner
48 private static boolean DEBUG = true;
67 // DEBUG =
85 if (DEBUG)
105 if (DEBUG)
126 if (DEBUG)
149 if (DEBUG)
191 if (DEBUG)
218 if (DEBUG)
260 if (DEBUG)
[all...]
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc.c45 #ifdef DEBUG
79 #ifdef DEBUG
91 #ifdef DEBUG
/external/proguard/src/proguard/classfile/editor/
H A DVariableSizeUpdater.java42 private static final boolean DEBUG = false; field in class:VariableSizeUpdater
44 private static boolean DEBUG = true;
55 // DEBUG =
64 if (DEBUG)
92 if (DEBUG)
H A DMemberAdder.java39 private static final boolean DEBUG = false; field in class:MemberAdder
41 private static boolean DEBUG = true;
94 if (DEBUG)
107 // if (DEBUG)
126 if (DEBUG)
170 if (DEBUG)
185 if (DEBUG)
204 if (DEBUG)
214 if (DEBUG)
/external/qemu/hw/
H A Dgoldfish_trace.c22 //#define DEBUG 1
53 #ifdef DEBUG
65 #ifdef DEBUG
74 #ifdef DEBUG
87 #ifdef DEBUG
110 #ifdef DEBUG
140 #ifdef DEBUG
154 #ifdef DEBUG
174 #ifdef DEBUG
183 #ifdef DEBUG
[all...]
/external/icu4c/layout/
H A DKernTable.cpp17 #define DEBUG 0 macro
78 #if DEBUG
84 #if DEBUG
119 #if DEBUG
193 #if DEBUG
204 #if DEBUG
210 #if DEBUG
/external/stlport/test/eh/
H A Dintel45.mak39 #DEBUG = STL
40 DEBUG = ON macro
41 #DEBUG =
63 !IF "$(DEBUG)" == ""
68 !IF "$(DEBUG)" == "STL"
/external/proguard/src/proguard/optimize/
H A DMemberDescriptorSpecializer.java42 private static final boolean DEBUG = true; field in class:MemberDescriptorSpecializer
79 if (DEBUG)
119 if (DEBUG)
H A DParameterShrinker.java44 private static final boolean DEBUG = false; field in class:ParameterShrinker
92 if (DEBUG)
116 if (DEBUG)
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableCodeRemover.java43 private static final boolean DEBUG = false; field in class:UnreachableCodeRemover
45 private static boolean DEBUG = true;
81 // DEBUG =
106 if (DEBUG)
125 if (DEBUG)
H A DVariableShrinker.java45 private static final boolean DEBUG = false; field in class:VariableShrinker
91 if (DEBUG)
109 if (DEBUG)
/external/e2fsprogs/lib/e2p/
H A Dparse_num.c45 #ifdef DEBUG
/external/libpng/contrib/gregbook/
H A Dreadpng.h66 #ifdef DEBUG

Completed in 1025 milliseconds

1234567891011>>