Home
last modified time | relevance | path

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

/dports/cad/uranium/Uranium-3ed9c4de/UM/TaskManagement/
H A DTaskManager.py63 TIME_TOLERANCE = 0.10 # Add 10% to the delayed events to compensate for timer inaccuracy. variable in TaskManager
114 timer.setInterval(event.delay * 1000 * (1 + self.TIME_TOLERANCE))
/dports/cad/impact/Impact/interfaces/Impact.gid/
H A DImpact.cnd482 …E,VALUE,#CURRENT#,HIDE,TIME,#CURRENT#,HIDE,VALUE_TOLERANCE,#CURRENT#,HIDE,TIME_TOLERANCE,#CURRENT#)
483 …CURRENT#,RESTORE,TIME,#CURRENT#,RESTORE,VALUE_TOLERANCE,#CURRENT#,RESTORE,TIME_TOLERANCE,#CURRENT#)
490 QUESTION:TIME_TOLERANCE
/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoCommander.cpp1351 #define TIME_TOLERANCE 4 macro
1383 if ((now < (start_time + (cycle + TIME_TOLERANCE) * cycle_duration)) in updateAll()