/external/libpng/contrib/gregbook/ |
readpng.h | 66 #ifdef DEBUG
|
/external/llvm/lib/Target/CellSPU/ |
SPUInstrInfo.cpp | 21 #include "llvm/Support/Debug.h" 244 DEBUG(errs() << "Pushing LastInst: "); 245 DEBUG(LastInst->dump()); 265 DEBUG(errs() << "Pushing SecondLastInst: "); 266 DEBUG(SecondLastInst->dump()); 313 DEBUG(errs() << "Removing branch: "); 314 DEBUG(I->dump()); 325 DEBUG(errs() << "Removing second branch: "); 326 DEBUG(I->dump()); 375 DEBUG(errs() << "Inserted one-way uncond branch: ") [all...] |
/external/tcpdump/ |
route6d.h | 61 #ifndef DEBUG
|
/external/v8/src/ |
macro-assembler.h | 97 #ifdef DEBUG 116 #endif // DEBUG
|
/frameworks/base/core/java/android/webkit/ |
ConsoleMessage.java | 34 DEBUG
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
SharedStorageAgent.java | 20 static final boolean DEBUG = true; 72 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath()); 77 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash)); 80 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
|
/frameworks/base/services/java/com/android/server/am/ |
TransferPipe.java | 37 static final boolean DEBUG = false; 133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd() 144 if (DEBUG) Slog.i(TAG, "TIMEOUT!"); 155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure); 167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]); 187 if (DEBUG) Slog.i(TAG, "Ready to read pipe..."); 197 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes"); 225 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size); 227 if (DEBUG) Slog.i(TAG, "Interrupted!");
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
Log_Delegate.java | 27 case Log.DEBUG:
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentPagerAdapter.java | 34 private static final boolean DEBUG = false; 63 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment); 67 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment); 83 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
|
/frameworks/support/v13/java/android/support/v13/dreams/ |
BasicDream.java | 30 private final static boolean DEBUG = true; 68 if (DEBUG) Log.d(TAG, "now " + (plugged ? "plugged in" : "unplugged")); 98 if (DEBUG) Log.d(TAG, "exiting onPause"); 126 if (DEBUG) Log.d(TAG, "exiting onUserInteraction");
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentPagerAdapter.java | 31 private static final boolean DEBUG = false; 60 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment); 64 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment); 80 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
debug.h | 31 #ifdef DEBUG
|
/hardware/ti/omap4xxx/domx/omx_core/ |
Makefile | 35 CDEFS += DEBUG
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
ExportVCardActivity.java | 51 private static final boolean DEBUG = VCardService.DEBUG; 59 if (DEBUG) Log.d(LOG_TAG, "IncomingHandler received message."); 83 if (DEBUG) { 135 if (DEBUG) { 181 if (DEBUG) Log.d(LOG_TAG, "connected to service, requesting a destination file name"); 191 if (DEBUG) Log.d(LOG_TAG, "onServiceDisconnected()"); 270 if (DEBUG) Log.d(LOG_TAG, "ExportVCardActivity#onClick() is called"); 276 if (DEBUG) Log.d(LOG_TAG, "ExportVCardActivity#onCancel() is called");
|
VCardService.java | 58 /* package */ final static boolean DEBUG = false; 91 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); } 97 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); } 147 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created."); 188 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed."); 196 if (DEBUG) { 230 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path); 258 if (DEBUG) { 274 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId)); 299 if (DEBUG) Log.d(LOG_TAG, "Received available export destination request.") [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
DefaultRetryScheme.java | 28 private static final boolean DEBUG = false;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VCardTest.java | 33 private static final boolean DEBUG = false;
|
/external/llvm/lib/CodeGen/ |
RegAllocFast.cpp | 1 //===-- RegAllocFast.cpp - A fast register allocator for debug code -------===// 28 #include "llvm/Support/Debug.h" 195 // Check for non-debug uses or defs following MO. 264 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->first, TRI) 268 DEBUG(dbgs() << " to stack slot #" << FI << "\n"); 295 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV); 426 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n"); 435 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding " 443 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n") [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest3.java | 407 if (DEBUG) 436 if (DEBUG) 465 if (DEBUG) 494 if (DEBUG) 523 if (DEBUG) 552 if (DEBUG) 581 if (DEBUG) 610 if (DEBUG) 638 if (DEBUG) 667 if (DEBUG) [all...] |
/external/mtpd/ |
l2tp.c | 323 log_print(DEBUG, "Sending SCCRQ (local_tunnel = %d)", local_tunnel); 429 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> " 436 log_print(DEBUG, "Received SCCRP without %s", tunnel ? 447 log_print(DEBUG, "Received ICRP (remote_session = %d) -> " 455 log_print(DEBUG, "Received ICRP without assigned session"); 462 log_print(DEBUG, "Received STOPCCN"); 469 log_print(DEBUG, "Received CDN (local_session = %d)", 485 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = " 496 log_print(DEBUG, "Received ACK"); 498 log_print(DEBUG, "Received %s -> Sending ACK" [all...] |
/frameworks/base/core/java/android/preference/ |
GenericInflater.java | 45 private final boolean DEBUG = false; 260 if (DEBUG) System.out.println("INFLATING from resource: " + resource); 310 if (DEBUG) { 322 if (DEBUG) { 327 if (DEBUG) { 421 if (DEBUG) System.out.println("******** Creating item: " + name); 434 if (DEBUG) System.out.println("Created item is: " + item); 476 if (DEBUG) { 483 if (DEBUG) { 490 if (DEBUG) { [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
EmailActivity.java | 162 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onCreate"); 205 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 215 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 224 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { 232 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStart"); 239 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onResume"); 252 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onPause"); 259 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStop"); 266 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onDestroy"); 275 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) { [all...] |
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/ |
PostNotification.java | 68 if (GoogleSecurityToolActivity.DEBUG) { 122 if (GoogleSecurityToolActivity.DEBUG) { 130 if (GoogleSecurityToolActivity.DEBUG) { 142 if (GoogleSecurityToolActivity.DEBUG) { 150 if (GoogleSecurityToolActivity.DEBUG) 153 if (GoogleSecurityToolActivity.DEBUG) 160 final boolean TRY_THEM_ALL = GoogleSecurityToolActivity.DEBUG; 173 if (GoogleSecurityToolActivity.DEBUG) { 192 if (GoogleSecurityToolActivity.DEBUG) { 205 if (GoogleSecurityToolActivity.DEBUG) { [all...] |
/development/apps/CustomLocale/src/com/android/customlocale2/ |
NewLocaleDialog.java | 38 private static final boolean DEBUG = true; 62 if (DEBUG) {
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
ConstantValueAttribute_info.java | 127 if (DEBUG) System.out.println ("\tconstantvalue_index: " + m_value_index); 133 private static final boolean DEBUG = false;
|