Home
last modified time | relevance | path

Searched defs:re (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
DRegEx_test.cpp24 auto re = RegEx::Create("b+"); in TEST() local
DRegEx.cpp29 RegExMatchImpl(std::string_view s, const std::regex& re) in RegExMatchImpl()
Dcmd_api.cpp129 auto re = RegEx::Create(R"(package:([\w\.]+)\s+uid:(\d+))"); in GetAppUid() local
Dreport_utils.h149 std::unique_ptr<RegEx> re; member
Dreport_utils.cpp384 std::unique_ptr<RegEx> re = RegEx::Create(reg_str); in AggregateThreads() local
Dtracing.cpp286 auto re = RegEx::Create(R"((\w+):(.+?);)"); in ParseTracingField() local
/system/core/bootstat/
Dbootstat.cpp596 const uint8_t* re = reinterpret_cast<const uint8_t*>(r) + n; in numError() local