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

1 23 4 5

  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 119 // Insert <key,value> into the map. Any old value associated
121 void Insert(Key key, Value value);
308 void AddressMap<Value>::Insert(Key key, Value value) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 119 // Insert <key,value> into the map. Any old value associated
121 void Insert(Key key, Value value);
308 void AddressMap<Value>::Insert(Key key, Value value) {
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 115 def Insert(self, bucket, remote_path, local_path):
  /external/chromium_org/ui/base/x/
selection_utils.cc 75 bytes->insert(bytes->end(), front, front + (str.size() * 2));
124 void SelectionFormatMap::Insert(
128 data_.insert(std::make_pair(atom, item));
  /external/chromium_org/v8/src/
effects.h 98 if (!this->Insert(var, &locator)) {
112 if (!this->Insert(var, &locator)) {
154 self.Insert(var, &locator);
205 bool Insert(Var var, Locator* locator) {
207 return map_->Insert(var, locator);
277 bool Insert(Var var, Locator* locator);
295 bool NestedEffectsBase<Var, kNoVar>::Insert(Var var, Locator* locator) {
297 if (!node_->effects.Insert(var, locator)) return false;
hydrogen-bce.cc 314 void BoundsCheckTable::Insert(BoundsCheckKey* key,
445 table_.Insert(key, bb_data_list, zone());
457 table_.Insert(data->Key(), data->FatherInDominatorTree(), zone());
hydrogen-check-elimination.cc 210 copy->Insert(phi, NULL, pred_entry->maps_, pred_entry->state_);
231 copy->Insert(object, cmp, cmp->map(), state);
258 copy->Insert(left, NULL, re->maps_, re->state_);
261 copy->Insert(right, NULL, le->maps_, le->state_);
279 copy->Insert(object, NULL, string_maps(),
439 // No entry; insert a new one.
444 Insert(object, check, instr->maps(), state);
453 Insert(value, NULL, string_maps(), HCheckTableEntry::CHECKED);
499 Insert(instr, NULL, maps, HCheckTableEntry::UNCHECKED_STABLE);
535 Insert(object, NULL, c_transition->MapValue(), state)
    [all...]
hydrogen-gvn.cc 30 Insert(instr, zone);
56 void Insert(HInstruction* instr, Zone* zone);
243 Insert(lists_[current].instr, zone);
250 Insert(old_array[i].instr, zone);
282 void HInstructionMap::Insert(HInstruction* instr, Zone* zone) {
  /external/lldb/include/lldb/Core/
UniqueCStringMap.h 95 Insert (const char *unique_cstr, const T& value)
98 m_map.insert (std::upper_bound (m_map.begin(), m_map.end(), e), e);
102 Insert (const Entry &e)
104 m_map.insert (std::upper_bound (m_map.begin(), m_map.end(), e), e);
278 // call to UniqueCStringMap::Sort()) or to UniqueCStringMap::Insert().
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 243 TerminatorInst *Insert = From->getTerminator();
244 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert);
252 TerminatorInst *Insert = Parent->getTerminator();
254 return CallInst::Create(IfBreak, Args, "", Insert);
  /external/lzma/CPP/Common/
MyVector.h 60 void Insert(int index, T item)
128 Insert(right, item);
206 void Insert(int index, const T& item) { CPointerVector::Insert(index, new T(item)); }
254 Insert(right, item);
MyString.h 469 int Insert(int index, T c)
476 int Insert(int index, const CStringBase &s)
523 Insert(pos, newString);
  /external/webrtc/src/system_wrappers/source/
list_unittest.cc 66 int Insert(ListItem* existing_previous_item,
68 const int retval = list_.Insert(existing_previous_item, new_item);
387 // Use Insert to interleave two lists.
423 EXPECT_EQ(0, interleave_list->Insert(item, insert_item));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 480 def Insert(self, table, rowdict) :
481 """Insert(table, datadict) - Insert a new row into the table
501 # insert the row values into the table database
712 conditionlist.insert(j, i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 480 def Insert(self, table, rowdict) :
481 """Insert(table, datadict) - Insert a new row into the table
501 # insert the row values into the table database
712 conditionlist.insert(j, i)
  /external/chromium_org/net/quic/crypto/
strike_register.cc 114 bool StrikeRegister::Insert(const uint8 nonce[32],
148 // Empty tree. Just insert the new value at the root.
161 // We are going to insert a new entry into the tree, so get the nodes now.
214 // order to insert the new internal node into the tree. The internal nodes
256 free_internal_nodes.insert(i);
264 free_external_nodes.insert(i);
440 used_external_nodes->insert(ext);
457 used_internal_nodes->insert(inter);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_key_types.js 116 'Insert': 45,
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 68 void Insert(ScheduledResourceRequest* request);
222 void ResourceScheduler::RequestQueue::Insert(
226 pointers_[request] = queue_.insert(request);
244 pending_requests_.Insert(request);
264 unowned_requests.insert(*it);
302 pending_requests_.Insert(request);
318 in_flight_requests_.insert(request);
520 unowned_requests_.insert(request.get());
570 unowned_requests_.insert(*it);
  /external/chromium_org/ipc/
ipc_channel_posix.cc 119 // Insert a mapping from @channel_id to @fd. It's a fatal error to insert a
121 void Insert(const std::string& channel_id, int fd) {
314 PipeMap::GetInstance()->Insert(pipe_name_, client_pipe_);
375 fds_to_close_.insert(to_close[i]);
926 input_fds_.insert(input_fds_.end(),
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
rankings.cc 29 INSERT = 1,
247 void Rankings::Insert(CacheRankingsBlock* node, bool modified, List list) {
248 Trace("Insert 0x%x l %d", node->address().value(), list);
252 Transaction lock(control_data_, node->address(), INSERT, list);
399 // A crash in between Remove and Insert will lead to a dirty entry not on the
413 Insert(node, modified, list);
657 if (INSERT == control_data_->operation) {
676 // This part will be skipped by the logic of Insert.
680 Insert(node, true, static_cast<List>(control_data_->operation_list));
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 284 bool Insert(const std::string& fname) {
286 return locked_files_.insert(fname).second;
424 } else if (!locks_.Insert(fname)) {
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 49 // insert them before BBI in BB. If Cache is nonnull, use it to cache
219 InsertElementInst *Insert = dyn_cast<InsertElementInst>(V);
220 if (!Insert)
222 ConstantInt *Idx = dyn_cast<ConstantInt>(Insert->getOperand(2));
226 CV[J] = Insert->getOperand(1);
227 V = Insert->getOperand(0);
StructurizeCFG.cpp 444 Visited.insert((*OI)->getEntry());
451 /// \brief Insert the missing branch conditions
636 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() :
639 Func, Insert);
722 Visited.insert(Node->getEntry());
732 // Insert extra prefix node (or reuse last one)
735 // Insert extra postfix node (or use exit instead)
775 // insert a new dummy entry block.
  /external/chromium_org/base/
values.cc 450 dictionary_.insert(std::make_pair(key, in_value));
1091 bool ListValue::Insert(size_t index, Value* in_value) {
1096 list_.insert(list_.begin() + index, in_value);

Completed in 2276 milliseconds

1 23 4 5