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

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user_sqlite 8 CREATE TABLE wildcards(
16 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
17 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/chromium/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 27 list->Append(Value::CreateStringValue("*://*.wildcards/protected"));
52 list->Append(Value::CreateStringValue("*://*.wildcards/unlimited"));
142 EXPECT_TRUE(policy->IsStorageProtected(GURL("http://foo.wildcards/")));
143 EXPECT_TRUE(policy->IsStorageProtected(GURL("https://bar.wildcards/")));
148 EXPECT_FALSE(policy->IsStorageProtected(GURL("http://foo.wildcards/")));
149 EXPECT_FALSE(policy->IsStorageProtected(GURL("https://bar.wildcards/")));
159 EXPECT_TRUE(policy->IsStorageProtected(GURL("https://foo.wildcards/")));
160 EXPECT_TRUE(policy->IsStorageProtected(GURL("https://foo.wildcards/")));
161 EXPECT_TRUE(policy->IsStorageProtected(GURL("http://bar.wildcards/")));
166 EXPECT_TRUE(policy->IsStorageUnlimited(GURL("https://foo.wildcards/")));
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 109 list->Append(new base::StringValue("*://*.wildcards/protected"));
134 list->Append(new base::StringValue("*://*.wildcards/unlimited"));
208 ExpectProtectedBy(protecting_extensions, GURL("http://foo.wildcards/"));
209 ExpectProtectedBy(protecting_extensions, GURL("https://bar.wildcards/"));
214 ExpectProtectedBy(empty_set, GURL("http://foo.wildcards/"));
215 ExpectProtectedBy(empty_set, GURL("https://bar.wildcards/"));
227 ExpectProtectedBy(protecting_extensions, GURL("https://foo.wildcards/"));
228 ExpectProtectedBy(protecting_extensions, GURL("https://foo.wildcards/"));
229 ExpectProtectedBy(protecting_extensions, GURL("http://bar.wildcards/"));
234 EXPECT_TRUE(policy_->IsStorageUnlimited(GURL("https://foo.wildcards/")));
    [all...]
  /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/chromium_org/v8/tools/testrunner/local/
testsuite.py 55 self.wildcards = None # dictionary mapping test paths to list of outcomes
86 (self.rules, self.wildcards) = \
126 for rule in self.wildcards:
130 t.outcomes = self.wildcards[rule]
133 break # "for rule in self.wildcards"
150 for rule in self.wildcards:
152 print("Unused rule: %s -> %s" % (rule, self.wildcards[rule]))
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
contentSettings.html 26 specified and <strong>must not</strong> contain wildcards.</li>
47 Three kinds of wildcards affect how specific a pattern is:
50 <li>Wildcards in the port (for example
52 <li>Wildcards in the scheme (for example
54 <li>Wildcards in the hostname (for example
  /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 65 * names may contain "**", "*", or "?" wildcards, and they may be preceded
135 * optimization names may contain "*" or "?" wildcards, and they may
214 * names. The package names may contain "**", "*", or "?" wildcards, and
234 * attributes. The attribute names may contain "*" or "?" wildcards, and
292 * "**", "*", or "?" wildcards, and they may be preceded by the "!" negator.
300 * "**", "*", or "?" wildcards, and they may be preceded by the "!" negator.
  /device/asus/deb/overlay/packages/apps/Nfc/res/values/
provisioning.xml 24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/flo/overlay/packages/apps/Nfc/res/values/
provisioning.xml 24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/grouper/overlay/packages/apps/Nfc/res/values/
provisioning.xml 24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/tilapia/overlay/packages/apps/Nfc/res/values/
provisioning.xml 24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/samsung/manta/overlay/packages/apps/Nfc/res/values/
provisioning.xml 24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /external/e2fsprogs/util/
libecho.c 5 * DOS wildcards correctly.
  /external/valgrind/unittest/
wildcard_test.supp 2 # wildcards. The wildcard here is just an asterisk ('*')
  /packages/apps/Nfc/res/values/
provisioning.xml 24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /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/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_unittest.cc 40 "Path wildcards in file URL patterns are not allowed." },
  /external/chromium_org/chrome/test/base/
tracing.h 17 // |category_patterns| is a comma-delimited list of category wildcards.
  /external/skia/tools/skpdiff/
skpdiff_util.h 46 * @param globPattern The pattern to use. Patterns must be valid paths, optionally with wildcards (*)

Completed in 2191 milliseconds

1 2 3 4 5 6 7 8 91011>>