Searched refs:TIMEOUT (Results 1 – 4 of 4) sorted by relevance
/art/tools/bisection_search/ |
D | README.md | 42 [--expected-retcode {SUCCESS,TIMEOUT,ERROR}] 44 [--timeout TIMEOUT] [--verbose] 65 --expected-retcode {SUCCESS,TIMEOUT,ERROR} expected normalized return code 69 --timeout TIMEOUT if timeout seconds pass assume test failed
|
D | bisection_search.py | 338 choices=[RetCode.SUCCESS.name, RetCode.TIMEOUT.name, RetCode.ERROR.name])
|
/art/tools/jfuzz/ |
D | run_jfuzz_test.py | 42 BISECTABLE_RET_CODES = (RetCode.SUCCESS, RetCode.ERROR, RetCode.TIMEOUT) 486 elif retc1 == RetCode.TIMEOUT: 497 if RetCode.TIMEOUT in (retc1, retc2): 583 err=errfile_path, timeout=300) == RetCode.TIMEOUT:
|
/art/tools/common/ |
D | common.py | 50 TIMEOUT = 1 variable in RetCode 159 retcode = RetCode.TIMEOUT
|