/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
D | DecTestBench.c | 34 #define DEBUG(argv) printf argv macro 112 DEBUG(("H.264 Decoder API v%d.%d\n", decVer.major, decVer.minor)); in main() 117 DEBUG(("%s\n", tagName)); in main() 125 DEBUG(( in main() 128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n")); in main() 130 DEBUG(("\t-Ooutfile output writing disabled at compile time\n")); in main() 132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n")); in main() 133 DEBUG(("\t-Onone does not write output\n")); in main() 135 DEBUG(("\t-P packet-by-packet mode\n")); in main() 136 DEBUG(("\t-U NAL unit stream mode\n")); in main() [all …]
|
D | TestBenchMultipleInstance.c | 25 #define DEBUG(argv) printf argv macro 84 DEBUG(( in main() 87 DEBUG(("\t-Nn forces decoding to stop after n pictures\n")); in main() 89 DEBUG(("\t-Ooutfile output writing disabled at compile time\n")); in main() 91 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out.yuv)\n")); in main() 92 DEBUG(("\t-Onone does not write output\n")); in main() 94 DEBUG(("\t-C display cropped image (default decoded image)\n")); in main() 95 DEBUG(("\t-R disable DPB output reordering\n")); in main() 96 DEBUG(("\t-T to print tag name and exit\n")); in main() 130 DEBUG(("No input files\n")); in main() [all …]
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 40 private static final boolean DEBUG = true; field in SoundPoolTest 84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status); in onLoadComplete() 131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test"); in TestSounds() 136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestSounds() 143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestSounds() 146 if (DEBUG) Log.d(LOG_TAG, "End scale test"); in TestSounds() 151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test"); in TestScales() 158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestScales() 165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestScales() 168 if (DEBUG) Log.d(LOG_TAG, "End sounds test"); in TestScales() [all …]
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | KeyguardViewMediator.java | 95 private final static boolean DEBUG = false; field in KeyguardViewMediator 320 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath); in KeyguardViewMediator() 327 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath); in KeyguardViewMediator() 336 if (DEBUG) Log.d(TAG, "onSystemReady"); in onSystemReady() 351 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")"); in onScreenTurnedOff() 354 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled"); in onScreenTurnedOff() 405 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = " in onScreenTurnedOff() 423 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence); in onScreenTurnedOn() 435 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")"); in setKeyguardEnabled() 442 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring"); in setKeyguardEnabled() [all …]
|
D | KeyguardViewManager.java | 45 private final static boolean DEBUG = false; field in KeyguardViewManager 106 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView); in show() 113 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it..."); in show() 148 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen On!"); in show() 151 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen Off!"); in show() 158 if (DEBUG) Log.d(TAG, "keyguard view is null, creating it..."); in show() 207 if (DEBUG) Log.d(TAG, "reset()"); in reset() 214 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()"); in onScreenTurnedOff() 223 if (DEBUG) Log.d(TAG, "onScreenTurnedOn()"); in onScreenTurnedOn() 251 if (DEBUG) Log.d(TAG, "verifyUnlock()"); in verifyUnlock() [all …]
|
D | LockPatternKeyguardView.java | 95 private static final boolean DEBUG = false; field in LockPatternKeyguardView 241 if (DEBUG) Log.v(TAG, "View " + view + " requested show transports"); 252 if (DEBUG) Log.v(TAG, "View " + view + " requested hide transports"); 403 if (DEBUG) Log.d(TAG, "reportFailedPatternAttempt: #" + failedAttempts + in LockPatternKeyguardView() 488 if (DEBUG) Log.w(TAG, "no unlock screen when trying to enable fallback"); in next() 539 if (DEBUG) Log.v(TAG, "*** dispatchDraw() time: " + SystemClock.elapsedRealtime()); in dispatchDraw() 552 if (DEBUG) Log.d(TAG, "screen off"); in onScreenTurnedOff() 596 if (DEBUG) Log.d(TAG, "screen on"); in onScreenTurnedOn() 613 if (DEBUG) Log.v(TAG, "Saving widget state"); in saveWidgetState() 620 if (DEBUG) Log.v(TAG, "Restoring widget state"); in restoreWidgetState() [all …]
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | AsyncTaskLoader.java | 38 static final boolean DEBUG = false; field in AsyncTaskLoader 50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); in doInBackground() 52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground"); in doInBackground() 59 if (DEBUG) Log.v(TAG, this + " onPostExecute"); in onPostExecute() 69 if (DEBUG) Log.v(TAG, this + " onCancelled"); in onCancelled() 114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask); in onForceLoad() 135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask); in cancelLoad() 140 if (DEBUG) Log.v(TAG, in cancelLoad() 151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it"); in cancelLoad() 158 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled); in cancelLoad() [all …]
|
/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 53 static final boolean DEBUG = false; field in AsyncTaskLoader 65 if (DEBUG) Slog.v(TAG, this + " >>> doInBackground"); in doInBackground() 67 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground"); in doInBackground() 74 if (DEBUG) Slog.v(TAG, this + " onPostExecute"); in onPostExecute() 84 if (DEBUG) Slog.v(TAG, this + " onCancelled"); in onCancelled() 129 if (DEBUG) Slog.v(TAG, "Preparing load: mTask=" + mTask); in onForceLoad() 150 if (DEBUG) Slog.v(TAG, "cancelLoad: mTask=" + mTask); in cancelLoad() 155 if (DEBUG) Slog.v(TAG, in cancelLoad() 166 if (DEBUG) Slog.v(TAG, "cancelLoad: task is waiting, dropping it"); in cancelLoad() 173 if (DEBUG) Slog.v(TAG, "cancelLoad: cancelled=" + cancelled); in cancelLoad() [all …]
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | LoaderManager.java | 176 LoaderManagerImpl.DEBUG = enabled; in enableDebugLogging() 182 static boolean DEBUG = false; field in LoaderManagerImpl 241 if (DEBUG) Log.v(TAG, " Starting: " + this); in start() 261 if (DEBUG) Log.v(TAG, " Retaining: " + this); in retain() 270 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this); in finishRetain() 305 if (DEBUG) Log.v(TAG, " Stopping: " + this); in stop() 318 if (DEBUG) Log.v(TAG, " Destroying: " + this); in destroy() 323 if (DEBUG) Log.v(TAG, " Reseting: " + this); in destroy() 353 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this); in onLoadComplete() 356 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed"); in onLoadComplete() [all …]
|
/frameworks/base/core/java/android/app/ |
D | LoaderManager.java | 195 LoaderManagerImpl.DEBUG = enabled; in enableDebugLogging() 201 static boolean DEBUG = false; field in LoaderManagerImpl 260 if (DEBUG) Log.v(TAG, " Starting: " + this); in start() 280 if (DEBUG) Log.v(TAG, " Retaining: " + this); in retain() 289 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this); in finishRetain() 324 if (DEBUG) Log.v(TAG, " Stopping: " + this); in stop() 337 if (DEBUG) Log.v(TAG, " Destroying: " + this); in destroy() 342 if (DEBUG) Log.v(TAG, " Reseting: " + this); in destroy() 372 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this); in onLoadComplete() 375 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed"); in onLoadComplete() [all …]
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | LocalTransport.java | 48 private static final boolean DEBUG = true; field in LocalTransport 88 if (DEBUG) Log.v(TAG, "wiping all data"); in initializeDevice() 94 if (DEBUG) Log.v(TAG, "performBackup() pkg=" + packageInfo.packageName); in performBackup() 114 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize in performBackup() 128 if (DEBUG) Log.v(TAG, " data size " + dataSize); in performBackup() 166 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName); in clearBackupData() 177 if (DEBUG) Log.v(TAG, "finishBackup()"); in finishBackup() 195 if (DEBUG) Log.v(TAG, "start restore " + token); in startRestore() 206 if (DEBUG) Log.v(TAG, " nextRestorePackage() = " + name); in nextRestorePackage() 211 if (DEBUG) Log.v(TAG, " no more packages to restore"); in nextRestorePackage() [all …]
|
/frameworks/base/services/java/com/android/server/am/ |
D | TransferPipe.java | 37 static final boolean DEBUG = false; field in TransferPipe 133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd() in go() 144 if (DEBUG) Slog.i(TAG, "TIMEOUT!"); in go() 155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure); in go() 167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]); in closeFd() 187 if (DEBUG) Slog.i(TAG, "Ready to read pipe..."); in run() 197 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes"); in run() 225 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size); in run() 227 if (DEBUG) Slog.i(TAG, "Interrupted!"); in run()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 43 private static final boolean DEBUG = true; field in NetInitiatedActivity 60 if (DEBUG) Log.d(TAG, "NetInitiatedReceiver onReceive: " + intent.getAction()); 101 …if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + … in onCreate() 110 if (DEBUG) Log.d(TAG, "onResume"); in onResume() 117 if (DEBUG) Log.d(TAG, "onPause"); in onPause() 139 if (DEBUG) Log.d(TAG, "sendUserResponse, response: " + response); in sendUserResponse() 149 if (DEBUG) Log.d(TAG, "handleNIVerify action: " + intent.getAction()); in handleNIVerify()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | NotificationRowLayout.java | 42 private static final boolean DEBUG = false; field in NotificationRowLayout 43 private static final boolean SLOW_ANIMATIONS = DEBUG; 78 if (DEBUG) { in NotificationRowLayout() 104 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()"); in onInterceptTouchEvent() 243 if (DEBUG) Slog.d(TAG, "actually removing child: " + childF); in removeView() 269 if (DEBUG) { in onDraw() 300 if (DEBUG) { in onMeasure() 340 if (DEBUG) Slog.d(TAG, "onLayout: height=" + height); in onLayout() 356 if (DEBUG) { in onLayout() 362 if (DEBUG) { in onLayout() [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | PackageManagerBackupAgent.java | 55 private static final boolean DEBUG = false; field in PackageManagerBackupAgent 123 if (DEBUG) Slog.v(TAG, "onBackup()"); in onBackup() 150 if (DEBUG) Slog.v(TAG, "Storing global metadata key"); in onBackup() 155 if (DEBUG) Slog.v(TAG, "Global metadata key already stored"); in onBackup() 211 if (DEBUG) { in onBackup() 226 if (DEBUG) Slog.v(TAG, "- removing metadata for deleted pkg " + app); in onBackup() 257 if (DEBUG) Slog.v(TAG, "onRestore()"); in onRestore() 264 if (DEBUG) Slog.v(TAG, " got key=" + key + " dataSize=" + dataSize); in onRestore() 274 if (DEBUG) Slog.v(TAG, " storedSystemVersion = " + storedSystemVersion); in onRestore() 283 if (DEBUG) { in onRestore() [all …]
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 45 private final boolean DEBUG = false; field in GenericInflater 260 if (DEBUG) System.out.println("INFLATING from resource: " + resource); in inflate() 310 if (DEBUG) { in inflate() 322 if (DEBUG) { in inflate() 327 if (DEBUG) { in inflate() 421 if (DEBUG) System.out.println("******** Creating item: " + name); in createItemFromTag() 434 if (DEBUG) System.out.println("Created item is: " + item); in createItemFromTag() 476 if (DEBUG) { in rInflate() 483 if (DEBUG) { in rInflate() 490 if (DEBUG) { in rInflate() [all …]
|
/frameworks/base/core/java/android/database/sqlite/ |
D | DatabaseConnectionPool.java | 53 if (Log.isLoggable(TAG, Log.DEBUG)) { in DatabaseConnectionPool() 62 if (Log.isLoggable(TAG, Log.DEBUG)) { in close() 82 if (Log.isLoggable(TAG, Log.DEBUG)) { in get() 145 if (Log.isLoggable(TAG, Log.DEBUG)) { in get() 158 if (Log.isLoggable(TAG, Log.DEBUG)) { in release() 166 if (Log.isLoggable(TAG, Log.DEBUG)) { in release() 176 if (Log.isLoggable(TAG, Log.DEBUG)) { in release() 284 if (Log.isLoggable(TAG, Log.DEBUG)) { in acquire() 296 if (Log.isLoggable(TAG, Log.DEBUG)) { in release() 310 if (Log.isLoggable(TAG, Log.DEBUG)) { in isFree()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 91 static final boolean DEBUG = false; field in WallpaperService 270 if (DEBUG) Log.v(TAG, "Dispatch wallpaper offsets: " + x + ", " + y); 289 if (DEBUG) Log.v(TAG, "Dispatch wallpaper command: " + x + ", " + y); 535 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating in updateSurface() 587 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface in updateSurface() 606 if (DEBUG) Log.v(TAG, "Layout: Surface destroyed"); in updateSurface() 618 if (DEBUG) Log.v(TAG, "onSurfaceCreated(" in updateSurface() 634 if (DEBUG) { in updateSurface() 641 if (DEBUG) Log.v(TAG, "onSurfaceChanged(" in updateSurface() 681 if (DEBUG) Log.v(TAG, "onVisibilityChanged(true) at surface: " in updateSurface() [all …]
|
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipService.java | 72 static final boolean DEBUG = true; field in SipService 112 if (DEBUG) Log.d(TAG, "SIP service started"); in start() 117 if (DEBUG) Log.d(TAG, " service started!"); in SipService() 171 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": " in open3() 269 if (DEBUG) Log.d(TAG, "createSession()", e); in createSession() 287 if (DEBUG) Log.d(TAG, "determineLocalIp()", e); in determineLocalIp() 328 if (DEBUG) Log.d(TAG, "notify: profile added: " + localProfile); in notifyProfileAdded() 335 if (DEBUG) Log.d(TAG, "notify: profile removed: " + localProfile); in notifyProfileRemoved() 394 if (DEBUG) Log.d(TAG, "#pending sess=" + mPendingSessions.size()); in addPendingSession() 417 if (DEBUG) Log.d(TAG, "call self: " in callingSelf() [all …]
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 196 static final boolean DEBUG = false; field in InputMethodManager 641 if (DEBUG) Log.v(TAG, "FINISH INPUT: " + mServedView); in finishInputLocked() 954 if (DEBUG) Log.v(TAG, "Starting input: view=" + view); in startInputInner() 956 if (DEBUG) Log.v(TAG, "ABORT input: no served view!"); in startInputInner() 969 if (DEBUG) Log.v(TAG, "ABORT input: no handler for view!"); in startInputInner() 975 if (DEBUG) Log.v(TAG, "Starting input: reschedule to view thread"); in startInputInner() 991 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner() 998 if (DEBUG) Log.v(TAG, in startInputInner() 1025 if (DEBUG) Log.v(TAG, "START INPUT: " + view + " ic=" in startInputInner() 1029 if (DEBUG) Log.v(TAG, "Starting input: Bind result=" + res); in startInputInner() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
D | CatLog.java | 22 static final boolean DEBUG = true; field in CatLog 25 if (!DEBUG) { in d() 35 if (!DEBUG) { in d()
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 35 private static final boolean DEBUG = false; field in AccessibilityInputFilter 76 if (DEBUG) { in onInstalled() 85 if (DEBUG) { in onUninstalled() 94 if (DEBUG) { in onInputEvent()
|
/frameworks/base/core/java/android/app/backup/ |
D | WallpaperBackupHelper.java | 38 private static final boolean DEBUG = false; field in WallpaperBackupHelper 80 if (DEBUG) { in WallpaperBackupHelper() 113 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth in restoreEntity() 127 if (DEBUG) Slog.d(TAG, "wallpaper dimension match; using"); in restoreEntity() 133 if (DEBUG) Slog.d(TAG, "dimensions too far off: wr=" + widthRatio in restoreEntity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | Choreographer.java | 34 private static final boolean DEBUG = RecentsPanelView.DEBUG; field in Choreographer 119 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")"); in startAnimation() 135 if (DEBUG) Slog.d(TAG, "panelHeight=" + h); in setPanelHeight() 140 if (DEBUG) Slog.d(TAG, "onAnimationCancel"); in onAnimationCancel() 146 if (DEBUG) Slog.d(TAG, "onAnimationEnd"); in onAnimationEnd()
|
/frameworks/base/libs/utils/ |
D | BackupData.cpp | 30 static const bool DEBUG = false; variable 81 if (DEBUG) LOGI("writing %d padding bytes for %d", paddingSize, n); in write_padding_for() 114 if (DEBUG) { in WriteEntityHeader() 128 if (DEBUG) LOGI("writing entity header, %d bytes", sizeof(entity_header_v1)); in WriteEntityHeader() 136 if (DEBUG) LOGI("writing entity header key, %d bytes", keyLen+1); in WriteEntityHeader() 154 if (DEBUG) LOGD("Writing data: size=%lu", (unsigned long) size); in WriteEntityData() 157 if (DEBUG) { in WriteEntityData() 169 if (DEBUG) LOGD("write returned error %d (%s)", m_status, strerror(m_status)); in WriteEntityData()
|