Home
last modified time | relevance | path

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

/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py90 def expect_regex(self, s, regex, msg=None): argument
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java192 public static boolean propertyMatches(ITestDevice device, String property, String regex) in propertyMatches()