Searched refs:DEBUG (Results 1 - 25 of 263) 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/support/v7/gridlayout/gen/android/support/v7/gridlayout/
H A DBuildConfig.java5 public final static boolean DEBUG = true; field in class:BuildConfig
/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.java39 private static final boolean DEBUG = false; field in class:WebViewFactory
59 if (DEBUG) Log.v(LOGTAG, "Loaded Chromium provider: " + sProviderInstance);
66 if (DEBUG) Log.v(LOGTAG, "Falling back to default provider: "
71 if (DEBUG) Log.v(LOGTAG, "Falling back to explicit linkage");
90 if (DEBUG) Log.v(LOGTAG, "attempt to load class " + providerName);
92 if (DEBUG) Log.v(LOGTAG, "instantiating factory");
H A DAccessibilityInjector.java54 private static boolean DEBUG = false; field in class:AccessibilityInjector
337 if (DEBUG) {
362 if (DEBUG) {
377 if (DEBUG) {
397 if (DEBUG) {
401 if (DEBUG) {
663 if (DEBUG) {
698 if (DEBUG) {
703 if (DEBUG) {
717 if (DEBUG) {
[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)");
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...]
/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/base/voip/java/com/android/server/sip/
H A DSipWakeLock.java25 private static final boolean DEBUG = false; field in class:SipWakeLock
37 if (DEBUG) Log.v(TAG, "reset count=" + mHolders.size());
58 if (DEBUG) Log.v(TAG, "acquire count=" + mHolders.size());
67 if (DEBUG) Log.v(TAG, "release count=" + mHolders.size());
/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/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DFaceUnlock.java40 private static final boolean DEBUG = false; field in class:FaceUnlock
118 if (DEBUG) Log.d(TAG, "show()");
136 if (DEBUG) Log.d(TAG, "hide()");
148 if (DEBUG) Log.d(TAG, "start()");
180 if (DEBUG) Log.d(TAG, "stop()");
203 if (DEBUG) Log.d(TAG, "Attempt to unbind from Face Unlock when not bound");
213 if (DEBUG) Log.d(TAG, "cleanUp()");
278 if (DEBUG) Log.d(TAG, "handleShowFaceUnlockView()");
290 if (DEBUG) Log.d(TAG, "handleHideFaceUnlockView()");
365 if (DEBUG) Lo
[all...]
H A DKeyguardViewMediator.java96 private final static boolean DEBUG = false; field in class:KeyguardViewMediator
282 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the "
301 if (DEBUG) Log.d(TAG, "onSimStateChanged: " + simState);
311 if (DEBUG) Log.d(TAG, "ICC_ABSENT isn't showing,"
325 if (DEBUG) Log.d(TAG, "INTENT_VALUE_ICC_LOCKED and keygaurd isn't "
336 if (DEBUG) Log.d(TAG, "PERM_DISABLED and "
340 if (DEBUG) Log.d(TAG, "PERM_DISABLED, resetStateLocked to"
400 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath);
407 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath);
419 if (DEBUG) Lo
[all...]
H A DKeyguardViewManager.java45 private final static boolean DEBUG = false; field in class:KeyguardViewManager
106 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
113 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it...");
147 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen On!");
150 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen Off!");
157 if (DEBUG) Log.d(TAG, "keyguard view is null, creating it...");
207 if (DEBUG) Log.d(TAG, "reset()");
214 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()");
223 if (DEBUG) Log.d(TAG, "onScreenTurnedOn()");
251 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);
106 if (DEBUG) LOG("PanelBar.onTouch: no panel for x=%d, bailing", event.getX());
111 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
128 if (DEBUG) LOG("startOpeningPanel: " + panel);
141 if (DEBUG) LOG("panelExpansionChanged: start state=%d panel=%s", mState, panel.getName());
154 if (DEBUG) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac);
174 if (DEBUG) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState,
189 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.java17 static final boolean DEBUG = true; field in class:SharedStorageAgent
40 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
59 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
70 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
75 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
78 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java48 private static final boolean DEBUG = true; field in class:LocalTransport
88 if (DEBUG) Log.v(TAG, "wiping all data");
94 if (DEBUG) Log.v(TAG, "performBackup() pkg=" + packageInfo.packageName);
114 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
128 if (DEBUG) Log.v(TAG, " data size " + dataSize);
166 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName);
180 if (DEBUG) Log.v(TAG, "finishBackup()");
198 if (DEBUG) Log.v(TAG, "start restore " + token);
209 if (DEBUG) Log.v(TAG, " nextRestorePackage() = " + name);
214 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());
/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...]

Completed in 1812 milliseconds

1234567891011