Searched refs:a_it (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/utility/media_galleries/
H A Ditunes_library_parser_unittest.cc42 parser::Album::const_iterator a_it; local
44 for (a_it = a.begin(), b_it = b.begin();
45 a_it != a.end() && b_it != b.end();
46 ++a_it, ++b_it) {
47 CompareTrack(*a_it, *b_it);
54 parser::Albums::const_iterator a_it; local
56 for (a_it = a.begin(), b_it = b.begin();
57 a_it != a.end() && b_it != b.end();
58 ++a_it, ++b_it) {
59 EXPECT_EQ(a_it
67 parser::Library::const_iterator a_it; local
[all...]
H A Diphoto_library_parser_unittest.cc116 parser::Album::const_iterator a_it; local
118 for (a_it = a.begin(), b_it = b.begin();
119 a_it != a.end() && b_it != b.end();
120 ++a_it, ++b_it) {
121 EXPECT_EQ(*a_it, *b_it);
128 parser::Albums::const_iterator a_it; local
130 for (a_it = a.begin(), b_it = b.begin();
131 a_it != a.end() && b_it != b.end();
132 ++a_it, ++b_it) {
133 EXPECT_EQ(a_it
141 std::set<parser::Photo>::const_iterator a_it; local
[all...]
/external/chromium_org/components/policy/core/common/
H A Dgenerate_policy_source_unittest.cc37 Schema::Iterator a_it = a.GetPropertiesIterator();
39 while (!a_it.IsAtEnd()) {
42 if (strcmp(a_it.key(), b_it.key()) != 0)
44 if (!IsSameSchema(a_it.schema(), b_it.schema()))
46 a_it.Advance();
/external/chromium_org/cc/resources/
H A Dresource_provider.cc1283 const ResourceMap::iterator& a_it = a.second; local
1285 const Resource& a_resource = a_it->second;

Completed in 253 milliseconds