HomeSort by relevance Sort by last modified time
    Searched refs:InsertAt (Results 1 - 20 of 20) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_audio_vector.h 40 MOCK_METHOD3(InsertAt,
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 491 MachineBasicBlock::iterator InsertAt = MBB->end();
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);
HexagonCommonGEP.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 487 MachineBasicBlock::iterator InsertAt = MBB->end();
503 InsertAt = I;
508 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group");
512 // InsertAt points at the first instruction that will be removed. We need
516 if (InsertAt != MBB->begin())
517 --InsertAt;
525 ++InsertAt;
527 InsertAt = MBB->begin();
530 MBB->insert(InsertAt, I);
HexagonCommonGEP.cpp     [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_vector.h 68 virtual void InsertAt(const int16_t* insert_this, size_t length,
71 // Like InsertAt, but inserts |length| zero elements at |position|.
76 // is the same as for InsertAt(). If |length| and |position| are selected
audio_vector_unittest.cc 179 // Test the InsertAt method with an insert position in the middle of the vector.
180 TEST_F(AudioVectorTest, InsertAt) {
190 vec.InsertAt(new_array, kNewLength, insert_position);
210 // vector. Use the InsertAt method as reference.
220 vec_ref.InsertAt(new_array, kNewLength, insert_position);
228 // Test the InsertAt method with an insert position at the start of the vector.
239 vec.InsertAt(new_array, kNewLength, insert_position);
254 // Test the InsertAt method with an insert position at the end of the vector.
265 vec.InsertAt(new_array, kNewLength, insert_position);
279 // Test the InsertAt method with an insert position beyond the end of th
    [all...]
audio_vector.cc 58 // Same operation as InsertAt beginning.
59 InsertAt(prepend_this, length, 0);
95 void AudioVector::InsertAt(const int16_t* insert_this,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 259 Instruction *InsertAt);
380 const SCEV *RHS, Instruction *InsertAt) {
389 Value *LHSV = Expander.expandCodeFor(LHS, Ty, InsertAt);
390 Value *RHSV = Expander.expandCodeFor(RHS, Ty, InsertAt);
461 Instruction *InsertAt = Preheader->getTerminator();
463 expandCheck(Expander, Builder, LimitCheckPred, LatchLimit, RHS, InsertAt);
465 GuardStart, GuardLimit, InsertAt);
495 Instruction *InsertAt = Preheader->getTerminator();
499 GuardStart, GuardLimit, InsertAt);
501 SE->getOne(Ty), InsertAt);
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_array.h 56 CPDF_Object* InsertAt(size_t index, std::unique_ptr<CPDF_Object> pObj);
92 InsertAt(index, pdfium::MakeUnique<T>(std::forward<Args>(args)...)));
98 return static_cast<T*>(InsertAt(
cpdf_array_unittest.cpp 56 TEST(cpdf_array, InsertAt) {
125 arr->InsertAt(i, std::move(arr_elem));
cpdf_array.cpp 178 CPDF_Object* CPDF_Array::InsertAt(size_t index,
  /external/tensorflow/tensorflow/compiler/xla/service/
indexed_array_analysis.cc 542 InsertAt(&output_dims_bitvector, degenerate_dim, false);
560 InsertAt(&new_result_shape_dims, degenerate_dim, 1);
583 InsertAt(&new_source_shape_dims, /*index=*/new_source_dim,
764 InsertAt(
    [all...]
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.cpp 303 mBrowserEntries.InsertAt( mid, *entry );
  /external/v8/src/zone/
zone-list-inl.h 89 void ZoneList<T>::InsertAt(int index, const T& elm, Zone* zone) {
zone.h 226 void InsertAt(int index, const T& element, Zone* zone);
  /external/pdfium/core/fpdfdoc/
cpdf_nametree.cpp 364 pFind->InsertAt(nValueIndex, std::move(pObj));
  /external/v8/src/parsing/
rewriter.cc 261 node->finally_block()->statements()->InsertAt(
parser.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/
util.h 492 void InsertAt(C* c, int64 index, Value&& value) {

Completed in 1085 milliseconds