Searched refs:debug (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DAndroid.mk122 LOCAL_MODULE_TAGS := debug
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java302 mLog.debug("Transform %s%s%s%s", className,
H A DDelegateMethodAdapter2.java264 mLog.debug("Delegate: %1$s # %2$s %3$s", delegateClassName, mMethodName, desc);
/frameworks/base/core/java/android/app/
H A DIActivityManager.java87 boolean onlyIfNeeded, boolean debug, String profileFile,
92 boolean onlyIfNeeded, boolean debug, String profileFile,
97 boolean onlyIfNeeded, boolean debug, Configuration newConfig) throws RemoteException;
84 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
89 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
94 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, Configuration newConfig) argument
H A DActivityManagerNative.java126 boolean debug = data.readInt() != 0;
133 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler);
152 boolean debug = data.readInt() != 0;
159 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler);
178 boolean debug = data.readInt() != 0;
182 requestCode, onlyIfNeeded, debug, config);
1607 boolean debug, String profileFile, ParcelFileDescriptor profileFd,
1621 data.writeInt(debug ? 1 : 0);
1641 boolean debug, String profileFile, ParcelFileDescriptor profileFd,
1655 data.writeInt(debug
1603 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
1637 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
1671 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, Configuration config) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java1416 public String debug(String output) { method in class:WindowManager.LayoutParams
1419 output = super.debug("");
H A DViewRootImpl.java864 host.debug();
1073 host.debug();
1532 host.debug();
3664 public void debug() { method in class:ViewRootImpl
3665 mView.debug();
3876 debug();
H A DViewGroup.java4562 protected void debug(int depth) { method in class:ViewGroup
4563 super.debug(depth);
4579 child.debug(depth + 1);
5346 public String debug(String output) { method in class:ViewGroup.LayoutParams
H A DView.java12556 public void debug() { method in class:View
12557 debug(0);
12569 protected void debug(int depth) { method in class:View
12611 output = mLayoutParams.debug(output);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1808 mStatusBarView.debug();
1814 mExpandedView.debug();
1820 mTrackingView.debug();
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java2779 ActivityInfo resolveActivity(Intent intent, String resolvedType, boolean debug, argument
2802 // Don't debug things in the system process
2803 if (debug) {
2823 boolean debug, String profileFile, ParcelFileDescriptor profileFd,
2836 ActivityInfo aInfo = resolveActivity(intent, resolvedType, debug,
2819 startActivityMayWait(IApplicationThread caller, int callingUid, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, WaitResult outResult, Configuration config) argument
H A DActivityManagerService.java1406 // For debug builds, log event loop stalls to dropbox for analysis.
1953 if ("1".equals(SystemProperties.get("debug.checkjni"))) {
1956 if ("1".equals(SystemProperties.get("debug.jni.logging"))) {
1959 if ("1".equals(SystemProperties.get("debug.assert"))) {
2230 String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug,
2234 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler,
2241 String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug,
2246 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler,
2255 boolean debug, Configuration config) {
2258 requestCode, onlyIfNeeded, debug, nul
2227 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
2238 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
2251 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, Configuration config) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1824 public String debug(String output) { method in class:LinearLayout.LayoutParams
H A DRelativeLayout.java1151 public String debug(String output) { method in class:RelativeLayout.LayoutParams
H A DTextView.java7125 public void debug(int depth) { method in class:TextView
7126 super.debug(depth);

Completed in 746 milliseconds

12