/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 198 m_pDict->RemoveAt("V"); in ResetField() 199 m_pDict->RemoveAt("RV"); in ResetField() 347 m_pDict->RemoveAt("I"); in SetValue() 484 m_pDict->RemoveAt("V"); in ClearSelection() 485 m_pDict->RemoveAt("I"); in ClearSelection() 571 m_pDict->RemoveAt("V"); in SetItemSelection() 591 m_pDict->RemoveAt("V"); in SetItemSelection() 592 m_pDict->RemoveAt("I"); in SetItemSelection() 788 m_pDict->RemoveAt("Opt"); in ClearOptions() 789 m_pDict->RemoveAt("V"); in ClearOptions() [all …]
|
D | pdf_vt.h | 186 void RemoveAt(int nIndex) { in RemoveAt() function 188 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex); in RemoveAt() 230 m_Lines.RemoveAt(i); in Clear()
|
/external/antlr/antlr-3.4/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | StackList.cs | 64 RemoveAt(this.Count - 1); in Pop()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseannot.cpp | 604 m_pAnnot->GetAnnotDict()->RemoveAt("Contents"); in SetContents() 616 m_pAnnot->GetAnnotDict()->RemoveAt("NM"); in SetAnnotName() 630 m_pAnnot->GetAnnotDict()->RemoveAt("M"); in SetModifiedDate() 655 m_pAnnot->GetAnnotDict()->RemoveAt("AS"); in SetAppState() 798 m_pAnnot->GetAnnotDict()->RemoveAt("C"); in RemoveColor() 930 m_pAnnot->GetAnnotDict()->RemoveAt("A"); in RemoveAction() 943 m_pAnnot->GetAnnotDict()->RemoveAt("AA"); in RemoveAAction()
|
D | fpdfppo.cpp | 109 pCurPageDict->RemoveAt(cbSrcKeyStr); in ExportPage() 227 pDict->RemoveAt(key); in UpdateReference()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | ListStack`1.cs | 89 RemoveAt(Count - 1); in TryPop()
|
/external/opencv3/samples/winrt/ImageManipulations/ |
D | MainPage.xaml.cpp | 211 collection->RemoveAt(index); 214 collection->RemoveAt(index);
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_util.cpp | 42 ms_timerArray.RemoveAt(index); in Stop()
|
/external/antlr/antlr-3.4/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/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 300 Children.RemoveAt( i ); in DeleteChild() 386 Children.RemoveAt( indexToDelete ); in ReplaceChildren()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 301 FX_BOOL RemoveAt(int nIndex, int nCount); 419 FX_BOOL RemoveAt(int nIndex, int nCount = 1) { 420 return CFX_BasicArray::RemoveAt(nIndex, nCount); 536 void RemoveAt(int index) { in RemoveAt() function 539 CFX_BasicArray::RemoveAt(index, 1); in RemoveAt() 833 void RemoveAt(FX_POSITION pos);
|
D | fx_xml.h | 27 void RemoveAt(const CFX_ByteStringC& space, const CFX_ByteStringC& name);
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtbuf.cpp | 320 m_Chunks.RemoveAt(cpEnd.nChunkIndex); in Delete() 360 m_Chunks.RemoveAt(i); in Optimize() 377 m_Chunks.RemoveAt(i); in Optimize()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_objects.cpp | 503 void CPDF_Array::RemoveAt(FX_DWORD i, int nCount) { in RemoveAt() function in CPDF_Array 514 m_Objects.RemoveAt(i, nCount); in RemoveAt() 718 void CPDF_Dictionary::RemoveAt(const CFX_ByteStringC& key) { in RemoveAt() function in CPDF_Dictionary 874 m_pDict->RemoveAt("Filter"); in SetData() 875 m_pDict->RemoveAt("DecodeParms"); in SetData()
|
D | fpdf_parser_fdf.cpp | 142 pFileDict->RemoveAt("FS"); in FPDF_FileSpec_SetWin32Path()
|
/external/pdfium/xfa/src/fxjse/src/ |
D | runtime.cpp | 97 m_RuntimeList.RemoveAt(iIdx, 1); in RemoveRuntime()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser_old.cpp | 411 pArray->RemoveAt(0); in ReadInlineStream() 414 pParams->RemoveAt(0); in ReadInlineStream() 416 pDict->RemoveAt("Filter"); in ReadInlineStream() 417 pDict->RemoveAt("DecodeParms"); in ReadInlineStream()
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | combobox.cpp | 44 int32_t CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ComboBox 45 return m_comboBoxData.m_arrItem.RemoveAt(iIndex); in RemoveAt()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_list.cpp | 54 void CFX_PtrList::RemoveAt(FX_POSITION position) { in RemoveAt() function in CFX_PtrList
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_list.h | 202 void RemoveAt(int32_t nIndex) { in RemoveAt() function 204 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex); in RemoveAt()
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRCoderEncoder.cpp | 273 result.RemoveAt(i); in MergeString() 281 result.RemoveAt(i + 1); in MergeString() 294 result.RemoveAt(i); in MergeString() 306 result.RemoveAt(i); in MergeString()
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_noteimp.cpp | 216 m_noteLoopQueue.RemoveAt(pos - 1); in PopNoteLoop() 392 m_forms.RemoveAt(nIndex); in UnRegisterForm() 405 m_noteQueue.RemoveAt(0); in UnqueueMessage() 965 m_arrWidget.RemoveAt(index); in RemoveToolTipTarget()
|
/external/pdfium/xfa/include/fwl/lightwidget/ |
D | combobox.h | 21 int32_t RemoveAt(int32_t iIndex);
|