Searched defs:DEBUG (Results 226 - 249 of 249) sorted by path

12345678910

/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h42 #if defined( _DEBUG ) && !defined( DEBUG )
43 #define DEBUG macro
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/srec/srec/cfront/
H A Dcheldsp4.c42 #define DEBUG 0 macro
210 #if DEBUG
237 #if DEBUG
249 #if DEBUG
H A Dchelmel4.c35 #define DEBUG 0 macro
77 #if DEBUG
86 #if DEBUG
H A Dfrontobj.c51 #define DEBUG 0 macro
252 #if DEBUG
429 #if DEBUG
455 #if DEBUG
474 #if DEBUG
H A Dspec_anl.c39 #define DEBUG 0 macro
74 #if DEBUG
85 #if DEBUG
101 #if DEBUG
109 #if DEBUG
120 #if DEBUG
131 #if DEBUG
/external/srec/srec/clib/
H A Dcnorm_tr.c36 #define DEBUG 0 macro
105 #if DEBUG
113 #if DEBUG
H A Dlog_add.c31 #define DEBUG 0 macro
77 #if DEBUG
H A Dmatrix_i.c34 #define DEBUG 0 macro
48 #if DEBUG
81 #if DEBUG
H A Dspecnorm.c33 #define DEBUG 0 macro
119 #if DEBUG
152 #if DEBUG
169 #if DEBUG
187 #if DEBUG
H A Dvoicing.c39 #define DEBUG 0 macro
51 #if DEBUG
136 #if DEBUG
/external/srec/srec/crec/
H A Dget_fram.c35 #define DEBUG 0 macro
139 #if DEBUG
454 #if DEBUG
/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 Dsub_phon.cpp26 #define DEBUG 0 macro
170 #if DEBUG
175 #if DEBUG
189 #if DEBUG
194 #if DEBUG
217 #if DEBUG
223 #if DEBUG
237 #if DEBUG
243 #if DEBUG
253 #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/srtp/crypto/ae_xfm/
H A Dxfm.c180 #undef DEBUG macro
181 #define DEBUG 0 macro
212 #if DEBUG
240 #if DEBUG
252 #if DEBUG
270 #if DEBUG
278 #if DEBUG
285 #if DEBUG
325 #if DEBUG
340 #if DEBUG
[all...]
/external/stlport/test/eh/
H A Dintel45.mak39 #DEBUG = STL
40 DEBUG = ON macro
41 #DEBUG =
63 !IF "$(DEBUG)" == ""
68 !IF "$(DEBUG)" == "STL"
H A Dintel50.mak40 #DEBUG = STL
41 DEBUG = ON macro
42 #DEBUG =
64 !IF "$(DEBUG)" == ""
69 !IF "$(DEBUG)" == "STL"
/external/tinyxml/
H A Dtinyxml.h42 #if defined( _DEBUG ) && !defined( DEBUG )
43 #define DEBUG macro
46 #if defined( DEBUG ) && defined( _MSC_VER )
/external/tinyxml2/
H A Dtinyxml2.h40 #if defined( _DEBUG ) || defined( DEBUG ) || defined (__DEBUG__)
41 #ifndef DEBUG
42 #define DEBUG macro
47 #if defined(DEBUG)
/external/valgrind/main/VEX/switchback/
H A Dbinary_switchback.pl21 use constant DEBUG => 0; constant
157 unlink($TMPFILE) if (! DEBUG);
163 unlink($TMPFILE) if (! DEBUG);
167 if (DEBUG) {
187 unlink($TMPFILE) if (! DEBUG);
195 unlink($TMPFILE) if (! DEBUG);
258 if (DEBUG) {
295 if (DEBUG) {
309 if (DEBUG) {
328 if (DEBUG) {
[all...]
/external/valgrind/main/coregrind/
H A Dvgdb.h43 #define DEBUG(level, ...) (level <= debuglevel ? \ macro
51 /* same as DEBUG but does not print time stamp info */
/external/valgrind/main/memcheck/
H A Dmc_main.c57 #define DEBUG(fmt, args...) //VG_(printf)(fmt, ## args) macro
1785 DEBUG("MC_(make_mem_noaccess)(%p, %lu)\n", a, len);
1794 DEBUG("make_mem_undefined(%p, %lu)\n", a, len);
1801 DEBUG("MC_(make_mem_undefined)(%p, %lu)\n", a, len);
1838 DEBUG("MC_(make_mem_defined)(%p, %lu)\n", a, len);
1852 DEBUG("make_mem_defined_if_addressable(%p, %llu)\n", a, (ULong)len);
1869 DEBUG("make_mem_defined_if_noaccess(%p, %llu)\n", a, (ULong)len);
1890 DEBUG("MC_(copy_address_range_state)\n");
3795 DEBUG("is_mem_defined\n");
3848 DEBUG("is_mem_defined_comprehensiv
[all...]

Completed in 311 milliseconds

12345678910