Searched refs:DEBUG (Results 1 - 25 of 274) sorted by relevance

1234567891011

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDebug.java21 public final static boolean DEBUG = false; field in class:Debug
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatLog.java22 static final boolean DEBUG = true; field in class:CatLog
25 if (!DEBUG) {
35 if (!DEBUG) {
/frameworks/base/core/java/android/util/
H A DConfig.java31 public static final boolean DEBUG = false; field in class:Config
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c34 #define DEBUG(argv) printf argv macro
112 DEBUG(("H.264 Decoder API v%d.%d\n", decVer.major, decVer.minor));
117 DEBUG(("%s\n", tagName));
125 DEBUG((
128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
130 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n"));
133 DEBUG(("\t-Onone does not write output\n"));
135 DEBUG(("\t-P packet-by-packet mode\n"));
136 DEBUG(("\
[all...]
H A DTestBenchMultipleInstance.c25 #define DEBUG(argv) printf argv macro
84 DEBUG((
87 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
89 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
91 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out.yuv)\n"));
92 DEBUG(("\t-Onone does not write output\n"));
94 DEBUG(("\t-C display cropped image (default decoded image)\n"));
95 DEBUG(("\t-R disable DPB output reordering\n"));
96 DEBUG(("\t-T to print tag name and exit\n"));
130 DEBUG(("N
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java44 private static final boolean DEBUG = false; field in class:WebViewFactory
65 if (DEBUG) Log.v(LOGTAG, "Loaded Chromium provider: " + sProviderInstance);
72 if (DEBUG) Log.v(LOGTAG, "Falling back to default provider: "
77 if (DEBUG) Log.v(LOGTAG, "Falling back to explicit linkage");
110 if (DEBUG) Log.v(LOGTAG, "attempt to load class " + providerName);
112 if (DEBUG) Log.v(LOGTAG, "instantiating factory");
/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.java37 private static boolean DEBUG = false; field in class:ParceledListSlice
55 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items");
66 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1));
74 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever);
86 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1));
117 if (DEBUG) Log.d(TAG, "Writing " + N + " items");
124 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i));
137 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N);
141 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i));
145 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java54 static final boolean DEBUG = false; field in class:AsyncTaskLoader
66 if (DEBUG) Slog.v(TAG, this + " >>> doInBackground");
69 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground");
81 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground (was canceled)", ex);
89 if (DEBUG) Slog.v(TAG, this + " onPostExecute");
100 if (DEBUG) Slog.v(TAG, this + " onCancelled");
156 if (DEBUG) Slog.v(TAG, "Preparing load: mTask=" + mTask);
162 if (DEBUG) Slog.v(TAG, "onCancelLoad: mTask=" + mTask);
167 if (DEBUG) Slog.v(TAG,
178 if (DEBUG) Slo
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DFaceUnlock.java40 private static final boolean DEBUG = false; field in class:FaceUnlock
109 if (DEBUG) Log.d(TAG, "stopAndShowBackup()");
119 if (DEBUG) Log.d(TAG, "start()");
148 if (DEBUG) Log.d(TAG, "stop()");
175 if (DEBUG) Log.d(TAG, "Attempt to unbind from Face Unlock when not bound");
185 if (DEBUG) Log.d(TAG, "cleanUp()");
302 if (DEBUG) Log.d(TAG, "handleUnlock()");
306 if (DEBUG) Log.d(TAG, "Unlocking for user " + authenticatedUserId);
319 if (DEBUG) Log.d(TAG, "handleCancel()");
333 if (DEBUG) Lo
[all...]
H A DCameraWidgetFrame.java41 private static final boolean DEBUG = KeyguardHostView.DEBUG; field in class:CameraWidgetFrame
82 if (DEBUG) Log.d(TAG, "Launching camera at " + mLaunchCameraStart);
158 if (DEBUG) Log.d(TAG, "new CameraWidgetFrame instance " + instanceId());
183 if (DEBUG) Log.d(TAG, "inflateWidgetView: " + widgetInfo.contextPackage);
205 if (DEBUG) Log.d(TAG, "inflateGenericWidgetView");
218 if (DEBUG) Log.d(TAG, String.format("Already rendered at size=%sx%s", width, height));
250 if (DEBUG) Log.d(TAG, String.format("Rendered camera widget size=%sx%s instance=%s",
298 if (DEBUG) Log.d(TAG, "recovering at " + SystemClock.uptimeMillis());
310 if (DEBUG) Lo
[all...]
H A DKeyguardViewMediator.java99 final static boolean DEBUG = false; field in class:KeyguardViewMediator
360 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the "
379 if (DEBUG) Log.d(TAG, "onSimStateChanged: " + simState);
389 if (DEBUG) Log.d(TAG, "ICC_ABSENT isn't showing,"
403 if (DEBUG) Log.d(TAG, "INTENT_VALUE_ICC_LOCKED and keygaurd isn't "
414 if (DEBUG) Log.d(TAG, "PERM_DISABLED and "
418 if (DEBUG) Log.d(TAG, "PERM_DISABLED, resetStateLocked to"
552 if (DEBUG) Log.d(TAG, "onSystemReady");
567 if (DEBUG) Log.d(TAG, "suppressing biometric unlock during boot");
589 if (DEBUG) Lo
[all...]
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java40 private static final boolean DEBUG = true; field in class:SoundPoolTest
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End scale test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
168 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/os/
H A DUpdateLock.java30 private static final boolean DEBUG = false; field in class:UpdateLock
84 if (DEBUG) {
103 if (DEBUG) {
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java38 static final boolean DEBUG = false; field in class:AsyncTaskLoader
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
69 if (DEBUG) Log.v(TAG, this + " onCancelled");
114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask);
140 if (DEBUG) Log.v(TAG,
151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
158 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java196 LoaderManagerImpl.DEBUG = enabled;
202 static boolean DEBUG = false; field in class:LoaderManagerImpl
264 if (DEBUG) Log.v(TAG, " Starting: " + this);
285 if (DEBUG) Log.v(TAG, " Retaining: " + this);
294 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
329 if (DEBUG) Log.v(TAG, " Stopping: " + this);
343 if (DEBUG) Log.v(TAG, " Canceling: " + this);
352 if (DEBUG) Log.v(TAG, " Destroying: " + this);
357 if (DEBUG) Log.v(TAG, " Reseting: " + this);
389 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java19 static final boolean DEBUG = true; field in class:SharedStorageAgent
42 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
68 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
79 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
84 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
87 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java49 private static final boolean DEBUG = true; field in class:LocalTransport
93 if (DEBUG) Log.v(TAG, "wiping all data");
99 if (DEBUG) Log.v(TAG, "performBackup() pkg=" + packageInfo.packageName);
119 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
133 if (DEBUG) Log.v(TAG, " data size " + dataSize);
171 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName);
185 if (DEBUG) Log.v(TAG, "finishBackup()");
203 if (DEBUG) Log.v(TAG, "start restore " + token);
214 if (DEBUG) Log.v(TAG, " nextRestorePackage() = " + name);
219 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java29 public static final boolean DEBUG = false; field in class:PanelBar
32 if (!DEBUG) return;
49 if (DEBUG) LOG("go state: %d -> %d", mState, state);
118 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
138 if (DEBUG) LOG("startOpeningPanel: " + panel);
151 if (DEBUG) LOG("panelExpansionChanged: start state=%d panel=%s", mState, panel.getName());
164 if (DEBUG) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac);
184 if (DEBUG) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState,
199 if (DEBUG) LOG("collapseAllPanels: animate=%s waiting=%s", animate, waiting);
209 if (DEBUG) LO
[all...]
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java33 private static final boolean DEBUG = false; field in class:AbsoluteFileBackupHelper
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
H A DWallpaperBackupHelper.java40 private static final boolean DEBUG = false; field in class:WallpaperBackupHelper
97 if (DEBUG) {
130 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
144 if (DEBUG) Slog.d(TAG, "wallpaper dimension match; using");
150 if (DEBUG) Slog.d(TAG, "dimensions too far off: wr=" + widthRatio
/frameworks/base/core/java/android/net/http/
H A DHttpLog.java33 private static final boolean DEBUG = false; field in class:HttpLog
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java50 private static final boolean DEBUG = false; field in class:NotificationRowLayout
51 private static final boolean SLOW_ANIMATIONS = DEBUG;
86 if (DEBUG) {
136 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()");
137 if (DEBUG) logLayoutTransition();
145 if (DEBUG) Log.v(TAG, "onTouchEvent()");
146 if (DEBUG) logLayoutTransition();
170 if (DEBUG) Slog.v(TAG, "onChildDismissed: " + v + " mRemoveViews=" + mRemoveViews);
234 if (DEBUG) Slog.v(TAG, "setViewRemoval: " + removeViews);
261 if (DEBUG) setWillNotDra
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DDimLayer.java16 private static final boolean DEBUG = false; field in class:DimLayer
49 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId);
101 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
105 if (DEBUG) Slog.v(TAG, "setAlpha hiding");
109 if (DEBUG) Slog.v(TAG, "setAlpha showing");
132 if (DEBUG) Slog.v(TAG, "show: immediate");
146 if (DEBUG) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alpha
192 if (DEBUG) Slog.v(TAG, "show: mStartAlpha=" + mStartAlpha + " mStartTime=" + mStartTime);
200 if (DEBUG) Slog.v(TAG, "hide: immediate");
213 if (DEBUG) Slo
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java101 if (Debug.DEBUG) {
125 if (Debug.DEBUG) {
139 if (Debug.DEBUG) {
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java177 LoaderManagerImpl.DEBUG = enabled;
189 static boolean DEBUG = false; field in class:LoaderManagerImpl
250 if (DEBUG) Log.v(TAG, " Starting: " + this);
270 if (DEBUG) Log.v(TAG, " Retaining: " + this);
279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
314 if (DEBUG) Log.v(TAG, " Stopping: " + this);
327 if (DEBUG) Log.v(TAG, " Destroying: " + this);
332 if (DEBUG) Log.v(TAG, " Reseting: " + this);
362 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
365 if (DEBUG) Lo
[all...]

Completed in 7560 milliseconds

1234567891011