Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go261 type ValueMatcher interface { interface
341 matcher ValueMatcher
362 WithMatcher(properties string, matcher ValueMatcher) Rule argument
366 WithoutMatcher(properties string, matcher ValueMatcher) Rule argument
432 func (r *rule) WithMatcher(properties string, matcher ValueMatcher) Rule {
444 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule {
452 func selectMatcher(expected string) ValueMatcher {
558 func StartsWith(prefix string) ValueMatcher {
562 func Regexp(re string) ValueMatcher {
570 func NotInList(allowed []string) ValueMatcher {