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

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h35 MsgHandler debug(unsigned int pID);
64 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.java191 mLog.debug("Find classes to include.");
336 mLog.debug("Found %1$d to keep, %2$d dependencies.",
606 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.java1892 public String debug(String output) { method in class:LinearLayout.LayoutParams
H A DRelativeLayout.java1356 public String debug(String output) { method in class:RelativeLayout.LayoutParams
H A DTextView.java6988 public void debug(int depth) { method in class:TextView
6989 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/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java399 public String debug(String output) { method in class:SizeAdaptiveLayout.LayoutParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java161 public ServiceMonitor(String ownerTag, boolean debug, argument
164 mDebug = debug;
H A DStatusBarIconView.java235 protected void debug(int depth) { method in class:StatusBarIconView
236 super.debug(depth);
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java759 public final void setDebugUnregister(boolean debug) { argument
760 mDebugUnregister = debug;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java337 public static void debug(String message, Object ... args) { method in class:Utils
/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java209 final boolean debug = localLOGV ||
216 buildResolveList(intent, categories, debug, defaultOnly,
229 final boolean debug = localLOGV ||
232 if (debug) Slog.v(
253 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
255 if (debug) Slog.v(TAG, "Second type cut: "
260 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
262 if (debug) Slog.v(TAG, "Second type cut: "
268 if (debug) Slog.v(TAG, "Third type cut: " + Arrays.toString(thirdTypeCut));
274 if (debug) Slo
516 buildResolveList(Intent intent, FastImmutableArraySet<String> categories, boolean debug, boolean defaultOnly, String resolvedType, String scheme, F[] src, List<R> dest, int userId) argument
[all...]
/frameworks/testing/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/view/
H A DWindowManager.java1759 public String debug(String output) { method in class:WindowManager.LayoutParams
1762 output = super.debug("");
H A DViewGroup.java4989 protected void debug(int depth) { method in class:ViewGroup
4990 super.debug(depth);
5006 child.debug(depth + 1);
5974 public String debug(String output) { method in class:ViewGroup.LayoutParams
H A DViewRootImpl.java1118 host.debug();
1131 host.debug();
1772 host.debug();
5165 public void debug() { method in class:ViewRootImpl
5166 mView.debug();
H A DView.java687 public static final String DEBUG_LAYOUT_PROPERTY = "debug.layout";
16288 public void debug() { method in class:View
16289 debug(0);
16301 protected void debug(int depth) { method in class:View
16343 output = mLayoutParams.debug(output);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1098 String separateProcesses = SystemProperties.get("debug.separate_processes");
1103 Slog.w(TAG, "Running with debug.separate_processes: * (ALL)");
1107 Slog.w(TAG, "Running with debug.separate_processes: "
2680 final boolean debug = ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0);
2685 if (DEBUG_INTENT_MATCHING || debug) {
2699 flags, query, r0.priority, true, false, debug, userId);
2720 boolean removeMatches, boolean debug, int userId) {
2730 if (DEBUG_PREFERRED || debug) Slog.v(TAG, "Looking for preferred activities...");
2741 if (DEBUG_PREFERRED || debug) Slog.v(TAG, "Figuring out best match...");
2746 if (DEBUG_PREFERRED || debug) Slo
2718 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
[all...]

Completed in 407 milliseconds