HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 1 - 25 of 1781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
Debug.java 19 public class Debug {
21 public final static boolean DEBUG = false;
  /development/tools/idegen/src/
Log.java 22 static final boolean DEBUG = false;
24 static void debug(String message) { method in class:Log
25 if (DEBUG) {
  /dalvik/tests/etc/
reference-run-test-classes 8 # --debug -- wait for debugger to attach
18 DEBUG="n"
26 elif [ "x$1" = "x--debug" ]; then
27 DEBUG="y"
54 if [ "$DEBUG" = "y" ]; then
push-and-run-test-jar 11 # --debug -- wait for debugger to attach
24 DEBUG="n"
47 elif [ "x$1" = "x--debug" ]; then
48 DEBUG="y"
108 if [ "$DEBUG" = "y" ]; then
  /ndk/tests/device/test-stlport_shared-exception/jni/
check.h 2 #ifdef DEBUG
18 #ifdef DEBUG
31 #ifdef DEBUG
  /ndk/tests/device/test-stlport_static-exception/jni/
check.h 2 #ifdef DEBUG
18 #ifdef DEBUG
31 #ifdef DEBUG
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatLog.java 22 static final boolean DEBUG = true;
25 if (!DEBUG) {
35 if (!DEBUG) {
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 7 //#define DEBUG 1
14 #ifdef DEBUG
22 #ifdef DEBUG
31 #ifdef DEBUG
40 #ifdef DEBUG
  /external/llvm/lib/Target/R600/
AMDILDeviceInfo.cpp 34 #if DEBUG
41 #if DEBUG
48 #if DEBUG
55 #if DEBUG
62 #if DEBUG
69 #if DEBUG
76 #if DEBUG
85 #if DEBUG
  /system/core/sh/
show.h 41 #ifdef DEBUG
  /external/flac/include/FLAC/
assert.h 36 #ifdef DEBUG
  /frameworks/base/core/java/android/util/
Config.java 31 public static final boolean DEBUG = false;
  /sdk/testapps/buildConfigTest/lib1/src/com/android/tests/buildconfigtest/lib1/
Lib1.java 11 if (BuildConfig.DEBUG) {
12 a = "DEBUG";
  /external/srec/tools/grxmlcompile/
gr_iface.cpp 28 #define DEBUG 0
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...]
  /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/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 107 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) System.out.println ("constant_pool_count = " + constant_pool_count + " [actual number of entries (…)
    [all...]
  /packages/apps/Email/src/com/android/email/data/
ThrottlingCursorLoader.java 64 if (Throttle.DEBUG) debugLog("startLoading");
71 if (Throttle.DEBUG) debugLog("forceLoad");
78 if (Throttle.DEBUG) debugLog("stopLoading");
85 if (Throttle.DEBUG) debugLog("onCancelled");
92 if (Throttle.DEBUG) debugLog("onReset");
99 if (Throttle.DEBUG) debugLog("onContentChanged");
105 if (Throttle.DEBUG) debugLog("callSuperOnContentChanged");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
PrivateLog.java 29 * Class to keep long-term log. This is inactive in production, and is only for debug purposes.
33 public static final boolean DEBUG = DictionaryProvider.DEBUG;
56 if (!DEBUG) return sInstance;
73 if (!DEBUG) return;
80 if (!DEBUG) return;
88 if (!DEBUG) return;
98 if (!DEBUG) return;
  /cts/tests/src/android/app/cts/
KeyguardManagerActivity.java 27 public static final boolean DEBUG = false;
41 if (DEBUG) {
47 if (DEBUG) {
59 if (DEBUG) {
63 if (DEBUG) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 33 /* Debug prints */
34 #define DEBUG(argv) printf argv
112 DEBUG(("H.264 Decoder API v%d.%d\n", decVer.major, decVer.minor));
117 DEBUG(("%s\n", tagName));
125 DEBUG((
128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
130 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n"));
133 DEBUG(("\t-Onone does not write output\n"));
135 DEBUG(("\t-P packet-by-packet mode\n"))
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 34 private static final boolean DEBUG = true;
43 if (DEBUG) {
71 if (DEBUG) {
  /external/llvm/utils/
makellvm 9 set DEBUG = 0
35 set doit = 0; set DEBUG = 1; shift argv; breaksw
57 if ($DEBUG) then
58 echo "DEBUG: EXEC = $EXEC"
73 if ($DEBUG) then
74 echo "DEBUG: MFILE = $MFILE"
82 if ($DEBUG) then
83 echo "DEBUG: LLVMDIR = $LLVMDIR"
121 if ($DEBUG) then
122 echo "DEBUG: BUILDROOT = $BUILDROOT
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 44 private static final boolean DEBUG = false;
65 if (DEBUG) Log.v(LOGTAG, "Loaded Chromium provider: " + sProviderInstance);
72 if (DEBUG) Log.v(LOGTAG, "Falling back to default provider: "
77 if (DEBUG) Log.v(LOGTAG, "Falling back to explicit linkage");
85 // For debug builds, we allow a system property to specify that we should use the
110 if (DEBUG) Log.v(LOGTAG, "attempt to load class " + providerName);
112 if (DEBUG) Log.v(LOGTAG, "instantiating factory");
  /bionic/libc/arch-mips/bionic/
cacheflush.c 31 #ifdef DEBUG
66 #ifdef DEBUG
  /bionic/linker/
linker_debug.h 34 // You can increase the verbosity of debug traces by defining the LD_DEBUG
36 // INFO, TRACE, and DEBUG calls in the source). This will only
55 * To enable/disable specific debug options, change the defines above
82 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x)
84 #define DEBUG(x...) do {} while (0)

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 91011>>