Searched refs:DEBUG_PARCEL (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 34 static final boolean DEBUG_PARCEL = false; field in AssistStructure 74 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as in onTransact() 77 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token); in onTransact() 141 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition()); in writeToParcelInner() 148 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize() in writeToParcelInner() 152 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 158 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 182 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition() in writeView() 235 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition() in writeNextEntryToParcel() 272 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringReader @ " in go() [all …]
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 62 static final boolean DEBUG_PARCEL = false; field in ProcessStats 853 if (DEBUG_PARCEL) Slog.i("foo", "Read " + amt + " bytes at " + pos in readFully() 856 if (DEBUG_PARCEL) Slog.i("foo", "**** FINISHED READING: pos=" + pos in readFully() 864 if (DEBUG_PARCEL) Slog.i(TAG, "Copying " + pos + " bytes to new array len " in readFully() 976 if (DEBUG_PARCEL) Slog.d(TAG, "Adding process: " + procName + " " + uid in readFromParcel() 982 if (DEBUG_PARCEL) Slog.d(TAG, "Read " + mProcesses.getMap().size() + " processes"); in readFromParcel() 1036 if (DEBUG_PARCEL) Slog.d(TAG, "Reading package " + pkgName + " " + uid in readFromParcel() 1039 if (DEBUG_PARCEL) Slog.d(TAG, "Got common proc " + procName + " " + uid in readFromParcel() 1062 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() 1066 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() [all …]
|
D | ProcessState.java | 77 private static final boolean DEBUG_PARCEL = false; field in ProcessState 303 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table..."); in readFromParcel() 307 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table..."); in readFromParcel()
|
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.cpp | 31 #define DEBUG_PARCEL 0 macro 1010 #if DEBUG_PARCEL in Bitmap_createFromParcel() 1042 #if DEBUG_PARCEL in Bitmap_createFromParcel() 1116 #if DEBUG_PARCEL in Bitmap_writeToParcel() 1132 #if DEBUG_PARCEL in Bitmap_writeToParcel()
|