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.py50 SKIP_RET_CODE = 101 # note this must be same as tests/scene*/test_* variable
174 skip_code = SKIP_RET_CODE
438 if rot_rig_id or skip_code == SKIP_RET_CODE:
504 if skip_code is not SKIP_RET_CODE:
514 if skip_code is not SKIP_RET_CODE:
521 if test_code == 0 or test_code == SKIP_RET_CODE:
538 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)