Home
last modified time | relevance | path

Searched refs:RemoveAt (Results 76 – 100 of 2620) sorted by relevance

12345678910>>...105

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dselstore.cpp70 m_itemsSel.RemoveAt(index); in SelectItem()
156 m_itemsSel.RemoveAt(i); in SelectRange()
202 m_itemsSel.RemoveAt(i); in OnItemDelete()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dselstore.cpp70 m_itemsSel.RemoveAt(index); in SelectItem()
156 m_itemsSel.RemoveAt(i); in SelectRange()
202 m_itemsSel.RemoveAt(i); in OnItemDelete()
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/sheet/
H A Dpairarr.h143 void RemoveAt(size_t index) { m_keys.RemoveAt(index); m_values.RemoveAt(index); } \
212 if (n != wxNOT_FOUND) { RemoveAt(n); return true; } \
284 if (k < pos_right) { RemoveAt(n); n--; count--; } \
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A DValueCollection.cs80 void IList.RemoveAt(int index) in IList.RemoveAt()
82 RemoveAt(index); in IList.RemoveAt()
253 public void RemoveAt(int index) in RemoveAt() method in System.DirectoryServices.AccountManagement.PrincipalValueCollection
269 _inner.combinedValues.RemoveAt(index); in RemoveAt()
276 _inner.combinedValues.RemoveAt(index); in RemoveAt()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Collections/
H A DIList.Generic.Tests.cs79 casted.RemoveAt(0);
529 #region RemoveAt
539 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(-1)); in IList_Generic_RemoveAt_NegativeIndex_ThrowsArgumentOutOfRangeException()
540 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(int.MinValue)); in IList_Generic_RemoveAt_NegativeIndex_ThrowsArgumentOutOfRangeException()
553 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(count)); in IList_Generic_RemoveAt_IndexGreaterThanListCount_ThrowsArgumentOutOfRangeException()
554 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(count + 1)); in IList_Generic_RemoveAt_IndexGreaterThanListCount_ThrowsArgumentOutOfRangeException()
566 Assert.Throws<NotSupportedException>(() => list.RemoveAt(count / 2)); in IList_Generic_RemoveAt_OnReadOnlyList()
581 list.RemoveAt(index); in IList_Generic_RemoveAt_AllValidIndices()
596 list.RemoveAt(0); in IList_Generic_RemoveAt_ZeroMultipleTimes()
/dports/net/opal/opal-3.10.10/src/iax2/
H A Dsound.cxx65 return (PBYTEArray *) RemoveAt(size - 1); in GetLastEntry()
79 dest.AddNewEntry((PBYTEArray *)RemoveAt(0)); in GetAllDeleteAll()
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Drange.cpp214 m_ranges.RemoveAt(i); in DeselectRange()
274 m_ranges.RemoveAt(i); in SelectRange()
311 m_ranges.RemoveAt(i); in BoundRanges()
331 m_ranges.RemoveAt(i); in BoundRanges()
538 m_ranges.RemoveAt(i); in SelectRange()
580 m_ranges.RemoveAt(i); in DeselectRange()
607 m_ranges.RemoveAt(i); in BoundRanges()
627 m_ranges.RemoveAt(i); in BoundRanges()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/
H A DSQLiteParameterCollection.cs361 public override void RemoveAt(string parameterName) in RemoveAt() method in Mono.Data.Sqlite.SqliteParameterCollection
363 RemoveAt(IndexOf(parameterName)); in RemoveAt()
370 public override void RemoveAt(int index) in RemoveAt() method in Mono.Data.Sqlite.SqliteParameterCollection
373 _parameterList.RemoveAt(index); in RemoveAt()
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/ClientUtilities/util/Services/
H A DRecentFilesService.cs91 fileEntries.RemoveAt(index); in SetMostRecent()
95 fileEntries.RemoveAt( MaxFiles ); in SetMostRecent()
137 fileEntries.RemoveAt( fileEntries.Count - 1 ); in SaveEntriesToSettings()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DObjectListCommandCollection.cs116 RemoveAt(IndexOf(s)); in Remove()
120 public void RemoveAt(int index) in RemoveAt() method in System.Web.UI.MobileControls.ObjectListCommandCollection
123 Items.RemoveAt(index); in RemoveAt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/windowsruntime/
H A Dlisttobindablevectoradapter.cs128 internal void RemoveAt(uint index) in RemoveAt() method in System.Runtime.InteropServices.WindowsRuntime.ListToBindableVectorAdapter
135 _this.RemoveAt((Int32)index); in RemoveAt()
166 RemoveAt(size - 1); in RemoveAtEnd()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Internal/
H A DPriorityQueue.cs88 private void RemoveAt(int index) in RemoveAt() method in System.Reactive.T
104 RemoveAt(0); in Dequeue()
128 RemoveAt(i); in Remove()
/dports/lang/mono/mono-5.10.1.57/external/linker/tuner/Mono.Tuner/
H A DRemoveSerialization.cs73 type.Interfaces.RemoveAt (i); in RemoveInterface()
103 type.Fields.RemoveAt (i); in RemoveField()
144 container.RemoveAt (i); in RemoveMethod()
/dports/devel/nini/Nini/Source/Util/
H A DOrderedList.cs153 list.RemoveAt (IndexOf (key)); in Remove()
157 public void RemoveAt (int index) in RemoveAt() method in Nini.Util.OrderedList
163 list.RemoveAt (index); in RemoveAt()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/
H A Dwxsitemundobuffer.cpp46 m_Enteries.RemoveAt(m_CurrentPos+1,GetCount()-m_CurrentPos-1); in StoreChange()
55 m_Enteries.RemoveAt(0,ToRemove); in StoreChange()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/tests/
H A DImmutableArrayBuilderTest.cs243 public void RemoveAt() in RemoveAt() method in System.Collections.Immutable.Tests.ImmutableArrayBuilderTest
247 builder.RemoveAt(0); in RemoveAt()
249 … AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => builder.RemoveAt(3)); in RemoveAt()
251 builder.RemoveAt(1); in RemoveAt()
253 builder.RemoveAt(1); in RemoveAt()
255 builder.RemoveAt(0); in RemoveAt()
267 builder.RemoveAt(0); in ReverseContents()
271 builder.RemoveAt(0); in ReverseContents()
275 builder.RemoveAt(0); in ReverseContents()
279 builder.RemoveAt(0); in ReverseContents()
[all …]
H A DImmutableListBuilderTest.cs195 public void RemoveAt() in RemoveAt() method in System.Collections.Immutable.Tests.ImmutableListBuilderTest
201 mutable.RemoveAt(2); in RemoveAt()
203 mutable.RemoveAt(0); in RemoveAt()
206 … AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => mutable.RemoveAt(1)); in RemoveAt()
208 mutable.RemoveAt(0); in RemoveAt()
211 … AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => mutable.RemoveAt(0)); in RemoveAt()
212 … AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => mutable.RemoveAt(-1)); in RemoveAt()
213 … AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => mutable.RemoveAt(1)); in RemoveAt()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessModuleCollection.cs32 internal void RemoveAt(int index) => InnerList.RemoveAt(index); in RemoveAt() method in System.Diagnostics.ProcessModuleCollection
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dvector.h60 void RemoveAt(int idx) in RemoveAt() function
166 RemoveAt(size() - 1);\
202 RemoveAt(idx);\
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DPalette3D.cpp94 m_colours1.RemoveAt(closest); in ReduceColours()
95 m_colours2.RemoveAt(closest); in ReduceColours()
96 m_colours3.RemoveAt(closest); in ReduceColours()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DListItemCollection.cs274 public void RemoveAt(int index) { in RemoveAt() method in System.Web.UI.WebControls.ListItemCollection
275 listItems.RemoveAt(index); in RemoveAt()
287 RemoveAt(index); in Remove()
298 RemoveAt(index); in Remove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/
H A DOperationParameterInfoCollection.cs319 void IList<OperationParameterInfo>.RemoveAt(int index) in RemoveAt() method in System.Workflow.Activities.OperationParameterInfoCollection
326 base.RemoveAt(index); in RemoveAt()
344 public new void RemoveAt(int index) in RemoveAt() method in System.Workflow.Activities.OperationParameterInfoCollection
346 ((IList<OperationParameterInfo>) this).RemoveAt(index); in RemoveAt()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_array_unittest.cpp36 TEST(cpdf_array, RemoveAt) { in TEST() argument
43 arr->RemoveAt(3); in TEST()
48 arr->RemoveAt(4); in TEST()
49 arr->RemoveAt(4); in TEST()
61 arr->RemoveAt(11); in TEST()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockNotebook/
H A DDockNotebook.cs189 pagesHistory.RemoveAt (pagesHistory.Count - 1);
220 pagesHistory.RemoveAt (0); in SelectLastActiveTab()
348 pages.RemoveAt (page); in RemoveTab()
363 pages.RemoveAt (tab.Index); in ReorderTab()
367 pages.RemoveAt (tab.Index); in ReorderTab()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableList_1.cs293 return index < 0 ? this : this.RemoveAt(index); in Remove()
313 result = result.RemoveAt(index); in RemoveRange()
361 result = result.RemoveAt(index); in RemoveRange()
372 public ImmutableList<T> RemoveAt(int index) in RemoveAt() method in System.Collections.Immutable.ImmutableList
377 var result = _root.RemoveAt(index); in RemoveAt()
904 IImmutableList<T> IImmutableList<T>.RemoveAt(int index) => this.RemoveAt(index); in RemoveAt() method in System.Collections.Immutable.ImmutableList
974 void IList<T>.RemoveAt(int index) => throw new NotSupportedException(); in RemoveAt() method in System.Collections.Immutable.ImmutableList
1047 void IList.RemoveAt(int index) => throw new NotSupportedException(); in IList.RemoveAt()

12345678910>>...105