Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/tests/integration/com/android/cuttlefish/test/
DCuttlefishIntegrationTestRunner.java84 String regex = "(?<!" + Pattern.quote(esc) + ")" + Pattern.quote(delim); in processOptions() local
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp51254 [&](const std::string& regex) { in NameMatchesFilter()