HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG (Results 176 - 200 of 1060) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 43 """Print 'msg' to stdout if the global DEBUG (taken from the
46 from distutils.debug import DEBUG
47 if DEBUG:
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java 38 private static boolean DEBUG = true;
119 if (DEBUG) Log.d(TAG, "Activity connected to service");
131 if (DEBUG) Log.d(TAG, "Activity disconnected from service");
139 if (DEBUG) Log.d(TAG, "start requested & bind service");
153 if (DEBUG) Log.d(TAG, "unbind service");
  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 23 #define DEBUG 0
24 #if DEBUG
  /bionic/libc/netbsd/resolv/
res_query.c 106 #ifndef DEBUG
107 #define DEBUG
143 #ifdef DEBUG
156 #ifdef DEBUG
175 #ifdef DEBUG
184 #ifdef DEBUG
388 #ifdef DEBUG
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 59 public static boolean DEBUG = true;
  /development/ndk/samples/hello-neon/jni/
helloneon.c 24 #define DEBUG 0
26 #if DEBUG
  /device/lge/hammerhead/liblight/
lights.c 19 #define DEBUG 0
144 #if DEBUG
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java 55 /** DEBUG flag for diagnostic dumps. */
56 private static final boolean DEBUG = false;
113 if(false || DEBUG)
145 if(false || DEBUG)
230 if(DEBUG)
251 if(DEBUG)
294 if(DEBUG)
306 if(DEBUG)
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
CleanupReference.java 35 private static final boolean DEBUG = false; // Always check in as false!
50 if (DEBUG) Log.d(TAG, "removed one ref from GC queue");
100 if (DEBUG) Log.d(TAG, "will try and cleanup; max = " + sRefs.size());
131 if (DEBUG) Log.d(TAG, "+++ CREATED ONE REF");
155 if (DEBUG) Log.d(TAG, "runCleanupTaskInternal");
158 if (DEBUG) Log.i(TAG, "--- CLEANING ONE REF");
  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmtrt.cpp 29 UBool NumberFormatRoundTripTest::DEBUG = FALSE;
246 if(DEBUG)
251 if(DEBUG)
259 if(DEBUG)
  /external/chromium_org/tools/valgrind/asan/third_party/
asan_symbolize.py 19 DEBUG = False
66 if DEBUG:
78 if DEBUG:
118 if DEBUG:
153 if DEBUG:
172 if DEBUG:
343 if DEBUG:
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 21 DEBUG = False
68 if DEBUG:
80 if DEBUG:
120 if DEBUG:
182 if DEBUG:
197 if DEBUG:
368 if DEBUG:
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 150 if (DEBUG) System.out.println ("RT::dumpCoverageData() DUMPING " + RT.class.getClassLoader ());
214 private static final boolean DEBUG = false;
218 if (DEBUG) System.out.println ("RT[" + System.identityHashCode (RT.class) + "]::<clinit>: loaded by " + RT.class.getClassLoader ());
235 if (DEBUG) System.out.println ("RT::<clinit>: STANDALONE MODE");
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 230 if (DEBUG) System.out.println ("\t[" + i + "] exception: " + exception_info);
243 if (DEBUG) System.out.println ("\t[" + i + "] attribute: " + attribute_info);
259 private static final boolean DEBUG = false;
  /external/icu4c/layout/
KernTable.cpp 17 #define DEBUG 0
78 #if DEBUG
84 #if DEBUG
119 #if DEBUG
193 #if DEBUG
204 #if DEBUG
210 #if DEBUG
  /external/icu4c/test/intltest/
nmfmtrt.cpp 29 UBool NumberFormatRoundTripTest::DEBUG = FALSE;
246 if(DEBUG)
251 if(DEBUG)
259 if(DEBUG)
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 33 #define DEBUG
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 31 #define DEBUG
  /external/libvpx/libvpx/nestegg/test/
test.c 14 #undef DEBUG
46 #ifndef DEBUG
53 sev = "debug: ";
111 #ifdef DEBUG
117 #ifdef DEBUG
124 #ifdef DEBUG
130 #ifdef DEBUG
138 #ifdef DEBUG
143 #ifdef DEBUG
149 #ifdef DEBUG
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 43 private static final boolean DEBUG = false;
45 private static boolean DEBUG = true;
99 // DEBUG =
117 if (DEBUG)
129 if (DEBUG)
258 if (DEBUG)
288 if (DEBUG)
318 if (DEBUG)
367 if (DEBUG)
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolEditor.java 33 private static final boolean DEBUG = false;
646 if (DEBUG)
MethodInvocationFixer.java 47 private static final boolean DEBUG = false;
109 if (DEBUG)
111 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
130 if (DEBUG)
132 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
156 if (DEBUG)
158 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
180 if (DEBUG)
182 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
236 private void debug(Clazz clazz method in class:MethodInvocationFixer
    [all...]
  /external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java 40 private static final boolean DEBUG = false;
108 if (DEBUG)
MethodDescriptorShrinker.java 47 private static final boolean DEBUG = false;
95 if (DEBUG)
231 else if (DEBUG)
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 41 private static final boolean DEBUG = false;
43 private static boolean DEBUG = true;
94 // DEBUG =
148 if (DEBUG)

Completed in 924 milliseconds

1 2 3 4 5 6 78 91011>>