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

1 2 3 4 5 67 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
eh-alloca-1.cpp 37 #ifdef DEBUG
eh-inline-2.cpp 38 #ifdef DEBUG
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardService.java 57 /* package */ final static boolean DEBUG = false;
90 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); }
96 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); }
147 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created.");
194 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed.");
202 if (DEBUG) {
236 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path);
264 if (DEBUG) {
280 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId));
307 if (DEBUG) Log.d(LOG_TAG, "Received available export destination request.")
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FirstFrameAnimatorHelper.java 35 private static final boolean DEBUG = false;
77 if (DEBUG) {
128 if (DEBUG) print(animation);
132 if (DEBUG) print(animation);
  /sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/
Main.java 18 if (BuildConfig.DEBUG) {
20 tv.setText("App: DEBUG");
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 1 //===-- RegAllocFast.cpp - A fast register allocator for debug code -------===//
33 #include "llvm/Support/Debug.h"
285 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI)
289 DEBUG(dbgs() << " to stack slot #" << FI << "\n");
317 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV);
445 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n");
454 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding "
465 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n");
494 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to
    [all...]
SplitKit.cpp 25 #include "llvm/Support/Debug.h"
154 DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n");
164 DEBUG(dbgs() << "Analyze counted "
474 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n');
480 DEBUG(dbgs() << " enterIntvBefore " << Idx);
484 DEBUG(dbgs() << ": not live\n");
487 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n');
497 DEBUG(dbgs() << " enterIntvAfter " << Idx);
501 DEBUG(dbgs() << ": not live\n");
504 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n')
    [all...]
InlineSpiller.cpp 31 #include "llvm/Support/Debug.h"
289 DEBUG(dbgs() << "\talso spill snippet " << SnipLI << '\n');
370 DEBUG(dbgs() << " prop to " << Deps->size() << ": "
456 DEBUG(dbgs() << " update " << DepSVI->first->id << '@'
480 DEBUG(dbgs() << "Cached value " << PrintReg(UseReg) << ':'
485 DEBUG(dbgs() << "Tracing value " << PrintReg(UseReg) << ':'
497 DEBUG(dbgs() << " " << PrintReg(Reg) << ':' << VNI->id << '@' << VNI->def
508 DEBUG(dbgs() << "orig phi value\n");
542 DEBUG(dbgs() << "split phi value, checking " << PHIs.size()
584 DEBUG(dbgs() << "copy of " << PrintReg(SrcReg) << ':
    [all...]
  /frameworks/base/services/java/com/android/server/am/
NativeCrashListener.java 45 static final boolean DEBUG = false;
46 static final boolean MORE_DEBUG = DEBUG && false;
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
106 if (DEBUG) Slog.i(TAG, "Starting up");
159 Slog.e(TAG, "Unable to init native debug socket!", e);
179 if (DEBUG) {
211 if (DEBUG) {
224 if (DEBUG) {
250 if (DEBUG) Slog.v(TAG, "processing")
    [all...]
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!");
  /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 175 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onCreate");
230 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
240 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
249 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
257 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStart");
264 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onResume");
277 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onPause");
284 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStop");
291 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onDestroy");
300 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 46 protected static final boolean DEBUG = false;
273 if (DEBUG) Slog.d(TAG, "isinside (" + x + ", " + y + ")");
276 if (DEBUG) Slog.d(TAG, "isinside null subject");
284 if (DEBUG) Slog.d(TAG, " to global (" + x + ", " + y + ")");
290 if (DEBUG) Slog.d(TAG, " to local (" + x + ", " + y + ")");
291 if (DEBUG) Slog.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
396 if (DEBUG) Slog.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
416 if (DEBUG) Slog.d(TAG, "up/cancel");
487 if (DEBUG) Slog.d(TAG, "pointer change");
494 if (DEBUG) Slog.d(TAG, "up/cancel")
    [all...]
  /build/tools/fs_get_stats/
fs_get_stats.c 17 #define DEBUG(fmt,args...) \
18 do { fprintf(stderr, "DEBUG: " fmt, ##args); } while(0)
20 #define DEBUG(x...) do {} while(0)
  /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;
  /external/srec/srec/clib/
log_add.c 31 #define DEBUG 0
77 #if DEBUG
  /external/v8/src/
allocation.h 55 // superclass. The macro prevents the use of new & delete in debug mode.
58 #ifdef DEBUG
74 #ifdef DEBUG
interface.cc 56 #ifdef DEBUG
57 // Current nesting depth for debug output.
76 #ifdef DEBUG
97 #ifdef DEBUG
103 #ifdef DEBUG
124 #ifdef DEBUG
142 #ifdef DEBUG
161 #ifdef DEBUG
189 #ifdef DEBUG
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 40 private static final boolean DEBUG = false;
95 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
SharedPreferencesBackupHelper.java 72 private static final boolean DEBUG = false;
123 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
  /frameworks/base/libs/androidfw/
BackupData.cpp 30 static const bool DEBUG = false;
81 if (DEBUG) ALOGI("writing %d padding bytes for %d", paddingSize, n);
114 if (DEBUG) {
128 if (DEBUG) ALOGI("writing entity header, %d bytes", sizeof(entity_header_v1));
136 if (DEBUG) ALOGI("writing entity header key, %d bytes", keyLen+1);
154 if (DEBUG) ALOGD("Writing data: size=%lu", (unsigned long) size);
157 if (DEBUG) {
169 if (DEBUG) ALOGD("write returned error %d (%s)", m_status, strerror(m_status));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
SettingsUI.java 35 private static final boolean DEBUG = false;
45 if (DEBUG) Slog.d(TAG, "showing brightness dialog");

Completed in 1116 milliseconds

1 2 3 4 5 67 8 91011>>