HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 101 - 125 of 820) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/srec/srec/cfront/
chelmel4.c 35 #define DEBUG 0
77 #if DEBUG
86 #if DEBUG
  /external/srec/srec/clib/
voicing.c 39 #define DEBUG 0
51 #if DEBUG
136 #if DEBUG
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 88 private static final boolean DEBUG = false;
206 if (DEBUG) Log.v(TAG, "doBackup() invoked");
232 if (DEBUG) Log.v(TAG, "doRestore() invoked");
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiConnectionTest.java 51 private static final boolean DEBUG = true;
65 if (DEBUG) {
112 if (DEBUG) {
  /packages/apps/Phone/src/com/android/phone/
AccelerometerListener.java 35 private static final boolean DEBUG = true;
73 if (DEBUG) Log.d(TAG, "enable(" + enable + ")");
149 if (DEBUG) {
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 49 private static final boolean DEBUG = false;
52 private static boolean DEBUG = true;
110 // DEBUG = DEBUG_RESULTS =
129 if (DEBUG)
163 if (DEBUG) System.out.println("Invocation simplification:");
177 if (DEBUG) System.out.println("Usage initialization: ");
186 if (DEBUG) System.out.print("(super.<init>)");
203 if (DEBUG) System.out.print("(infinite loop)");
218 if (DEBUG) System.out.println();
226 if (DEBUG) System.out.println("Usage marking:")
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 71 private static final boolean DEBUG = false;
72 private static final boolean DEBUG_TIMER = DEBUG && false;
108 if (DEBUG) Log.i(TAG, "SIP service started");
113 if (DEBUG) Log.d(TAG, " service started!");
192 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": "
289 if (DEBUG) Log.d(TAG, "createSession()", e);
307 if (DEBUG) Log.d(TAG, "determineLocalIp()", e);
348 if (DEBUG) Log.d(TAG, "notify: profile added: " + localProfile);
355 if (DEBUG) Log.d(TAG, "notify: profile removed: " + localProfile);
370 if (DEBUG) Log.d(TAG, "~~~~~~~~~~~~~~~~~~~~~ acquire wifi lock")
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 191 static final boolean DEBUG = false;
592 if (DEBUG) Log.v(TAG, "FINISH INPUT: " + mServedView);
    [all...]
  /external/e2fsprogs/lib/e2p/
percent.c 31 #ifdef 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/proguard/src/proguard/classfile/editor/
ClassEditor.java 34 private static final boolean DEBUG = false;
67 if (DEBUG)
135 if (DEBUG)
205 if (DEBUG)
  /external/qemu/slirp/
debug.h 21 #ifdef DEBUG
  /external/qemu/slirp-android/
debug.h 21 #ifdef DEBUG
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 26 #define DEBUG 0
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...]
  /external/v8/src/
apiutils.h 62 #ifdef DEBUG
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 47 static final boolean DEBUG = false;
111 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
134 if (DEBUG) Log.d(TAG, "HTTP error: " + status.getReasonPhrase());
163 if (DEBUG) Log.d(TAG, "error " + e);
  /hardware/msm7k/librpc/
debug.h 40 #ifdef DEBUG
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
Android.mk 5 DEBUG ?= y
11 ifeq ($(DEBUG),y)
  /packages/apps/DeskClock/src/com/android/deskclock/
Log.java 32 static final boolean LOGV = AlarmClock.DEBUG ? Config.LOGD : Config.LOGV;
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
Android.mk 5 DEBUG ?= y
9 ifeq ($(DEBUG),y)
  /system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
Android.mk 5 DEBUG ?= y
11 ifeq ($(DEBUG),y)
  /development/apps/CustomLocale/src/com/android/customlocale/
CustomLocaleActivity.java 62 private static final boolean DEBUG = true;
124 if (DEBUG) {
155 if (DEBUG) {
175 if (DEBUG) {
253 if (DEBUG) {
284 if (DEBUG) {
311 if (DEBUG) {
329 if (DEBUG) {
  /external/e2fsprogs/lib/ss/
parse.c 67 #ifdef DEBUG
138 #ifdef DEBUG
  /external/emma/core/java12/com/vladium/jcd/cls/
Field_info.java 90 if (DEBUG) System.out.println ("\t[" + i + "] attribute: " + attribute_info);
194 private static final boolean DEBUG = false;
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
Makefile 29 DEBUG = 1
49 !if $(DEBUG) == 1
50 !message Building with debug.
54 !message Building without debug.

Completed in 422 milliseconds

1 2 3 45 6 7 8 91011>>