Home
last modified time | relevance | path

Searched refs:nextId (Results 1 – 25 of 2026) sorted by relevance

12345678910>>...82

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DOsStructQueue.h77 item->nextId = nextId; in PushFront()
87 nextId = &nextItem->nextId; in PushBack()
89 *nextId = id; in PushBack()
98 if(*nextId == 0) in AddBefore()
107 (*nextId) = id; in AddBefore()
111 nextId = &nextItem->nextId; in AddBefore()
120 if(*nextId == 0) in Unlink()
127 if((*nextId) == id) in Unlink()
129 (*nextId) = nextItem->nextId; in Unlink()
130 nextItem->nextId = 0; in Unlink()
[all …]
/dports/net/norm/norm-1.5r6/src/common/
H A DnormSegment.cpp200 nextId++; in IsRepairPending()
286 if (nextId < numData) in TxUpdate()
347 if (nextId < numData) in HandleSegmentRequest()
358 nextId++; in HandleSegmentRequest()
424 if (!GetNextRepair(++nextId)) nextId = totalSize; in AppendRepairAdv()
428 if (((nextId - currentId) > 1) || (nextId >= totalSize)) in AppendRepairAdv()
494 NormSegmentId nextId; in GetBytesPending() local
503 nextId++; in GetBytesPending()
536 nextId++; in AppendRepairRequest()
557 if (!GetNextPending(++nextId)) nextId = endId; in AppendRepairRequest()
[all …]
H A DnormObject.cpp241 NormBlockId nextId; in GetBytesPending() local
263 nextId++; in GetBytesPending()
318 nextId++; in HandleBlockRequest()
378 nextId++; in TxResetBlocks()
419 nextId++; in ActivateRepairs()
467 nextId = (lo < nextId) ? lo : nextId; in AppendRepairAdv()
490 nextId++; in AppendRepairAdv()
1056 nextId++; in IsRepairPending()
1213 nextId++; in AppendRepairRequest()
2716 nextId++; in LockBlocks()
[all …]
/dports/math/pdal/PDAL-2.3.0/io/
H A DTerrasolidReader.cpp158 PointId nextId = view->size(); in read() local
183 view->setField(Dimension::Id::X, nextId, in read()
185 view->setField(Dimension::Id::Y, nextId, in read()
187 view->setField(Dimension::Id::Z, nextId, in read()
200 view->setField(Dimension::Id::X, nextId, in read()
202 view->setField(Dimension::Id::Y, nextId, in read()
204 view->setField(Dimension::Id::Z, nextId, in read()
220 view->setField(Dimension::Id::Flag, nextId, flag); in read()
246 view->setField(Dimension::Id::Red, nextId, red); in read()
253 m_cb(*view, nextId); in read()
[all …]
H A DQfitReader.cpp332 PointId nextId = data->size(); in read() local
349 data->setField(Dimension::Id::OffsetTime, nextId, time); in read()
350 data->setField(Dimension::Id::Y, nextId, y / 1000000.0); in read()
351 data->setField(Dimension::Id::X, nextId, x); in read()
354 data->setField(Dimension::Id::ReflectedPulse, nextId, in read()
356 data->setField(Dimension::Id::Azimuth, nextId, in read()
377 data->setField(Dimension::Id::PassiveY, nextId, in read()
379 data->setField(Dimension::Id::PassiveX, nextId, x); in read()
380 data->setField(Dimension::Id::PassiveZ, nextId, in read()
392 m_cb(*data, nextId); in read()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/tags/form/
H A DTagIdGeneratorTests.java34 assertEquals("foo1", TagIdGenerator.nextId(name, pageContext)); in testNextId()
35 assertEquals("foo2", TagIdGenerator.nextId(name, pageContext)); in testNextId()
36 assertEquals("foo3", TagIdGenerator.nextId(name, pageContext)); in testNextId()
37 assertEquals("foo4", TagIdGenerator.nextId(name, pageContext)); in testNextId()
38 assertEquals("bar1", TagIdGenerator.nextId("bar", pageContext)); in testNextId()
40 assertEquals("foo1", TagIdGenerator.nextId(name, pageContext)); in testNextId()
41 assertEquals("foo2", TagIdGenerator.nextId(name, pageContext)); in testNextId()
42 assertEquals("foo3", TagIdGenerator.nextId(name, pageContext)); in testNextId()
43 assertEquals("foo4", TagIdGenerator.nextId(name, pageContext)); in testNextId()
44 assertEquals("bar1", TagIdGenerator.nextId("bar", pageContext)); in testNextId()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlDictionary.cs20 int nextId; field in System.Xml.XmlDictionary
36 this.nextId = 0; in XmlDictionary()
43 this.nextId = 0; in XmlDictionary()
55 else if (this.nextId == this.strings.Length) in Add()
57 int newSize = this.nextId * 2; in Add()
62 str = new XmlDictionaryString(this, value, this.nextId); in Add()
63 this.strings[this.nextId] = str; in Add()
65 this.nextId++; in Add()
77 if (key < 0 || key >= this.nextId) in TryLookup()
/dports/www/ilias/ILIAS-5.4.25/Modules/ScormAicc/classes/SCORM/
H A Dclass.ilSCORMResource.php262 $nextId = $ilDB->nextId('sc_resource_file');
269 array($nextId, $this->getId(), $this->files[$i]->getHref(), ($i + 1))
275 $nextId = $ilDB->nextId('sc_resource_dependen');
282 array($nextId, $this->getId(), $this->files[$i]->getHref(), ($i + 1))
320 $nextId = $ilDB->nextId('sc_resource_file');
326 array($nextId, $this->getId(), $this->files[$i]->getHref(), ($i + 1))
338 $nextId = $ilDB->nextId('sc_resource_dependen');
345 … array($nextId, $this->getId(), $this->dependencies[$i]->getIdentifierRef(), ($i + 1))
/dports/www/ilias6/ILIAS-6.14/Modules/ScormAicc/classes/SCORM/
H A Dclass.ilSCORMResource.php262 $nextId = $ilDB->nextId('sc_resource_file');
269 array($nextId, $this->getId(), $this->files[$i]->getHref(), ($i + 1))
275 $nextId = $ilDB->nextId('sc_resource_dependen');
282 array($nextId, $this->getId(), $this->files[$i]->getHref(), ($i + 1))
320 $nextId = $ilDB->nextId('sc_resource_file');
326 array($nextId, $this->getId(), $this->files[$i]->getHref(), ($i + 1))
338 $nextId = $ilDB->nextId('sc_resource_dependen');
345 … array($nextId, $this->getId(), $this->dependencies[$i]->getIdentifierRef(), ($i + 1))
/dports/math/pdal/PDAL-2.3.0/examples/writing-reader/
H A DMyReader.cpp59 PointId nextId = view->size(); in read() local
88 view->setField(Dimension::Id::X, nextId, convert<double>(s, name, 0)); in read()
91 view->setField(Dimension::Id::Y, nextId, convert<double>(s, name, 1)); in read()
95 view->setField(Dimension::Id::Z, nextId, z); in read()
99 nextId, in read()
102 nextId++; in read()
104 m_cb(*view, nextId); in read()
106 m_index = nextId; in read()
107 numRead = nextId; in read()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/wizard/
H A DWizardPage.cpp48 void WizardPage::setNext(const QString &nextId) { in setNext() argument
49 this->nextId = nextId; in setNext()
53 void WizardPage::setNext(const QString &nextId, const Predicate &predicate, U2OpStatus &os) { in setNext() argument
58 this->nextId.clear(); in setNext()
59 nextIds[predicate] = nextId; in setNext()
64 return nextId; in getNextId()
75 return (nextId.isEmpty() && nextIds.isEmpty()); in isFinal()
100 return nextId; in plainNextId()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/neuralnet/
H A DNetwork.java55 private final AtomicLong nextId; field in Network
93 Network(long nextId, in Network() argument
105 if (id >= nextId) { in Network()
123 this.nextId = new AtomicLong(nextId); in Network()
134 nextId = new AtomicLong(initialIdentifier); in Network()
417 return nextId.getAndIncrement(); in createNextId()
449 return new SerializationProxy(nextId.get(), in writeReplace()
462 private final long nextId; field in Network.SerializationProxy
477 SerializationProxy(long nextId, in SerializationProxy() argument
481 this.nextId = nextId; in SerializationProxy()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/lex/
H A DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/lex/
H A DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/dports/finance/kraft/kraft-0.97/src/
H A Dsetupassistant.h62 int nextId() const;
78 int nextId() const;
95 int nextId() const;
118 int nextId() const;
139 int nextId() const;
164 int nextId() const;
183 int nextId() const;
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DById.cpp24 static int nextId = 0; in getNextId() local
27 int i = nextId; in getNextId()
28 if (nextId == INT_MAX) { in getNextId()
29 nextId = INT_MIN; in getNextId()
31 ++nextId; in getNextId()
32 if (nextId == 0 || nextId == NO_ID) { in getNextId()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkbuttongroup.cpp38 nextId(0), in Private()
55 int nextId; member in KButtonGroup::Private
104 d->clickedMapper.setMapping(button, d->nextId); in childEvent()
107 d->pressedMapper.setMapping(button, d->nextId); in childEvent()
110 d->releasedMapper.setMapping(button, d->nextId); in childEvent()
112 d->btnMap[button] = d->nextId; in childEvent()
114 if (d->nextId == d->wantToBeId) { in childEvent()
121 ++d->nextId; in childEvent()
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Database/
H A DNextIdTest.php33 $first = $this->connection->nextId();
34 $second = $this->connection->nextId();
39 $result = $this->connection->nextId(1000);
60 Database::getConnection('next_id')->nextId();
61 Database::getConnection('next_id')->nextId();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/
H A DPDEUIStateWrapper.java27 private long nextId; field in PDEUIStateWrapper
55 public void setNextId(long nextId) { in setNextId() argument
56 this.nextId = nextId; in setNextId()
60 return nextId; in getNextId()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp2311 SpvId end = this->nextId(); in writeLogicalAnd()
2332 SpvId end = this->nextId(); in writeLogicalOr()
2360 SpvId var = this->nextId(); in writeTernaryExpression()
2365 SpvId end = this->nextId(); in writeTernaryExpression()
2908 SpvId body = this->nextId(); in writeForStatement()
2909 SpvId next = this->nextId(); in writeForStatement()
2911 SpvId end = this->nextId(); in writeForStatement()
2940 SpvId body = this->nextId(); in writeWhileStatement()
2943 SpvId end = this->nextId(); in writeWhileStatement()
2978 SpvId end = this->nextId(); in writeDoStatement()
[all …]

12345678910>>...82