Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CameraITS/tests/scene4/
Dtest_aspect_ratio_and_crop.py251 def measure_aspect_ratio(img, raw_avlb, img_name, debug): argument
/cts/tools/dasm/src/java_cup/runtime/
Dlr_parser.java762 protected boolean error_recovery(boolean debug) in error_recovery()
831 protected boolean find_recovery_config(boolean debug) in find_recovery_config()
952 protected boolean try_parse_ahead(boolean debug) in try_parse_ahead()
1023 protected void parse_lookahead(boolean debug) in parse_lookahead()
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py176 def log(self, msg , debug = False): argument
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java516 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapColor()
524 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor()
DViewGroupTest.java2990 public void debug(int depth) { in debug() method in ViewGroupTest.MockViewGroup
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java363 String debug = ""; in getDebugString() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java805 private static void debug(String format, Object... args) { in debug() method in ResultReporter