/external/grub/netboot/ |
pci.c | 24 /*#define DEBUG 1*/ 25 #define DEBUG 0 335 #if DEBUG 375 #if DEBUG 386 #if DEBUG 430 #if DEBUG
|
/external/llvm/lib/Transforms/Utils/ |
LowerSwitch.cpp | 25 #include "llvm/Support/Debug.h" 141 DEBUG(dbgs() << "LHS: " << LHS << "\n"); 143 DEBUG(dbgs() << "RHS: " << RHS << "\n"); 146 DEBUG(dbgs() << "Pivot ==> " 310 DEBUG(dbgs() << "Clusterify finished. Total clusters: " << Cases.size() 312 DEBUG(dbgs() << "Cases: " << Cases << "\n");
|
/external/srec/srec/clib/ |
specnorm.c | 33 #define DEBUG 0 119 #if DEBUG 152 #if DEBUG 169 #if DEBUG 187 #if DEBUG
|
/frameworks/base/location/java/com/android/internal/location/ |
GpsNetInitiatedHandler.java | 43 private static final boolean DEBUG = true; 137 if (DEBUG) Log.d(TAG, "handleNiNotification" + " notificationId: " + notif.notificationId 191 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId + 228 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId + 254 if (DEBUG) Log.d(TAG, "generateIntent, title: " + title + ", message: " + message +
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
NotificationPanel.java | 42 static final boolean DEBUG = false; 193 if (DEBUG) Slog.d(TAG, String.format("PANEL: onLayout: (%d, %d, %d, %d)", l, t, r, b)); 200 if (DEBUG) { 405 mContentAnim.setDuration((DEBUG?10:1)*(appearing ? OPEN_DURATION : CLOSE_DURATION)); 410 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")"); 422 if (DEBUG) Slog.d(TAG, "onAnimationCancel"); 426 if (DEBUG) Slog.d(TAG, "onAnimationEnd");
|
/frameworks/base/services/java/com/android/server/wm/ |
ScreenRotationAnimation.java | 37 static final boolean DEBUG = false; 135 if (DEBUG) { 178 if (DEBUG) Slog.v(TAG, "**** ROTATION: " + delta); 298 if (DEBUG) Slog.v(TAG, "Stepped exit: " + mExitTransformation); 300 if (DEBUG) Slog.v(TAG, "Exit animation done!");
|
/frameworks/support/v4/java/android/support/v4/view/ |
ViewPager.java | 60 private static final boolean DEBUG = false; 617 if (DEBUG) Log.i(TAG, "populate is pending, skipping for now..."); 635 if (DEBUG) Log.v(TAG, "populating: startPos=" + startPos + " endPos=" + endPos); 642 if (DEBUG) Log.i(TAG, "removing: " + ii.position + " @ " + i); 655 if (DEBUG) Log.i(TAG, "inserting: " + lastPos + " @ " + i); 670 if (DEBUG) Log.i(TAG, "appending: " + lastPos); 676 if (DEBUG) { 859 if (DEBUG) Log.v(TAG, "Measuring #" + i + " " + child 915 if (DEBUG) Log.v(TAG, "Positioning #" + i + " " + child + " f=" + ii.object 928 if (DEBUG) Log.i(TAG, "computeScroll: finished=" + mScroller.isFinished()) [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocLinearScan.cpp | 40 #include "llvm/Support/Debug.h" 372 DEBUG({ 498 DEBUG(dbgs() << "Coalescing: " << cur << " -> " << tri_->getName(CandReg) 590 DEBUG({ 602 DEBUG(dbgs() << "\n*** CURRENT ***: " << *cur << '\n'); 617 DEBUG({ 627 DEBUG(dbgs() << "\tinterval " << *IP.first << " expired\n"); 636 DEBUG({ 675 DEBUG(dbgs() << *vrm_); 687 DEBUG(dbgs() << "\tprocessing active intervals:\n") [all...] |
LiveDebugVariables.cpp | 1 //===- LiveDebugVariables.cpp - Tracking debug info variables -------------===// 36 #include "llvm/Support/Debug.h" 44 EnableLDV("live-debug-variables", cl::init(true), 45 cl::desc("Enable the live debug variables pass"), cl::Hidden); 50 "Debug Variable Analysis", false, false) 54 "Debug Variable Analysis", false, false) 70 /// UserValue - A user value is a part of a debug info user variable. 82 const MDNode *variable; ///< The debug info variable we are part of. 84 DebugLoc dl; ///< The debug location for the variable. This is 279 /// @return True if any debug values were found [all...] |
VirtRegMap.cpp | 33 #include "llvm/Support/Debug.h" 260 DEBUG(dbgs() << "********** REWRITE VIRTUAL REGISTERS **********\n" 263 DEBUG(dump()); 270 DEBUG(MBBI->print(dbgs(), Indexes)); 318 DEBUG(dbgs() << "> " << *MI); 324 DEBUG(dbgs() << "Deleting identity copy.\n"); 333 DEBUG(dbgs() << "Identity copy: " << *MI);
|
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | 41 #include "llvm/Support/Debug.h" 417 DEBUG(dbgs() << "\nFPInst:\t" << *MI); 444 DEBUG(dbgs() << "Register FP#" << Reg-X86::FP0 << " is dead!\n"); 449 // Print out all of the instructions expanded to if -debug 450 DEBUG( 476 DEBUG(dbgs() << "\nSetting up live-ins for BB#" << MBB->getNumber() 484 DEBUG(dbgs() << "Block has no FP live-ins.\n"); 494 DEBUG(dbgs() << "Live-in st(" << (i-1) << "): %FP" 503 DEBUG(MBB->dump()); 515 DEBUG(dbgs() << "Setting up live-outs for BB#" << MBB->getNumber( [all...] |
/external/v8/src/ |
spaces.h | 388 #ifdef DEBUG 654 #ifdef DEBUG [all...] |
/frameworks/base/services/java/com/android/server/usb/ |
UsbDeviceManager.java | 65 private static final boolean DEBUG = false; 120 if (DEBUG) Slog.v(TAG, "USB UEVENT: " + event.toString()); 127 if (DEBUG) Slog.d(TAG, "got accessory start"); 148 if (DEBUG) Slog.d(TAG, "accessory attached at boot"); 154 if (DEBUG) Slog.d(TAG, "systemReady"); 251 if (DEBUG) Slog.d(TAG, "boot completed"); 366 if (DEBUG) Slog.d(TAG, "setUsbConfig(" + config + ")"); 373 if (DEBUG) Slog.d(TAG, "setAdbEnabled: " + enable); 661 if (DEBUG) Slog.d(TAG, "setCurrentFunction(" + function + ") default: " + makeDefault);
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupIncomingFragment.java | 88 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 102 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 196 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 207 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 221 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 230 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 241 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 253 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 261 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettingsForSetupWizardXL.java | 53 private static final boolean DEBUG = true; 237 if (DEBUG) Log.d(TAG, "AddNetwork button pressed"); 240 if (DEBUG) Log.d(TAG, "Refresh button pressed"); 243 if (DEBUG) Log.d(TAG, "Skip/Next button pressed"); 255 if (DEBUG) Log.d(TAG, "Connect button pressed"); 258 if (DEBUG) Log.d(TAG, "Back button pressed"); 264 if (DEBUG) Log.i(TAG, "Hiding software keyboard."); 595 if (DEBUG) Log.d(TAG, "Back button pressed after connect action."); 613 if (DEBUG) {
|
/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 38 #ifdef DEBUG 166 #ifndef DEBUG 170 #else /* DEBUG */ 189 #ifdef DEBUG 215 #else /* !DEBUG */ 230 #endif /* DEBUG */ 322 # ifndef DEBUG 399 #ifdef DEBUG 874 #ifdef DEBUG [all...] |
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 34 #include "llvm/Support/Debug.h" 145 DEBUG(dbgs() << "Jump threading on function '" << F.getName() << "'\n"); 166 DEBUG(dbgs() << " JT: Deleting dead block '" << BB->getName() 697 DEBUG(dbgs() << " In block '" << BB->getName() 708 DEBUG(dbgs() << " In block '" << BB->getName() [all...] |
EarlyCSE.cpp | 23 #include "llvm/Support/Debug.h" 322 DEBUG(dbgs() << "EarlyCSE DCE: " << *Inst << '\n'); 332 DEBUG(dbgs() << "EarlyCSE Simplify: " << *Inst << " to: " << *V << '\n'); 344 DEBUG(dbgs() << "EarlyCSE CSE: " << *Inst << " to: " << *V << '\n'); 370 DEBUG(dbgs() << "EarlyCSE CSE LOAD: " << *Inst << " to: " 396 DEBUG(dbgs() << "EarlyCSE CSE CALL: " << *Inst << " to: " 422 DEBUG(dbgs() << "EarlyCSE DEAD STORE: " << *LastStore << " due to: "
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalList.java | 40 private static final boolean DEBUG = false; 365 if (DEBUG) { 537 if (DEBUG) { 560 if (DEBUG) { 573 if (DEBUG) { 709 if (DEBUG) {
|
/dalvik/dx/src/com/android/dx/dex/code/ |
LocalList.java | 40 private static final boolean DEBUG = false; 365 if (DEBUG) { 537 if (DEBUG) { 560 if (DEBUG) { 573 if (DEBUG) { 709 if (DEBUG) {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 70 boolean DEBUG=false; //Internal status report 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/llvm/lib/Analysis/IPA/ |
CallGraphSCCPass.cpp | 27 #include "llvm/Support/Debug.h" 152 DEBUG(dbgs() << "CGSCCPASSMGR: Pass Dirtied SCC: " 174 DEBUG(dbgs() << "CGSCCPASSMGR: Refreshing SCC with " << CurSCC.size() 286 DEBUG(dbgs() << " CGSCCPASSMGR: Devirtualized call to '" 341 DEBUG(if (MadeChange) { 378 // If we're in -debug-pass=Executions mode, construct the SCC node list, 450 DEBUG(if (Iteration) 458 DEBUG(dbgs() << " CGSCCPASSMGR: Stopped iteration after " << Iteration
|
/frameworks/base/core/java/android/content/res/ |
XmlBlock.java | 35 private static final boolean DEBUG=false; 179 if (DEBUG) System.out.println("getAttributeNamespace of " + index + " = " + id); 186 if (DEBUG) System.out.println("getAttributeName of " + index + " = " + id); 202 if (DEBUG) System.out.println("getAttributeValue of " + index + " = " + id); 226 if (DEBUG) System.out.println("getAttributeName of " 228 if (DEBUG) System.out.println(
|
/packages/apps/Email/src/com/android/email/activity/ |
UIControllerTwoPane.java | 171 if (Email.DEBUG) { 187 if (Email.DEBUG) { 328 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 356 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 390 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 420 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 43 private static final boolean DEBUG = Utils.V; 190 if (DEBUG) Log.d(TAG, "No profiles. Maybe we will connect later"); 207 if (DEBUG) Log.d(TAG, "Preferred profiles = " + preferredProfiles); 362 if (DEBUG) Log.d(TAG, "Device has no name (yet), use address: " + mName); 441 if (DEBUG) { 469 if (DEBUG) {
|