Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 889) sorted by relevance

12345678910>>...36

/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java40 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/base/packages/SystemUI/src/com/android/systemui/analytics/
DDataCollector.java65 public static final boolean DEBUG = false; field in DataCollector
272 if (DEBUG) { in onScreenTurningOn()
281 if (DEBUG) { in onScreenOnFromTouch()
289 if (DEBUG) { in onScreenOff()
297 if (DEBUG) { in onSucccessfulUnlock()
305 if (DEBUG) { in onBouncerShown()
312 if (DEBUG) { in onBouncerHidden()
319 if (DEBUG) { in onQsDown()
326 if (DEBUG) { in setQsExpanded()
337 if (DEBUG) { in onTrackingStarted()
[all …]
/frameworks/rs/rsov/compiler/
DRSAllocationUtils.cpp40 DEBUG(PT->dump()); in isRSAllocation()
43 DEBUG(VT->dump()); in isRSAllocation()
48 DEBUG(dbgs() << "TypeName: " << TypeName << '\n'); in isRSAllocation()
54 DEBUG(dbgs() << "getRSAllocationInfo\n"); in getRSAllocationInfo()
71 DEBUG(dbgs() << "getRSGEATCalls\n"); in getRSAllocAccesses()
72 DEBUG(dbgs() << "\n\n~~~~~~~~~~~~~~~~~~~~~\n\n"); in getRSAllocAccesses()
84 DEBUG(dbgs() << "Visiting "); in getRSAllocAccesses()
85 DEBUG(U->dump()); in getRSAllocAccesses()
106 DEBUG(dbgs() << "New mapping: "); in getRSAllocAccesses()
107 DEBUG(U->print(dbgs())); in getRSAllocAccesses()
[all …]
DRemoveNonkernelsPass.cpp53 DEBUG(dbgs() << "!!! Already a spir triple !!!\n"); in HandleTargetTriple()
56 DEBUG(dbgs() << "New triple:\t" << NewTriple << "\n"); in HandleTargetTriple()
68 DEBUG(dbgs() << "RemoveNonkernelsPass\n"); in runOnModule()
69 DEBUG(M.dump()); in runOnModule()
76 DEBUG(dbgs() << "RemoveNonkernelsPass detected no kernel\n"); in runOnModule()
97 DEBUG(dbgs() << "Removed:\t" << F->getName() << '\n'); in runOnModule()
100 DEBUG(M.dump()); in runOnModule()
101 DEBUG(dbgs() << "Done removal\n"); in runOnModule()
DGlobalAllocPass.cpp40 DEBUG(GV.dump()); in collectGlobalAllocs()
70 DEBUG(dbgs() << "RS2SPIRVGlobalAllocPass\n"); in runOnModule()
71 DEBUG(M.dump()); in runOnModule()
89 DEBUG(dbgs() << "RS2SPIRVGlobalAllocPass end\n"); in runOnModule()
107 DEBUG(dbgs() << "RemoveAllGlobalAllocPass\n"); in runOnModule()
108 DEBUG(M.dump()); in runOnModule()
118 DEBUG(dbgs() << "RemoveAllGlobalAllocPass end\n"); in runOnModule()
119 DEBUG(M.dump()); in runOnModule()
/frameworks/base/core/java/android/content/
DAsyncTaskLoader.java60 static final boolean DEBUG = false; field in AsyncTaskLoader
72 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); in doInBackground()
75 if (DEBUG) Log.v(TAG, this + " <<< doInBackground"); in doInBackground()
87 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex); in doInBackground()
95 if (DEBUG) Log.v(TAG, this + " onPostExecute"); in onPostExecute()
106 if (DEBUG) Log.v(TAG, this + " onCancelled"); in onCancelled()
171 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask); in onForceLoad()
177 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask); in onCancelLoad()
185 if (DEBUG) Log.v(TAG, in onCancelLoad()
196 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it"); in onCancelLoad()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java53 public static final boolean DEBUG = false; field in TileLifecycleManager
105 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser); in TileLifecycleManager()
158 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser); in setBindService()
169 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser); in setBindService()
182 if (DEBUG) Log.d(TAG, "onServiceConnected " + name); in onServiceConnected()
196 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name); in onServiceDisconnected()
209 if (DEBUG) Log.d(TAG, "Handling pending onAdded"); in handlePendingMessages()
213 if (DEBUG) Log.d(TAG, "Handling pending onStartListening"); in handlePendingMessages()
217 if (DEBUG) Log.d(TAG, "Handling pending onClick"); in handlePendingMessages()
226 if (DEBUG) Log.d(TAG, "Handling pending onUnlockComplete"); in handlePendingMessages()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java52 private static final boolean DEBUG = false; field in NotificationInterruptionStateProvider
152 if (DEBUG) { in shouldBubbleUp()
159 if (DEBUG) { in shouldBubbleUp()
168 if (DEBUG) { in shouldBubbleUp()
192 if (DEBUG) { in shouldHeadsUp()
200 if (DEBUG) { in shouldHeadsUp()
208 if (DEBUG) { in shouldHeadsUp()
219 if (DEBUG) { in shouldHeadsUp()
234 if (DEBUG) { in shouldHeadsUp()
258 if (DEBUG) { in shouldPulse()
[all …]
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java41 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/core/java/android/util/
DStatsLog.java37 private static final boolean DEBUG = false; field in StatsLog
57 if (DEBUG) { in logStart()
67 if (DEBUG) { in logStart()
86 if (DEBUG) { in logStop()
95 if (DEBUG) { in logStop()
114 if (DEBUG) { in logEvent()
124 if (DEBUG) { in logEvent()
156 if (DEBUG) { in logBinaryPushStateChanged()
166 if (DEBUG) { in logBinaryPushStateChanged()
194 if (DEBUG) { in logWatchdogRollbackOccurred()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java46 private static final boolean DEBUG = false; field in NotificationPlayer
88 if (DEBUG) Log.d(mTag, "in run: new looper " + mLooper); in run()
112 if (DEBUG) Log.d(mTag, "requesting AudioFocus"); in run()
123 if (DEBUG) Log.d(mTag, "AudioFocus was previously requested"); in run()
133 if (DEBUG) { Log.d(mTag, "notification will be delayed by " in run()
142 if (DEBUG) { Log.d(mTag, "player.start"); } in run()
158 if (DEBUG) { Log.d(mTag, "mPlayer.release"); } in run()
170 if (DEBUG) Log.d(mTag, "abandoning focus after playback error"); in abandonAudioFocusAfterError()
182 if (DEBUG) { Log.d(mTag, "startSound()"); } in startSound()
192 if (DEBUG) { Log.d(mTag, "in startSound quitting looper " + mLooper); } in startSound()
[all …]
/frameworks/base/core/java/android/app/
DLoaderManager.java204 LoaderManagerImpl.DEBUG = enabled; in enableDebugLogging()
213 static boolean DEBUG = false; field in LoaderManagerImpl
275 if (DEBUG) Log.v(TAG, " Starting: " + this); in start()
296 if (DEBUG) Log.v(TAG, " Retaining: " + this); in retain()
305 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this); in finishRetain()
340 if (DEBUG) Log.v(TAG, " Stopping: " + this); in stop()
354 if (DEBUG) Log.v(TAG, " Canceling: " + this); in cancel()
366 if (DEBUG) Log.v(TAG, " Destroying: " + this); in destroy()
371 if (DEBUG) Log.v(TAG, " Reseting: " + this); in destroy()
403 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this); in onLoadCanceled()
[all …]
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java55 private static final boolean DEBUG = false; field in LocalTransport
173 if (DEBUG) Log.v(TAG, "wiping all data"); in initializeDevice()
217 if (DEBUG) { in performBackupInternal()
271 if (DEBUG) { in performBackupInternal()
284 if (DEBUG && op.value == null) { in performBackupInternal()
292 if (DEBUG) { in performBackupInternal()
301 if (DEBUG) { in performBackupInternal()
339 if (DEBUG) { in parseBackupStream()
359 if (DEBUG) { in parseKeySizes()
367 if (DEBUG) { in parseKeySizes()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java58 private static final boolean DEBUG = DEBUG_LOCAL || DEBUG_ANIM; field in BoundsAnimationController
90 if (DEBUG) Slog.d(TAG, "onAppTransitionCancelledLocked:" in onAppTransitionCancelledLocked()
95 if (DEBUG) Slog.d(TAG, "onAppTransitionFinishedLocked:" in onAppTransitionFinishedLocked()
184 if (DEBUG) Slog.d(TAG, "pause: timed out waiting for windows drawn");
221 if (DEBUG) Slog.d(TAG, "onAnimationStart: mTarget=" + mTarget in onAnimationStart()
287 if (DEBUG) Slog.d(TAG, "pause: waiting for windows drawn"); in pause()
294 if (DEBUG) Slog.d(TAG, "resume:"); in resume()
314 if (DEBUG) Slog.d(TAG, "animateUpdate: mTarget=" + mTarget + " mBounds=" in onAnimationUpdate()
324 if (DEBUG) Slog.d(TAG, "animateUpdate: cancelled"); in onAnimationUpdate()
341 if (DEBUG) Slog.d(TAG, "onAnimationEnd: mTarget=" + mTarget in onAnimationEnd()
[all …]
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DIorapForwardingService.java52 public static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in IorapForwardingService
135 if (DEBUG) {
179 if (DEBUG) {
215 if (DEBUG) {
275 if (DEBUG) {
288 if (DEBUG) {
301 if (DEBUG) {
314 if (DEBUG) {
327 if (DEBUG) {
342 if (DEBUG) {
[all …]
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraCaptureSessionImpl.java41 private static final boolean DEBUG = false; field in CameraCaptureSessionImpl
122 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully"); in CameraCaptureSessionImpl()
168 if (DEBUG) { in capture()
193 if (DEBUG) { in captureSingleRequest()
224 if (DEBUG) { in captureBurst()
250 if (DEBUG) { in captureBurstRequests()
292 if (DEBUG) { in setRepeatingRequest()
317 if (DEBUG) { in setSingleRepeatingRequest()
345 if (DEBUG) { in setRepeatingBurst()
372 if (DEBUG) { in setRepeatingBurstRequests()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DEventConditionProvider.java54 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in EventConditionProvider
77 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()"); in EventConditionProvider()
116 if (DEBUG) Slog.d(TAG, "onBootComplete"); in onBootComplete()
133 if (DEBUG) Slog.d(TAG, "onConnected"); in onConnected()
140 if (DEBUG) Slog.d(TAG, "onDestroy"); in onDestroy()
146 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId); in onSubscribe()
160 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId); in onUnsubscribe()
179 if (DEBUG) Slog.d(TAG, "reloadTrackers"); in reloadTrackers()
202 if (DEBUG) Slog.d(TAG, "evaluateSubscriptions"); in evaluateSubscriptionsW()
204 if (DEBUG) Slog.d(TAG, "Skipping evaluate before boot complete"); in evaluateSubscriptionsW()
[all …]
DCalendarTracker.java40 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in CalendarTracker
110 if (DEBUG) { in getCalendarsWithAccess()
138 if (DEBUG) { in checkEvent()
152 if (DEBUG) Log.d(TAG, " MEETS CALENDAR & AVAILABILITY"); in checkEvent()
155 if (DEBUG) Log.d(TAG, " MEETS ATTENDEE"); in checkEvent()
157 if (DEBUG) Log.d(TAG, " MEETS TIME"); in checkEvent()
190 if (DEBUG) Log.d(TAG, "No attendees found");
199 if (DEBUG) Log.d(TAG, (DEBUG_ATTENDEES ? String.format(
212 if (DEBUG) Log.d(TAG, "meetsAttendee took " + (System.currentTimeMillis() - start));
221 if (DEBUG) Log.d(TAG, "unregister content observer u=" + userId);
[all …]
/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java39 private static final boolean DEBUG = false; field in AnyMotionDetector
120 if (DEBUG) Slog.d(TAG, "AnyMotionDetector instantiated."); in AnyMotionDetector()
137 if (DEBUG) Slog.d(TAG, "mNumSufficientSamples = " + mNumSufficientSamples); in AnyMotionDetector()
152 if (DEBUG) { in checkForAnyMotion()
158 if (DEBUG) { in checkForAnyMotion()
176 if (DEBUG) Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE."); in stop()
197 if (DEBUG) Slog.d(TAG, "startOrientationMeasurementLocked: mMeasurementInProgress=" + in startOrientationMeasurementLocked()
212 if (DEBUG) Slog.d(TAG, "stopOrientationMeasurement. mMeasurementInProgress=" + in stopOrientationMeasurementLocked()
225 if (DEBUG) { in stopOrientationMeasurementLocked()
236 if (DEBUG) Slog.d(TAG, "getStationaryStatus() returned " + status); in stopOrientationMeasurementLocked()
[all …]
/frameworks/base/core/java/android/printservice/
DPrintService.java165 private static final boolean DEBUG = false; field in PrintService
477 if (DEBUG) {
494 if (DEBUG) {
505 if (DEBUG) {
516 if (DEBUG) {
526 if (DEBUG) {
537 if (DEBUG) {
548 if (DEBUG) {
559 if (DEBUG) {
570 if (DEBUG) {
[all …]
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverLocationPlugin.java29 private static final boolean DEBUG = BatterySaverController.DEBUG; field in BatterySaverLocationPlugin
39 if (DEBUG) { in onBatterySaverChanged()
47 if (DEBUG) { in onSystemReady()
59 if (DEBUG) { in updateLocationState()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DConnectedDeviceSignalController.java19 import static com.android.systemui.statusbar.phone.StatusBar.DEBUG;
150 if (DEBUG) { in onBluetoothStateChange()
167 if (DEBUG) { in onReceive()
172 if (DEBUG) { in onReceive()
180 if (DEBUG) { in onReceive()
199 if (DEBUG) { in processActionAgEvent()
211 if (DEBUG) { in processActionAgEvent()
221 if (DEBUG) { in processActionAgEvent()
238 if (DEBUG) { in updateViewVisibility()
255 if (DEBUG) { in updateViewVisibility()
[all …]
/frameworks/base/core/java/android/content/pm/
DBaseParceledListSlice.java44 private static boolean DEBUG = false; field in BaseParceledListSlice
64 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items"); in BaseParceledListSlice()
87 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1)); in BaseParceledListSlice()
95 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever); in BaseParceledListSlice()
111 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1)); in BaseParceledListSlice()
159 if (DEBUG) Log.d(TAG, "Writing " + N + " items"); in writeToParcel()
171 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i)); in writeToParcel()
184 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N); in writeToParcel()
192 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i)); in writeToParcel()
196 if (DEBUG) Log.d(TAG, "Breaking @" + i + " of " + N); in writeToParcel()
[all …]
/frameworks/base/core/java/android/hardware/camera2/utils/
DTaskDrainer.java56 private final boolean DEBUG = false; field in TaskDrainer
118 if (DEBUG) { in taskStarted()
152 if (DEBUG) { in taskFinished()
178 if (DEBUG) { in beginDrain()
187 if (DEBUG) { in beginDrain()
203 if (DEBUG) { in postDrained()
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java54 private static final boolean DEBUG = false; field in WallpaperBackupAgent
88 if (DEBUG) { in onCreate()
100 if (DEBUG) { in onCreate()
144 if (DEBUG) { in onFullBackup()
154 if (DEBUG) Slog.v(TAG, "New wallpaper configuration; copying"); in onFullBackup()
157 if (DEBUG) Slog.v(TAG, "Storing wallpaper metadata"); in onFullBackup()
162 if (DEBUG) Slog.v(TAG, "New system wallpaper; copying"); in onFullBackup()
165 if (DEBUG) Slog.v(TAG, "Storing system wallpaper image"); in onFullBackup()
173 if (DEBUG) Slog.v(TAG, "New lock wallpaper; copying"); in onFullBackup()
176 if (DEBUG) Slog.v(TAG, "Storing lock wallpaper image"); in onFullBackup()
[all …]

12345678910>>...36