Home
last modified time | relevance | path

Searched refs:RemoveAt (Results 1 – 25 of 1980) sorted by relevance

12345678910>>...80

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/tests/NameObjectCollectionBase/
H A DNameObjectCollectionBase.RemoveAtTests.cs12 public void RemoveAt() in RemoveAt() method in System.Collections.Specialized.Tests.NameObjectCollectionBaseRemoveAtTests
22 nameObjectCollection.RemoveAt(3); in RemoveAt()
28 nameObjectCollection.RemoveAt(0); in RemoveAt()
34 nameObjectCollection.RemoveAt(nameObjectCollection.Count - 1); in RemoveAt()
52 nameObjectCollection.RemoveAt(0); in RemoveAt()
69 …rtExtensions.Throws<ArgumentOutOfRangeException>("index", () => nameObjectCollection.RemoveAt(-1)); in RemoveAt_InvalidIndex_ThrowsArgumentOutOfRangeException()
70 …xtensions.Throws<ArgumentOutOfRangeException>("index", () => nameObjectCollection.RemoveAt(count)); in RemoveAt_InvalidIndex_ThrowsArgumentOutOfRangeException()
78 Assert.Throws<NotSupportedException>(() => nameObjectCollection.RemoveAt(0)); in RemoveAt_ReadOnly_ThrowsNotSupportedException()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dgridsel.cpp140 m_cellSelection.RemoveAt(n); in SetSelectionMode()
204 m_cellSelection.RemoveAt(n); in SelectRow()
302 m_cellSelection.RemoveAt(n); in SelectCol()
436 m_cellSelection.RemoveAt(n); in SelectBlock()
625 m_cellSelection.RemoveAt(n); in ToggleCellSelection()
716 m_rowSelection.RemoveAt(n); in ToggleCellSelection()
742 m_colSelection.RemoveAt(n); in ToggleCellSelection()
849 m_cellSelection.RemoveAt(n); in ClearSelection()
868 m_blockSelectionTopLeft.RemoveAt(n); in ClearSelection()
888 m_rowSelection.RemoveAt(n); in ClearSelection()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dgridsel.cpp140 m_cellSelection.RemoveAt(n); in SetSelectionMode()
204 m_cellSelection.RemoveAt(n); in SelectRow()
302 m_cellSelection.RemoveAt(n); in SelectCol()
436 m_cellSelection.RemoveAt(n); in SelectBlock()
625 m_cellSelection.RemoveAt(n); in ToggleCellSelection()
716 m_rowSelection.RemoveAt(n); in ToggleCellSelection()
742 m_colSelection.RemoveAt(n); in ToggleCellSelection()
849 m_cellSelection.RemoveAt(n); in ClearSelection()
868 m_blockSelectionTopLeft.RemoveAt(n); in ClearSelection()
888 m_rowSelection.RemoveAt(n); in ClearSelection()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dgridsel.cpp140 m_cellSelection.RemoveAt(n); in SetSelectionMode()
204 m_cellSelection.RemoveAt(n); in SelectRow()
302 m_cellSelection.RemoveAt(n); in SelectCol()
436 m_cellSelection.RemoveAt(n); in SelectBlock()
625 m_cellSelection.RemoveAt(n); in ToggleCellSelection()
716 m_rowSelection.RemoveAt(n); in ToggleCellSelection()
742 m_colSelection.RemoveAt(n); in ToggleCellSelection()
849 m_cellSelection.RemoveAt(n); in ClearSelection()
868 m_blockSelectionTopLeft.RemoveAt(n); in ClearSelection()
888 m_rowSelection.RemoveAt(n); in ClearSelection()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dgridsel.cpp140 m_cellSelection.RemoveAt(n); in SetSelectionMode()
204 m_cellSelection.RemoveAt(n); in SelectRow()
302 m_cellSelection.RemoveAt(n); in SelectCol()
436 m_cellSelection.RemoveAt(n); in SelectBlock()
625 m_cellSelection.RemoveAt(n); in ToggleCellSelection()
716 m_rowSelection.RemoveAt(n); in ToggleCellSelection()
742 m_colSelection.RemoveAt(n); in ToggleCellSelection()
849 m_cellSelection.RemoveAt(n); in ClearSelection()
868 m_blockSelectionTopLeft.RemoveAt(n); in ClearSelection()
888 m_rowSelection.RemoveAt(n); in ClearSelection()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dgridsel.cpp139 m_cellSelection.RemoveAt(n); in SetSelectionMode()
199 m_cellSelection.RemoveAt(n); in SelectRow()
218 m_blockSelectionTopLeft.RemoveAt(n); in SelectRow()
294 m_cellSelection.RemoveAt(n); in SelectCol()
673 m_cellSelection.RemoveAt(n); in ToggleCellSelection()
760 m_rowSelection.RemoveAt(n); in ToggleCellSelection()
787 m_colSelection.RemoveAt(n); in ToggleCellSelection()
910 m_cellSelection.RemoveAt(n); in ClearSelection()
929 m_blockSelectionTopLeft.RemoveAt(n); in ClearSelection()
949 m_rowSelection.RemoveAt(n); in ClearSelection()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dgridsel.cpp139 m_cellSelection.RemoveAt(n); in SetSelectionMode()
199 m_cellSelection.RemoveAt(n); in SelectRow()
218 m_blockSelectionTopLeft.RemoveAt(n); in SelectRow()
294 m_cellSelection.RemoveAt(n); in SelectCol()
673 m_cellSelection.RemoveAt(n); in ToggleCellSelection()
760 m_rowSelection.RemoveAt(n); in ToggleCellSelection()
787 m_colSelection.RemoveAt(n); in ToggleCellSelection()
910 m_cellSelection.RemoveAt(n); in ClearSelection()
929 m_blockSelectionTopLeft.RemoveAt(n); in ClearSelection()
949 m_rowSelection.RemoveAt(n); in ClearSelection()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.SecureString/tests/
H A DSecureStringTests.cs100 Assert.Throws<InvalidOperationException>(() => ss.RemoveAt(0)); in MakeReadOnly_ReadingSucceeds_AllOtherModificationsThrow()
118 Assert.Throws<ObjectDisposedException>(() => ss.RemoveAt(0)); in Dispose_AllOtherOperationsThrow()
213 public static void RemoveAt() in RemoveAt() method in System.Security.Tests.SecureStringTests
217 testString.RemoveAt(3); in RemoveAt()
220 testString.RemoveAt(3); in RemoveAt()
223 testString.RemoveAt(0); in RemoveAt()
226 testString.RemoveAt(1); in RemoveAt()
229 testString.RemoveAt(0); in RemoveAt()
238 testString.RemoveAt(0); in RemoveAt()
249 testString.RemoveAt(22); in RemoveAt_Largest()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security/
H A DSecureStringTest.cs59 ss.RemoveAt (0); in DefaultConstructor()
86 ss.RemoveAt (0); in UnsafeConstructor()
213 public void RemoveAt () in RemoveAt() method in MonoTests.System.Security.SecureStringTest
222 ss.RemoveAt (0); in RemoveAt()
227 ss.RemoveAt (4); in RemoveAt()
232 ss.RemoveAt (8); in RemoveAt()
243 ss.RemoveAt (-1); in RemoveAt_Negative()
251 ss.RemoveAt (1); in RemoveAt_BiggerThanLength()
318 ss.RemoveAt (0); in ReadOnly_RemoveAt()
393 ss.RemoveAt (0); in Disposed_RemoveAt()
/dports/deskutils/akregator/akregator-21.12.3/plugins/mk4storage/metakit/src/
H A Duniv.cpp116 void c4_BaseArray::RemoveAt(int nIndex, int nCount) in RemoveAt() function in c4_BaseArray
146 void c4_DWordArray::RemoveAt(int nIndex, int nCount) in RemoveAt() function in c4_DWordArray
148 _vector.RemoveAt(Off(nIndex), nCount * sizeof(t4_i32)); in RemoveAt()
171 void c4_PtrArray::RemoveAt(int nIndex, int nCount) in RemoveAt() function in c4_PtrArray
173 _vector.RemoveAt(Off(nIndex), nCount * sizeof(void *)); in RemoveAt()
225 void c4_StringArray::RemoveAt(int nIndex, int nCount) in RemoveAt() function in c4_StringArray
231 _ptrs.RemoveAt(nIndex, nCount); in RemoveAt()
H A Duniv.h29 void RemoveAt(int nIndex, int nCount);
53 void RemoveAt(int nIndex, int nCount = 1);
77 void RemoveAt(int nIndex, int nCount = 1);
101 void RemoveAt(int nIndex, int nCount = 1);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/Support/
H A DTestEventHandler.cs92 private void RemoveAt(int index) in RemoveAt() method in Legacy.Support.TestEventHandler
96 _eventTypes.RemoveAt(index); in RemoveAt()
97 _bytesToRead.RemoveAt(index); in RemoveAt()
98 _sources.RemoveAt(index); in RemoveAt()
144 RemoveAt(i); in Validate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/src/System/Collections/
H A DCollectionBase.cs73 public void RemoveAt(int index) in RemoveAt() method in System.Collections.CollectionBase
80 InnerList.RemoveAt(index); in RemoveAt()
161 InnerList.RemoveAt(index); in IList.Add()
174 InnerList.RemoveAt(index); in IList.Remove()
204 InnerList.RemoveAt(index); in IList.Insert()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/gqb/
H A DgqbGridOrderTable.cpp168 columns->RemoveAt(i); in removeFirstRow()
169 colsParents->RemoveAt(i); in removeFirstRow()
172 kindOfOrder->RemoveAt(i); in removeFirstRow()
197 columns->RemoveAt(i); in removeRowAt()
198 colsParents->RemoveAt(i); in removeRowAt()
201 kindOfOrder->RemoveAt(i); in removeRowAt()
H A DgqbGridProjTable.cpp199 colsParents->RemoveAt(i); in removeRow()
200 colsPosition->RemoveAt(i); in removeRow()
201 columnsAlias->RemoveAt(i); in removeRow()
225 colsParents->RemoveAt(i); in removeAllRows()
226 colsPosition->RemoveAt(i); in removeAllRows()
227 columnsAlias->RemoveAt(i); in removeAllRows()
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Linker.Steps/
H A DSweepStep.cs153 resources.RemoveAt (i--); in SweepResources()
183 references.RemoveAt (i); in SweepReferences()
295 type.NestedTypes.RemoveAt (i--); in SweepNestedTypes()
307 type.Interfaces.RemoveAt (i); in SweepInterfaces()
317 provider.CustomAttributes.RemoveAt (i); in SweepCustomAttributes()
358 constants.RemoveAt (i--); in SweepDebugInfo()
369 targets.RemoveAt (i--); in SweepDebugInfo()
385 list.RemoveAt (i--);
396 list.RemoveAt (i--);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/
H A Dcollectionbase.cs65 public void RemoveAt(int index) { in RemoveAt() method in System.Collections.CollectionBase
72 InnerList.RemoveAt(index); in RemoveAt()
140 InnerList.RemoveAt(index); in IList.Add()
152 InnerList.RemoveAt(index); in IList.Remove()
177 InnerList.RemoveAt(index); in IList.Insert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Options/Test/Mono.Options/
H A DListContract.cs102 public void RemoveAt () in RemoveAt() method in Cadenza.Collections.Tests.ListContract
110 AssertThrows<ArgumentOutOfRangeException>(() => list.RemoveAt (-1)); in RemoveAt()
111 AssertThrows<ArgumentOutOfRangeException>(() => list.RemoveAt (0)); in RemoveAt()
116 list.RemoveAt (0); in RemoveAt()
121 list.RemoveAt (0); in RemoveAt()
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/ClientUtilities/util/
H A DRecentFilesCollection.cs31 RemoveAt( index ); in Remove()
34 public void RemoveAt( int index ) in RemoveAt() method in NUnit.Util.RecentFilesCollection
36 InnerList.RemoveAt( index ); in RemoveAt()
/dports/audio/libgpod/libgpod-0.8.3/bindings/mono/libgpod-sharp/
H A DGPodList.cs43 set { RemoveAt(index); Insert(index, value); } }
46 public void Clear() { /* Ensure we invoke DoUnlink */ while (Count > 0) RemoveAt (0); } in Clear()
78 RemoveAt(index); in Remove()
87 public void RemoveAt(int index) { in RemoveAt() method in GPod.GPodList
/dports/audio/libgpod-sharp/libgpod-0.8.3/bindings/mono/libgpod-sharp/
H A DGPodList.cs43 set { RemoveAt(index); Insert(index, value); } }
46 public void Clear() { /* Ensure we invoke DoUnlink */ while (Count > 0) RemoveAt (0); } in Clear()
78 RemoveAt(index); in Remove()
87 public void RemoveAt(int index) { in RemoveAt() method in GPod.GPodList
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlDocument/XmlAttributeCollectionTests/
H A DRemoveAtTests.cs29 Assert.Null(target.RemoveAt(-1)); in RemoveAtWithNegativeIndexReturnsNull()
43 Assert.Null(target.RemoveAt(3)); in RemoveAtWithInvalidIndexReturnsNull()
57 target.RemoveAt(1); in RemoveAtDeletesAttr()
75 var actualAttr = target.RemoveAt(1); in RemoveAtReturnsDeletedAttr()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Ddoc_formfield.cpp181 m_pDict->RemoveAt("V"); in ResetField()
448 m_pDict->RemoveAt("V"); in ClearSelection()
449 m_pDict->RemoveAt("I"); in ClearSelection()
672 m_pDict->RemoveAt("Opt"); in ClearOptions()
673 m_pDict->RemoveAt("V"); in ClearOptions()
674 m_pDict->RemoveAt("DV"); in ClearOptions()
675 m_pDict->RemoveAt("I"); in ClearOptions()
676 m_pDict->RemoveAt("TI"); in ClearOptions()
837 pArray->RemoveAt(i); in SelectOption()
861 m_pDict->RemoveAt("I"); in SelectOption()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dselstore.cpp68 m_itemsSel.RemoveAt(index); in SelectItem()
154 m_itemsSel.RemoveAt(i); in SelectRange()
225 m_itemsSel.RemoveAt(i); in OnItemDelete()
257 m_itemsSel.RemoveAt(i); in OnItemsDeleted()
285 m_itemsSel.RemoveAt(i - 1); in SetItemCount()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer/Graph/
H A DHostGraph.cs138 Time.RemoveAt(indexes[i]); in CleanSeries()
139 Offset.RemoveAt(indexes[i]); in CleanSeries()
140 Jitter.RemoveAt(indexes[i]); in CleanSeries()
141 frequency.RemoveAt(indexes[i]); in CleanSeries()
142 stability.RemoveAt(indexes[i]); in CleanSeries()

12345678910>>...80