Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dzoom_capture_utils.py40 def get_test_tols_and_cap_size(cam, props, chart_distance, debug): argument
95 def get_center_circle(img, img_name, size, zoom_ratio, min_zoom_ratio, debug): argument
Dcamera_properties_utils.py707 def get_intrinsic_calibration(props, debug, fd=None): argument
764 def get_translation_matrix(props, debug): argument
788 def get_rotation_matrix(props, debug): argument
Dopencv_processing_utils.py607 min_circle_pts, min_area, debug): argument
/cts/apps/CameraITS/tests/scene0/
Dtest_tonemap_curve.py126 def check_yuv_vs_raw(img_raw, img_yuv, name_with_log_path, debug): argument
201 def test_tonemap_curve_impl(name_with_log_path, cam, props, debug): argument
/cts/apps/CameraITS/tests/scene3/
Dtest_flip_mirror.py40 def test_flip_mirror_impl(cam, props, fmt, chart, debug, name_with_log_path): argument
/cts/apps/CameraITS/tests/scene2_e/
Dtest_continuous_picture.py42 def _capture_frames(cam, log_path, debug): argument
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceConfigStateManager.java88 private void debug(@NonNull String methodName, @NonNull String msg, Object...args) { in debug() method in DeviceConfigStateManager
/cts/apps/CameraITS/tests/scene4/
Dtest_multi_camera_alignment.py51 def convert_cap_and_prep_img(cap, props, fmt, img_name, debug): argument
182 name_with_log_path, debug): argument
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySavingTestBase.java95 public void debug(String message) { in debug() method in BatterySavingTestBase
/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_jpeg_all.py47 req, cam, props, size, img_type, index, name_with_log_path, debug): argument
/cts/apps/CameraITS/tests/scene2_a/
Dtest_jpeg_quality.py119 def extract_dqts(jpeg, debug=False): argument
/cts/hostsidetests/jdwptunnel/src/android/jdwptunnel/cts/
DJdwpTunnelTest.java131 private String startupForwarding(String packageName, String shortClassName, boolean debug) in startupForwarding()
/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.java1158 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapColor()
1162 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y, in assertBitmapColor()
1171 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor()
DTextureViewTest.java904 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapColor()
912 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor()
DViewGroupTest.java3329 public void debug(int depth) { in debug() method in ViewGroupTest.MockViewGroup
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java393 String debug = ""; in getDebugString() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java405 String debug = ""; in getDebugString() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DGainmapTest.java511 private static void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y, in assertBitmapColor()
/cts/common/device-side/bedstead/btest/
Dbtest1199 def debug(args, msg): function