Home
last modified time | relevance | path

Searched refs:secId (Results 1 – 23 of 23) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/test/
H A DSecondaryAssociationTest.java259 for (int secId = 0; secId < N_TABLES; secId += 1) { in addSecondaries()
264 if (secId >= tableId) { in addSecondaries()
278 assoc.addSecondary(tableId, secId, db); in addSecondaries()
323 for (int secId = 0; secId < tableId; secId += 1) { in removeSecondaries()
608 for (int secId = 0; secId < tableId; secId += 1) {
648 for (int secId = 0; secId < tableId; secId += 1) {
650 assoc.getSecondary(tableId, secId);
815 private final int secId;
817 MyKeyCreator(int secId) {
818 this.secId = secId;
[all …]
/dports/deskutils/itinerary/itinerary-21.12.3/autotests/
H A Dreservationmanagertest.cpp187 mgr.updateReservation(secId, res); in testBatchOperations()
201 mgr.updateReservation(secId, res); in testBatchOperations()
207 QCOMPARE(batchAddSpy.at(0).at(0), secId); in testBatchOperations()
216 mgr.updateReservation(secId, res); in testBatchOperations()
229 QCOMPARE(mgr.hasBatch(secId), false); in testBatchOperations()
260 QCOMPARE(batchRenameSpy.at(0).at(1), secId); in testBatchOperations()
264 QCOMPARE(mgr.reservationsForBatch(secId), QStringList(secId)); in testBatchOperations()
266 QCOMPARE(mgr.batchForReservation(secId), secId); in testBatchOperations()
280 QCOMPARE(batchChangeSpy.at(0).at(0), secId); in testBatchOperations()
286 QCOMPARE(mgr.batchForReservation(secId), secId); in testBatchOperations()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/contrib/
H A Dfunctions.mysql60 FUNCTION latestPrice(secId VARCHAR(32))
67 FROM kmmPrices WHERE fromId = secId AND priceDate =
68 (SELECT MAX(priceDate) FROM kmmPrices WHERE fromId = secId);
98 DECLARE secId VARCHAR(32);
99 SELECT currencyId FROM kmmAccounts WHERE id = acctId INTO secId;
100 SELECT shareBalance(acctId) * latestPrice(secId) INTO result;
/dports/net-im/libquotient/libQuotient-0.6.8/lib/
H A Duri.cpp173 if (const auto& secId = secondaryId(); !secId.isEmpty()) in toUrl() local
174 fragment += '/' + secId; in toUrl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/
H A DConsoleView.java710 String secId = viewRef.getSecondaryId(); in isThisPart() local
716 return secId == null; in isThisPart()
718 return mySec.equals(secId); in isThisPart()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMsWrdText.cxx2093 bool MsWrdText::sendSection(int secId) in sendSection() argument
2097 secId>=0 && secId+1<static_cast<int>(m_state->m_sectionLimitList.size())) { in sendSection()
2099 (m_state->m_sectionLimitList[size_t(secId)+1]-1); in sendSection()
2103 return m_stylesManager->sendSection(secId, textStructId); in sendSection()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp5168 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) = 0;
5204 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) in appendToSection() argument
5207 require(secId < 3); in appendToSection()
5209 Uint32 existingSz = ptrs[secId].sz; in appendToSection()
5210 Uint32* existingBuff = ptrs[secId].p; in appendToSection()
5220 ptrs[secId].p = newBuff; in appendToSection()
5221 ptrs[secId].sz = existingSz + ptr.sz; in appendToSection()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp5168 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) = 0;
5204 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) in appendToSection() argument
5207 require(secId < 3); in appendToSection()
5209 Uint32 existingSz = ptrs[secId].sz; in appendToSection()
5210 Uint32* existingBuff = ptrs[secId].p; in appendToSection()
5220 ptrs[secId].p = newBuff; in appendToSection()
5221 ptrs[secId].sz = existingSz + ptr.sz; in appendToSection()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp5168 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) = 0;
5204 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) in appendToSection() argument
5207 require(secId < 3); in appendToSection()
5209 Uint32 existingSz = ptrs[secId].sz; in appendToSection()
5210 Uint32* existingBuff = ptrs[secId].p; in appendToSection()
5220 ptrs[secId].p = newBuff; in appendToSection()
5221 ptrs[secId].sz = existingSz + ptr.sz; in appendToSection()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp5168 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) = 0;
5204 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) in appendToSection() argument
5207 require(secId < 3); in appendToSection()
5209 Uint32 existingSz = ptrs[secId].sz; in appendToSection()
5210 Uint32* existingBuff = ptrs[secId].p; in appendToSection()
5220 ptrs[secId].p = newBuff; in appendToSection()
5221 ptrs[secId].sz = existingSz + ptr.sz; in appendToSection()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp5168 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) = 0;
5204 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) in appendToSection() argument
5207 require(secId < 3); in appendToSection()
5209 Uint32 existingSz = ptrs[secId].sz; in appendToSection()
5210 Uint32* existingBuff = ptrs[secId].p; in appendToSection()
5220 ptrs[secId].p = newBuff; in appendToSection()
5221 ptrs[secId].sz = existingSz + ptr.sz; in appendToSection()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/
H A DtestNdbApi.cpp5361 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) = 0;
5397 virtual int appendToSection(Uint32 secId, LinearSectionPtr ptr) in appendToSection() argument
5400 require(secId < 3); in appendToSection()
5402 Uint32 existingSz = ptrs[secId].sz; in appendToSection()
5403 Uint32* existingBuff = ptrs[secId].p; in appendToSection()
5413 ptrs[secId].p = newBuff; in appendToSection()
5414 ptrs[secId].sz = existingSz + ptr.sz; in appendToSection()
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dqcustomplot.cpp3920 foreach (int secId, unfinishedSections) in getSectionSizes()
3922 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
3926 nextId = secId; in getSectionSizes()
3932 foreach (int secId, unfinishedSections) in getSectionSizes()
3933 stretchFactorSum += stretchFactors.at(secId); in getSectionSizes()
3937 foreach (int secId, unfinishedSections) in getSectionSizes()
3939 sectionSizes[secId] += nextMax*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3945 foreach (int secId, unfinishedSections) in getSectionSizes()
3946 sectionSizes[secId] += nextMaxLimit*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3977 foreach (int secId, unfinishedSections) in getSectionSizes()
[all …]
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dqcustomplot.cpp3943 foreach (int secId, unfinishedSections)
3945 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId);
3949 nextId = secId;
3955 foreach (int secId, unfinishedSections)
3956 stretchFactorSum += stretchFactors.at(secId);
3960 foreach (int secId, unfinishedSections)
3962 sectionSizes[secId] += nextMax*stretchFactors.at(secId); // increment all sections
3968 foreach (int secId, unfinishedSections)
3969 sectionSizes[secId] += nextMaxLimit*stretchFactors.at(secId); // increment all sections
4000 foreach (int secId, unfinishedSections)
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp3932 foreach (int secId, unfinishedSections) in getSectionSizes()
3934 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
3938 nextId = secId; in getSectionSizes()
3944 foreach (int secId, unfinishedSections) in getSectionSizes()
3945 stretchFactorSum += stretchFactors.at(secId); in getSectionSizes()
3949 foreach (int secId, unfinishedSections) in getSectionSizes()
3951 sectionSizes[secId] += nextMax*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3957 foreach (int secId, unfinishedSections) in getSectionSizes()
3958 sectionSizes[secId] += nextMaxLimit*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3989 foreach (int secId, unfinishedSections) in getSectionSizes()
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp3932 foreach (int secId, unfinishedSections) in getSectionSizes()
3934 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
3938 nextId = secId; in getSectionSizes()
3944 foreach (int secId, unfinishedSections) in getSectionSizes()
3945 stretchFactorSum += stretchFactors.at(secId); in getSectionSizes()
3949 foreach (int secId, unfinishedSections) in getSectionSizes()
3951 sectionSizes[secId] += nextMax*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3957 foreach (int secId, unfinishedSections) in getSectionSizes()
3958 sectionSizes[secId] += nextMaxLimit*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3989 foreach (int secId, unfinishedSections) in getSectionSizes()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp3932 foreach (int secId, unfinishedSections) in getSectionSizes()
3934 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
3938 nextId = secId; in getSectionSizes()
3944 foreach (int secId, unfinishedSections) in getSectionSizes()
3945 stretchFactorSum += stretchFactors.at(secId); in getSectionSizes()
3949 foreach (int secId, unfinishedSections) in getSectionSizes()
3951 sectionSizes[secId] += nextMax*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3957 foreach (int secId, unfinishedSections) in getSectionSizes()
3958 sectionSizes[secId] += nextMaxLimit*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3989 foreach (int secId, unfinishedSections) in getSectionSizes()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp3932 foreach (int secId, unfinishedSections) in getSectionSizes()
3934 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
3938 nextId = secId; in getSectionSizes()
3944 foreach (int secId, unfinishedSections) in getSectionSizes()
3945 stretchFactorSum += stretchFactors.at(secId); in getSectionSizes()
3949 foreach (int secId, unfinishedSections) in getSectionSizes()
3951 sectionSizes[secId] += nextMax*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3957 foreach (int secId, unfinishedSections) in getSectionSizes()
3958 sectionSizes[secId] += nextMaxLimit*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3989 foreach (int secId, unfinishedSections) in getSectionSizes()
[all …]
/dports/graphics/qcustomplot-qt5/qcustomplot/
H A Dqcustomplot.cpp3938 foreach (int secId, unfinishedSections) in getSectionSizes()
3940 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
3944 nextId = secId; in getSectionSizes()
3950 foreach (int secId, unfinishedSections) in getSectionSizes()
3951 stretchFactorSum += stretchFactors.at(secId); in getSectionSizes()
3955 foreach (int secId, unfinishedSections) in getSectionSizes()
3957 sectionSizes[secId] += nextMax*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3963 foreach (int secId, unfinishedSections) in getSectionSizes()
3964 sectionSizes[secId] += nextMaxLimit*stretchFactors.at(secId); // increment all sections in getSectionSizes()
3995 foreach (int secId, unfinishedSections) in getSectionSizes()
[all …]
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Dqcustomplot.cpp2485 int secId = unfinishedSections.at(i); in getSectionSizes() local
2486 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
2490 nextId = secId; in getSectionSizes()
/dports/astro/stellarium/stellarium-0.21.3/src/external/qcustomplot/
H A Dqcustomplot.cpp2390 int secId = unfinishedSections.at(i); in getSectionSizes() local
2391 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
2395 nextId = secId; in getSectionSizes()
/dports/comms/wsjtz/wsjtx/qcustomplot-source/
H A Dqcustomplot.cpp3849 int secId = unfinishedSections.at(i); in getSectionSizes() local
3850 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
3854 nextId = secId; in getSectionSizes()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qcustomplot-source/
H A Dqcustomplot.cpp3914 int secId = unfinishedSections.at(i); in getSectionSizes() local
3915 double hitsMaxAt = (maxSizes.at(secId)-sectionSizes.at(secId))/stretchFactors.at(secId); in getSectionSizes()
3919 nextId = secId; in getSectionSizes()