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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/view/accessibility/
AccessibilityInteractionClient.java 79 private static final boolean DEBUG = false;
207 if (DEBUG) {
212 if (DEBUG) {
254 if (DEBUG) {
259 if (DEBUG) {
302 if (DEBUG) {
307 if (DEBUG) {
347 if (DEBUG) {
352 if (DEBUG) {
391 if (DEBUG) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 55 static final boolean DEBUG = false;
127 if (DEBUG) Log.d(TAG, "onCreate");
152 if (DEBUG) Log.d(TAG, "onDestroy");
184 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags);
188 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - intent is null.");
230 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - Bad intent.");
266 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = "
304 if (DEBUG) {
315 if(DEBUG) {
336 if (DEBUG) {
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 56 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
299 if (DEBUG) {
319 if (DEBUG) {
333 if (DEBUG) {
345 if (DEBUG) {
361 if (DEBUG) {
380 if (DEBUG) {
399 if (DEBUG) {
418 if (DEBUG) {
    [all...]
  /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
379 #ifdef 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/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 27 #include "llvm/Support/Debug.h"
120 DEBUG(errs() << "\nFunction : "
122 DEBUG(errs() << "<--------->\n");
123 DEBUG(MI.print(errs()));
124 DEBUG(errs() << "FrameIndex : " << FrameIndex << "\n");
125 DEBUG(errs() << "FrameOffset : " << Offset << "\n");
126 DEBUG(errs() << "StackSize : " << StackSize << "\n");
146 DEBUG(errs() << "Offset : " << Offset << "\n" << "<--------->\n");
  /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)
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 22 import android.os.Debug;
44 private final static boolean DEBUG = false;
93 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
139 Debug.enableEmulatorTraceOutput();
223 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
237 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
255 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
278 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 106 if (Log.isLoggable(TAG, Log.DEBUG)) {
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
207 if (Log.isLoggable(TAG, Log.DEBUG)) {
218 if (Log.isLoggable(TAG, Log.DEBUG)) {
226 if (Log.isLoggable(TAG, Log.DEBUG)) {
241 if (Log.isLoggable(TAG, Log.DEBUG)) {
252 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 56 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
74 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
91 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
109 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
175 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
203 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
212 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
  /system/core/sh/
show.c 56 #ifdef DEBUG
272 #ifdef DEBUG
276 if (debug != 1)
285 #ifdef DEBUG
288 if (debug != 1)
299 #ifdef DEBUG
300 if (debug != 1)
307 #ifdef DEBUG
311 if (debug != 1)
323 if (debug != 1
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 22 #include "llvm/Support/Debug.h"
200 DEBUG(dbgs() << "Try to fold single def: " << *DefMI
210 DEBUG(dbgs() << " folded: " << *FoldMI);
234 DEBUG(dbgs() << "Won't delete: " << Idx << '\t' << *MI);
241 DEBUG(dbgs() << "Can't delete: " << Idx << '\t' << *MI);
245 DEBUG(dbgs() << "Deleting dead def " << Idx << '\t' << *MI);
302 DEBUG(dbgs() << "Converted physregs to:\t" << *MI);
357 DEBUG(dbgs() << NumComp << " components: " << *LI << '\n');
370 DEBUG({
383 DEBUG(dbgs() << "Inflated " << PrintReg(LI.reg) << " to
    [all...]
MachineSink.cpp 28 #include "llvm/Support/Debug.h"
143 DEBUG(dbgs() << "Coalescing: " << *DefMI);
144 DEBUG(dbgs() << "*** to: " << *MI);
164 // Ignore debug uses because debug info doesn't affect the code.
222 DEBUG(dbgs() << "******** Machine Sinking ********\n");
616 DEBUG(dbgs() << "Sink instr " << *MI << "\tinto block " << *SuccToSinkTo);
627 DEBUG(dbgs() << " *** NOTE: Won't sink load along critical edge.\n");
634 DEBUG(dbgs() << " *** NOTE: Critical edge found\n");
640 DEBUG(dbgs() << " *** NOTE: Loop header found\n")
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardActivityLauncher.java 45 private static final boolean DEBUG = KeyguardHostView.DEBUG;
71 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): Nothing found");
77 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): resolved: " + resolved);
79 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): Would launch resolver");
86 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): no metadata found");
91 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): no layout specified");
178 if (DEBUG) Log.d(TAG, String.format("Starting activity for intent %s at %s",
233 if (DEBUG) Log.d(TAG, String.format("waitResult[%s,%s,%s,%s] at %s",
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportVCardActivity.java 50 private static final boolean DEBUG = VCardService.DEBUG;
58 if (DEBUG) Log.d(LOG_TAG, "IncomingHandler received message.");
82 if (DEBUG) {
134 if (DEBUG) {
190 if (DEBUG) Log.d(LOG_TAG, "connected to service, requesting a destination file name");
200 if (DEBUG) Log.d(LOG_TAG, "onServiceDisconnected()");
278 if (DEBUG) Log.d(LOG_TAG, "ExportVCardActivity#onClick() is called");
284 if (DEBUG) Log.d(LOG_TAG, "ExportVCardActivity#onCancel() is called");
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/
Log.java 31 public static final int DEBUG = android.util.Log.DEBUG;
106 * Prints a message at DEBUG priority.
114 println(DEBUG, tag, msg, tr);
118 * Prints a message at DEBUG priority.
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/
Log.java 31 public static final int DEBUG = android.util.Log.DEBUG;
106 * Prints a message at DEBUG priority.
114 println(DEBUG, tag, msg, tr);
118 * Prints a message at DEBUG priority.
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/
Log.java 31 public static final int DEBUG = android.util.Log.DEBUG;
106 * Prints a message at DEBUG priority.
114 println(DEBUG, tag, msg, tr);
118 * Prints a message at DEBUG priority.
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/
Log.java 31 public static final int DEBUG = android.util.Log.DEBUG;
106 * Prints a message at DEBUG priority.
114 println(DEBUG, tag, msg, tr);
118 * Prints a message at DEBUG priority.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringExtensions.cs 40 #if DEBUG
117 #if DEBUG
136 #if DEBUG
  /external/e2fsprogs/misc/
ismounted.c 158 #ifdef DEBUG
161 #endif /* DEBUG */
167 #ifdef DEBUG
170 #endif /* DEBUG */
203 #ifdef DEBUG
215 #endif /* DEBUG */
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 45 #ifdef DEBUG
81 #ifdef DEBUG
93 #ifdef DEBUG
157 * This function displays data bytes for debug purpose
  /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
  /packages/apps/Contacts/src/com/android/contacts/socialwidget/
SocialWidgetSettings.java 53 if (Log.isLoggable(TAG, Log.DEBUG)) {
68 if (Log.isLoggable(TAG, Log.DEBUG)) {
75 if (Log.isLoggable(TAG, Log.DEBUG)) {

Completed in 1765 milliseconds

1 2 3 4 5 6 7 891011>>