Home
last modified time | relevance | path

Searched refs:nextIndex (Results 1 – 25 of 2823) sorted by relevance

12345678910>>...113

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DImageIndexIterator_unittest.cpp33 ImageIndex nextIndex = iter.next(); in TEST() local
37 EXPECT_EQ(mip, nextIndex.getLevelIndex()); in TEST()
38 EXPECT_FALSE(nextIndex.hasLayer()); in TEST()
39 EXPECT_FALSE(nextIndex.has3DLayer()); in TEST()
61 ImageIndex nextIndex = iter.next(); in TEST() local
66 EXPECT_TRUE(nextIndex.hasLayer()); in TEST()
85 ImageIndex nextIndex = iter.next(); in TEST() local
91 EXPECT_TRUE(nextIndex.hasLayer()); in TEST()
113 ImageIndex nextIndex = iter.next(); in TEST() local
119 EXPECT_TRUE(nextIndex.hasLayer()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DImageIndexIterator_unittest.cpp33 ImageIndex nextIndex = iter.next(); in TEST() local
37 EXPECT_EQ(mip, nextIndex.getLevelIndex()); in TEST()
38 EXPECT_FALSE(nextIndex.hasLayer()); in TEST()
39 EXPECT_FALSE(nextIndex.has3DLayer()); in TEST()
61 ImageIndex nextIndex = iter.next(); in TEST() local
66 EXPECT_TRUE(nextIndex.hasLayer()); in TEST()
85 ImageIndex nextIndex = iter.next(); in TEST() local
91 EXPECT_TRUE(nextIndex.hasLayer()); in TEST()
113 ImageIndex nextIndex = iter.next(); in TEST() local
119 EXPECT_TRUE(nextIndex.hasLayer()); in TEST()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DImageIndexIterator_unittest.cpp33 ImageIndex nextIndex = iter.next(); in TEST() local
36 EXPECT_EQ(mip, nextIndex.mipIndex); in TEST()
37 EXPECT_FALSE(nextIndex.hasLayer()); in TEST()
40 EXPECT_EQ(current.type, nextIndex.type); in TEST()
59 ImageIndex nextIndex = iter.next(); in TEST() local
64 EXPECT_EQ(mip, nextIndex.mipIndex); in TEST()
66 EXPECT_TRUE(nextIndex.hasLayer()); in TEST()
84 ImageIndex nextIndex = iter.next(); in TEST() local
87 EXPECT_EQ(mip, nextIndex.mipIndex); in TEST()
89 EXPECT_TRUE(nextIndex.hasLayer()); in TEST()
[all …]
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkassistantdialog.cpp39 QModelIndex getNext(QModelIndex nextIndex) in getNext() argument
43 currentIndex = nextIndex; in getNext()
45 if (!nextIndex.isValid()) { in getNext()
48 } while (nextIndex.isValid() && !appropriate.value(pageModel->item(nextIndex), true)); in getNext()
49 return nextIndex; in getNext()
56 currentIndex = nextIndex; in getPrevious()
58 if (!nextIndex.isValid()) { in getPrevious()
61 } while (nextIndex.isValid() && !appropriate.value(pageModel->item(nextIndex), true)); in getPrevious()
62 return nextIndex; in getPrevious()
130 if (nextIndex.isValid()) { in back()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/neverhood/
H A Dgamevars.cpp46 var.nextIndex = in->readUint16LE(); in loadState()
58 out->writeUint16LE(var.nextIndex); in saveState()
93 gameVar.nextIndex = -1; in addVar()
99 …for (int16 nextIndex = _vars[varIndex].firstIndex; nextIndex != -1; nextIndex = _vars[nextIndex].n… in findSubVarIndex() local
100 if (_vars[nextIndex].nameHash == subNameHash) in findSubVarIndex()
101 return nextIndex; in findSubVarIndex()
106 int16 nextIndex = _vars[varIndex].firstIndex; in addSubVar() local
108 if (nextIndex == -1) { in addSubVar()
112 while (_vars[nextIndex].nextIndex != -1) in addSubVar()
113 nextIndex = _vars[nextIndex].nextIndex; in addSubVar()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/neverhood/
H A Dgamevars.cpp46 var.nextIndex = in->readUint16LE(); in loadState()
58 out->writeUint16LE(var.nextIndex); in saveState()
93 gameVar.nextIndex = -1; in addVar()
99 …for (int16 nextIndex = _vars[varIndex].firstIndex; nextIndex != -1; nextIndex = _vars[nextIndex].n… in findSubVarIndex() local
100 if (_vars[nextIndex].nameHash == subNameHash) in findSubVarIndex()
101 return nextIndex; in findSubVarIndex()
106 int16 nextIndex = _vars[varIndex].firstIndex; in addSubVar() local
108 if (nextIndex == -1) { in addSubVar()
112 while (_vars[nextIndex].nextIndex != -1) in addSubVar()
113 nextIndex = _vars[nextIndex].nextIndex; in addSubVar()
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dsystem_metadata_test.go39 var nextIndex uint64
42 nextIndex++
43 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
46 nextIndex++
47 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
50 nextIndex++
51 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
67 nextIndex++
71 nextIndex++
82 nextIndex++
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dsystem_metadata_test.go39 var nextIndex uint64
42 nextIndex++
43 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
46 nextIndex++
47 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
50 nextIndex++
51 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
67 nextIndex++
71 nextIndex++
82 nextIndex++
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dsystem_metadata_test.go39 var nextIndex uint64
42 nextIndex++
43 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
46 nextIndex++
47 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
50 nextIndex++
51 require.NoError(t, s.SystemMetadataSet(nextIndex, &structs.SystemMetadataEntry{
67 nextIndex++
71 nextIndex++
82 nextIndex++
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/paint/
H A DContainerFigure.java26 int nextIndex = 0; field in ContainerFigure
41 } else if (objectStack.length <= nextIndex) { in add()
46 objectStack[nextIndex] = object; in add()
47 ++nextIndex; in add()
54 return nextIndex == 0; in isEmpty()
87 while (--nextIndex > 0) objectStack[nextIndex] = null; in clear()
88 nextIndex = 0; in clear()
92 for (int i = 0; i < nextIndex; ++i) objectStack[i].draw(fdc); in draw()
96 for (int i = 0; i < nextIndex; ++i) objectStack[i].addDamagedRegion(fdc, region); in addDamagedRegion()
/dports/math/vampire/vampire-4.5.1/Lib/
H A DBinaryHeap.hpp286 unsigned nextIndex=index>>1; in bubbleUp() local
287 while(nextIndex) { in bubbleUp()
293 index=nextIndex; in bubbleUp()
294 nextIndex=index>>1; in bubbleUp()
305 unsigned nextIndex=index<<1; in bubbleDown() local
306 while(nextIndex<=_size) { in bubbleDown()
307 if(nextIndex!=_size && Comparator::compare(_data1[index], _data1[nextIndex|1])==GREATER) { in bubbleDown()
308 if(Comparator::compare(_data1[nextIndex|1], _data1[nextIndex])==GREATER) { in bubbleDown()
312 nextIndex|=1; in bubbleDown()
319 index=nextIndex; in bubbleDown()
[all …]
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/collections/
H A DBlockIterator.java53 private int nextIndex; field in BlockIterator
85 nextIndex = blockSize; in BlockIterator()
102 nextIndex = o.nextIndex; in BlockIterator()
135 return (nextIndex > 0) && in isPrevAvailable()
225 nextIndex += 1; in insertSlot()
268 if (nextIndex > i) { in deleteSlot()
269 nextIndex -= 1; in deleteSlot()
461 nextIndex += 1; in next()
472 nextIndex -= 1; in previous()
481 public int nextIndex() { in nextIndex() method in BlockIterator
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/collections/
H A DBlockIterator.java53 private int nextIndex; field in BlockIterator
85 nextIndex = blockSize; in BlockIterator()
102 nextIndex = o.nextIndex; in BlockIterator()
135 return (nextIndex > 0) && in isPrevAvailable()
225 nextIndex += 1; in insertSlot()
268 if (nextIndex > i) { in deleteSlot()
269 nextIndex -= 1; in deleteSlot()
461 nextIndex += 1; in next()
472 nextIndex -= 1; in previous()
481 public int nextIndex() { in nextIndex() method in BlockIterator
[all …]
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/collections/
H A DBlockIterator.java53 private int nextIndex; field in BlockIterator
85 nextIndex = blockSize; in BlockIterator()
102 nextIndex = o.nextIndex; in BlockIterator()
135 return (nextIndex > 0) && in isPrevAvailable()
225 nextIndex += 1; in insertSlot()
268 if (nextIndex > i) { in deleteSlot()
269 nextIndex -= 1; in deleteSlot()
461 nextIndex += 1; in next()
472 nextIndex -= 1; in previous()
481 public int nextIndex() { in nextIndex() method in BlockIterator
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_data_structures/undomanager/
H A Djuce_UndoManager.cpp82 nextIndex = 0; in clearUndoHistory()
144 ++nextIndex; in perform()
163 if (nextIndex < transactions.size()) in moveFutureTransactionsToStash()
178 while (nextIndex < transactions.size()) in restoreStashedFutureTransactions()
181 transactions.remove (nextIndex); in restoreStashedFutureTransactions()
195 while (nextIndex > 0 in dropOldTransactionsIfTooLarge()
201 --nextIndex; in dropOldTransactionsIfTooLarge()
252 --nextIndex; in undo()
271 ++nextIndex; in redo()
303 for (int i = nextIndex;;) in getUndoDescriptions()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_data_structures/undomanager/
H A Djuce_UndoManager.cpp82 nextIndex = 0; in clearUndoHistory()
144 ++nextIndex; in perform()
163 if (nextIndex < transactions.size()) in moveFutureTransactionsToStash()
178 while (nextIndex < transactions.size()) in restoreStashedFutureTransactions()
181 transactions.remove (nextIndex); in restoreStashedFutureTransactions()
195 while (nextIndex > 0 in dropOldTransactionsIfTooLarge()
201 --nextIndex; in dropOldTransactionsIfTooLarge()
252 --nextIndex; in undo()
271 ++nextIndex; in redo()
303 for (int i = nextIndex;;) in getUndoDescriptions()
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_data_structures/undomanager/
H A Djuce_UndoManager.cpp83 nextIndex = 0; in clearUndoHistory()
145 ++nextIndex; in perform()
164 if (nextIndex < transactions.size()) in moveFutureTransactionsToStash()
179 while (nextIndex < transactions.size()) in restoreStashedFutureTransactions()
182 transactions.remove (nextIndex); in restoreStashedFutureTransactions()
196 while (nextIndex > 0 in dropOldTransactionsIfTooLarge()
202 --nextIndex; in dropOldTransactionsIfTooLarge()
253 --nextIndex; in undo()
272 ++nextIndex; in redo()
304 for (int i = nextIndex;;) in getUndoDescriptions()
[all …]
/dports/net/pear-Net_Server/Net_Server-1.0.3/Net/Server/Driver/Multiprocess/
H A DMPM-prefork.php43 $nextIndex = count($this->_threadPool);
46 $this->setVariable("runningProcesses", $nextIndex);
47 print($working . " clients connected, " . $nextIndex . " threads avaible" . "\n");
48 if (($nextIndex - $working) <= 1 && $nextIndex < $this->_numThreads) {
50 print("Starting new thread with id " . $nextIndex . "\n");
52 …$this->_threadPool[$nextIndex] = &new Net_Server_Driver_Multiprocess_Processor($nextIndex, $this->…
53 $this->_threadPool[$nextIndex]->start();
54 …print("Started Processor " . $nextIndex . " with PID " . $this->_threadPool[$nextIndex]->getPid() …
/dports/devel/slf4j/slf4j-1.7.21/slf4j-migrator/src/main/java/org/slf4j/migrator/helper/
H A DAbbreviator.java53 int nextIndex = computeNextIndex(filename, firstIndex); in abbreviate() local
54 if (nextIndex != -1) { in abbreviate()
55 buf.append(filename.substring(nextIndex)); in abbreviate()
71 int nextIndex = firstIndex + 1; in computeNextIndex() local
74 while (nextIndex < firstIndex + minToRemove) { in computeNextIndex()
75 int tmpIndex = filename.indexOf(folderSeparator, nextIndex + 1); in computeNextIndex()
80 return nextIndex; in computeNextIndex()
84 nextIndex = tmpIndex; in computeNextIndex()
87 return nextIndex; in computeNextIndex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search/new search/org/eclipse/search2/internal/ui/basic/views/
H A DTableViewerNavigator.java31 int nextIndex = 0; in navigateNext() local
34 nextIndex = selection[selection.length - 1] + 1; in navigateNext()
35 if (nextIndex >= itemCount) in navigateNext()
36 nextIndex = 0; in navigateNext()
38 nextIndex = selection[0] - 1; in navigateNext()
39 if (nextIndex < 0) in navigateNext()
40 nextIndex = itemCount - 1; in navigateNext()
43 fViewer.getTable().setSelection(nextIndex); in navigateNext()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/go.opencensus.io/trace/
H A Dspanbucket.go41 nextIndex int // location next SpanData should be placed in buffer member
60 b.buffer[b.nextIndex] = s
61 b.nextIndex++
62 if b.nextIndex == len(b.buffer) {
63 b.nextIndex = 0
73 return b.nextIndex
81 if i < len(b.buffer)-b.nextIndex {
82 return b.buffer[b.nextIndex+i]
84 return b.buffer[b.nextIndex+i-len(b.buffer)]
96 b.nextIndex = cur
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/go.opencensus.io/trace/
H A Dspanbucket.go41 nextIndex int // location next SpanData should be placed in buffer member
60 b.buffer[b.nextIndex] = s
61 b.nextIndex++
62 if b.nextIndex == len(b.buffer) {
63 b.nextIndex = 0
73 return b.nextIndex
81 if i < len(b.buffer)-b.nextIndex {
82 return b.buffer[b.nextIndex+i]
84 return b.buffer[b.nextIndex+i-len(b.buffer)]
96 b.nextIndex = cur
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/
H A Dspanbucket.go41 nextIndex int // location next SpanData should be placed in buffer member
60 b.buffer[b.nextIndex] = s
61 b.nextIndex++
62 if b.nextIndex == len(b.buffer) {
63 b.nextIndex = 0
73 return b.nextIndex
81 if i < len(b.buffer)-b.nextIndex {
82 return b.buffer[b.nextIndex+i]
84 return b.buffer[b.nextIndex+i-len(b.buffer)]
96 b.nextIndex = cur
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.opencensus.io/trace/
H A Dspanbucket.go41 nextIndex int // location next SpanData should be placed in buffer member
60 b.buffer[b.nextIndex] = s
61 b.nextIndex++
62 if b.nextIndex == len(b.buffer) {
63 b.nextIndex = 0
73 return b.nextIndex
81 if i < len(b.buffer)-b.nextIndex {
82 return b.buffer[b.nextIndex+i]
84 return b.buffer[b.nextIndex+i-len(b.buffer)]
96 b.nextIndex = cur
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/go.opencensus.io/trace/
H A Dspanbucket.go41 nextIndex int // location next SpanData should be placed in buffer member
60 b.buffer[b.nextIndex] = s
61 b.nextIndex++
62 if b.nextIndex == len(b.buffer) {
63 b.nextIndex = 0
73 return b.nextIndex
81 if i < len(b.buffer)-b.nextIndex {
82 return b.buffer[b.nextIndex+i]
84 return b.buffer[b.nextIndex+i-len(b.buffer)]
96 b.nextIndex = cur
[all …]

12345678910>>...113