/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 sounds 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 scale test"); in TestScales() [all …]
|
/frameworks/av/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/packages/SystemUI/src/com/android/systemui/analytics/ |
D | DataCollector.java | 53 public static final boolean DEBUG = false; field in DataCollector 178 if (DEBUG) { in enforceTimeout() 195 if (DEBUG) { in onScreenTurningOn() 204 if (DEBUG) { in onScreenOnFromTouch() 212 if (DEBUG) { in onScreenOff() 220 if (DEBUG) { in onSucccessfulUnlock() 228 if (DEBUG) { in onBouncerShown() 235 if (DEBUG) { in onBouncerHidden() 242 if (DEBUG) { in onQsDown() 249 if (DEBUG) { in setQsExpanded() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileLifecycleManager.java | 53 public static final boolean DEBUG = false; field in TileLifecycleManager 93 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser); in TileLifecycleManager() 136 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser); in setBindService() 147 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser); in setBindService() 160 if (DEBUG) Log.d(TAG, "onServiceConnected " + name); in onServiceConnected() 174 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name); in onServiceDisconnected() 187 if (DEBUG) Log.d(TAG, "Handling pending onAdded"); in handlePendingMessages() 191 if (DEBUG) Log.d(TAG, "Handling pending onStartListening"); in handlePendingMessages() 195 if (DEBUG) Log.d(TAG, "Handling pending onClick"); in handlePendingMessages() 204 if (DEBUG) Log.d(TAG, "Handling pending onUnlockComplete"); in handlePendingMessages() [all …]
|
/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 55 static final boolean DEBUG = false; field in AsyncTaskLoader 67 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); in doInBackground() 70 if (DEBUG) Log.v(TAG, this + " <<< doInBackground"); in doInBackground() 82 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex); in doInBackground() 90 if (DEBUG) Log.v(TAG, this + " onPostExecute"); in onPostExecute() 101 if (DEBUG) Log.v(TAG, this + " onCancelled"); in onCancelled() 165 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask); in onForceLoad() 171 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask); in onCancelLoad() 176 if (DEBUG) Log.v(TAG, in onCancelLoad() 187 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it"); in onCancelLoad() [all …]
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | AsyncTaskLoader.java | 40 static final boolean DEBUG = false; field in AsyncTaskLoader 52 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); in doInBackground() 55 if (DEBUG) Log.v(TAG, this + " <<< doInBackground"); in doInBackground() 67 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex); in doInBackground() 75 if (DEBUG) Log.v(TAG, this + " onPostExecute"); in onPostExecute() 86 if (DEBUG) Log.v(TAG, this + " onCancelled"); in onCancelled() 149 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask); in onForceLoad() 155 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask); in onCancelLoad() 160 if (DEBUG) Log.v(TAG, in onCancelLoad() 171 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it"); in onCancelLoad() [all …]
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteProviderProxy.java | 41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE); field in TvRemoteProviderProxy 99 if (DEBUG) { in start() 110 if (DEBUG) { in stop() 142 if (DEBUG) { in bind() 152 if (!mBound && DEBUG) { in bind() 156 if (DEBUG) { in bind() 165 if (DEBUG) { in unbind() 177 if (DEBUG) { in onServiceConnected() 191 if (DEBUG) { in onServiceConnected() 195 if (DEBUG) { in onServiceConnected() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeService.java | 52 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in DozeService 96 if (DEBUG) Log.d(mTag, "new DozeService()"); in DozeService() 97 setDebug(DEBUG); in DozeService() 121 if (DEBUG) Log.d(mTag, "onCreate"); in onCreate() 150 if (DEBUG) Log.d(mTag, "onAttachedToWindow"); in onAttachedToWindow() 165 if (DEBUG) Log.d(mTag, "onDreamingStarted canDoze=" + canDoze() + " mPowerSaveActive=" in onDreamingStarted() 200 if (DEBUG) Log.d(mTag, "onDreamingStopped isDozing=" + isDozing()); in onDreamingStopped() 284 if (DEBUG) Log.d(mTag, "Display off"); in turnDisplayOff() 289 if (DEBUG) Log.d(mTag, "Display on"); in turnDisplayOn() 304 if (DEBUG) Log.d(mTag, "listenForPulseSignals: " + listen); in listenForPulseSignals() [all …]
|
/frameworks/base/core/java/android/app/ |
D | LoaderManager.java | 196 LoaderManagerImpl.DEBUG = enabled; in enableDebugLogging() 202 static boolean DEBUG = false; field in LoaderManagerImpl 264 if (DEBUG) Log.v(TAG, " Starting: " + this); in start() 285 if (DEBUG) Log.v(TAG, " Retaining: " + this); in retain() 294 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this); in finishRetain() 329 if (DEBUG) Log.v(TAG, " Stopping: " + this); in stop() 343 if (DEBUG) Log.v(TAG, " Canceling: " + this); in cancel() 355 if (DEBUG) Log.v(TAG, " Destroying: " + this); in destroy() 360 if (DEBUG) Log.v(TAG, " Reseting: " + this); in destroy() 392 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this); in onLoadCanceled() [all …]
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | LoaderManager.java | 177 LoaderManagerImpl.DEBUG = enabled; in enableDebugLogging() 192 static boolean DEBUG = false; field in LoaderManagerImpl 257 if (DEBUG) Log.v(TAG, " Starting: " + this); in start() 278 if (DEBUG) Log.v(TAG, " Retaining: " + this); in retain() 287 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this); in finishRetain() 322 if (DEBUG) Log.v(TAG, " Stopping: " + this); in stop() 336 if (DEBUG) Log.v(TAG, " Canceling: " + this); in cancel() 348 if (DEBUG) Log.v(TAG, " Destroying: " + this); in destroy() 353 if (DEBUG) Log.v(TAG, " Reseting: " + this); in destroy() 385 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this); in onLoadCanceled() [all …]
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraCaptureSessionImpl.java | 42 private static final boolean DEBUG = false; field in CameraCaptureSessionImpl 128 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully"); in CameraCaptureSessionImpl() 174 if (DEBUG) { in capture() 208 if (DEBUG) { in captureBurst() 231 if (DEBUG) { in setRepeatingRequest() 260 if (DEBUG) { in setRepeatingBurst() 274 if (DEBUG) { in stopRepeating() 285 if (DEBUG) { in abortCaptures() 339 if (DEBUG) Log.v(TAG, mIdString + "replaceSessionClose"); in replaceSessionClose() 359 if (DEBUG) Log.v(TAG, mIdString + "close - reentering"); in close() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 137 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in KeyguardViewMediator 385 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the " 690 if (DEBUG) Log.d(TAG, "onSystemReady"); in onSystemReady() 707 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + why + ")"); in onStartedGoingToSleep() 722 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled"); in onStartedGoingToSleep() 751 if (DEBUG) Log.d(TAG, "onFinishedGoingToSleep(" + why + ")"); in onFinishedGoingToSleep() 844 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = " in doKeyguardLaterLocked() 898 if (DEBUG) Log.d(TAG, "onStartedWakingUp, seq = " + mDelayedShowingSequence); in onStartedWakingUp() 965 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")"); in setKeyguardEnabled() 971 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring"); in setKeyguardEnabled() [all …]
|
/frameworks/base/docs/html/ndk/guides/ |
D | ndk-stack.jd | 23 I/DEBUG ( 31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 24 I/DEBUG ( 31): Build fingerprint: 'generic/google_sdk/generic/:2.2/FRF91/43546:eng/test-keys' 25 I/DEBUG ( 31): pid: 351, tid: 351 %gt;%gt;%gt; /data/local/ndk-tests/crasher <<< 26 I/DEBUG ( 31): signal 11 (SIGSEGV), fault addr 0d9f00d8 27 I/DEBUG ( 31): r0 0000af88 r1 0000a008 r2 baadf00d r3 0d9f00d8 28 I/DEBUG ( 31): r4 00000004 r5 0000a008 r6 0000af88 r7 00013c44 29 I/DEBUG ( 31): r8 00000000 r9 00000000 10 00000000 fp 00000000 30 I/DEBUG ( 31): ip 0000959c sp be956cc8 lr 00008403 pc 0000841e cpsr 60000030 31 I/DEBUG ( 31): #00 pc 0000841e /data/local/ndk-tests/crasher 32 I/DEBUG ( 31): #01 pc 000083fe /data/local/ndk-tests/crasher [all …]
|
/frameworks/base/core/java/com/android/internal/alsa/ |
D | AlsaCardsParser.java | 32 protected static final boolean DEBUG = false; field in AlsaCardsParser 108 if (DEBUG) { in scan() 120 if (DEBUG) { in scan() 129 if (DEBUG) { in scan() 180 if (DEBUG) { in getDefaultUsbCard() 186 if (DEBUG) { in getDefaultUsbCard() 192 if (DEBUG) { in getDefaultUsbCard() 199 if (DEBUG) { in getDefaultUsbCard() 210 if (DEBUG) { in getDefaultUsbCard() 224 if (DEBUG) { in getDefaultCard() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | AnyMotionDetector.java | 41 private static final boolean DEBUG = false; field in AnyMotionDetector 110 if (DEBUG) Slog.d(TAG, "AnyMotionDetector instantiated."); in AnyMotionDetector() 124 if (DEBUG) Slog.d(TAG, "mNumSufficientSamples = " + mNumSufficientSamples); in AnyMotionDetector() 132 if (DEBUG) { in checkForAnyMotion() 138 if (DEBUG) { in checkForAnyMotion() 153 if (DEBUG) Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE."); in stop() 168 if (DEBUG) Slog.d(TAG, "startOrientationMeasurementLocked: mMeasurementInProgress=" + in startOrientationMeasurementLocked() 183 if (DEBUG) Slog.d(TAG, "stopOrientationMeasurement. mMeasurementInProgress=" + in stopOrientationMeasurementLocked() 193 if (DEBUG) { in stopOrientationMeasurementLocked() 204 if (DEBUG) Slog.d(TAG, "getStationaryStatus() returned " + status); in stopOrientationMeasurementLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | EventConditionProvider.java | 55 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in EventConditionProvider 78 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()"); in EventConditionProvider() 117 if (DEBUG) Slog.d(TAG, "onBootComplete"); in onBootComplete() 134 if (DEBUG) Slog.d(TAG, "onConnected"); in onConnected() 141 if (DEBUG) Slog.d(TAG, "onDestroy"); in onDestroy() 147 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId); in onSubscribe() 161 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId); in onUnsubscribe() 180 if (DEBUG) Slog.d(TAG, "reloadTrackers"); in reloadTrackers() 203 if (DEBUG) Slog.d(TAG, "evaluateSubscriptions"); in evaluateSubscriptionsW() 205 if (DEBUG) Slog.d(TAG, "Skipping evaluate before boot complete"); in evaluateSubscriptionsW() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 27 public static final boolean DEBUG = false; field in PanelBar 32 if (!DEBUG) return; in LOG() 45 if (DEBUG) LOG("go state: %d -> %d", mState, state); in go() 96 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, in onTouchEvent() 156 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting); in collapsePanel() 166 if (DEBUG) LOG("onPanelPeeked"); in onPanelPeeked() 170 if (DEBUG) LOG("onPanelCollapsed"); in onPanelCollapsed() 174 if (DEBUG) LOG("onPanelFullyOpened"); in onPanelFullyOpened() 186 if (DEBUG) LOG("onExpandingFinished"); in onExpandingFinished()
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | LocalTransport.java | 56 private static final boolean DEBUG = false; field in LocalTransport 152 if (DEBUG) Log.v(TAG, "wiping all data"); in initializeDevice() 160 if (DEBUG) { in performBackup() 189 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize in performBackup() 203 if (DEBUG) { in performBackup() 251 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName); in clearBackupData() 276 if (DEBUG) Log.v(TAG, "finishBackup() of " + mFullTargetPackage); in finishBackup() 294 if (DEBUG) { in tearDownFullBackup() 325 if (DEBUG) { in checkFullBackupSize() 339 if (DEBUG) { in performFullBackup() [all …]
|
/frameworks/base/core/java/android/printservice/ |
D | PrintService.java | 162 private static final boolean DEBUG = false; field in PrintService 454 if (DEBUG) { 471 if (DEBUG) { 482 if (DEBUG) { 493 if (DEBUG) { 503 if (DEBUG) { 514 if (DEBUG) { 525 if (DEBUG) { 536 if (DEBUG) { 547 if (DEBUG) { [all …]
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | MediaControllerGlue.java | 20 private static final boolean DEBUG = false; field in MediaControllerGlue 27 if (DEBUG) Log.v(TAG, "onMetadataChanged"); 32 if (DEBUG) Log.v(TAG, "onPlaybackStateChanged"); 37 if (DEBUG) Log.v(TAG, "onSessionDestroyed"); 42 if (DEBUG) Log.v(TAG, "onSessionEvent"); 91 if (DEBUG) Log.v(TAG, "New media controller " + mediaController); in attachToMediaController() 207 if (DEBUG) Log.v(TAG, "startPlayback speed " + speed); in startPlayback() 219 if (DEBUG) Log.v(TAG, "pausePlayback"); in pausePlayback() 225 if (DEBUG) Log.v(TAG, "skipToNext"); in skipToNext() 231 if (DEBUG) Log.v(TAG, "skipToPrevious"); in skipToPrevious()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | SearchBar.java | 67 private static final boolean DEBUG = false; field in SearchBar 215 if (DEBUG) Log.v(TAG, "EditText.onFocusChange " + hasFocus); in onFinishInflate() 262 if (DEBUG) Log.v(TAG, "onEditorAction: " + action + " event: " + keyEvent); in onFinishInflate() 266 if (DEBUG) Log.v(TAG, "Action or enter pressed"); in onFinishInflate() 271 if (DEBUG) Log.v(TAG, "Delayed action handling (search)"); in onFinishInflate() 277 if (DEBUG) Log.v(TAG, "Escaped North"); in onFinishInflate() 282 if (DEBUG) Log.v(TAG, "Delayed action handling (escape_north)"); in onFinishInflate() 287 if (DEBUG) Log.v(TAG, "Voice Clicked"); in onFinishInflate() 292 if (DEBUG) Log.v(TAG, "Delayed action handling (voice_mode)"); in onFinishInflate() 317 if (DEBUG) Log.v(TAG, "SpeechOrb.onFocusChange " + hasFocus); in onFinishInflate() [all …]
|
D | DetailsOverviewSharedElementHelper.java | 40 private static final boolean DEBUG = false; field in DetailsOverviewSharedElementHelper 62 if (DEBUG) { in saveImageViewScale() 80 if (DEBUG) { in changeImageViewScale() 92 if (DEBUG) { in restoreImageViewScale() 109 if (DEBUG) { in onSharedElementStart() 146 if (DEBUG) { in onSharedElementEnd() 179 if (DEBUG) { in setSharedElementEnterTransition() 191 if (DEBUG) { in setSharedElementEnterTransition() 201 if (DEBUG) { in onBindToDrawable() 205 if (DEBUG) { in onBindToDrawable() [all …]
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | RootsCache.java | 19 import static com.android.documentsui.Shared.DEBUG; 116 if (DEBUG) Log.d(TAG, "Updating roots due to change at " + uri); in onChange() 200 if (DEBUG) Log.d(TAG, "Loading stopped authority " + authority); in loadStoppedAuthorities() 217 if (DEBUG) { in loadStoppedAuthority() 262 if (DEBUG) in doInBackground() 282 if (DEBUG) Log.d(TAG, "Ignoring stopped authority " + info.authority); in handleDocumentsProvider() 299 if (DEBUG) Log.d(TAG, "Loading roots for " + authority); in loadRootsForAuthority() 315 if (DEBUG) Log.d(TAG, "System cache hit for " + authority); in loadRootsForAuthority() 453 if (DEBUG) Log.d(TAG, "Evaluating " + root); in getMatchingRoots() 456 if (DEBUG) Log.d(TAG, "Excluding read-only root because: ACTION_CREATE."); in getMatchingRoots() [all …]
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/ |
D | FileOperationService.java | 19 import static com.android.documentsui.Shared.DEBUG; 113 if (DEBUG) Log.d(TAG, "Created."); in onCreate() 120 if (DEBUG) Log.d(TAG, "Shutting down executor."); in onDestroy() 126 if (DEBUG) Log.d(TAG, "Destroyed."); in onDestroy() 149 if (DEBUG) Log.d(TAG, "onStartCommand: " + jobId + " with serviceId " + serviceId); in handleOperation() 176 if (DEBUG) Log.d( in handleOperation() 193 if (DEBUG) Log.d(TAG, "handleCancel: " + jobId); in handleCancel() 262 if (DEBUG) Log.d(TAG, "deleteJob: " + job.id); in deleteJob() 278 if (DEBUG) Log.d(TAG, "Shutting down. Last serviceId was " + mLastServiceId); in shutdown() 286 if (DEBUG) Log.d(TAG, "Stopping service: " + gonnaStop); in shutdown() [all …]
|