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

1234

/external/srec/seti/sltsEngine/include/
H A Dlinklist.h48 LListResult Insert(LList *list, void *data);
/external/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/chromium/net/disk_cache/
H A Dmem_rankings.h24 void Insert(MemEntryImpl* node);
H A Dmem_rankings.cc16 void MemRankings::Insert(MemEntryImpl* node) { function in class:disk_cache::MemRankings
50 Insert(node);
H A Deviction.cc173 rankings_->Insert(entry->rankings(), true, GetListForEntry(entry));
278 rankings_->Insert(entry->rankings(), true, Rankings::DELETED);
385 rankings_->Insert(entry->rankings(), false, Rankings::LOW_USE);
389 rankings_->Insert(entry->rankings(), false, Rankings::HIGH_USE);
421 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry));
439 rankings_->Insert(entry->rankings(), true, Rankings::DELETED);
/external/v8/test/cctest/
H A Dtest-hashmap.cc48 void Insert(int x) { function in class:IntSet
97 set.Insert(1);
98 set.Insert(2);
99 set.Insert(3);
102 set.Insert(2);
103 set.Insert(3);
127 // Insert a long series of values.
136 set.Insert(x);
/external/chromium/chrome/common/extensions/
H A Dextension_set_unittest.cc67 extensions.Insert(ext1);
72 extensions.Insert(ext2);
77 extensions.Insert(ext3);
78 extensions.Insert(ext4);
H A Dextension_set.h32 void Insert(const scoped_refptr<const Extension>& extension);
H A Dextension_set.cc24 void ExtensionSet::Insert(const scoped_refptr<const Extension>& extension) { function in class:ExtensionSet
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h59 int Insert(const T& val) { function in class:fst::Heap
70 return Insert(val, size_ - 1);
80 Insert(val, i);
170 int Insert(const T& val, int i) { function in class:fst::Heap
/external/valgrind/tsan/
H A Dthread_sanitizer_test.cc54 // Insert range [1000, 1000+100) with value 1.
75 // Insert range [2000, 2000+200) with value 2.
104 // Insert range [3000, 3000+300) with value 3.
145 c.Insert(0, false);
146 c.Insert(1, true);
147 c.Insert(2, false);
148 c.Insert(3, true);
164 c.Insert(0, true);
165 c.Insert(1, false);
176 c.Insert(25
[all...]
H A Dts_simple_cache.h47 void Insert(uintptr_t ptr, bool val) { function in class:PtrToBoolCache
81 void Insert(uint32_t a, uint32_t b, bool val) { function in class:IntPairToBoolCache
/external/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h45 int Insert(int id, void* ptr);
H A Dlist_wrapper.h83 // Insert list item after existing_previous_item. Please note that new_item
87 int Insert(ListItem* existing_previous_item,
90 // Insert list item before existing_next_item. Please note that new_item
/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.h57 int Insert(ListItem* existing_previous_item, ListItem* new_item);
H A Dmap_no_stl.h48 int Insert(int id, void* ptr);
H A Dlist_no_stl.h61 int Insert(ListNoStlItem* existing_previous_item,
H A Dmap.cc68 int MapWrapper::Insert(int id, void* ptr) function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc74 int MapNoStl::Insert(int id, void* ptr) function in class:webrtc::MapNoStl
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc132 // Test Insert. Please note that old iterators are no longer valid at
135 FailTest(test_list.Insert(test_list.Last(),insert_item_last) != 0);
136 FailTest(test_list.Insert(NULL,insert_item_last) == 0);
138 FailTest(test_list.Insert(insert_item_last2,NULL) == 0);
164 // Test Insert APIs when list is empty
166 FailTest(test_list.Insert(NULL,new_item) != 0);
/external/chromium/chrome/browser/safe_browsing/
H A Dbloom_filter_unittest.cc42 filter->Insert(value);
90 filter_write->Insert(GenHash());
H A Dbloom_filter.h42 void Insert(SBPrefix hash);
/external/webrtc/src/common_audio/resampler/main/interface/
H A Dresampler.h78 int Insert(WebRtc_Word16* samplesIn, int lengthIn);
/external/grub/docs/
H A Dmenu.lst39 pause Insert the diskette now!!
/external/v8/src/
H A Dprofile-generator-inl.h85 tree_.Insert(addr, &locator);

Completed in 1729 milliseconds

1234