Searched refs:DEBUG_PARCEL (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java60 static final boolean DEBUG_PARCEL = false; field in class:AssistStructure
148 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as
151 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token);
220 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition());
227 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize()
231 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
237 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
261 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition()
314 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition()
354 if (DEBUG_PARCEL) Lo
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java55 static final boolean DEBUG_PARCEL = false; field in class:ProcessStats
908 if (DEBUG_PARCEL) Slog.i("foo", "Read " + amt + " bytes at " + pos
911 if (DEBUG_PARCEL) Slog.i("foo", "**** FINISHED READING: pos=" + pos
919 if (DEBUG_PARCEL) Slog.i(TAG, "Copying " + pos + " bytes to new array len "
1041 if (DEBUG_PARCEL) Slog.d(TAG, "Adding process: " + procName + " " + uid
1047 if (DEBUG_PARCEL) Slog.d(TAG, "Read " + mProcesses.getMap().size() + " processes");
1101 if (DEBUG_PARCEL) Slog.d(TAG, "Reading package " + pkgName + " " + uid
1104 if (DEBUG_PARCEL) Slog.d(TAG, "Got common proc " + procName + " " + uid
1127 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: "
1131 if (DEBUG_PARCEL) Slo
[all...]
H A DProcessState.java71 private static final boolean DEBUG_PARCEL = false; field in class:ProcessState
295 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table...");
299 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table...");
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp38 #define DEBUG_PARCEL 0 macro
1089 #if DEBUG_PARCEL
1119 #if DEBUG_PARCEL
1192 #if DEBUG_PARCEL
1208 #if DEBUG_PARCEL

Completed in 1429 milliseconds