HomeSort by relevance Sort by last modified time
    Searched full:wildcards (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user_sqlite 9 CREATE TABLE wildcards(
17 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
18 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
  /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/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) {
  /external/squashfs-tools/RELEASE-READMEs/
README-3.3 21 Enabled by specifying -wildcards option
27 Similar to existing exclude files except with wildcards. Exclude
32 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz'
36 2. mksquashfs example image.sqsh -wildcards -e '*/[Tt]est/example*'
41 Using extended wildcards, negative matching is also possible.
43 3. mksquashfs example image.sqsh -wildcards -e 'test/!(*data*).gz'
57 1. mksquashfs example image.sqsh -wildcards -e '... *.gz'
63 2. mksquashfs example image.sqsh -wildcards -e '... [Tt]est/*.gz'
68 Again, using extended wildcards, negative matching is also possible.
70 3. mksquashfs example image.sqsh -wildcards -e '... !(*data*).gz
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
PatternUtil.java 30 * @return true if the String contains wildcards
37 * Convert the specified String, optionally containing wildcards (? or *), to a regular expression String
39 * @param stringWithWildcards - the String to convert, optionally containing wildcards (? or *)
  /external/wpa_supplicant_8/hs20/server/
sql.txt 56 CREATE TABLE wildcards(
sql-example.txt 17 INSERT INTO wildcards(identity,methods) VALUES('','TTLS,TLS');
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
runtests.py 13 mask mask to select filenames containing testcases, wildcards allowed
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
runtests.py 13 mask mask to select filenames containing testcases, wildcards allowed
  /external/jarjar/res/com/tonicsystems/jarjar/
help.txt 41 Mustang-style wildcards are also supported:
57 <pattern> is a class name with optional wildcards. "**" will
63 substrings matched by the wildcards. A numbered reference is available
  /external/proguard/src/proguard/
MemberSpecification.java 26 * template-based: the class member names and descriptors can contain wildcards.
65 * may contain "*" or "?" wildcards.
69 * "**", "*", or "?" wildcards.
Configuration.java 68 * names may contain "**", "*", or "?" wildcards, and they may be preceded
138 * optimization names may contain "*" or "?" wildcards, and they may
217 * names. The package names may contain "**", "*", or "?" wildcards, and
237 * attributes. The attribute names may contain "*" or "?" wildcards, and
302 * "**", "*", or "?" wildcards, and they may be preceded by the "!" negator.
310 * "**", "*", or "?" wildcards, and they may be preceded by the "!" negator.
  /external/e2fsprogs/util/
libecho.c 5 * DOS wildcards correctly.
  /packages/apps/Nfc/res/values/
provisioning.xml 24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /external/v8/tools/testrunner/local/
testsuite.py 59 self.wildcards = None # dictionary mapping test paths to list of outcomes
90 (self.rules, self.wildcards) = \
130 for rule in self.wildcards:
134 t.outcomes = self.wildcards[rule]
137 break # "for rule in self.wildcards"
154 for rule in self.wildcards:
156 print("Unused rule: %s -> %s" % (rule, self.wildcards[rule]))
statusfile.py 126 wildcards = {}
137 _ParseOutcomeList(rule, section[rule], wildcards, variables)
140 return rules, wildcards
  /external/proguard/src/proguard/util/
FileNameParser.java 28 * wildcards:
45 // Look for wildcards.
NameParser.java 29 * Names can contain the following wildcards:
44 // Look for wildcards.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 21 The pattern may contain simple shell-style wildcards a la
32 The pattern may contain simple shell-style wildcards a la
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 21 The pattern may contain simple shell-style wildcards a la
32 The pattern may contain simple shell-style wildcards a la
  /external/skia/tools/skpdiff/
skpdiff_util.h 46 * @param globPattern The pattern to use. Patterns must be valid paths, optionally with wildcards (*)
  /external/proguard/docs/manual/
gui.html 219 and press the <b>Ok</b> button. Repeat this for all required classes. Wildcards
258 contain wildcards. This is an advanced option for defining <i>keep</i>
262 classes. The class name can contain wildcards.</li>
266 class must extend. The annotation name can contain wildcards. This is an
290 contain wildcards. This is an advanced option for defining <i>keep</i>
294 field or fields. The type can contain wildcards.</li>
297 name can contain wildcards.</li>
313 contain wildcards. This is an advanced option for defining <i>keep</i>
316 <li>The <b>Return type</b> text field takes the fully-qualified type of the method or methods. The type can contain wildcards.</li>
319 method name can contain wildcards.</li
    [all...]

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 910