Lines Matching defs:wildcard
49 * may appear at the end of the name, to signify a wildcard match.
77 // does this permission have a wildcard at the end?
78 private transient boolean wildcard;
80 // the name without the wildcard on the end
103 // Is wildcard or ends with ".*"?
105 wildcard = true;
113 wildcard = true;
181 if (this.wildcard) {
182 if (that.wildcard) {
183 // one wildcard can imply another
191 if (that.wildcard) {
192 // a non-wildcard can't imply a wildcard