Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/installedloadingprogess/hostside/src/com/android/tests/loadingprogress/host/
DIncrementalLoadingProgressTest.java191 private String getStringFromDumpsys(String regex) throws Exception { in getStringFromDumpsys()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java182 Pattern regex = Pattern.compile("^\\w+-(\\w+)_\\d+fps\\.\\w+"); in input() local
/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java244 protected <T> T executeAndParseCommand(Pattern regex, String matchNotFoundErrorMessage, in executeAndParseCommand()
259 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java227 public static boolean propertyMatches(String property, String regex) { in propertyMatches()
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp421 for (const std::regex& regex : kSystemPathRegexes) { in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local