Searched refs:WithoutMatcher (Results 1 – 1 of 1) sorted by relevance
162 WithoutMatcher("name", Regexp("^android_.*stubs_current$")),239 WithoutMatcher("product_out_path", Regexp("^boot[0-9a-zA-Z.-]*[.]img$")).372 WithoutMatcher(properties string, matcher ValueMatcher) Rule methodSpec445 return r.WithoutMatcher(properties, selectMatcher(value))448 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule { func