Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml.go1023 var space = regexp.MustCompile(`\s+`)
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java2886 private int countMatches(@NonNull final Pattern regexp, @NonNull final String string) { in countMatches() argument
2887 final Matcher m = regexp.matcher(string); in countMatches()