Home
last modified time | relevance | path

Searched refs:timeInterval (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/Solaris/
H A DMemory.c241 long timeInterval; in updateSwap() local
244 timeInterval = sampling.tv_sec - lastSampling.tv_sec + in updateSwap()
247 timeInterval = timeInterval > 0 ? timeInterval : 1; in updateSwap()
249 _swap_resv = _swap_resv / timeInterval; in updateSwap()
250 _swap_free = _swap_free / timeInterval; in updateSwap()
251 _swap_avail = _swap_avail / timeInterval; in updateSwap()
252 _swap_alloc = _swap_alloc / timeInterval; in updateSwap()
/dports/math/g2o/g2o-20201223_git/g2o/examples/calibration_odom_laser/
H A Dclosed_form_calibration.cpp48 const double& timeInterval = measurements[i].timeInterval; in calibrate() local
49 …tion.translation().x(), odomMotion.translation().y(), odomMotion.rotation().angle(), timeInterval); in calibrate()
60 const double& timeInterval = measurements[i].timeInterval; in calibrate() local
62 A(i, 0) = velMeas.vl() * timeInterval; in calibrate()
63 A(i, 1) = velMeas.vr() * timeInterval; in calibrate()
78 const double& timeInterval = measurements[i].timeInterval; in calibrate() local
82 double o_theta_k = omega_o_k * timeInterval; in calibrate()
89 double c_x = 0.5 * timeInterval * (-J_21 * velMeas.vl() + J_22 * velMeas.vr()) * sx; in calibrate()
90 double c_y = 0.5 * timeInterval * (-J_21 * velMeas.vl() + J_22 * velMeas.vr()) * sy; in calibrate()
H A Dsclam_pure_calibration.cpp164 mi.timeInterval = prevOdom->timestamp() - curOdom->timestamp(); in main()
182 const double& timeInterval = motions[i].timeInterval; in main() local
184 …tion.translation().x(), odomMotion.translation().y(), odomMotion.rotation().angle(), timeInterval); in main()
221 const double& timeInterval = motions[i].timeInterval; in main() local
222 …tion.translation().x(), odomMotion.translation().y(), odomMotion.rotation().angle(), timeInterval); in main()
224 A(i, 0) = velMeas.vl() * timeInterval; in main()
225 A(i, 1) = velMeas.vr() * timeInterval; in main()
245 const double& timeInterval = motions[i].timeInterval; in main() local
247 …tion.translation().x(), odomMotion.translation().y(), odomMotion.rotation().angle(), timeInterval); in main()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dsearch_facets_histogram.go17 timeInterval string member
67 func (f HistogramFacet) TimeInterval(timeInterval string) HistogramFacet {
68 f.timeInterval = timeInterval
99 if f.timeInterval != "" {
100 opts["time_interval"] = f.timeInterval
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/
H A DRowDimensions.php35 public function setTimeInterval(Google_Service_AdExchangeBuyerII_TimeInterval $timeInterval) argument
37 $this->timeInterval = $timeInterval;
44 return $this->timeInterval;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/
H A DRowDimensions.php35 public function setTimeInterval(Google_Service_AdExchangeBuyerII_TimeInterval $timeInterval) argument
37 $this->timeInterval = $timeInterval;
44 return $this->timeInterval;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/
H A DPointData.php29 public function setTimeInterval(Google_Service_Monitoring_TimeInterval $timeInterval) argument
31 $this->timeInterval = $timeInterval;
38 return $this->timeInterval;
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Denergydrifttracker.cpp73 if (timeInterval() > 0) in energyDrift()
75 return (lastEnergy_ - firstEnergy_) / (timeInterval() * numAtoms_); in energyDrift()
87 if (timeInterval() > 0) in energyDriftString()
90 partName.c_str(), timeInterval(), firstTime_, lastTime_); in energyDriftString()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/timeinterval/
H A Dtimeinterval_test.go28 timeInterval TimeInterval
31 timeInterval: TimeInterval{},
41 timeInterval: TimeInterval{
58 timeInterval: TimeInterval{
78 timeInterval: TimeInterval{
100 timeInterval: TimeInterval{
467 if !tc.timeInterval.ContainsTime(_t) {
468 t.Errorf("Expected period %+v to contain %+v", tc.timeInterval, _t)
473 if tc.timeInterval.ContainsTime(_t) {
474 t.Errorf("Period %+v not expected to contain %+v", tc.timeInterval, _t)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/timeinterval/
H A Dtimeinterval_test.go28 timeInterval TimeInterval
31 timeInterval: TimeInterval{},
41 timeInterval: TimeInterval{
58 timeInterval: TimeInterval{
78 timeInterval: TimeInterval{
100 timeInterval: TimeInterval{
467 if !tc.timeInterval.ContainsTime(_t) {
468 t.Errorf("Expected period %+v to contain %+v", tc.timeInterval, _t)
473 if tc.timeInterval.ContainsTime(_t) {
474 t.Errorf("Period %+v not expected to contain %+v", tc.timeInterval, _t)
/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/test/
H A DEventUtils.hs20 delay :: (?timeInterval :: Int) => IO ()
21 delay = threadDelay ?timeInterval
75 :: (?timeInterval :: Int)
93 :: (?timeInterval :: Int)
106 expectEventsHere :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
109 expectEventsHereRec :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/test/
H A DEventUtils.hs20 delay :: (?timeInterval :: Int) => IO ()
21 delay = threadDelay ?timeInterval
75 :: (?timeInterval :: Int)
93 :: (?timeInterval :: Int)
106 expectEventsHere :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
109 expectEventsHereRec :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fsnotify-0.3.0.1/test/
H A DEventUtils.hs20 delay :: (?timeInterval :: Int) => IO ()
21 delay = threadDelay ?timeInterval
75 :: (?timeInterval :: Int)
93 :: (?timeInterval :: Int)
106 expectEventsHere :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
109 expectEventsHereRec :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/fsnotify-0.3.0.1/test/
H A DEventUtils.hs20 delay :: (?timeInterval :: Int) => IO ()
21 delay = threadDelay ?timeInterval
75 :: (?timeInterval :: Int)
93 :: (?timeInterval :: Int)
106 expectEventsHere :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
109 expectEventsHereRec :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/fsnotify-0.3.0.1/test/
H A DEventUtils.hs20 delay :: (?timeInterval :: Int) => IO ()
21 delay = threadDelay ?timeInterval
75 :: (?timeInterval :: Int)
93 :: (?timeInterval :: Int)
106 expectEventsHere :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
109 expectEventsHereRec :: (?timeInterval::Int) => Bool -> [EventPattern] -> IO () -> Assertion
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/tests/
H A Denergydrifttracker.cpp59 EXPECT_EQ(tracker.timeInterval(), 0); in TEST()
68 EXPECT_EQ(tracker.timeInterval(), 0); in TEST()
79 EXPECT_FLOAT_EQ(tracker.timeInterval(), 4.0_real); in TEST()
/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 DConfigureSynchronizeScheduleComposite.java53 private Text timeInterval; field in ConfigureSynchronizeScheduleComposite
85 timeInterval.setText(Long.toString(minutes)); in initializeValues()
149 timeInterval = new Text(area, SWT.BORDER | SWT.RIGHT); in createMainDialogArea()
152 timeInterval.setLayoutData(gridData); in createMainDialogArea()
153 timeInterval.addModifyListener(e -> updateEnablements()); in createMainDialogArea()
154 timeInterval.addVerifyListener(e -> { in createMainDialogArea()
194 long seconds = Long.parseLong(timeInterval.getText()); in saveValues()
229 long number = Long.parseLong(timeInterval.getText()); in updateEnablements()
243 timeInterval.setEnabled(enableBackgroundRefresh.getSelection() && repeatEvery.getSelection()); in updateEnablements()
/dports/games/egoboo/egoboo-2.8.1/src/game/Obsolete/
H A DTask.c42 void task_register( const char *taskName, float timeInterval, TaskCallback f ) in task_register() argument
53 if ( timeInterval < 0 ) timeInterval = 0; in task_register()
63 aTask->interval = timeInterval; in task_register()
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/Linux/
H A Dstat.c89 static float timeInterval = 0; variable
439 timeInterval = currSampling.tv_sec - lastSampling.tv_sec + in processStat()
866 / timeInterval ) ); in print24DiskTotal()
884 / timeInterval ) ); in print24DiskRIO()
902 / timeInterval ) ); in print24DiskWIO()
954 output( "%f\n", (float)( PageIn / timeInterval ) ); in printPageIn()
969 output( "%f\n", (float)( PageOut / timeInterval ) ); in printPageOut()
985 output( "%f\n", (float)( Intr[ id ] / timeInterval ) ); in printInterruptx()
1001 output( "%f\n", (float)( Ctxt / timeInterval ) ); in printCtxt()
1036 output( "%f\n", (float)( ptr->rio.delta / timeInterval ) ); in print24DiskIO()
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dspirographx.c47 int timeInterval; variable
170 if (currentTime - lastSettingsChange > timeInterval) { in hack_draw()
183 timeInterval = 15; in hack_handle_opts()
215 timeInterval = strtol_minmaxdef (optarg, 10, 5, 120, 1, 15, "--interval: "); in hack_handle_opts()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/View/Helper/
H A DTimeHelper.php417 * @param string|int $timeInterval the numeric value with space then time type.
425 public function wasWithinLast($timeInterval, $dateString, $timezone = null) { argument
426 return $this->_engine->wasWithinLast($timeInterval, $dateString, $timezone);
432 * @param string|int $timeInterval the numeric value with space then time type.
440 public function isWithinNext($timeInterval, $dateString, $timezone = null) { argument
441 return $this->_engine->isWithinNext($timeInterval, $dateString, $timezone);
/dports/games/warzone2100/warzone2100/src/
H A Dnotifications.h199 WZ_Notification_Trigger(uint32_t timeInterval) in WZ_Notification_Trigger() argument
200 : timeInterval(timeInterval) in WZ_Notification_Trigger()
209 uint32_t timeInterval = 0;
/dports/net/storj/storj-1.45.3/satellite/metabase/
H A Dbench_expired_test.go68 timeInterval := time.Duration(testrand.Intn(36))*time.Hour + time.Hour
71 return g.now.Add(timeInterval)
75 return g.now.Add(-timeInterval)
80 return g.now.Add(-timeInterval)
83 return g.now.Add(timeInterval)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/operator/
H A DtimeInterval.js.map1 {"version":3,"file":"timeInterval.js","sources":["../src/operator/timeInterval.ts"],"names":[],"map…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/operators/
H A DtimeInterval.js.map1 {"version":3,"file":"timeInterval.js","sources":["../src/operators/timeInterval.ts"],"names":[],"ma…

12345678910>>...18