Home
last modified time | relevance | path

Searched refs:timeList (Results 1 – 25 of 101) sorted by relevance

12345

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dtreesum.cpp156 for (brit = timeList.FirstBody(); brit != timeList.EndBranch(); in Summarize()
157 brit = timeList.NextBody(brit)) in Summarize()
176 for (brit = timeList.FirstTip(); brit != timeList.EndBranch(); brit = timeList.NextTip(brit)) in Summarize()
195 for (brit = timeList.FirstBody(); brit != timeList.EndBranch(); in Summarize()
196 brit = timeList.NextBody(brit)) in Summarize()
262 for (brit = timeList.FirstBody(); brit != timeList.EndBranch(); in DumpStationariesData()
263 brit = timeList.NextBody(brit)) in DumpStationariesData()
270 for (brit = timeList.FirstBody(); brit != timeList.EndBranch(); in DumpStationariesData()
271 brit = timeList.NextBody(brit)) in DumpStationariesData()
489 for (brit = timeList.FirstTip(); brit != timeList.EndBranch(); brit = timeList.NextTip(brit)) in Summarize()
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/plugins/TimeLimit/
H A DTimeLimit.cpp48 bz_APIStringList* timeList = bz_newStringList(); variable
54 for (unsigned i=0; i < timeList->size(); i++) in showMatchDurations()
55 bz_sendTextMessagef (BZ_SERVER, playerID, "* %s minute(s)",timeList->get(i).c_str()); in showMatchDurations()
62 if ( timeList->size() == 0 ) return true; in isValidTime()
64 for (unsigned i=0; i < timeList->size(); i++) in isValidTime()
66 if ( atof(timeList->get(i).c_str()) == timelimit ) in isValidTime()
123 timeList->push_back(convertIntToString(range_begin++)); in parseCommand()
126 timeList->tokenize(commandLine, ",", MAX_TIMES, false); in parseCommand()
/dports/games/bzflag/bzflag-2.4.22/plugins/TimeLimit/
H A DTimeLimit.cpp48 bz_APIStringList* timeList = bz_newStringList(); variable
54 for (unsigned i=0; i < timeList->size(); i++) in showMatchDurations()
55 bz_sendTextMessagef (BZ_SERVER, playerID, "* %s minute(s)",timeList->get(i).c_str()); in showMatchDurations()
62 if ( timeList->size() == 0 ) return true; in isValidTime()
64 for (unsigned i=0; i < timeList->size(); i++) in isValidTime()
66 if ( atof(timeList->get(i).c_str()) == timelimit ) in isValidTime()
123 timeList->push_back(convertIntToString(range_begin++)); in parseCommand()
126 timeList->tokenize(commandLine, ",", MAX_TIMES, false); in parseCommand()
/dports/devel/etcd/etcd-2.3.8/pkg/wait/
H A Dwait_time.go33 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[int64]chan struct{})}
42 func (tl *timeList) Wait(deadline time.Time) <-chan struct{} { argument
51 func (tl *timeList) Trigger(deadline time.Time) { argument
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/devel/etcd32/etcd-3.2.32/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/pkg/v3/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/pkg/v3/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/www/minio-client/etcd-3.5.0/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/devel/etcd31/etcd-3.1.20/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/devel/etcd33/etcd-3.3.23/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/devel/etcd34/etcd-3.4.18/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/pkg/wait/
H A Dwait_time.go32 type timeList struct { struct
38 func NewTimeList() *timeList {
39 return &timeList{m: make(map[uint64]chan struct{})}
42 func (tl *timeList) Wait(deadline uint64) <-chan struct{} { argument
56 func (tl *timeList) Trigger(deadline uint64) { argument
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/tests/
H A Dtest_timer.cpp88 REQUIRE(p.timeList.size() == 1);
89 REQUIRE(p.timeList[0] == Approx(1.1));
125 REQUIRE(p.timeList.size() == 2);
126 REQUIRE(p.timeList[idx1] == Approx(5.9));
127 REQUIRE(p.timeList[idx2] == Approx(3.6));
155 REQUIRE(p.timeList.size() == 2);
157 REQUIRE(p.timeList[idx2] == Approx(FakeCPUClock::fake_cpu_clock_increment));
167 REQUIRE(p2.timeList.size() == 2);
170 REQUIRE(p2.timeList[idx2] == Approx(FakeCPUClock::fake_cpu_clock_increment));
253 REQUIRE(p2.timeList[0] == Approx(14.3));
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMRVelodyneReader.cxx117 info->Set(vtkStreamingDemandDrivenPipeline::TIME_STEPS(), &this->timeList[0], in RequestInformation()
118 static_cast<int>(this->timeList.size())); in RequestInformation()
120 timeRange[0] = this->timeList.front(); in RequestInformation()
121 timeRange[1] = this->timeList.back(); in RequestInformation()
139 double tdist = (this->timeList[cnt] - requestedTime > requestedTime - this->timeList[cnt]) in RequestData()
140 ? this->timeList[cnt] - requestedTime in RequestData()
141 : requestedTime - this->timeList[cnt]; in RequestData()
235 this->timeList.push_back(this->Internal->dataTime); in FillMetaData()
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/
H A DTimerManager.cpp160 p.timeList.push_back(timer.get_total()); in collate_flat_profile()
166 p.timeList[ind] += timer.get_total(); in collate_flat_profile()
173 comm->allreduce(p.timeList); in collate_flat_profile()
260 p.timeList.push_back(si->second.time); in collate_stack_profile()
267 for (idx = 0; idx < p.timeList.size(); idx++) in collate_stack_profile()
270 for (int i = idx + 1; i < p.timeList.size(); i++) in collate_stack_profile()
325 … p.timeList[i] / (static_cast<double>(p.callList[i]) + std::numeric_limits<double>::epsilon()), in print_flat()
326 p.timeList[i] / static_cast<double>(omp_get_max_threads() * comm->size())); in print_flat()
390 …rintf(tmpout, bufsize, "%s %9.4f %9.4f %13ld %16.9f\n", padded_name_str.c_str(), p.timeList[i], in print_stack()
392 … p.timeList[i] / (static_cast<double>(p.callList[i]) + std::numeric_limits<double>::epsilon())); in print_stack()
[all …]
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/autotests/
H A Dktimecomboboxtest.cpp103 QCOMPARE(m_combo->timeList(), list); in testTimeListInterval()
108 QCOMPARE(m_combo->timeList(), list); in testTimeListInterval()
113 QCOMPARE(m_combo->timeList(), list); in testTimeListInterval()
128 QCOMPARE(m_combo->timeList(), list); in testTimeList()
134 QCOMPARE(m_combo->timeList(), list); in testTimeList()
143 QCOMPARE(m_combo->timeList(), list); in testTimeList()
152 QCOMPARE(m_combo->timeList(), list); in testTimeList()
/dports/science/ergo/ergo-3.8/source/utilities/
H A Dmat_acc_extrapolate.h73 std::vector<Treal> timeList; variable
96 timeList.resize(nSteps); in Scan()
120 timeList[i] = endTime - startTime; in Scan()
152 timeList_ [i] = timeList [i]; in GetScanResult()
/dports/audio/py-music21/music21-7.1.0/music21/midi/
H A Drealtime.py217 def busyCounter(timeList):
218 timeCounter_inner = timeList[0]
272 def restoreList(timeList):
273 timeCounter = timeList[0]
274 streamPlayer = timeList[1]
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp34 if (index.row() >= timeList.size()) in data()
36 return timeList.at(index.row()); in data()
70 timeList << time; in addEvent()

12345