Home
last modified time | relevance | path

Searched refs:nowTime (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/internal/repotools/release/
H A Drelease_test.go181 origNowTime := nowTime
183 nowTime = origNowTime
191 nowTime func() time.Time
216 if tt.nowTime == nil {
217 nowTime = func() time.Time {
221 nowTime = tt.nowTime
/dports/security/vault/aws-sdk-go-v2-1.5.0/internal/repotools/release/
H A Drelease_test.go181 origNowTime := nowTime
183 nowTime = origNowTime
191 nowTime func() time.Time
216 if tt.nowTime == nil {
217 nowTime = func() time.Time {
221 nowTime = tt.nowTime
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/
H A Ddd_loop.cpp340 duint nowTime = Timer_RealMilliseconds(); in DD_WaitForOptimalUpdateTime() local
341 duint elapsed = nowTime - prevUpdateTime; in DD_WaitForOptimalUpdateTime()
357 nowTime = Timer_RealMilliseconds(); in DD_WaitForOptimalUpdateTime()
358 elapsed = nowTime - prevUpdateTime; in DD_WaitForOptimalUpdateTime()
362 prevUpdateTime = nowTime; in DD_WaitForOptimalUpdateTime()
396 ddouble const nowTime = Timer_Seconds(); in Loop_RunTics() local
398 ddouble elapsedTime = nowTime - ::lastRunTicsTime; in Loop_RunTics()
406 ::lastRunTicsTime = nowTime; in Loop_RunTics()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediasink/
H A DVideoSink.cpp189 TimeStamp nowTime; in SetPlaying() local
190 const auto clockTime = mAudioSink->GetPosition(&nowTime); in SetPlaying()
191 RenderVideoFrames(1, clockTime.ToMicroseconds(), nowTime); in SetPlaying()
369 TimeStamp nowTime; in TryUpdateRenderedVideoFrames() local
486 TimeStamp nowTime; in UpdateRenderedVideoFrames() local
487 const auto clockTime = mAudioSink->GetPosition(&nowTime); in UpdateRenderedVideoFrames()
540 nowTime); in UpdateRenderedVideoFrames()
581 TimeStamp nowTime; in MaybeResolveEndPromise() local
582 const auto clockTime = mAudioSink->GetPosition(&nowTime); in MaybeResolveEndPromise()
589 mContainer->ClearFutureFrames(nowTime); in MaybeResolveEndPromise()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/mediasink/
H A DVideoSink.cpp199 TimeStamp nowTime; in SetPlaying() local
200 const auto clockTime = mAudioSink->GetPosition(&nowTime); in SetPlaying()
201 RenderVideoFrames(1, clockTime.ToMicroseconds(), nowTime); in SetPlaying()
379 TimeStamp nowTime; in TryUpdateRenderedVideoFrames() local
496 TimeStamp nowTime; in UpdateRenderedVideoFrames() local
497 const auto clockTime = mAudioSink->GetPosition(&nowTime); in UpdateRenderedVideoFrames()
550 nowTime); in UpdateRenderedVideoFrames()
591 TimeStamp nowTime; in MaybeResolveEndPromise() local
592 const auto clockTime = mAudioSink->GetPosition(&nowTime); in MaybeResolveEndPromise()
599 mContainer->ClearFutureFrames(nowTime); in MaybeResolveEndPromise()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediasink/
H A DVideoSink.cpp189 TimeStamp nowTime; in SetPlaying() local
190 const auto clockTime = mAudioSink->GetPosition(&nowTime); in SetPlaying()
191 RenderVideoFrames(1, clockTime.ToMicroseconds(), nowTime); in SetPlaying()
369 TimeStamp nowTime; in TryUpdateRenderedVideoFrames() local
486 TimeStamp nowTime; in UpdateRenderedVideoFrames() local
487 const auto clockTime = mAudioSink->GetPosition(&nowTime); in UpdateRenderedVideoFrames()
540 nowTime); in UpdateRenderedVideoFrames()
581 TimeStamp nowTime; in MaybeResolveEndPromise() local
582 const auto clockTime = mAudioSink->GetPosition(&nowTime); in MaybeResolveEndPromise()
589 mContainer->ClearFutureFrames(nowTime); in MaybeResolveEndPromise()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mediasink/
H A DVideoSink.cpp190 TimeStamp nowTime; in SetPlaying() local
191 const auto clockTime = mAudioSink->GetPosition(&nowTime); in SetPlaying()
192 RenderVideoFrames(1, clockTime.ToMicroseconds(), nowTime); in SetPlaying()
369 TimeStamp nowTime; in TryUpdateRenderedVideoFrames() local
485 TimeStamp nowTime; in UpdateRenderedVideoFrames() local
486 const auto clockTime = mAudioSink->GetPosition(&nowTime); in UpdateRenderedVideoFrames()
538 nowTime); in UpdateRenderedVideoFrames()
579 TimeStamp nowTime; in MaybeResolveEndPromise() local
580 const auto clockTime = mAudioSink->GetPosition(&nowTime); in MaybeResolveEndPromise()
587 mContainer->ClearFutureFrames(nowTime); in MaybeResolveEndPromise()
[all …]
/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dh460_std25_pidf_lo.cxx173 PString nowTime = now.AsString(PTime::RFC3339, PTime::UTC); in BuildPIDF_LO() local
174 nowTime = nowTime.Left(nowTime.GetLength()-1); // Remove last Z in BuildPIDF_LO()
175 e1->AddElement("dm:timestamp", nowTime); in BuildPIDF_LO()
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D127_Imagick_progressMonitor_basic.phpt32 $nowTime = time();
34 $debug .= "$x: nowTime $nowTime - startTime $startTime".PHP_EOL;
37 if ($nowTime - $startTime > 5) {
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D127_Imagick_progressMonitor_basic.phpt32 $nowTime = time();
34 $debug .= "$x: nowTime $nowTime - startTime $startTime".PHP_EOL;
37 if ($nowTime - $startTime > 5) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/centrifuge/internal/nowtime/
H A Dgetter_test.go11 nowTime := Get()
12 require.NotNil(t, nowTime)
13 require.GreaterOrEqual(t, time.Now().Unix(), nowTime.Unix())
/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/
H A DDomoticz.lua22 local sNow, now, nowTime
25 nowTime = Time(sNow)
27 nowTime = Time()
36 nowTime['isDayTime'] = timeofday['Daytime']
37 nowTime['isCivilDayTime'] = timeofday['Civildaytime']
38 nowTime['isCivilNightTime'] = timeofday['Civilnighttime']
39 nowTime['isNightTime'] = timeofday['Nighttime']
40 nowTime['sunriseInMinutes'] = timeofday['SunriseInMinutes']
41 nowTime['sunsetInMinutes'] = timeofday['SunsetInMinutes']
43 nowTime['civTwilightEndInMinutes'] = timeofday['CivTwilightEndInMinutes']
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java115 long nowTime; in run() local
120 nowTime = System.currentTimeMillis(); in run()
121 if (nowTime - checkedTime >= checkingTime) { in run()
165 nowTime = System.currentTimeMillis(); in run()
166 if (nowTime - checkedTime >= checkingTime) { in run()
170 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java115 long nowTime; in run() local
120 nowTime = System.currentTimeMillis(); in run()
121 if (nowTime - checkedTime >= checkingTime) { in run()
165 nowTime = System.currentTimeMillis(); in run()
166 if (nowTime - checkedTime >= checkingTime) { in run()
170 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java115 long nowTime; in run() local
120 nowTime = System.currentTimeMillis(); in run()
121 if (nowTime - checkedTime >= checkingTime) { in run()
165 nowTime = System.currentTimeMillis(); in run()
166 if (nowTime - checkedTime >= checkingTime) { in run()
170 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java115 long nowTime; in run() local
120 nowTime = System.currentTimeMillis(); in run()
121 if (nowTime - checkedTime >= checkingTime) { in run()
165 nowTime = System.currentTimeMillis(); in run()
166 if (nowTime - checkedTime >= checkingTime) { in run()
170 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java115 long nowTime; in run() local
120 nowTime = System.currentTimeMillis(); in run()
121 if (nowTime - checkedTime >= checkingTime) { in run()
165 nowTime = System.currentTimeMillis(); in run()
166 if (nowTime - checkedTime >= checkingTime) { in run()
170 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java115 long nowTime; in run() local
120 nowTime = System.currentTimeMillis(); in run()
121 if (nowTime - checkedTime >= checkingTime) { in run()
165 nowTime = System.currentTimeMillis(); in run()
166 if (nowTime - checkedTime >= checkingTime) { in run()
170 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java115 long nowTime; in run() local
120 nowTime = System.currentTimeMillis(); in run()
121 if (nowTime - checkedTime >= checkingTime) { in run()
165 nowTime = System.currentTimeMillis(); in run()
166 if (nowTime - checkedTime >= checkingTime) { in run()
170 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java115 long nowTime; in run() local
120 nowTime = System.currentTimeMillis(); in run()
121 if (nowTime - checkedTime >= checkingTime) { in run()
165 nowTime = System.currentTimeMillis(); in run()
166 if (nowTime - checkedTime >= checkingTime) { in run()
170 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java113 long nowTime; in run() local
118 nowTime = System.currentTimeMillis(); in run()
119 if (nowTime - checkedTime >= checkingTime) { in run()
163 nowTime = System.currentTimeMillis(); in run()
164 if (nowTime - checkedTime >= checkingTime) { in run()
168 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java113 long nowTime; in run() local
118 nowTime = System.currentTimeMillis(); in run()
119 if (nowTime - checkedTime >= checkingTime) { in run()
163 nowTime = System.currentTimeMillis(); in run()
164 if (nowTime - checkedTime >= checkingTime) { in run()
168 + "after " + (nowTime - startTime) + "ms"); in run()
/dports/games/bzflag-server/bzflag-2.4.22/src/common/
H A DGameTime.cxx245 const s64 nowTime = getRawTime() + (s64)(halfLag * 1.0e6); in pack() local
246 buf = nboPackUInt(buf, (u32)(nowTime >> 32)); // msb's in pack()
247 buf = nboPackUInt(buf, (u32)(nowTime & 0xFFFFFFFF)); // lsb's in pack()
270 s64 nowTime = getRawTime(); in unpack() local
274 if ((nowTime - back.localTime) < maxRecordAge) in unpack()
/dports/games/bzflag/bzflag-2.4.22/src/common/
H A DGameTime.cxx245 const s64 nowTime = getRawTime() + (s64)(halfLag * 1.0e6); in pack() local
246 buf = nboPackUInt(buf, (u32)(nowTime >> 32)); // msb's in pack()
247 buf = nboPackUInt(buf, (u32)(nowTime & 0xFFFFFFFF)); // lsb's in pack()
270 s64 nowTime = getRawTime(); in unpack() local
274 if ((nowTime - back.localTime) < maxRecordAge) in unpack()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/util/
H A DPerformanceLogger.java188 long nowTime = getCurrentTime(); in setStartTime() local
189 setStartTime(message, nowTime); in setStartTime()
235 long nowTime = getCurrentTime(); in setTime() local
236 return setTime(message, nowTime); in setTime()

1234567891011