Searched defs:debug (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/debug/
H A DJNITest.java17 package android.debug;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java30 public void debug(String format, Object... args) { method in class:Log
H A DClassHasNativeVisitor.java98 public void visitSource(String source, String debug) { argument
H A DAsmAnalyzer.java158 mLog.debug("Find classes to include.");
298 mLog.debug("Found %1$d to keep, %2$d dependencies.",
560 public void visitSource(String source, String debug) { argument
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java217 public String debug(String output) { method in class:AbsoluteLayout.LayoutParams
H A DLinearLayout.java1857 public String debug(String output) { method in class:LinearLayout.LayoutParams
H A DRelativeLayout.java1186 public String debug(String output) { method in class:RelativeLayout.LayoutParams
H A DTextView.java6674 public void debug(int depth) { method in class:TextView
6675 super.debug(depth);
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp38 jint debug; member in struct:android::levels_t
50 case 'D': return levels.debug;
156 levels.debug = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "DEBUG", "I"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java223 protected void debug(int depth) { method in class:StatusBarIconView
224 super.debug(depth);
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java747 public final void setDebugUnregister(boolean debug) { argument
748 mDebugUnregister = debug;
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java401 public String debug(String output) { method in class:SizeAdaptiveLayout.LayoutParams
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java65 public void run(List<String> testClasses, Bundle params, boolean debug) { argument
81 mDebug = debug;
/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java207 final boolean debug = localLOGV ||
214 buildResolveList(intent, categories, debug, defaultOnly,
227 final boolean debug = localLOGV ||
230 if (debug) Slog.v(
251 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut);
253 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut);
257 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut);
259 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut);
264 if (debug) Slog.v(TAG, "Third type cut: " + thirdTypeCut);
270 if (debug) Slo
506 buildResolveList(Intent intent, FastImmutableArraySet<String> categories, boolean debug, boolean defaultOnly, String resolvedType, String scheme, List<F> src, List<R> dest, int userId) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java1421 public String debug(String output) { method in class:WindowManager.LayoutParams
1424 output = super.debug("");
H A DViewGroup.java4678 protected void debug(int depth) { method in class:ViewGroup
4679 super.debug(depth);
4695 child.debug(depth + 1);
5483 public String debug(String output) { method in class:ViewGroup.LayoutParams
H A DViewRootImpl.java1109 host.debug();
1122 host.debug();
1718 host.debug();
3913 public void debug() { method in class:ViewRootImpl
3914 mView.debug();
H A DView.java673 public static final String DEBUG_LAYOUT_PROPERTY = "debug.layout";
15014 public void debug() { method in class:View
15015 debug(0);
15027 protected void debug(int depth) { method in class:View
15069 output = mLayoutParams.debug(output);

Completed in 443 milliseconds