Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 44) sorted by relevance

12

/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py68 logging.debug("Locked device %s"%device)
142 logging.debug("Setting up power monitor...")
147 logging.debug("Flushing input...")
149 logging.debug("Getting status....")
176 def log(self, msg , debug = False): argument
178 if not debug and LOG_TO_SCREEN:
181 logging.debug(msg)
216 logging.debug("unlocked")
234 logging.debug("Returning list of %s"%monsoon_list)
241 self.log("Getting status...", debug = True)
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceConfigStateManager.java53 debug("DeviceConfigStateManager", "namespace=%s, key=%s", namespace, key); in DeviceConfigStateManager()
62 debug("set", "new value is %s", value); in set()
84 debug("get", "returning %s", reference.get()); in get()
89 private void debug(@NonNull String methodName, @NonNull String msg, Object...args) { in debug() method in DeviceConfigStateManager
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceConfigStateManager.java53 debug("DeviceConfigStateManager", "namespace=%s, key=%s", namespace, key); in DeviceConfigStateManager()
62 debug("set", "new value is %s", value); in set()
84 debug("get", "returning %s", reference.get()); in get()
89 private void debug(@NonNull String methodName, @NonNull String msg, Object...args) { in debug() method in DeviceConfigStateManager
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java395 String debug = ""; in getDebugString() local
397 debug += "CanvasClient : "; in getDebugString()
399 debug += canvasClientDebugString; in getDebugString()
401 debug += "no debug string given"; in getDebugString()
404 debug += "Layout resource : " + in getDebugString()
407 debug += "\nTest ran in " + (useHardware ? "hardware" : "software") + in getDebugString()
409 return debug; in getDebugString()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java393 String debug = ""; in getDebugString() local
395 debug += "CanvasClient : "; in getDebugString()
397 debug += canvasClientDebugString; in getDebugString()
399 debug += "no debug string given"; in getDebugString()
402 debug += "Layout resource : " + in getDebugString()
405 debug += "\nTest ran in " + (useHardware ? "hardware" : "software") + in getDebugString()
407 return debug; in getDebugString()
/cts/apps/CameraITS/tests/scene1/
Dtest_exposure.py71 debug = its.caps.debug_mode()
73 if debug:
122 if process_raw and debug:
157 if process_raw and debug:
186 if process_raw and debug:
Dtest_raw_exposure.py49 debug = its.caps.debug_mode()
92 if debug:
98 if debug:
106 if debug:
Dtest_raw_burst_sensitivity.py44 debug = its.caps.debug_mode()
62 if debug:
82 if debug:
Dtest_channel_saturation.py37 debug = its.caps.debug_mode()
39 if debug:
Dtest_param_flash_mode.py45 debug = its.caps.debug_mode()
47 if debug:
Dtest_param_sensitivity.py43 debug = its.caps.debug_mode()
45 if debug:
Dtest_param_exposure_time.py42 debug = its.caps.debug_mode()
44 if debug:
Dtest_ev_compensation_basic.py42 debug = its.caps.debug_mode()
45 if debug:
Dtest_tonemap_sequence.py41 debug = its.caps.debug_mode()
43 if debug:
Dtest_burst_sameness_manual.py48 debug = its.caps.debug_mode()
74 if debug:
Dtest_black_white.py39 debug = its.caps.debug_mode()
41 if debug:
Dtest_param_color_correction.py47 debug = its.caps.debug_mode()
49 if debug:
Dtest_param_tonemap_mode.py44 debug = its.caps.debug_mode()
46 if debug:
Dtest_raw_sensitivity.py43 debug = its.caps.debug_mode()
62 if debug:
Dtest_ev_compensation_advanced.py41 debug = its.caps.debug_mode()
43 if debug:
Dtest_auto_vs_manual.py43 debug = its.caps.debug_mode()
45 if debug:
Dtest_linearity.py52 debug = its.caps.debug_mode()
54 if debug:
/cts/apps/CameraITS/tests/scene3/
Dtest_flip_mirror.py51 debug = its.caps.debug_mode()
71 if debug:
99 if debug:
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py191 logging.debug("Seeking port for communication...")
213 logging.debug("Connecting to device...")
215 logging.debug("Connected.")
225 logging.debug("Sending '%s'", msg)
227 logging.debug("Getting response...")
229 logging.debug("Got response '%s'", response)
250 logging.debug("Executed \"%s\"", cmd)
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DREADME.md6 3. Go to /sys/kernel/debug/hid/0005:0B05:4500.000F
8 Just print the /sys/kernel/debug/hid directory to see what it is for you.

12