Searched refs:WithMatcher (Results 1 – 1 of 1) sorted by relevance
93 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 methodSpec433 return r.WithMatcher(properties, selectMatcher(value))436 func (r *rule) WithMatcher(properties string, matcher ValueMatcher) Rule { func