Home
last modified time | relevance | path

Searched refs:matcher (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dneverallow.go349 matcher ValueMatcher member
368 WithMatcher(properties string, matcher ValueMatcher) Rule
372 WithoutMatcher(properties string, matcher ValueMatcher) Rule
436 func (r *rule) WithMatcher(properties string, matcher ValueMatcher) Rule {
439 matcher: matcher,
448 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule {
451 matcher: matcher,
483 s += " " + strings.Join(v.fields, ".") + v.matcher.String()
486 s += " -" + strings.Join(v.fields, ".") + v.matcher.String()
608 return prop.matcher.Test(value)
Dtesting.go372 matcher, err := regexp.Compile(pattern)
379 if matcher.FindStringIndex(err.Error()) != nil {
/build/make/tools/
Dmk2bp_catalog.py87 for matcher in NORMAL_INCLUDES:
88 if matcher.fullmatch(line):
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java396 && (ignoredFilenamePattern.matcher(entryName).matches())) { in copyFiles()
500 if (!pinPattern.matcher(name).matches()) { in copyFiles()
558 if (!pinPattern.matcher(name).matches()) { in copyFiles()