Home
last modified time | relevance | path

Searched refs:signum (Results 1 – 5 of 5) 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/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java636 int time = (int) Math.signum(def1.getRuntimeHint() - def2.getRuntimeHint()); in compare()
642 return (int) Math.signum(value1 - value2); in compare()
/test/vts/runners/host/
Dutils.py527 def _timeout_handler(signum, frame): argument
/test/framework/harnesses/host_controller/
Dconsole.py139 def SigTermHandler(signum, frame): argument