Home
last modified time | relevance | path

Searched refs:SKIP_RET_CODE (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CameraITS/tools/
Drun_all_tests.py43 SKIP_RET_CODE = 101 # note this must be same as tests/scene*/test_* variable
109 skip_code = SKIP_RET_CODE
309 if rot_rig_id or skip_code == SKIP_RET_CODE:
369 if skip_code is not SKIP_RET_CODE:
379 if skip_code is not SKIP_RET_CODE:
386 if test_code == 0 or test_code == SKIP_RET_CODE:
403 elif test_code == SKIP_RET_CODE:
Drun_sensor_fusion_box.py27 SKIP_RET_CODE = 101 variable
141 elif retcode == SKIP_RET_CODE:
/cts/apps/CameraITS/pymodules/its/
Dcaps.py34 SKIP_RET_CODE = 101
38 sys.exit(SKIP_RET_CODE)