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

  /external/oprofile/libutil++/
unique_storage.h 81 typename id_map::value_type val(value, id_value(values.size()));
82 std::pair<typename id_map::iterator, bool>
101 typedef std::map<V, id_value> id_map; typedef in class:unique_storage
107 id_map ids;
  /external/chromium_org/ash/launcher/
launcher_view_unittest.cc 310 const std::vector<std::pair<LauncherID, views::View*> >& id_map) {
317 EXPECT_EQ(id_map[map_index].first, id);
318 EXPECT_EQ(id_map[map_index].second, GetButtonByID(id));
321 ASSERT_EQ(map_index, id_map.size());
375 std::vector<std::pair<LauncherID, views::View*> >* id_map) {
376 // Initialize |id_map| with the automatically-created launcher buttons.
379 id_map->push_back(std::make_pair(model_->items()[i].id, button));
381 ASSERT_NO_FATAL_FAILURE(CheckModelIDs(*id_map));
388 id_map->insert(id_map->begin() + (i + 1)
704 std::vector<std::pair<LauncherID, views::View*> > id_map; local
772 std::vector<std::pair<LauncherID, views::View*> > id_map; local
821 std::vector<std::pair<LauncherID, views::View*> > id_map; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
script_executor.cc 80 TabHelper::ScriptExecutionObserver::ExecutingScriptsMap id_map; local
81 id_map[extension_id_] = std::set<std::string>();
84 id_map,
script_badge_controller_unittest.cc 152 TabHelper::ScriptExecutionObserver::ExecutingScriptsMap id_map; local
153 id_map[extension->id()] = std::set<std::string>();
156 id_map, local
181 TabHelper::ScriptExecutionObserver::ExecutingScriptsMap id_map; local
182 id_map[extension->id()] = std::set<std::string>();
185 id_map, local
  /external/chromium_org/content/common/
accessibility_node_data.cc 66 base::hash_map<int32, AccessibilityNodeDataTreeNode*> id_map; local
68 id_map[src_vector[i].id] = NULL;
83 dst_node = id_map[src_node.id];
97 if (id_map.find(child_id) != id_map.end()) {
99 id_map[child_id] = &dst_node->children.back();
  /external/chromium_org/tools/grit/grit/node/
include.py 80 id_map = rc_header.GetIds(self.GetRoot())
81 id = id_map[self.GetTextualIds()[0]]
structure.py 201 id_map = rc_header.GetIds(self.GetRoot())
202 id = id_map[self.GetTextualIds()[0]]
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 204 def GetBestMatch(id_map, id):
205 config = id_map.get(id)
207 substring_matches = filter(lambda x: x in id, id_map.iterkeys())
211 config = id_map[max_id]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 204 DenseMap<const Value *, const Value *> id_map; member in class:__anon23989::FunctionComparator
414 const Value *&map_elem = id_map[V1];

Completed in 1013 milliseconds