Home
last modified time | relevance | path

Searched refs:HasMatch (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/token_cache/
Dtoken_cache_service_unittest.cc28 bool HasMatch(const std::string& token_name) { in HasMatch() function in extensions::TokenCacheTest
34 EXPECT_TRUE(!HasMatch(token_name)); in InsertExpiredToken()
57 EXPECT_TRUE(HasMatch("foo")); in TEST_F()
93 EXPECT_TRUE(HasMatch("foo")); in TEST_F()
99 EXPECT_FALSE(HasMatch("foo")); in TEST_F()
109 EXPECT_FALSE(HasMatch("foo")); in TEST_F()
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp872 bool HasMatch = false; in inferFromItinClass() local
878 if (HasMatch) in inferFromItinClass()
882 HasMatch = true; in inferFromItinClass()
1534 bool HasMatch = false; in collectItinProcResources() local
1540 if (HasMatch) in collectItinProcResources()
1544 HasMatch = true; in collectItinProcResources()