Searched refs:debug (Results 1 - 25 of 75) sorted by path

123

/frameworks/av/media/libnbaio/
H A DAndroid.mk18 # libsndfile license is incompatible; uncomment to use for local debug only
/frameworks/av/tools/resampler_tools/
H A Dfir.cpp74 " -d debug, print comma-separated coefficient table\n"
97 bool debug = false; local
166 debug = true;
232 if (!debug) {
263 if (!debug) {
275 printf("%.9g%s", y, debug ? "," : "f,");
286 if (!debug) printf("\n ");
301 printf("%.9g%s", y, debug ? "," : "f,");
311 if (!debug && declarations) {
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java78 public void run(List<String> testClasses, Bundle params, boolean debug, boolean monkey) { argument
94 mDebug = debug;
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java761 public final void setDebugUnregister(boolean debug) { argument
762 mDebugUnregister = debug;
/frameworks/base/core/java/android/view/
H A DView.java720 public static final String DEBUG_LAYOUT_PROPERTY = "debug.layout";
18584 public void debug() { method in class:View
18585 debug(0);
18597 protected void debug(int depth) { method in class:View
18639 output = mLayoutParams.debug(output);
H A DViewGroup.java5815 protected void debug(int depth) { method in class:ViewGroup
5816 super.debug(depth);
5832 child.debug(depth + 1);
6915 public String debug(String output) { method in class:ViewGroup.LayoutParams
H A DViewRootImpl.java1225 host.debug();
1289 host.debug();
1963 host.debug();
5498 public void debug() { method in class:ViewRootImpl
5499 mView.debug();
H A DWindowManager.java1942 public String debug(String output) { method in class:WindowManager.LayoutParams
1945 output = super.debug("");
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java220 public String debug(String output) { method in class:AbsoluteLayout.LayoutParams
H A DLinearLayout.java1972 public String debug(String output) { method in class:LinearLayout.LayoutParams
H A DRelativeLayout.java1371 public String debug(String output) { method in class:RelativeLayout.LayoutParams
H A DTextView.java7557 public void debug(int depth) { method in class:TextView
7558 super.debug(depth);
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp36 jint debug; member in struct:android::levels_t
125 levels.debug = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "DEBUG", "I"));
/frameworks/base/libs/common_time/
H A DAndroid.mk20 # Uncomment to enable vesbose logging and debug service.
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java119 Result(Object debug) { argument
120 mDebug = debug;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java126 && SystemProperties.getBoolean("debug.child_notifs", false);
1468 TextView debug = (TextView) row.findViewById(R.id.debug_info);
1469 if (debug != null) {
1470 debug.setVisibility(View.VISIBLE);
1471 debug.setText("CU " + mCurrentUserId +" NU " + entry.notification.getUserId());
H A DServiceMonitor.java161 public ServiceMonitor(String ownerTag, boolean debug, argument
164 mDebug = debug;
H A DStatusBarIconView.java239 protected void debug(int depth) { method in class:StatusBarIconView
240 super.debug(depth);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2720 mNotificationPanel + " params=" + mNotificationPanel.getLayoutParams().debug(""));
2743 mStatusBarView.debug();
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java357 final boolean debug = localLOGV ||
364 buildResolveList(intent, categories, debug, defaultOnly,
377 final boolean debug = localLOGV ||
380 if (debug) Slog.v(
401 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
403 if (debug) Slog.v(TAG, "Second type cut: "
408 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
410 if (debug) Slog.v(TAG, "Second type cut: "
416 if (debug) Slog.v(TAG, "Third type cut: " + Arrays.toString(thirdTypeCut));
422 if (debug) Slo
688 buildResolveList(Intent intent, FastImmutableArraySet<String> categories, boolean debug, boolean defaultOnly, String resolvedType, String scheme, F[] src, List<R> dest, int userId) argument
[all...]
H A DNativeDaemonConnector.java106 public void setDebug(boolean debug) { argument
107 mDebug = debug;
145 // starts with __test__, only allow this on debug builds.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2377 mTrackingAssociations = "1".equals(SystemProperties.get("debug.track-associations"));
3333 if ("1".equals(SystemProperties.get("debug.checkjni"))) {
3336 String jitDebugProperty = SystemProperties.get("debug.usejit");
3345 String genDebugInfoProperty = SystemProperties.get("debug.generate-debug-info");
3349 if ("1".equals(SystemProperties.get("debug.jni.logging"))) {
3352 if ("1".equals(SystemProperties.get("debug.assert"))) {
4072 final boolean debug = ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0);
4094 if (debug) {
4109 if (debug) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDelayedMessageBuffer.java63 HdmiLogger.debug("Buffering message:" + message);
92 HdmiLogger.debug("Processing message:" + message);
109 HdmiLogger.debug("Checking message for address:" + address);
121 HdmiLogger.debug("Processing message:" + message);
143 HdmiLogger.debug("Processing message:" + message);
H A DHdmiCecController.java207 HdmiLogger.debug("New logical address for device [%d]: [preferred:%d, assigned:%d]",
327 HdmiLogger.debug("setOption: [flag:%d, value:%d]", flag, value);
441 HdmiLogger.debug("[P]:AllocatedAddress=%s", allocated.toString());
569 HdmiLogger.debug("[S]:" + cecMessage);
604 HdmiLogger.debug("[R]:" + command);
614 HdmiLogger.debug("Hotplug event:[port:%d, connected:%b]", port, connected);
H A DHdmiCecLocalDevicePlayback.java217 HdmiLogger.debug("No wakelock is used to keep the display on.");
399 HdmiLogger.debug("active source: %b. Wake lock acquired", mIsActiveSource);
405 HdmiLogger.debug("Wake lock released");

Completed in 731 milliseconds

123