Home
last modified time | relevance | path

Searched defs:Conditions (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/url_matcher/
Durl_matcher.h310 typedef std::set<URLMatcherCondition> Conditions; typedef
/external/chromium_org/chrome/browser/extensions/api/declarative/
Ddeclarative_rule.h59 typedef std::vector<linked_ptr<const ConditionT> > Conditions; typedef
/external/clang/lib/Lex/
DModuleMap.cpp131 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true) in sanitizeFilenameAsIdentifier() argument
132 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true) in sanitizeFilenameAsIdentifier() argument
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp177 BranchVector Conditions; member in __anonae87301d0111::StructurizeCFG
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1984 TEST(Matcher, Conditions) { in TEST() argument