Home
last modified time | relevance | path

Searched refs:check_ok (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Ddouble_const.py19 def check_ok(x, x_str): function
29 check_ok(PI, PI_str)
30 check_ok(TWOPI, TWOPI_str)
/external/python/cpython3/Lib/test/
Ddouble_const.py19 def check_ok(x, x_str): function
29 check_ok(PI, PI_str)
30 check_ok(TWOPI, TWOPI_str)
/external/curl/src/
Dtool_metalink.c535 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/
Dlibcpuset.c230 check_ok enumerator
248 check_state = check_ok; in check()