Home
last modified time | relevance | path

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

/cts/hostsidetests/jdwptunnel/src/android/jdwptunnel/cts/
DJdwpTunnelTest.java132 private String startupForwarding(String packageName, String shortClassName, boolean debug) in startupForwarding()
137 private String startupForwarding(String packageName, String shortClassName, boolean debug, in startupForwarding()
171 private VirtualMachine startupTest(String packageName, String shortClassName, boolean debug, in startupTest()
/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/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/utils/
Dzoom_capture_utils.py64 def get_test_tols_and_cap_size(cam, props, chart_distance, debug): argument
123 fov_ratio=_DEFAULT_FOV_RATIO, debug=False, draw_color=_CV2_RED, argument
Dcamera_properties_utils.py773 def get_intrinsic_calibration(props, metadata, debug, fd=None): argument
835 def get_translation_matrix(props, debug): argument
859 def get_rotation_matrix(props, debug): argument
/cts/apps/CameraITS/tests/scene9/
Dtest_jpeg_quality.py119 def extract_dqts(jpeg, debug=False): argument
/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.java1150 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapColor()
1154 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y, in assertBitmapColor()
1163 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor()
DTextureViewTest.java914 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapColor()
922 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor()
DViewGroupTest.java3340 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.java426 String debug = ""; in getDebugString() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DGainmapTest.java604 private static void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y, in assertBitmapColor()
/cts/common/device-side/bedstead/btest/
Dbtest1377 def debug(args, msg): function