HomeSort by relevance Sort by last modified time
    Searched defs:wildcards (Results 1 - 16 of 16) sorted by null

  /external/jarjar/src/main/com/tonicsystems/jarjar/
PatternElement.java 34 List<Wildcard> wildcards = new ArrayList<Wildcard>(); local
40 wildcards.add(new Wildcard(expr.replace('.', '/'), result));
42 return wildcards;
ZapProcessor.java 25 private List<Wildcard> wildcards; field in class:ZapProcessor
28 wildcards = PatternElement.createWildcards(zapList);
40 for (Wildcard wildcard : wildcards) {
KeepProcessor.java 30 private final List<Wildcard> wildcards; field in class:KeepProcessor
35 wildcards = PatternElement.createWildcards(patterns);
39 return !wildcards.isEmpty();
66 for (Wildcard wildcard : wildcards)
PackageRemapper.java 31 private final List<Wildcard> wildcards; field in class:PackageRemapper
39 wildcards = PatternElement.createWildcards(ruleList);
121 for (Wildcard wildcard : wildcards) {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
WildcardFileFilter.java 27 * Filters files using the supplied wildcards.
29 * This filter selects files and directories based on one or more wildcards.
54 /** The wildcards that will be used to match filenames. */
55 private final String[] wildcards; field in class:WildcardFileFilter
80 this.wildcards = new String[] { wildcard };
85 * Construct a new case-sensitive wildcard filter for an array of wildcards.
90 * @param wildcards the array of wildcards to match
93 public WildcardFileFilter(String[] wildcards) {
94 this(wildcards, null)
    [all...]
  /external/chromium_org/extensions/common/
csp_validator.cc 50 int wildcards = 0; local
54 wildcards++;
55 if (wildcards > 2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 580 wildcards = False variable in class:NodePattern
606 self.wildcards = True
624 if self.wildcards:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 580 wildcards = False variable in class:NodePattern
606 self.wildcards = True
624 if self.wildcards:
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/tcpdump/
print-openflow-1.0.c 867 uint32_t wildcards; local
873 /* wildcards */
875 wildcards = EXTRACT_32BITS(cp);
876 if (wildcards & OFPFW_U)
877 printf("%swildcards 0x%08x (bogus)", pfx, wildcards);
881 if (! (wildcards & OFPFW_IN_PORT))
886 if (! (wildcards & OFPFW_DL_SRC))
891 if (! (wildcards & OFPFW_DL_DST))
896 if (! (wildcards & OFPFW_DL_VLAN))
901 if (! (wildcards & OFPFW_DL_VLAN_PCP)
    [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /frameworks/testing/espresso/libs/
jarjar-1.4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 400 milliseconds