Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/api/sysfs/
DKernelApiSysfsTest.py52 def MatchRegex(self, regex, string): argument
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java135 public static boolean propertyMatches(ITestDevice device, String property, String regex) in propertyMatches()