HomeSort by relevance Sort by last modified time
    Searched refs:wildcards (Results 1 - 14 of 14) 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/v8/tools/testrunner/local/
testsuite.py 55 self.wildcards = None # dictionary mapping test paths to list of outcomes
84 (self.rules, self.wildcards) = \
109 for rule in self.wildcards:
113 t.outcomes = self.wildcards[rule]
116 break # "for rule in self.wildcards"
129 for rule in self.wildcards:
131 print("Unused rule: %s -> %s" % (rule, self.wildcards[rule]))
statusfile.py 136 wildcards = {}
147 _ParseOutcomeList(rule, section[rule], wildcards, variables)
150 return rules, wildcards
  /external/chromium_org/chrome/common/extensions/
csp_validator.cc 47 int wildcards = 0; local
51 wildcards++;
52 if (wildcards > 2)
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 37 - Use wildcards for doc/ and lib/ directories
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/chromium_org/tools/win/
copy-installer.bat 128 REM We can't use a for..in..do loop since we have wildcards, so we make a call
  /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:
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 80 * greater the 0 and less or equal to |totalPageCount| unless wildcards are
  /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 
  /external/liblzf/
configure     [all...]

Completed in 779 milliseconds