Home
last modified time | relevance | path

Searched refs:InsertAt (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp491 MachineBasicBlock::iterator InsertAt = MBB->end(); in replaceStores() local
507 InsertAt = I; in replaceStores()
512 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group"); in replaceStores()
520 if (InsertAt != MBB->begin()) in replaceStores()
521 --InsertAt; in replaceStores()
529 ++InsertAt; in replaceStores()
531 InsertAt = MBB->begin(); in replaceStores()
534 MBB->insert(InsertAt, I); in replaceStores()
DHexagonCommonGEP.cpp1201 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); in materialize() local
1207 InsertAt = FirstUse; in materialize()
1211 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_vector_unittest.cc180 TEST_F(AudioVectorTest, InsertAt) { in TEST_F() argument
190 vec.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
220 vec_ref.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
239 vec.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
265 vec.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
294 vec.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
Daudio_vector.cc59 InsertAt(prepend_this, length, 0); in PushFront()
95 void AudioVector::InsertAt(const int16_t* insert_this, in InsertAt() function in webrtc::AudioVector
Daudio_vector.h68 virtual void InsertAt(const int16_t* insert_this, size_t length,
/external/pdfium/fpdfsdk/src/
Dfpdfsave.cpp189 pArray->InsertAt(iLast, new CPDF_String("datasets", FALSE)); in _SaveXFADocumentData()
190 pArray->InsertAt(iLast + 1, pData, pPDFDocument); in _SaveXFADocumentData()
216 pArray->InsertAt(iLast, new CPDF_String("form", FALSE)); in _SaveXFADocumentData()
217 pArray->InsertAt(iLast + 1, pData, pPDFDocument); in _SaveXFADocumentData()
Dfpdf_transformpage.cpp137 pContentArray->InsertAt(0, pRef); in FPDFPage_TransFormWithClip()
145 pContentArray->InsertAt(0, pRef); in FPDFPage_TransFormWithClip()
306 pContentArray->InsertAt(0, pRef); in FPDFPage_InsertClipPath()
313 pContentArray->InsertAt(0, pRef); in FPDFPage_InsertClipPath()
/external/v8/src/
Dzone.h201 void InsertAt(int index, const T& element, Zone* zone) { in InsertAt() function
202 List<T, ZoneAllocationPolicy>::InsertAt(index, element, in InsertAt()
Dlist.h102 void InsertAt(int index, const T& element,
Dlist-inl.h95 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { in InsertAt() function
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_audio_vector.h40 MOCK_METHOD3(InsertAt,
/external/pdfium/core/include/fxcrt/
Dfx_basic.h303 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray);
409 FX_BOOL InsertAt(int nIndex, TYPE newElement, int nCount = 1) {
423 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray) { in InsertAt() function
424 return CFX_BasicArray::InsertAt(nStartIndex, pNewArray); in InsertAt()
1167 m_DataLists.InsertAt(iFind, list); in Append()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.cpp265 m_Chunks.InsertAt(cp.nChunkIndex, lpNewChunk); in Insert()
292 m_Chunks.InsertAt(cp.nChunkIndex, lpChunk); in Insert()
Dfde_txtedtengine.cpp878 m_BlockArray.InsertAt(m_BlockArray.GetSize(), pEditBlock); in SetFormatBlock()
993 m_SelRangePtrArr.InsertAt(nRangeBgn, lpSelRange); in AddSelRange()
1232 m_ParagPtrArray.InsertAt(++nParagIndex, pParag); in Inner_Insert()
1247 m_ParagPtrArray.InsertAt(++nParagIndex, pParag); in Inner_Insert()
1295 m_ParagPtrArray.InsertAt(++nParagIndex, pParag); in RawInsert()
1310 m_ParagPtrArray.InsertAt(++nParagIndex, pParag); in RawInsert()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h711 this->InsertAt(m + 1, temp); in QuickSort()
727 this->InsertAt(m, temp); in QuickSort()
/external/pdfium/core/src/fxcrt/
Dfx_basic_array.cpp116 FX_BOOL CFX_BasicArray::InsertAt(int nStartIndex, in InsertAt() function in CFX_BasicArray
/external/v8/src/parsing/
Drewriter.cc236 node->finally_block()->statements()->InsertAt( in VisitTryFinallyStatement()
Dparser.cc4939 inner_block->statements()->InsertAt(0, statement, zone()); in InsertShadowingVarBindingInitializers()
5336 args->InsertAt(0, super_constructor, zone()); in SpreadCall()
5346 args->InsertAt(0, function, zone()); in SpreadCall()
5347 args->InsertAt(1, home, zone()); in SpreadCall()
5357 args->InsertAt(0, function, zone()); in SpreadCall()
5359 args->InsertAt(1, obj, zone()); in SpreadCall()
5363 args->InsertAt(0, function, zone()); in SpreadCall()
5364 args->InsertAt(1, factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in SpreadCall()
5375 args->InsertAt(0, function, zone()); in SpreadCallNew()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp31 pAnnots->InsertAt(i, pAction); in CPDF_AnnotList()
Ddoc_formfield.cpp761 pOpt->InsertAt(index, pString); in InsertOption()
1022 pArray->InsertAt(i, pNum); in SelectOption()
/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp186 m_BaseLines.InsertAt(i, pBaseLine); in InsertTextBox()
537 m_TextList.InsertAt(i, pText); in InsertTextBox()
/external/v8/src/ast/
Dscopes.h151 decls_.InsertAt(0, declaration, zone()); in DeclareFunctionVar()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp531 void CPDF_Array::InsertAt(FX_DWORD index, in InsertAt() function in CPDF_Array
538 m_Objects.InsertAt(index, pObj); in InsertAt()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp1031 pKidList->InsertAt(i, new CPDF_Reference(pDoc, pPage->GetObjNum())); in InsertDeletePDFPage()
1097 pageList.InsertAt(iPage, pPageDict->GetObjNum()); in InsertNewPage()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h300 void InsertAt(FX_DWORD index,

12