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

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h33 MsgHandler debug(unsigned int pID);
61 inline mcld::MsgHandler mcld::debug(unsigned int pID) function in class:mcld
/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
36 /** Similar to debug() but doesn't do a \n automatically. */
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
H A DDependencyFinder.java501 public void visitSource(String source, String debug) { argument
/frameworks/av/tools/resampler_tools/
H A Dfir.cpp63 " -d debug, print comma-separated coefficient table\n"
85 bool debug = false; local
155 debug = true;
202 if (!debug) {
231 if (!debug) {
241 printf("%.9g%s ", y, debug ? "," : "f,");
249 if (!debug) printf("\n ");
261 printf("%.9g%s", y, debug ? "" : "f");
264 if (debug && (i==nzc-1)) {
272 if (!debug) {
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java217 public String debug(String output) { method in class:AbsoluteLayout.LayoutParams
H A DLinearLayout.java1871 public String debug(String output) { method in class:LinearLayout.LayoutParams
H A DRelativeLayout.java1300 public String debug(String output) { method in class:RelativeLayout.LayoutParams
H A DTextView.java6826 public void debug(int depth) { method in class:TextView
6827 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.java229 protected void debug(int depth) { method in class:StatusBarIconView
230 super.debug(depth);
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java401 public String debug(String output) { method in class:SizeAdaptiveLayout.LayoutParams
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java759 public final void setDebugUnregister(boolean debug) { argument
760 mDebugUnregister = debug;
/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java219 final boolean debug = localLOGV ||
226 buildResolveList(intent, categories, debug, defaultOnly,
239 final boolean debug = localLOGV ||
242 if (debug) Slog.v(
263 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut);
265 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut);
269 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut);
271 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut);
276 if (debug) Slog.v(TAG, "Third type cut: " + thirdTypeCut);
282 if (debug) Slo
534 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 DIntentResolverOld.java208 final boolean debug = localLOGV ||
215 buildResolveList(intent, categories, debug, defaultOnly,
228 final boolean debug = localLOGV ||
231 if (debug) Slog.v(
252 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut);
254 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut);
258 if (debug) Slog.v(TAG, "First type cut: " + firstTypeCut);
260 if (debug) Slog.v(TAG, "Second type cut: " + secondTypeCut);
265 if (debug) Slog.v(TAG, "Third type cut: " + thirdTypeCut);
271 if (debug) Slo
507 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/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java70 public void run(List<String> testClasses, Bundle params, boolean debug) { argument
86 mDebug = debug;
/frameworks/base/core/java/android/view/
H A DWindowManager.java1572 public String debug(String output) { method in class:WindowManager.LayoutParams
1575 output = super.debug("");
H A DViewGroup.java4689 protected void debug(int depth) { method in class:ViewGroup
4690 super.debug(depth);
4706 child.debug(depth + 1);
5640 public String debug(String output) { method in class:ViewGroup.LayoutParams
H A DViewRootImpl.java1098 host.debug();
1111 host.debug();
1742 host.debug();
4039 public void debug() { method in class:ViewRootImpl
4040 mView.debug();
H A DView.java687 public static final String DEBUG_LAYOUT_PROPERTY = "debug.layout";
15362 public void debug() { method in class:View
15363 debug(0);
15375 protected void debug(int depth) { method in class:View
15417 output = mLayoutParams.debug(output);

Completed in 3629 milliseconds