Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go93 WithMatcher("include_dirs", StartsWith(path+"/")).
217 WithMatcher("sdk_variant_only", isSetMatcherInstance).
221 WithMatcher("platform.shared_libs", isSetMatcherInstance).
230 WithMatcher("uncompress_dex", isSetMatcherInstance).
368 WithMatcher(properties string, matcher ValueMatcher) Rule methodSpec
433 return r.WithMatcher(properties, selectMatcher(value))
436 func (r *rule) WithMatcher(properties string, matcher ValueMatcher) Rule { func