Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.cpp79 const bool is_match = std::regex_search(comment, match_result, re); in AppendCommentLine() local
81 if (is_match && rule.bit_mask == AnnotationRule::kSystemApi) { in AppendCommentLine()
/aosp12/system/extras/simpleperf/runtest/
H A Druntest.py101 def is_match(self, symbol): member in SymbolOverheadRequirement
141 def is_match(self, symbol): member in SymbolRelationRequirement
494 if req.is_match(symbol):
516 if req.is_match(symbol):
536 if req.is_match(symbol):