Searched refs:check_ok (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | double_const.py | 19 def check_ok(x, x_str): function 29 check_ok(PI, PI_str) 30 check_ok(TWOPI, TWOPI_str)
|
/external/python/cpython2/Lib/test/ |
D | double_const.py | 19 def check_ok(x, x_str): function 29 check_ok(PI, PI_str) 30 check_ok(TWOPI, TWOPI_str)
|
/external/curl/src/ |
D | tool_metalink.c | 535 int check_ok, flags, fd; in check_hash() local 580 check_ok = memcmp(result, digest, in check_hash() 583 if(check_ok) in check_hash() 592 return check_ok; in check_hash()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 230 check_ok enumerator 248 check_state = check_ok; in check()
|