Searched defs:DEBUG (Results 101 - 125 of 249) sorted by relevance

12345678910

/external/mdnsresponder/mDNSPosix/
H A DMakefile37 # 'make DEBUG=1' to build debugging targets.
38 # 'make clean' or 'make clean DEBUG=1' to delete prod/debug objects & targets
39 # 'sudo make install [DEBUG=1]' to install mdnsd daemon and libdns_sd.
72 DEBUG=0 macro
73 ifeq ($(DEBUG),1)
97 ifneq ($(DEBUG),1)
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DLabel.java46 static final int DEBUG = 1; field in class:Label
111 * @see #DEBUG
/external/proguard/src/proguard/classfile/editor/
H A DMemberReferenceFixer.java48 private static final boolean DEBUG = false; field in class:MemberReferenceFixer
108 if (DEBUG)
136 if (DEBUG)
164 if (DEBUG)
185 if (DEBUG)
220 if (DEBUG)
241 if (DEBUG)
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java50 private static final boolean DEBUG = false; field in class:EvaluationSimplifier
52 private static boolean DEBUG = true;
94 // DEBUG =
113 if (DEBUG)
125 if (DEBUG)
785 if (DEBUG) System.out.println(" Deleting store of subroutine return address "+instruction.toString(offset));
811 if (DEBUG) System.out.println(" Ignoring zero branch instruction at ["+offset+"]");
885 if (DEBUG) System.out.println(" Replacing unreachable instruction by infinite loop "+replacementInstruction.toString(offset));
914 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" pops)"));
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java56 private static final boolean DEBUG = false; field in class:MethodInliner
58 private static boolean DEBUG = true;
160 if (DEBUG)
178 // codeAttributeComposer.DEBUG = DEBUG =
222 if (DEBUG)
/external/qemu/android/filesystems/
H A Dramdisk_extractor.cpp24 #define DEBUG 0 macro
26 #if DEBUG
/external/qemu/android/
H A Dmain-emulator.c39 #define DEBUG 1 macro
41 #if DEBUG
/external/qemu/android/skin/
H A Dkeyboard.c20 #define DEBUG 1 macro
22 #if DEBUG
H A Dkeyset.c18 #define DEBUG 1 macro
23 # define D_ACTIVE DEBUG
26 #if DEBUG
/external/qemu/android/utils/
H A Dtimezone.c22 #define DEBUG 1 macro
27 # define D_ACTIVE DEBUG
30 #if DEBUG
/external/qemu/telephony/
H A Dremote_call.c21 #define DEBUG 1 macro
26 # define D_ACTIVE DEBUG
32 # define S_ACTIVE DEBUG
35 #if DEBUG
H A Dsysdeps_qemu.c28 #define DEBUG 0 macro
30 #define D_ACTIVE DEBUG
32 #if DEBUG
/external/srec/srec/cfront/
H A Dcheldsp4.c42 #define DEBUG 0 macro
210 #if DEBUG
237 #if DEBUG
249 #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/crec/
H A Dget_fram.c35 #define DEBUG 0 macro
139 #if DEBUG
454 #if DEBUG
/external/srec/tools/grxmlcompile/
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/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java131 if(DEBUG)
157 if(DEBUG)
321 if (DEBUG)
348 if (DEBUG)
391 if (DEBUG)
447 if (DEBUG)
468 if (DEBUG)
495 if (DEBUG)
519 if (DEBUG)
541 if (DEBUG)
1043 private static boolean DEBUG = false; field in class:TransformerHandlerImpl
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java146 /** Indicate whether in DEBUG mode */
147 private static boolean DEBUG = false; field in class:URI
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java143 /** Indicate whether in DEBUG mode */
144 private static boolean DEBUG = false; field in class:URI
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java807 private static final boolean DEBUG = false; field in class:Compiler
847 if(DEBUG)
854 if(DEBUG)
864 if(DEBUG)
874 if(DEBUG)
888 if(DEBUG)
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c39 #define DEBUG 0 macro
277 #if DEBUG
329 #if DEBUG
/external/clang/unittests/AST/
H A DCommentParser.cpp33 const bool DEBUG = true; member in namespace:clang::comments::__anon19530
67 if (DEBUG) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java40 private static final boolean DEBUG = false; field in class:LocalList
365 if (DEBUG) {
537 if (DEBUG) {
560 if (DEBUG) {
573 if (DEBUG) {
709 if (DEBUG) {

Completed in 5438 milliseconds

12345678910