HomeSort by relevance Sort by last modified time
    Searched refs:HasMatch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service_unittest.cc 28 bool HasMatch(const std::string& token_name) {
34 EXPECT_TRUE(!HasMatch(token_name));
57 EXPECT_TRUE(HasMatch("foo"));
93 EXPECT_TRUE(HasMatch("foo"));
99 EXPECT_FALSE(HasMatch("foo"));
109 EXPECT_FALSE(HasMatch("foo"));
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]

Completed in 1185 milliseconds