Home
last modified time | relevance | path

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

/dports/misc/py-progressbar/progressbar-2.5/progressbar/
H A Dwidgets.py54 TIME_SENSITIVE = False variable in Widget
86 TIME_SENSITIVE = True variable in Timer
107 TIME_SENSITIVE = True variable in ETA
134 TIME_SENSITIVE = True variable in AdaptiveETA
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/
H A DGlobal.java88 public static final String TIME_SENSITIVE="time-sensitive"; field in Global
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DTimeSchedulerTest.java27 @Test(groups=Global.TIME_SENSITIVE,dataProvider="createTimer",sequential=true)