Searched refs:Insert (Results 1 - 25 of 220) sorted by relevance

123456789

/external/libchrome/base/trace_event/
H A Dheap_profiler_type_name_deduplicator_unittest.cc46 ASSERT_EQ(1, dedup->Insert(type_name));
71 ASSERT_EQ(1, dedup->Insert(kInt));
72 ASSERT_EQ(2, dedup->Insert(kBool));
73 ASSERT_EQ(3, dedup->Insert(kString));
76 ASSERT_EQ(2, dedup->Insert(kBool));
77 ASSERT_EQ(1, dedup->Insert(kInt));
78 ASSERT_EQ(3, dedup->Insert(kString));
81 ASSERT_EQ(0, dedup->Insert(nullptr));
H A Dheap_profiler_stack_frame_deduplicator_unittest.cc35 ASSERT_EQ(2, dedup->Insert(std::begin(bt), std::end(bt)));
64 ASSERT_EQ(2, dedup->Insert(std::begin(bt), std::end(bt)));
97 ASSERT_EQ(1, dedup->Insert(std::begin(bt0), std::end(bt0)));
98 ASSERT_EQ(3, dedup->Insert(std::begin(bt1), std::end(bt1)));
129 ASSERT_EQ(1, dedup->Insert(std::begin(bt0), std::end(bt0)));
130 ASSERT_EQ(2, dedup->Insert(std::begin(bt1), std::end(bt1)));
146 ASSERT_EQ(1, dedup->Insert(std::begin(bt0), std::end(bt0)));
147 ASSERT_EQ(2, dedup->Insert(std::begin(bt1), std::end(bt1)));
H A Dheap_profiler_type_name_deduplicator.h27 int Insert(const char* type_name);
H A Dheap_profiler_stack_frame_deduplicator.h56 int Insert(const StackFrame* beginFrame, const StackFrame* endFrame);
/external/webrtc/webrtc/common_audio/
H A Dswap_queue_unittest.cc48 EXPECT_TRUE(queue.Insert(&i));
50 EXPECT_TRUE(queue.Insert(&i));
63 EXPECT_TRUE(queue.Insert(&i));
65 EXPECT_TRUE(queue.Insert(&i));
67 // Ensure that the value is not swapped when doing an Insert
70 EXPECT_FALSE(queue.Insert(&i));
73 // Ensure that the Insert didn't overwrite anything in the queue.
84 EXPECT_TRUE(queue.Insert(&i));
94 EXPECT_TRUE(queue.Insert(&i));
95 EXPECT_TRUE(queue.Insert(
[all...]
/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dvad_circular_buffer_unittest.cc29 circular_buffer->Insert(n);
35 static void Insert(double value, function in namespace:webrtc
39 circular_buffer->Insert(value);
43 Insert(0.0, num_zeros, circular_buffer);
60 circular_buffer->Insert(n);
83 Insert(push_val, k, circular_buffer.get());
84 circular_buffer->Insert(0);
103 Insert(push_val, num_non_zero_elements, circular_buffer.get());
107 circular_buffer->Insert(0);
116 Insert(push_va
[all...]
H A Dvad_circular_buffer.h33 // Insert new value into the buffer.
34 void Insert(double value);
/external/dng_sdk/source/
H A Ddng_string_list.h60 void Insert (uint32 index,
65 Insert (Count (), s);
/external/v8/src/
H A Dcompilation-dependencies.h26 void Insert(DependentCode::DependencyGroup group, Handle<HeapObject> handle);
29 Insert(DependentCode::kInitialMapChangedGroup, map);
32 Insert(DependentCode::kFieldOwnerGroup, map);
40 Insert(DependentCode::kPropertyCellChangedGroup, cell);
43 Insert(DependentCode::kAllocationSiteTenuringChangedGroup, site);
H A Dcompilation-dependencies.cc43 void CompilationDependencies::Insert(DependentCode::DependencyGroup group, function in class:v8::internal::CompilationDependencies
113 Insert(DependentCode::kTransitionGroup, map);
122 Insert(DependentCode::kPrototypeCheckGroup, map);
149 Insert(DependentCode::kAllocationSiteTransitionChangedGroup, site);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h615 /// \brief Insert and return the specified instruction.
617 InstTy *Insert(InstTy *I, const Twine &Name = "") const { function in class:llvm::IRBuilder
624 Constant *Insert(Constant *C, const Twine& = "") const { function in class:llvm::IRBuilder
648 return Insert(ReturnInst::Create(Context));
653 return Insert(ReturnInst::Create(Context, V));
667 return Insert(ReturnInst::Create(Context, V));
672 return Insert(BranchInst::Create(Dest));
680 return Insert(addBranchMetadata(BranchInst::Create(True, False, Cond),
690 return Insert(addBranchMetadata(SwitchInst::Create(V, Dest, NumCases),
698 return Insert(IndirectBrIns
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h381 /// Insert - Insert and return the specified instruction.
383 InstTy *Insert(InstTy *I, const Twine &Name = "") const { function in class:llvm::IRBuilder
390 /// Insert - No-op overload to handle constants.
391 Constant *Insert(Constant *C, const Twine& = "") const { function in class:llvm::IRBuilder
401 return Insert(ReturnInst::Create(Context));
408 return Insert(ReturnInst::Create(Context, V));
422 return Insert(ReturnInst::Create(Context, V));
427 return Insert(BranchInst::Create(Dest));
433 return Insert(BranchIns
[all...]
/external/vulkan-validation-layers/tests/
H A Drun_wrap_objects_tests.sh10 GTEST_FILTER=WrapObjects.Insert \
13 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects"
22 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects"
37 GTEST_FILTER=WrapObjects.Insert \
40 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects"
49 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects"
64 GTEST_FILTER=WrapObjects.Insert \
67 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects"
76 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects"
91 GTEST_FILTER=WrapObjects.Insert \
[all...]
/external/python/cpython2/Lib/bsddb/test/
H A Dtest_dbtables.py69 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
118 self.tdb.Insert(tabname, row)
159 self.tdb.Insert(tabname,
173 self.tdb.Insert(tabname,
178 self.tdb.Insert(tabname,
184 self.tdb.Insert(tabname,
223 self.tdb.Insert(tabname,
231 self.tdb.Insert(tabname, {'a': "A", 'b': "B", 'c': "C", 'd': "D",
233 self.tdb.Insert(tabnam
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp227 static MachineInstr *GetVRegDef(unsigned Reg, const MachineInstr *Insert, argument
237 LIS.getInstructionIndex(*Insert)))
271 // Test whether it's safe to move Def to just before Insert.
276 static bool IsSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, argument
279 assert(Def->getParent() == Insert->getParent());
287 // If the register is dead here and at Insert, ignore it.
288 if (MO.isDead() && Insert->definesRegister(Reg) &&
289 !Insert->readsRegister(Reg))
305 // Insert will change which value numbers are seen.
316 VNInfo *InsVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*Insert));
434 MoveForSingleUse(unsigned Reg, MachineOperand& Op, MachineInstr *Def, MachineBasicBlock &MBB, MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, MachineRegisterInfo &MRI) argument
476 RematerializeCheapDef( unsigned Reg, MachineOperand &Op, MachineInstr &Def, MachineBasicBlock &MBB, MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, MachineRegisterInfo &MRI, const WebAssemblyInstrInfo *TII, const WebAssemblyRegisterInfo *TRI) argument
536 MoveAndTeeForMultiUse( unsigned Reg, MachineOperand &Op, MachineInstr *Def, MachineBasicBlock &MBB, MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, MachineRegisterInfo &MRI, const WebAssemblyInstrInfo *TII) argument
591 TreeWalkerState(MachineInstr *Insert) argument
672 MaybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, const WebAssemblyInstrInfo *TII) argument
724 MachineInstr *Insert = &*MII; local
[all...]
/external/pdfium/xfa/fxbarcode/
H A DBC_Utils.cpp20 dst.Insert(0, c);
/external/libmojo/mojo/public/cpp/bindings/
H A Dmap_traits_stl.h48 static bool Insert(std::map<K, V>& input, const K& key, V&& value) { function in struct:mojo::MapTraits
52 static bool Insert(std::map<K, V>& input, const K& key, const V& value) { function in struct:mojo::MapTraits
97 static bool Insert(std::unordered_map<K, V>& input, const K& key, V&& value) { function in struct:mojo::MapTraits
101 static bool Insert(std::unordered_map<K, V>& input, function in struct:mojo::MapTraits
H A Dmap_traits_standard.h39 static bool Insert(Map<K, V>& input, const K& key, V&& value) { function in struct:mojo::MapTraits
43 static bool Insert(Map<K, V>& input, const K& key, const V& value) { function in struct:mojo::MapTraits
H A Dmap_traits_wtf.h40 static bool Insert(WTFMap<K, V>& input, const K& key, V&& value) { function in struct:mojo::MapTraits
48 static bool Insert(WTFMap<K, V>& input, const K& key, const V& value) { function in struct:mojo::MapTraits
H A Dmap_traits_wtf_hash_map.h49 static bool Insert(WTF::HashMap<K, V>& input, const K& key, V&& value) { function in struct:mojo::MapTraits
57 static bool Insert(WTF::HashMap<K, V>& input, const K& key, const V& value) { function in struct:mojo::MapTraits
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_attachnodelist.cpp29 bool CXFA_AttachNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { function in class:CXFA_AttachNodeList
/external/v8/src/crankshaft/
H A Dhydrogen-bce.h21 INLINE(void Insert(BoundsCheckKey* key, BoundsCheckBbData* data, Zone* zone));
/external/compiler-rt/lib/asan/
H A Dasan_memory_profile.cc35 void Insert(u32 id, uptr size) { function in class:__asan::HeapProfile
81 hp->Insert(id, cv.UsedSize());
/external/pdfium/xfa/fde/
H A Dcfde_txtedtbuf_unittest.cpp36 buf_->Insert(2, end.c_str(), end.GetLength());
49 buf_->Insert(0, end.c_str(), end.GetLength());
63 buf_->Insert(6, inst.c_str(), inst.GetLength());
172 EXPECT_DEATH(buf_->Insert(-4, inst.c_str(), inst.GetLength()), "Assertion");
173 EXPECT_DEATH(buf_->Insert(9999, inst.c_str(), inst.GetLength()), "Assertion");
174 EXPECT_DEATH(buf_->Insert(1, inst.c_str(), -6), "Assertion");
/external/v8/src/interpreter/
H A Dconstant-array-builder.h58 // Insert an object into the constants array if it is not already present.
60 size_t Insert(Smi* smi);
61 size_t Insert(const AstRawString* raw_string);
62 size_t Insert(const AstValue* heap_number);
63 size_t Insert(const Scope* scope);
64 #define INSERT_ENTRY(NAME, ...) size_t Insert##NAME();

Completed in 628 milliseconds

123456789