/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_array_unittest.cpp | 15 TEST(cpdf_array, RemoveAt) { in TEST() argument 22 arr->RemoveAt(3); in TEST() 27 arr->RemoveAt(4); in TEST() 28 arr->RemoveAt(4); in TEST() 40 arr->RemoveAt(11); in TEST()
|
D | cpdf_array.h | 103 void RemoveAt(size_t index);
|
D | cpdf_array.cpp | 149 void CPDF_Array::RemoveAt(size_t i) { in RemoveAt() function in CPDF_Array
|
D | cpdf_document.cpp | 702 pKidList->RemoveAt(i); in InsertDeletePDFPage()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 88 public void RemoveAt( int index ) in RemoveAt() method in Antlr.Runtime.JavaExtensions.SubList 311 void IList.RemoveAt( int index ) in IList.RemoveAt() 398 void IList<T>.RemoveAt( int index ) in RemoveAt() method in Antlr.Runtime.JavaExtensions.SubList
|
D | ListExtensions.cs | 145 list.RemoveAt( index ); in remove()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | MetadataTest.cs | 137 public void RemoveAt() in RemoveAt() method in Grpc.Core.Tests.MetadataTest 140 metadata.RemoveAt(0); in RemoveAt() 213 Assert.Throws<InvalidOperationException>(() => metadata.RemoveAt(0)); in FreezeMakesReadOnly()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Metadata.cs | 103 public void RemoveAt(int index) in RemoveAt() method in Grpc.Core.Metadata 106 entries.RemoveAt(index); in RemoveAt()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | RepeatedFieldTest.cs | 92 list.RemoveAt(1); in RemoveAt_Valid() 95 list.RemoveAt(list.Count - 1); // Now the count will be 1... in RemoveAt_Valid() 96 list.RemoveAt(0); in RemoveAt_Valid() 104 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(-1)); in RemoveAt_Invalid() 105 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(3)); in RemoveAt_Invalid()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | StackList.cs | 64 RemoveAt(this.Count - 1); in Pop()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree.cpp | 124 pKids->RemoveAt(i); in UpdateNodesAndLimitsUponDeletion() 398 pFind->RemoveAt(nFindIndex * 2); in DeleteValueAndName() 399 pFind->RemoveAt(nFindIndex * 2); in DeleteValueAndName()
|
D | cpdf_formfield.cpp | 850 pArray->RemoveAt(i); in SelectOption()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | ListStack`1.cs | 89 RemoveAt(Count - 1); in TryPop()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 251 children.RemoveAt(i); in DeleteChild() 323 children.RemoveAt(indexToDelete); in ReplaceChildren()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 324 Children.RemoveAt( i ); in DeleteChild() 410 Children.RemoveAt( indexToDelete ); in ReplaceChildren()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_listbox.h | 57 void RemoveAt(int32_t iIndex);
|
D | cfwl_combobox.h | 67 void RemoveAt(int32_t iIndex);
|
D | cfwl_combobox.cpp | 76 void CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ComboBox 77 m_pListBox->RemoveAt(iIndex); in RemoveAt()
|
D | cfwl_listbox.cpp | 916 void CFWL_ListBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ListBox
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.cpp | 351 mBrowserEntries.RemoveAt( mid ); in OnServiceRemove()
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 461 public void RemoveAt(int index) in RemoveAt() method in Google.Protobuf.Collections.RepeatedField
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffcombobox.cpp | 290 ToComboBox(m_pNormalWidget.get())->RemoveAt(nIndex); in DeleteItem()
|
/external/pdfium/fpdfsdk/ |
D | fpdfannot.cpp | 294 pAnnots->RemoveAt(index); in FPDFPage_RemoveAnnot()
|