Searched refs:id_map (Results 1 - 10 of 10) sorted by relevance
/external/oprofile/libutil++/ |
H A D | 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/ |
H A D | 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 309 CheckModelIDs( const std::vector<std::pair<LauncherID, views::View*> >& id_map) argument 374 SetupForDragTest( std::vector<std::pair<LauncherID, views::View*> >* id_map) argument 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/ |
H A D | script_executor.cc | 80 TabHelper::ScriptExecutionObserver::ExecutingScriptsMap id_map; local 81 id_map[extension_id_] = std::set<std::string>(); 84 id_map,
|
H A D | 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/build/android/buildbot/ |
H A D | 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/chromium_org/content/common/ |
H A D | 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/ |
H A D | include.py | 80 id_map = rc_header.GetIds(self.GetRoot()) 81 id = id_map[self.GetTextualIds()[0]]
|
H A D | message.py | 221 id_map = rc_header.GetIds(self.GetRoot()) 222 id = id_map[self.GetTextualIds()[0]]
|
H A D | structure.py | 201 id_map = rc_header.GetIds(self.GetRoot()) 202 id = id_map[self.GetTextualIds()[0]]
|
/external/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 204 DenseMap<const Value *, const Value *> id_map; member in class:__anon21601::FunctionComparator 414 const Value *&map_elem = id_map[V1];
|
Completed in 638 milliseconds