Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/tests/wmediumd_control/src/com/android/cuttlefish/tests/
DStationInfo.java47 Matcher matcher = pattern.matcher(str); in isValidMacAddr() local
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java257 Matcher matcher = guestDisplayInfoPattern.matcher(logcatLine); in getDisplayHotplugHelperAppOutput() local
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp41038 auto has_matching_tag = [&](std::function<bool(const char*)> matcher) { in IsCategoryEnabled()