Home
last modified time | relevance | path

Searched refs:itemCount (Results 1 – 25 of 2383) sorted by relevance

12345678910>>...96

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A Dsymmetrypointgroupdlg.cpp246 itemCount++; in setup()
252 itemCount++; in setup()
259 itemCount++; in setup()
266 itemCount++; in setup()
271 itemCount++; in setup()
276 itemCount++; in setup()
281 itemCount++; in setup()
286 itemCount++; in setup()
291 itemCount++; in setup()
296 itemCount++; in setup()
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Darray.c43 array->itemCount = 0; in WMCreateArrayWithDestructor()
59 newArray->itemCount = array->itemCount; in WMCreateArrayWithArray()
70 array->itemCount--; in WMEmptyArray()
75 array->itemCount = 0; in WMEmptyArray()
93 return array->itemCount; in WMGetArrayItemCount()
104 if (array->itemCount + other->itemCount > array->allocSize) { in WMAppendArray()
110 array->itemCount += other->itemCount; in WMAppendArray()
124 array->itemCount++; in WMAddToArray()
144 array->itemCount++; in WMInsertInArray()
184 array->itemCount--; in WMDeleteFromArray()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Darray.c43 array->itemCount = 0; in WMCreateArrayWithDestructor()
59 newArray->itemCount = array->itemCount; in WMCreateArrayWithArray()
70 array->itemCount--; in WMEmptyArray()
75 array->itemCount = 0; in WMEmptyArray()
93 return array->itemCount; in WMGetArrayItemCount()
104 if (array->itemCount + other->itemCount > array->allocSize) { in WMAppendArray()
110 array->itemCount += other->itemCount; in WMAppendArray()
124 array->itemCount++; in WMAddToArray()
144 array->itemCount++; in WMInsertInArray()
184 array->itemCount--; in WMDeleteFromArray()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.DurableInstancing/System/Activities/DurableInstancing/
H A DBinaryHeap.cs17 int itemCount; field in System.Activities.DurableInstancing.TKey
32 get { return this.itemCount; }
37 get { return this.itemCount == 0; }
42 this.itemCount = 0; in Clear()
48 if (this.itemCount == this.items.Length) in Enqueue()
70 if (this.itemCount == 1) in Dequeue()
72 this.itemCount = 0; in Dequeue()
77 --this.itemCount; in Dequeue()
123 this.itemCount = lastItem; in RemoveAll()
188 if (leftChildPosition < itemCount) in BubbleDown()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/
H A DOfflinePageBridgeUnitTest.java137 final int itemCount = 0; in testGetAllPages_listOfPagesEmpty() local
139 answerNativeGetAllPages(itemCount); in testGetAllPages_listOfPagesEmpty()
153 final int itemCount = 2; in testGetAllPages_listOfPagesNonEmpty() local
171 final int itemCount = 0; in testGetPagesByClientIds_listOfClientIdsEmpty() local
189 final int itemCount = 2; in testGetPagesByClientIds() local
211 final int itemCount = 0; in testDeletePagesByClientIds_listOfClientIdsEmpty() local
228 final int itemCount = 2; in testDeletePagesByClientIds() local
245 final int itemCount = -1; in testDeletePagesByOfflineIds_listOfOfflineIdsNull() local
259 final int itemCount = 0; in testDeletePagesByOfflineIds_listOfOfflineIdsEmpty() local
273 final int itemCount = 2; in testDeletePagesByOfflineIds() local
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/
H A DPTInputStream.java129 if (j < itemCount - 1){ in readDataInstruments()
137 if (j < itemCount - 1){ in readDataInstruments()
145 if (j < itemCount - 1){ in readDataInstruments()
153 if (j < itemCount - 1){ in readDataInstruments()
161 if (j < itemCount - 1){ in readDataInstruments()
170 if (j < itemCount - 1){ in readDataInstruments()
178 if (j < itemCount - 1){ in readDataInstruments()
186 if (j < itemCount - 1){ in readDataInstruments()
241 if (j < itemCount - 1){ in readSection()
249 if (j < itemCount - 1){ in readSection()
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/src/players/
H A DQuantBot.cpp708 int itemCount[Num_ItemID]; in build() local
710 itemCount[i] = getHouse()->getNumItems(i); in build()
1036 itemCount[Unit_Trooper]++; in build()
1053 itemCount[Unit_Soldier]++; in build()
1061 … && itemCount[Unit_Carryall] < (militaryValue + itemCount[Unit_Harvester] * 500) / 3000 in build()
1092 … && itemCount[Unit_MCV] + itemCount[Structure_ConstructionYard] + itemCount[Structure_StarPort] < 1 in build()
1099 … && itemCount[Structure_ConstructionYard] + itemCount[Unit_MCV] < 10 in build()
1194 … && itemCount[Structure_ConstructionYard] + itemCount[Unit_MCV] < 1) { in build()
1213 …int itemCountUnits = itemCount[Unit_Tank] + itemCount[Unit_SiegeTank] + itemCount[Unit_Launcher] +… in build()
1340 … (itemCount[Structure_Silo] + itemCount[Structure_Refinery]) * 2)){ in build()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DTaskBar.java37 int itemCount; field in TaskBar
51 if (index == -1) index = itemCount; in createItem()
53 if (itemCount == items.length) { in createItem()
58 System.arraycopy (items, index, items, index + 1, itemCount++ - index); in createItem()
68 while (index < itemCount) { in destroyItem()
72 if (index == itemCount) return; in destroyItem()
73 System.arraycopy (items, index + 1, items, index, --itemCount - index); in destroyItem()
74 items [itemCount] = null; in destroyItem()
112 return itemCount; in getItemCount()
130 for (int i = 0; i < itemCount; i++) { in getItem()
[all …]
H A DToolBar.java51 int itemCount; field in ToolBar
288 if (itemCount == items.length) { in createItem()
308 itemCount = 0; in createWidget()
324 while (index < itemCount) { in destroyItem()
328 if (index == itemCount) return; in destroyItem()
331 items [itemCount] = null; in destroyItem()
445 for (int i=0; i<itemCount; i++) { in getItem()
464 return itemCount; in getItemCount()
536 for (int i=0; i<itemCount; i++) { in indexOf()
550 for (int i=0; i<itemCount; i++) { in layoutHorizontal()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/taskbar/org/eclipse/swt/widgets/
H A DTaskBar.java37 int itemCount; field in TaskBar
51 if (index == -1) index = itemCount; in createItem()
52 if (!(0 <= index && index <= itemCount)) error (SWT.ERROR_INVALID_RANGE); in createItem()
53 if (itemCount == items.length) { in createItem()
58 System.arraycopy (items, index, items, index + 1, itemCount++ - index); in createItem()
67 while (index < itemCount) { in destroyItem()
71 if (index == itemCount) return; in destroyItem()
72 System.arraycopy (items, index + 1, items, index, --itemCount - index); in destroyItem()
73 items [itemCount] = null; in destroyItem()
111 return itemCount; in getItemCount()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DTaskBar.java37 int itemCount; field in TaskBar
51 if (index == -1) index = itemCount; in createItem()
52 if (!(0 <= index && index <= itemCount)) error (SWT.ERROR_INVALID_RANGE); in createItem()
53 if (itemCount == items.length) { in createItem()
58 System.arraycopy (items, index, items, index + 1, itemCount++ - index); in createItem()
67 while (index < itemCount) { in destroyItem()
71 if (index == itemCount) return; in destroyItem()
72 System.arraycopy (items, index + 1, items, index, --itemCount - index); in destroyItem()
73 items [itemCount] = null; in destroyItem()
111 return itemCount; in getItemCount()
[all …]
H A DExpandBar.java55 int itemCount; field in ExpandBar
182 if (itemCount == items.length) { in createItem()
189 itemCount++; in createItem()
202 while (index < itemCount) { in destroyItem()
206 if (index == itemCount) return; in destroyItem()
208 items [itemCount] = null; in destroyItem()
220 for (int i = 0; i < itemCount; i++) { in forceFocus()
229 for (int i=0; i<itemCount; i++) { in hasFocus()
278 return itemCount; in getItemCount()
325 while (index < itemCount) { in gtk_key_press_event()
[all …]
H A DTray.java41 int itemCount; field in Tray
50 if (!(0 <= index && index <= itemCount)) error (SWT.ERROR_INVALID_RANGE); in createItem()
51 if (itemCount == items.length) { in createItem()
56 System.arraycopy (items, index, items, index + 1, itemCount++ - index); in createItem()
62 while (index < itemCount) { in destroyItem()
66 if (index == itemCount) return; in destroyItem()
67 System.arraycopy (items, index + 1, items, index, --itemCount - index); in destroyItem()
68 items [itemCount] = null; in destroyItem()
88 if (!(0 <= index && index < itemCount)) error (SWT.ERROR_INVALID_RANGE); in getItem()
104 return itemCount; in getItemCount()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/
H A DTray.java41 int itemCount; field in Tray
50 if (!(0 <= index && index <= itemCount)) error (SWT.ERROR_INVALID_RANGE); in createItem()
51 if (itemCount == items.length) { in createItem()
56 System.arraycopy (items, index, items, index + 1, itemCount++ - index); in createItem()
62 while (index < itemCount) { in destroyItem()
66 if (index == itemCount) return; in destroyItem()
67 System.arraycopy (items, index + 1, items, index, --itemCount - index); in destroyItem()
68 items [itemCount] = null; in destroyItem()
88 if (!(0 <= index && index < itemCount)) error (SWT.ERROR_INVALID_RANGE); in getItem()
104 return itemCount; in getItemCount()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DExpandBar.java53 int itemCount; field in ExpandBar
161 if (itemCount == items.length) { in createItem()
168 itemCount++; in createItem()
181 while (index < itemCount) { in destroyItem()
185 if (index == itemCount) return; in destroyItem()
187 items [itemCount] = null; in destroyItem()
209 for (int i=0; i<itemCount; i++) { in hasFocus()
265 return itemCount; in getItemCount()
317 while (index < itemCount) { in gtk_key_press_event()
332 while ((index = (index + offset + itemCount) % itemCount) != start) { in gtk_key_press_event()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/
H A Dinventory.cpp80 int8 itemCount = inventoryGetCount(); in inventoryDrop() local
83 if (itemCount != 0) { in inventoryDrop()
87 while (index < itemCount) { in inventoryDrop()
95 if (itemCount != index) { in inventoryDrop()
97 for (int8 v = index; v < itemCount - 1 ; v++) in inventoryDrop()
101 inventorySetItem(itemCount - 1, 0); in inventoryDrop()
109 int8 itemCount = inventoryGetCount(); in inventoryCycle() local
111 if (itemCount > 1) { in inventoryCycle()
112 for (int8 i = 0; i < itemCount - 1; i++) in inventoryCycle()
115 inventorySetItem(itemCount - 1, curItem); in inventoryCycle()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/
H A Dinventory.cpp80 int8 itemCount = inventoryGetCount(); in inventoryDrop() local
83 if (itemCount != 0) { in inventoryDrop()
87 while (index < itemCount) { in inventoryDrop()
95 if (itemCount != index) { in inventoryDrop()
97 for (int8 v = index; v < itemCount - 1 ; v++) in inventoryDrop()
101 inventorySetItem(itemCount - 1, 0); in inventoryDrop()
109 int8 itemCount = inventoryGetCount(); in inventoryCycle() local
111 if (itemCount > 1) { in inventoryCycle()
112 for (int8 i = 0; i < itemCount - 1; i++) in inventoryCycle()
115 inventorySetItem(itemCount - 1, curItem); in inventoryCycle()
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/autotests/
H A DArraySourceTest.cpp22 QCOMPARE(source->itemCount(), 0); in testCreate()
48 QFETCH(int, itemCount); in testWithArray()
49 QCOMPARE(source->itemCount(), itemCount); in testWithArray()
55 QCOMPARE(source->item(itemCount - 1), lastItem); in testWithArray()
57 QCOMPARE(source->item(itemCount), QVariant{}); in testWithArray()
85 QFETCH(int, itemCount); in testWrap()
90 QCOMPARE(source->item(itemCount - 1), lastItem); in testWrap()
91 QCOMPARE(source->item(itemCount), firstItem); in testWrap()
92 QCOMPARE(source->item(itemCount * 2 - 1), lastItem); in testWrap()
94 QCOMPARE(source->item(itemCount * 99), firstItem); in testWrap()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DROMInfo.cpp31 const Bit32u itemCount; member
172 Bit32u romCount = getROMInfoLists().allROMInfos.itemCount; // Excludes the NULL terminator. in getROMInfoList()
189 const ROMInfo * const *ROMInfo::getAllROMInfos(Bit32u *itemCount) { in getAllROMInfos() argument
190 if (itemCount != NULL) *itemCount = getROMInfoLists().allROMInfos.itemCount; in getAllROMInfos()
194 const ROMInfo * const *ROMInfo::getFullROMInfos(Bit32u *itemCount) { in getFullROMInfos() argument
195 if (itemCount != NULL) *itemCount = getROMInfoLists().fullROMInfos.itemCount; in getFullROMInfos()
199 const ROMInfo * const *ROMInfo::getPartialROMInfos(Bit32u *itemCount) { in getPartialROMInfos() argument
200 if (itemCount != NULL) *itemCount = getROMInfoLists().partialROMInfos.itemCount; in getPartialROMInfos()
321 if (itemCount != NULL) *itemCount = _CALC_ARRAY_LENGTH(MACHINE_CONFIGURATIONS); in getAllMachineConfigurations()
333 const ROMInfo * const *MachineConfiguration::getCompatibleROMInfos(Bit32u *itemCount) const { in getCompatibleROMInfos()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/expand/org/eclipse/swt/widgets/
H A DExpandBar.java50 int itemCount; field in ExpandBar
161 if (itemCount > 0) { in computeSize()
184 if (itemCount == items.length) { in createItem()
191 itemCount++; in createItem()
200 while (index < itemCount) { in destroyItem()
204 if (index == itemCount) return; in destroyItem()
207 if (focusIndex < itemCount) { in destroyItem()
215 items [itemCount] = null; in destroyItem()
271 return itemCount; in getItemCount()
340 if (index < itemCount) { in layoutItems()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DItemPager.cs43 …public ItemPager(ControlPager pager, MobileControl control, int itemCount, int itemsPerPage, int i… in ItemPager() argument
52 if (itemCount < itemsPerPage) in ItemPager()
54 _firstPageItemCount = itemCount; in ItemPager()
55 _firstPage = _lastPage = pager.GetPage(itemCount * itemWeight); in ItemPager()
59 int numberOfPages = (itemCount - 1) / itemsPerPage + 1; in ItemPager()
62 _lastPageItemCount = itemCount - (numberOfPages - 1) * itemsPerPage; in ItemPager()
74 int totalItemWeight = itemCount * itemWeight; in ItemPager()
77 _firstPageItemCount = itemCount; in ItemPager()
83 int remainingItemCount = itemCount - _firstPageItemCount; in ItemPager()
104 _firstPageItemCount = Math.Min(_fullPageItemCount, itemCount); in ItemPager()
[all …]
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/utils/
H A Dscatterobjectbufferhelper.cpp61 uint itemCount = 0; in fullLoad() local
151 offset = itemCount * uvsCount; in fullLoad()
157 offset = itemCount * indicesCount; in fullLoad()
161 itemCount++; in fullLoad()
166 if (itemCount > 0) { in fullLoad()
210 uint itemCount = 0; in updateUVs() local
342 int itemCount = 0; in update() local
363 itemCount++; in update()
369 if (itemCount) { in update()
374 itemCount = 0; in update()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/tests/database/
H A Ddatabasefields_utest.cpp167 int itemCount = 0; in testSetHashAddSets() local
171 ++itemCount; in testSetHashAddSets()
172 QCOMPARE(t.size(), itemCount); in testSetHashAddSets()
176 ++itemCount; in testSetHashAddSets()
177 QCOMPARE(t.size(), itemCount); in testSetHashAddSets()
182 itemCount+=2; in testSetHashAddSets()
188 ++itemCount; in testSetHashAddSets()
193 ++itemCount; in testSetHashAddSets()
198 ++itemCount; in testSetHashAddSets()
203 ++itemCount; in testSetHashAddSets()
[all …]
/dports/devel/icu-lx/icu/source/tools/icuswap/
H A Dicuswap.cpp346 uint32_t itemCount, offset, i; in udata_swapPackage() local
415 if(itemCount==0) { in udata_swapPackage()
438 if(itemCount==0) { in udata_swapPackage()
460 if(itemCount==0) { in udata_swapPackage()
466 offset=4+8*itemCount; in udata_swapPackage()
491 for(i=0; i<itemCount; ++i) { in udata_swapPackage()
546 for(i=0; i<itemCount; ++i) { in udata_swapPackage()
553 table[itemCount-1].length=(uint32_t)length-table[itemCount-1].inOffset; in udata_swapPackage()
557 for(i=0; i<itemCount; ++i) { in udata_swapPackage()
599 for(i=0; i<itemCount; ++i) { in udata_swapPackage()
[all …]
/dports/devel/icu/icu/source/tools/icuswap/
H A Dicuswap.cpp346 uint32_t itemCount, offset, i; in udata_swapPackage() local
415 if(itemCount==0) { in udata_swapPackage()
438 if(itemCount==0) { in udata_swapPackage()
460 if(itemCount==0) { in udata_swapPackage()
466 offset=4+8*itemCount; in udata_swapPackage()
491 for(i=0; i<itemCount; ++i) { in udata_swapPackage()
546 for(i=0; i<itemCount; ++i) { in udata_swapPackage()
553 table[itemCount-1].length=(uint32_t)length-table[itemCount-1].inOffset; in udata_swapPackage()
557 for(i=0; i<itemCount; ++i) { in udata_swapPackage()
599 for(i=0; i<itemCount; ++i) { in udata_swapPackage()
[all …]

12345678910>>...96