Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DImageTransformation.java130 public Builder(@NonNull AutofillId id, @NonNull Pattern regex, @DrawableRes int resId) { in Builder()
145 public Builder(@NonNull AutofillId id, @NonNull Pattern regex, @DrawableRes int resId, in Builder()
163 public Builder addOption(@NonNull Pattern regex, @DrawableRes int resId) { in addOption()
179 public Builder addOption(@NonNull Pattern regex, @DrawableRes int resId, in addOption()
185 private void addOptionInternal(@NonNull Pattern regex, @DrawableRes int resId, in addOptionInternal()
H A DCharSequenceTransformation.java133 public Builder(@NonNull AutofillId id, @NonNull Pattern regex, @NonNull String subst) { in Builder()
148 public Builder addField(@NonNull AutofillId id, @NonNull Pattern regex, in addField()
H A DRegexValidator.java51 public RegexValidator(@NonNull AutofillId id, @NonNull Pattern regex) { in RegexValidator()
H A DTextValueSanitizer.java58 public TextValueSanitizer(@NonNull Pattern regex, @NonNull String subst) { in TextValueSanitizer()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java133 public UiSelector textMatches(String regex) { in textMatches()
185 public UiSelector classNameMatches(String regex) { in classNameMatches()
237 public UiSelector descriptionMatches(String regex) { in descriptionMatches()
302 public UiSelector resourceIdMatches(String regex) { in resourceIdMatches()
580 public UiSelector packageNameMatches(String regex) { in packageNameMatches()
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h56 std::regex regex; member
104 std::regex regex; member
H A Dextensions.cpp245 std::regex regex; in ExtractOem() local
/aosp14/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilter.java186 public Builder setNamePattern(@Nullable Pattern regex) { in setNamePattern()
H A DBluetoothLeDeviceFilter.java311 public Builder setNamePattern(@Nullable Pattern regex) { in setNamePattern()
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerShellCommand.java502 final Pattern regex = Pattern.compile("(.*?):(.*?)/(.*?)"); in runLookup() local
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp2523 std::string regex = no_compress_regex.value(); in Action() local
/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp1541 std::string regex = R"(failed to attach to thread \d+, already traced by )"; in TEST_F() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...