Home
last modified time | relevance | path

Searched refs:id_map (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_view_unittest.cc404 const std::vector<std::pair<ShelfID, views::View*> >& id_map) { in CheckModelIDs()
411 EXPECT_EQ(id_map[map_index].first, id); in CheckModelIDs()
412 EXPECT_EQ(id_map[map_index].second, GetButtonByID(id)); in CheckModelIDs()
415 ASSERT_EQ(map_index, id_map.size()); in CheckModelIDs()
487 std::vector<std::pair<ShelfID, views::View*> >* id_map) { in SetupForDragTest()
491 id_map->push_back(std::make_pair(model_->items()[i].id, button)); in SetupForDragTest()
493 ASSERT_NO_FATAL_FAILURE(CheckModelIDs(*id_map)); in SetupForDragTest()
500 id_map->insert(id_map->begin() + (i + browser_index_ + 1), in SetupForDragTest()
503 ASSERT_NO_FATAL_FAILURE(CheckModelIDs(*id_map)); in SetupForDragTest()
964 std::vector<std::pair<ShelfID, views::View*> > id_map; in TEST_F() local
[all …]
/external/oprofile/libutil++/
Dunique_storage.h81 typename id_map::value_type val(value, id_value(values.size())); in create()
82 std::pair<typename id_map::iterator, bool> in create()
101 typedef std::map<V, id_value> id_map; typedef
107 id_map ids;
/external/chromium_org/components/policy/core/common/
Dschema.cc208 IdMap* id_map,
216 IdMap* id_map,
224 IdMap* id_map,
244 static bool ResolveReferences(const IdMap& id_map,
304 IdMap id_map; in ParseSchema() local
306 if (!storage->Parse(schema, &root_index, &id_map, &reference_list, error)) in ParseSchema()
330 if (!ResolveReferences(id_map, reference_list, error)) in ParseSchema()
432 IdMap* id_map, in Parse() argument
465 if (!ParseDictionary(schema, schema_node, id_map, reference_list, error)) in Parse()
468 if (!ParseList(schema, schema_node, id_map, reference_list, error)) in Parse()
[all …]
/external/chromium_org/extensions/browser/
Dscript_executor.cc82 ScriptExecutionObserver::ExecutingScriptsMap id_map; in OnExecuteCodeFinished() local
83 id_map[extension_id_] = std::set<std::string>(); in OnExecuteCodeFinished()
86 OnScriptsExecuted(web_contents(), id_map, on_url)); in OnExecuteCodeFinished()
/external/chromium_org/build/android/buildbot/
Dbb_run_bot.py229 def GetBestMatch(id_map, id): argument
230 config = id_map.get(id)
232 substring_matches = filter(lambda x: x in id, id_map.iterkeys())
236 config = id_map[max_id]
/external/chromium_org/tools/grit/grit/node/
Dinclude.py80 id_map = rc_header.GetIds(self.GetRoot())
81 id = id_map[self.GetTextualIds()[0]]
Dmessage.py221 id_map = rc_header.GetIds(self.GetRoot())
222 id = id_map[self.GetTextualIds()[0]]
Dstructure.py201 id_map = rc_header.GetIds(self.GetRoot())
202 id = id_map[self.GetTextualIds()[0]]
/external/chromium_org/components/policy/tools/
Dgenerate_policy_source.py300 self.id_map = {}
497 if self.id_map.has_key(id_str):
499 self.id_map[id_str] = index
559 if not self.id_map.has_key(id_str):
561 return self.id_map[id_str]
/external/chromium_org/base/
Dbase.gypi242 'id_map.h',
DBUILD.gn240 "id_map.h",