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

/cts/tests/tests/debug/src/android/debug/cts/
H A DDebugTest.java17 package android.debug.cts;
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
H A DBatterySavingTestBase.java85 /** Print a debug log on logcat. */
86 public void debug(String message) { method in class:BatterySavingTestBase
/cts/tools/dasm/src/java_cup/runtime/
H A Dlr_parser.java602 /** Do debug output for a reduce.
616 /** Do debug output for shift.
760 * @param debug should we produce debugging messages as we parse.
762 protected boolean error_recovery(boolean debug) argument
765 if (debug) debug_message("# Attempting error recovery");
769 if (!find_recovery_config(debug))
771 if (debug) debug_message("# Error recovery fails");
782 if (debug) debug_message("# Trying to parse ahead");
783 if (try_parse_ahead(debug))
791 if (debug) debug_messag
831 find_recovery_config(boolean debug) argument
952 try_parse_ahead(boolean debug) argument
1023 parse_lookahead(boolean debug) argument
[all...]
/cts/tests/tests/view/src/android/view/cts/
H A DPixelCopyTest.java783 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y) { argument
786 fail(debug + "; expected=" + Integer.toHexString(color) + ", actual="
791 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { argument
794 fail(debug + "; actual=" + Integer.toHexString(pixel)
H A DViewGroupTest.java2201 parent.debug(EXPECTED);
3012 public void debug(int depth) { method in class:ViewGroupTest.MockViewGroup
3014 super.debug(depth);

Completed in 293 milliseconds