Home
last modified time | relevance | path

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

/test/vts/utils/python/common/
Dtimeout_utils.py46 def _handler_timeout(signum, frame): argument
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceUtil.java81 alpha = (int) Math.signum(delta); // get the sign of the delta (+1, 0, -1) in getPercentChangeHTML()
/test/vts/runners/host/
Dutils.py525 def _timeout_handler(signum, frame): argument