Home
last modified time | relevance | path

Searched refs:lineRegex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/DnsResolver/tests/
Ddnsresolver_binder_test.cpp102 const std::basic_regex lineRegex( in expectLog() local
113 if (!std::regex_match(line, match, lineRegex)) return false; in expectLog()
142 if (!std::regex_match(line, match, lineRegex)) return false; in expectLog()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DRegexModify.java35 lineRegex(new Params().setHelp("line regex").setMatch(".*")), enumConstant
/aosp_15_r20/system/netd/tests/
H A Dbinder_test.cpp4070 const std::basic_regex lineRegex( in TEST_F() local
4080 if (!std::regex_match(line, match, lineRegex)) return false; in TEST_F()