Lines Matching refs:end
94 for (auto it = container.begin(); it != container.end(); ++it) { in InstancesToString()
183 for (auto it = instances.begin(); it != instances.end(); in TEST_P()
227 chain.begin(), chain.end(), std::back_inserter(fq_instances), in TEST_P()
234 if (kPassthroughHals.find(it->getPackage()) != kPassthroughHals.end()) { in TEST_P()
247 passthrough_declared.begin(), passthrough_declared.end(), in TEST_P()
248 passthrough_allowed.begin(), passthrough_allowed.end(), in TEST_P()
357 manifest_hwbinder_hals_.end()) in TEST_P()
399 manifest_passthrough_hals_.end()) in TEST_P()
467 EXPECT_NE(released_hashes.find(hash), released_hashes.end()) in TEST_P()
480 if (std::find(module.types.begin(), module.types.end(), name) != in hashesForInterface()
481 module.types.end()) { in hashesForInterface()
527 std::find(hashes.begin(), hashes.end(), hash) != hashes.end(); in TEST_P()