Searched defs:InsertAt (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc58 // Same operation as InsertAt beginning.
59 InsertAt(prepend_this, length, 0);
95 void AudioVector::InsertAt(const int16_t* insert_this, function in class:webrtc::AudioVector
/external/v8/src/
H A Dlist-inl.h95 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { function in class:v8::internal::List
H A Dzone.h201 void InsertAt(int index, const T& element, Zone* zone) { function in class:v8::internal::final
202 List<T, ZoneAllocationPolicy>::InsertAt(index, element,
/external/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp491 MachineBasicBlock::iterator InsertAt = MBB->end(); local
507 InsertAt = I;
512 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group");
516 // InsertAt points at the first instruction that will be removed. We need
520 if (InsertAt != MBB->begin())
521 --InsertAt;
529 ++InsertAt;
531 InsertAt = MBB->begin();
534 MBB->insert(InsertAt, I);
H A DHexagonCommonGEP.cpp1201 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); local
1207 InsertAt = FirstUse;
1211 Value *NewInst = fabricateGEP(NA, InsertAt, LastB);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp531 void CPDF_Array::InsertAt(FX_DWORD index, function in class:CPDF_Array
538 m_Objects.InsertAt(index, pObj);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h303 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray);
409 FX_BOOL InsertAt(int nIndex, TYPE newElement, int nCount = 1) { function in class:CFX_ArrayTemplate
423 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray) { function in class:CFX_ArrayTemplate
424 return CFX_BasicArray::InsertAt(nStartIndex, pNewArray);
1167 m_DataLists.InsertAt(iFind, list);

Completed in 386 milliseconds