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

  /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/chrome/common/extensions/
csp_validator.cc 47 int wildcards = 0; local
51 wildcards++;
52 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 
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.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 217 milliseconds