HomeSort by relevance Sort by last modified time
    Searched defs:Insert (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/chromium_org/v8/test/cctest/
test-hashmap.cc 48 void Insert(int x) {
51 CHECK(p != NULL); // insert is set!
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_org/webkit/common/blob/
shareable_file_reference.cc 42 std::pair<iterator, bool> Insert(value_type value) {
44 return file_map_.insert(value);
89 InsertResult result = g_file_map.Get().Insert(
  /external/lldb/source/Plugins/SymbolFile/DWARF/
UniqueDWARFASTType.h 145 Insert (const lldb_private::ConstString &name,
  /external/webrtc/src/common_audio/resampler/
resampler.cc     [all...]
  /external/webrtc/src/system_wrappers/source/
list_no_stl.cc 149 int ListWrapper::Insert(ListItem* existing_previous_item, ListItem* new_item)
list_stl.cc 180 int ListWrapper::Insert(ListItem* existing_previous_item,
206 list_.insert(insert_location,new_item);
231 list_.insert(insert_location,new_item);
map_no_stl.cc 74 int MapNoStl::Insert(int id, void* ptr)
  /external/chromium_org/net/base/
priority_queue.h 140 Pointer Insert(const T& value, Priority priority) {
147 valid_ids_.insert(id);
149 return Pointer(priority, list.insert(list.end(),
152 return Pointer(priority, list.insert(list.end(), value));
165 valid_ids_.insert(id);
167 return Pointer(priority, list.insert(list.begin(),
170 return Pointer(priority, list.insert(list.begin(), value));
  /external/chromium_org/net/quic/crypto/
strike_register_test.cc 39 ASSERT_FALSE(set.Insert(nonce, 1000));
41 ASSERT_FALSE(set.Insert(nonce, 1000));
52 ASSERT_TRUE(set.Insert(nonce, 0));
53 ASSERT_FALSE(set.Insert(nonce, 0));
63 ASSERT_FALSE(set.Insert(nonce, 1000));
65 ASSERT_FALSE(set.Insert(nonce, 1100));
76 ASSERT_FALSE(set.Insert(nonce, 1100));
85 ASSERT_TRUE(set.Insert(nonce, 1100));
95 ASSERT_TRUE(set.Insert(nonce, 1100));
96 ASSERT_FALSE(set.Insert(nonce, 1100))
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist.h 21 // Only Insert() modifies the list, and it is careful to initialize
48 // Insert key into the list.
50 void Insert(const Key& key);
103 // Modified only by Insert(). Read racily by readers, but stale
112 // Read/written only by Insert().
334 void SkipList<Key,Comparator>::Insert(const Key& key) {
336 // here since Insert() is externally synchronized.
  /external/chromium_org/third_party/leveldatabase/src/util/
cache_test.cc 57 void Insert(int key, int value, int charge = 1) {
58 cache_->Release(cache_->Insert(EncodeKey(key), EncodeValue(value), charge,
71 Insert(100, 101);
76 Insert(200, 201);
81 Insert(100, 102);
95 Insert(100, 101);
96 Insert(200, 201);
111 Insert(100, 101);
115 Insert(100, 102);
136 Insert(100, 101)
    [all...]
cache.cc 62 LRUHandle* Insert(LRUHandle* h) {
144 Cache::Handle* Insert(const Slice& key, uint32_t hash,
225 Cache::Handle* LRUCache::Insert(
242 LRUHandle* old = table_.Insert(e);
293 virtual Handle* Insert(const Slice& key, void* value, size_t charge,
296 return shard_[Shard(hash)].Insert(key, hash, value, charge, deleter);
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 172 def Insert(bucket, remote_path, local_path, publicly_readable=False):
  /external/chromium_org/v8/src/
splay-tree-inl.h 22 bool SplayTree<Config, Allocator>::Insert(const Key& key,
25 // If the tree is empty, insert the new node.
37 // Insert the new node.
202 // Insert the original right child as the right child of the new
  /external/lldb/source/Symbol/
TypeList.cpp 54 TypeList::Insert (const TypeSP& type_sp)
58 m_types.insert(std::make_pair(type_sp->GetID(), type_sp));
76 Insert (type_sp);
104 // types.Insert (pos->second);
328 matching_types.insert (*pos);
353 matching_types.insert (*pos);
  /external/lldb/source/Target/
PathMappingList.cpp 102 PathMappingList::Insert (const ConstString &path,
113 m_pairs.insert(insert_iter, pair(path, replacement));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 39 // to the calling functions on heap insert. This key can be used
58 // insert a value into the heap
59 int Insert(const T& val) {
70 return Insert(val, size_ - 1);
80 Insert(val, i);
169 // insert(update) element at subtree rooted at index i
170 int Insert(const T& val, int i) {
  /art/compiler/utils/
growable_array.h 115 // Insert an element to the end of a list, resizing if necessary.
116 void Insert(T elem) {
125 Insert(elem);
133 Insert(elem);
  /art/runtime/
intern_table.cc 77 strong_interns_.insert(GcRoot<mirror::String>(new_ref));
119 strong_interns_.insert(GcRoot<mirror::String>(s));
128 weak_interns_.insert(GcRoot<mirror::String>(s));
150 // Insert/remove methods used to undo changes made during an aborted transaction.
206 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) {
237 // No match in the strong table or the weak table. Insert into the strong
257 // Insert into the weak table.
276 return Insert(s, true);
283 return Insert(s, false);
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 56 void Insert(int64 time_us, bool decision);
85 void EnergyEndpointer::HistoryRing::Insert(int64 time_us, bool decision) {
253 history_->Insert(endpointer_time_us_, decision);
  /external/chromium_org/media/cdm/
aes_decryptor.cc 41 void Insert(const std::string& web_session_id,
68 void AesDecryptor::SessionIdDecryptionKeyMap::Insert(
240 valid_sessions_.insert(web_session_id);
437 key_id_entry->second->Insert(web_session_id, decryption_key.Pass());
444 inner_map->Insert(web_session_id, decryption_key.Pass());
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 242 void SimpleIndex::Insert(uint64 entry_hash) {
244 // Upon insert we don't know yet the size of the entry.
263 removed_entries_.insert(entry_hash);
367 entry_set->insert(std::make_pair(entry_hash, entry_metadata));
407 index_file_entries->insert(EntrySet::value_type(entry_hash,
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 46 Insert,
48 InsertAlreadyParsedChild, // Insert w/o calling begin/end parsing.
70 // object in the common case of the Insert operation.
  /external/chromium_org/third_party/leveldatabase/
env_chromium.h 154 bool Insert(const std::string& fname) {
156 return locked_files_.insert(fname).second;
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 90 $w.t mark set insert end
93 $w.t insert end $v(prompt)
103 bind Sqlitecon <KeyPress> {sqlitecon::Insert %W %A}
128 # Insert a single character at the insertion cursor
130 proc sqlitecon::Insert {w a} {
131 $w insert insert $a
132 $w yview insert
139 scan [$w index insert] %d.%d row col
141 $w mark set insert "insert -1c
    [all...]

Completed in 995 milliseconds

12 3 4 5