Searched defs:DEBUG (Results 126 - 150 of 249) sorted by relevance

12345678910

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java44 private static final boolean DEBUG = false; field in class:FirstFitLocalCombiningAllocator
125 if (DEBUG) {
129 if (DEBUG) System.out.println("--->Mapping local-associated params");
132 if (DEBUG) System.out.println("--->Mapping other params");
135 if (DEBUG) System.out.println("--->Mapping invoke-range");
138 if (DEBUG) {
143 if (DEBUG) System.out.println("--->Mapping check-cast results");
146 if (DEBUG) System.out.println("--->Mapping phis");
149 if (DEBUG) System.out.println("--->Mapping others");
700 if (DEBUG) {
[all...]
/external/e2fsprogs/contrib/
H A Dspd_readdir.c30 #define DEBUG macro
36 #ifdef DEBUG
96 #ifdef DEBUG
139 #ifdef DEBUG
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c39 #define DEBUG 0 macro
277 #if DEBUG
329 #if DEBUG
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java48 private static final boolean DEBUG = false; field in class:PartialEvaluator
51 private static boolean DEBUG = true;
172 // DEBUG = DEBUG_RESULTS =
190 if (DEBUG)
244 if (DEBUG)
597 if (DEBUG) System.out.println("Popping alternative branch out of "+instructionBlockStack.size()+" blocks");
627 if (DEBUG)
693 if (DEBUG) System.out.println("Repeated variables, stack, and branch targets");
702 if (DEBUG) System.out.println("Generalizing current context after "+evaluationCount+" evaluations");
743 if (DEBUG)
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java48 private static final boolean DEBUG = false; field in class:BranchTargetFinder
50 private static boolean DEBUG = System.getProperty("btf") != null;
315 // DEBUG =
427 if (DEBUG)
H A DInstructionSequenceReplacer.java46 private static final boolean DEBUG = false; field in class:InstructionSequenceReplacer
48 public static boolean DEBUG = true;
169 if (DEBUG)
H A DTargetClassChanger.java54 private static final boolean DEBUG = false; field in class:TargetClassChanger
196 if (DEBUG)
212 if (DEBUG)
/external/qemu/android/skin/
H A Dsurface.c16 #define DEBUG 1 macro
18 #if DEBUG
H A Dimage.c17 #define DEBUG 0 macro
19 #if DEBUG
360 #if DEBUG
/external/qemu/audio/
H A Desdaudio.c35 #define DEBUG 1 macro
37 #if DEBUG
H A Dpaaudio.c13 #define DEBUG 1 macro
15 #if DEBUG
H A Dwinaudio.c31 /* define DEBUG to 1 to dump audio debugging info at runtime to stderr */
32 #define DEBUG 0 macro
37 # define D_ACTIVE DEBUG
40 #if DEBUG
52 #if DEBUG
62 #if DEBUG
229 #if DEBUG
480 #if DEBUG
619 #if DEBUG
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java59 public static final boolean DEBUG = false; field in class:RedundentExprEliminator
608 if(DEBUG)
686 if(DEBUG)
1098 if(DEBUG)
1104 if(DEBUG)
1211 // ==== DIAGNOSTIC AND DEBUG FUNCTIONS ====
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java70 boolean DEBUG=false; //Internal status report field in class:IncrementalSAXSource_Filter
523 if(DEBUG) e.printStackTrace();
624 if(DEBUG)System.out.println("IncrementalSAXSource_Filter parse thread launched");
644 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
651 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
656 if(DEBUG)
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLinker.java161 private static final boolean DEBUG = false; field in class:Linker
231 if (DEBUG) Log.i(TAG, "Loading lib" + TAG + ".so");
242 if (DEBUG) Log.i(TAG, "This system supports safe shared RELRO sections");
269 if (DEBUG) Log.i(TAG, "Linker disabled");
307 if (DEBUG) Log.i(TAG, "setTestRunnerByClassName(" + testRunnerClassName + ") called");
339 if (DEBUG) Log.i(TAG, "setMemoryDeviceConfig(" + memoryDeviceConfig + ") called");
346 if (DEBUG) {
399 if (DEBUG) Log.i(TAG, "prepareLibraryLoad() called");
417 if (DEBUG) Log.i(TAG, "finishLibraryLoad() called");
419 if (DEBUG) Lo
[all...]
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc26 #define DEBUG 0 macro
30 #if DEBUG
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DAudioManagerAndroid.java41 private static final boolean DEBUG = false; field in class:AudioManagerAndroid
47 * Is only utilized when DEBUG is set to true.
53 if (DEBUG) {
66 if (DEBUG) {
193 // the case. Only active when |DEBUG| is set to true.
242 if (DEBUG) logd("init");
243 if (DEBUG) logDeviceInfo();
251 if (DEBUG && !mHasModifyAudioSettingsPermission) {
256 if (DEBUG && !mHasRecordAudioPermission) {
275 if (DEBUG) reportUpdat
[all...]
/external/e2fsprogs/ext2ed/
H A Dext2ed.h31 #define DEBUG /* Activate self-sanity checks */ macro
292 #ifdef DEBUG
/external/eigen/test/
H A Dmain.h46 #ifndef DEBUG
47 #define DEBUG macro
/external/libogg/win32/
H A DMakefile76 DEBUG = -g -Wall -fsigned-char -g -O2 macro
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java53 private static final boolean DEBUG = false; field in class:CodeAttributeComposer
55 public static boolean DEBUG = false;
189 if (DEBUG)
227 if (DEBUG)
271 if (DEBUG)
301 if (DEBUG)
309 if (DEBUG)
317 if (DEBUG)
413 if (DEBUG)
/external/proguard/src/proguard/classfile/util/
H A DDynamicMemberReferenceInitializer.java58 private static boolean DEBUG = true;
60 private static final boolean DEBUG = false; field in class:DynamicMemberReferenceInitializer
736 if (DEBUG)
757 if (DEBUG)
H A DInstructionSequenceMatcher.java45 public static boolean DEBUG = true;
48 private static final boolean DEBUG = false; field in class:InstructionSequenceMatcher
723 if (DEBUG)
/external/qemu/hw/android/goldfish/
H A Daudio.c20 #define DEBUG 1 macro
22 #if DEBUG
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java53 private static final boolean DEBUG = false; field in class:SAX2DTM
1689 if (DEBUG)
1712 if (DEBUG)
1752 if (DEBUG)
1776 if (DEBUG)
1855 if (DEBUG)
2023 if (DEBUG)
2130 if (DEBUG)

Completed in 559 milliseconds

12345678910