Home
last modified time | relevance | path

Searched refs:stopTime (Results 1 – 25 of 941) sorted by relevance

12345678910>>...38

/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/time/
H A DStopWatch.java93 private long stopTime = -1; field in StopWatch
123 this.stopTime = -1; in start()
145 this.stopTime = System.currentTimeMillis(); in stop()
163 this.stopTime = -1; in reset()
183 this.stopTime = System.currentTimeMillis(); in split()
204 this.stopTime = -1; in unsplit()
225 this.stopTime = System.currentTimeMillis(); in suspend()
246 this.startTime += (System.currentTimeMillis() - this.stopTime); in resume()
247 this.stopTime = -1; in resume()
265 return this.stopTime - this.startTime; in getTime()
[all …]
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DStopwatch.cc33 stopTime(_watch.stopTime), in StopwatchPrivate()
46 public: clock::time_point stopTime = clock::time_point::min(); member in ignition::math::StopwatchPrivate
86 if (this->dataPtr->startTime != this->dataPtr->stopTime) in Start()
89 clock::now() - this->dataPtr->stopTime; in Start()
112 this->dataPtr->stopTime = clock::now(); in Stop()
114 this->dataPtr->stopTime - this->dataPtr->startTime; in Stop()
124 return this->dataPtr->stopTime; in StopTime()
138 this->dataPtr->stopTime = clock::time_point::min(); in Reset()
165 else if (this->dataPtr->stopTime > clock::time_point::min()) in ElapsedStopTime()
168 (clock::now() - this->dataPtr->stopTime); in ElapsedStopTime()
[all …]
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/
H A DTimer.cpp70 stopTime = this->time(); in elapsedTime()
71 return static_cast<long>(((stopTime - startTime) * 1000000) / ticksPerSeconds); in elapsedTime()
73 gettimeofday(&stopTime, 0); in elapsedTime()
74 long seconds = stopTime.tv_sec - startTime.tv_sec; in elapsedTime()
75 long useconds = stopTime.tv_usec - startTime.tv_usec; in elapsedTime()
78 clock_gettime(CLOCK_MONOTONIC, &stopTime); in elapsedTime()
79 long seconds = stopTime.tv_sec - startTime.tv_sec; in elapsedTime()
80 long nseconds = stopTime.tv_nsec - startTime.tv_nsec; in elapsedTime()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/javax/media/
H A DStopTimeChangeEvent.java23 public StopTimeChangeEvent(Controller from, Time stopTime) { in StopTimeChangeEvent() argument
26 this.stopTime = stopTime; in StopTimeChangeEvent()
30 return stopTime; in getStopTime()
34 return getClass().getName() + "[source=" + source + ",stopTime=" + stopTime + "]"; in toString()
37 private final Time stopTime; field in StopTimeChangeEvent
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/javax/media/
H A DStopTimeChangeEvent.java23 public StopTimeChangeEvent(Controller from, Time stopTime) { in StopTimeChangeEvent() argument
26 this.stopTime = stopTime; in StopTimeChangeEvent()
30 return stopTime; in getStopTime()
34 return getClass().getName() + "[source=" + source + ",stopTime=" + stopTime + "]"; in toString()
37 private final Time stopTime; field in StopTimeChangeEvent
/dports/math/R-cran-prodlim/prodlim/man/
H A DstopTime.Rd2 % Please edit documentation in R/stopTime.R
3 \name{stopTime}
4 \alias{stopTime}
7 stopTime(object, stop.time)
31 stopTime(h,8)
32 stopTime(h,5)
37 stopTime(s,5)
44 stopTime(hr,8)
45 stopTime(hr,5)
/dports/devel/slf4j/slf4j-1.7.21/slf4j-ext/src/main/java/org/slf4j/profiler/
H A DStopWatch.java38 private long stopTime; field in StopWatch
48 this.stopTime = original.stopTime; in StopWatch()
69 public StopWatch stop(long stopTime) { in stop() argument
71 this.stopTime = stopTime; in stop()
100 return stopTime - startTime; in elapsedTime()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dtimers.cpp165 _stopTime = stopTime; in setStop()
178 setStop(stopTime, scale); in setSegment()
183 stopTime = getStop(scale); in getSegment()
187 TimeValue startTime, stopTime; in getDuration() local
188 getSegment(startTime, stopTime, scale); in getDuration()
189 return stopTime - startTime; in getDuration()
220 Common::Rational stopTime = Common::Rational(_stopTime, _stopScale); in checkCallBacks() local
226 if (_time >= stopTime) in checkCallBacks()
227 _time = stopTime; in checkCallBacks()
249 if (time == stopTime) { in checkCallBacks()
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spectrum/
H A DEventTime.php21 public $stopTime; variable in Google_Service_Spectrum_EventTime
31 public function setStopTime($stopTime) argument
33 $this->stopTime = $stopTime;
37 return $this->stopTime;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Spectrum/
H A DEventTime.php21 public $stopTime; variable in Google_Service_Spectrum_EventTime
31 public function setStopTime($stopTime) argument
33 $this->stopTime = $stopTime;
37 return $this->stopTime;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MayaExport/src/
H A Dparamlist.cpp205 float startTime, stopTime; in parseArgs() local
217 stopTime = t2.as(MTime::kSeconds); in parseArgs()
226 stopTime = t2.as(MTime::kSeconds); in parseArgs()
247 clip.stop = stopTime; in parseArgs()
279 float startTime, stopTime; in parseArgs() local
291 stopTime = t2.as(MTime::kSeconds); in parseArgs()
300 stopTime = t2.as(MTime::kSeconds); in parseArgs()
321 clip.stop = stopTime; in parseArgs()
353 float startTime, stopTime; in parseArgs() local
374 stopTime = t2.as(MTime::kSeconds); in parseArgs()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Tools/MayaExport/src/
H A Dparamlist.cpp205 float startTime, stopTime; in parseArgs() local
209 stopTime = args.asDouble(++i,&stat); in parseArgs()
226 stopTime = t2.as(MTime::kSeconds); in parseArgs()
247 clip.stop = stopTime; in parseArgs()
279 float startTime, stopTime; in parseArgs() local
283 stopTime = args.asDouble(++i,&stat); in parseArgs()
300 stopTime = t2.as(MTime::kSeconds); in parseArgs()
321 clip.stop = stopTime; in parseArgs()
353 float startTime, stopTime; in parseArgs() local
374 stopTime = t2.as(MTime::kSeconds); in parseArgs()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dtimers.cpp165 _stopTime = stopTime; in setStop()
178 setStop(stopTime, scale); in setSegment()
183 stopTime = getStop(scale); in getSegment()
187 TimeValue startTime, stopTime; in getDuration() local
188 getSegment(startTime, stopTime, scale); in getDuration()
189 return stopTime - startTime; in getDuration()
220 Common::Rational stopTime = Common::Rational(_stopTime, _stopScale); in checkCallBacks() local
226 if (_time >= stopTime) in checkCallBacks()
227 _time = stopTime; in checkCallBacks()
249 if (time == stopTime) { in checkCallBacks()
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-calendar_export_ical.php65 $stopTime = $endDate->addMonths(1); variable
67 $stopTime = $endDate->addMonths(3); variable
69 $stopTime = $endDate->addMonths(6); variable
71 $stopTime = $endDate->addMonths(12); variable
73 $stopTime = $endDate->addMonths(1); variable
75 $stopTime = $endDate->getTime(); variable
78 …$stopTime = TikiLib::make_time(0, 0, 0, $_REQUEST['stop_date_Month'], $_REQUEST['stop_date_Day'], … variable
80 $stopTime = $_REQUEST["tstop"]; variable
110 …$events = $calendarlib->list_raw_items($calendarIds, $user, $startTime, $stopTime, -1, $maxRecords…
/dports/textproc/clucene/clucene-core-2.3.3.4/src/contribs/benchmarker/
H A DTimer.h12 int64_t stopTime; variable
20 stopTime=0; in reset()
33 stopTime = lucene::util::Misc::currentTimeMillis(); in stop()
35 return stopTime-startTime; in stop()
41 return stopTime-startTime; in interval()
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeTimeSensor.cpp64 stopTime.set( in ProtoTimeSensor()
66 setFieldFlags(stopTime, EIF_RECOMMENDED | EIF_WONDERLAND_SUPPORTED); in ProtoTimeSensor()
146 NodeTimeSensor::checkStart(bool loop, double startTime, double stopTime, in checkStart() argument
149 if ((t < m_stopTime) || ((stopTime <= startTime) && loop)) { in checkStart()
152 m_stopTime = stopTime; in checkStart()
156 m_stopTime = stopTime; in checkStart()
165 stopTime()->getValue(), t); in start()
175 stopTime()->getValue(), t); in updateStart()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DTimer.java45 …private static long startTime, beforeDocletTime, stopTime, memoryUsed, maxDriverHeap=-1, maxDoclet… field in Timer
49 if (stopTime==0) return; in shutdown()
52 pw.println("Generation (doclet) took "+(((double)(stopTime-beforeDocletTime))/1000.)+" s"); in shutdown()
58 pw.println("TOTAL TIME: "+(((double)(stopTime-startTime))/1000.)+" s"); in shutdown()
72 Timer.stopTime=System.currentTimeMillis(); in setStopTime()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DTimer.java45 …private static long startTime, beforeDocletTime, stopTime, memoryUsed, maxDriverHeap=-1, maxDoclet… field in Timer
49 if (stopTime==0) return; in shutdown()
52 pw.println("Generation (doclet) took "+(((double)(stopTime-beforeDocletTime))/1000.)+" s"); in shutdown()
58 pw.println("TOTAL TIME: "+(((double)(stopTime-startTime))/1000.)+" s"); in shutdown()
72 Timer.stopTime=System.currentTimeMillis(); in setStopTime()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DTimer.java45 …private static long startTime, beforeDocletTime, stopTime, memoryUsed, maxDriverHeap=-1, maxDoclet… field in Timer
49 if (stopTime==0) return; in shutdown()
52 pw.println("Generation (doclet) took "+(((double)(stopTime-beforeDocletTime))/1000.)+" s"); in shutdown()
58 pw.println("TOTAL TIME: "+(((double)(stopTime-startTime))/1000.)+" s"); in shutdown()
72 Timer.stopTime=System.currentTimeMillis(); in setStopTime()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DTimer.java45 …private static long startTime, beforeDocletTime, stopTime, memoryUsed, maxDriverHeap=-1, maxDoclet… field in Timer
49 if (stopTime==0) return; in shutdown()
52 pw.println("Generation (doclet) took "+(((double)(stopTime-beforeDocletTime))/1000.)+" s"); in shutdown()
58 pw.println("TOTAL TIME: "+(((double)(stopTime-startTime))/1000.)+" s"); in shutdown()
72 Timer.stopTime=System.currentTimeMillis(); in setStopTime()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DTimer.java45 …private static long startTime, beforeDocletTime, stopTime, memoryUsed, maxDriverHeap=-1, maxDoclet… field in Timer
49 if (stopTime==0) return; in shutdown()
52 pw.println("Generation (doclet) took "+(((double)(stopTime-beforeDocletTime))/1000.)+" s"); in shutdown()
58 pw.println("TOTAL TIME: "+(((double)(stopTime-startTime))/1000.)+" s"); in shutdown()
72 Timer.stopTime=System.currentTimeMillis(); in setStopTime()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/fd-net-device/examples/
H A Dfd-emu-udp-echo.cc93 double stopTime = 10; in main() local
104 cmd.AddValue ("stopTime", "stop time (seconds)", stopTime); in main()
183 apps.Stop (Seconds (stopTime)); in main()
199 apps.Stop (Seconds (stopTime)); in main()
210 apps.Stop (Seconds (stopTime)); in main()
224 apps.Stop (Seconds (stopTime)); in main()
234 Simulator::Stop (Seconds (stopTime + 2)); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/
H A DRefreshEvent.java28 long stopTime = 0; field in RefreshEvent
56 return stopTime; in getStopTime()
59 public void setStopTime(long stopTime) { in setStopTime() argument
60 this.stopTime = stopTime; in setStopTime()
/dports/games/openjazz/openjazz-20190106/src/jj2level/jj2levelplayer/
H A Djj2levelplayerframe.cpp121 if (!stopTime) { in modify()
128 stopTime = ticks + 1000; in modify()
135 stopTime = 0; in modify()
143 if (!stopTime) { in modify()
150 stopTime = ticks + 1000; in modify()
167 stopTime = 0; in modify()
212 if (!stopTime) { in modify()
222 stopTime = 0; in modify()
230 stopTime = 0; in modify()
272 if (stopTime) { in control()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DSnapshotDeletionPolicyTest.cpp28 SnapshotThread(int64_t stopTime, const IndexWriterPtr& writer) { in SnapshotThread() argument
29 this->stopTime = stopTime; in SnapshotThread()
39 int64_t stopTime; member in SnapshotThread
55 } while ((int64_t)MiscUtils::currentTimeMillis() < stopTime); in run()
78 int64_t stopTime = MiscUtils::currentTimeMillis() + 1000; in runTest() local
86 LuceneThreadPtr thread = newLucene<SnapshotThread>(stopTime, writer); in runTest()
96 } while ((int64_t)MiscUtils::currentTimeMillis() < stopTime); in runTest()

12345678910>>...38