Searched defs:wildcard (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup_util.h20 bool wildcard; member in struct:net::tld_cleanup::Rule
/external/jarjar/src/test/com/tonicsystems/jarjar/
H A DWildcardTest.java25 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/proxy/Mixin$Generator",
27 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/Bar", "foo/Bar");
28 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/Bar/Baz", "foo/Bar/Baz");
29 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/", "foo/");
30 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/!", null);
31 wildcard("net/sf/cglib/*", "foo/@1", "net/sf/cglib/Bar", "foo/Bar");
32 wildcard("net/sf/cglib/*/*", "foo/@2/@1", "net/sf/cglib/Bar/Baz", "foo/Baz/Bar");
35 private void wildcard(String pattern, String result, String value, String expect) { method in class:WildcardTest
/external/junit/src/org/junit/runners/model/
H A DNoGenericTypeParametersValidator.java41 private void validateNoTypeParameterOnWildcardType(WildcardType wildcard, argument
43 for (Type each : wildcard.getUpperBounds())
45 for (Type each : wildcard.getLowerBounds())
/external/mockito/cglib-and-asm/src/org/mockito/asm/signature/
H A DSignatureVisitor.java176 * @param wildcard '+', '-' or '='.
179 SignatureVisitor visitTypeArgument(char wildcard); argument
H A DSignatureWriter.java159 public SignatureVisitor visitTypeArgument(final char wildcard) { argument
164 if (wildcard != '=') {
165 buf.append(wildcard);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java186 public void wildcard(GrammarAST t) { method in class:GrammarSerializerFoo
/external/lzma/CPP/Windows/
H A DFileFind.cpp108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi) argument
113 _handle = ::FindFirstFile(wildcard, &fd);
118 if (GetLongPath(wildcard, longPath))
129 bool CFindFile::FindFirst(LPCWSTR wildcard, CFileInfoW &fi) argument
136 _handle = ::FindFirstFileW(wildcard, &fd);
141 if (GetLongPath(wildcard, longPath))
151 _handle = ::FindFirstFileA(UnicodeStringToMultiByte(wildcard,
201 bool CFileInfo::Find(LPCTSTR wildcard) argument
204 if (IsDeviceName(wildcard))
209 if (!inFile.Open(wildcard))
223 Find(LPCWSTR wildcard) argument
[all...]
H A DFileFind.h66 bool Find(LPCTSTR wildcard);
77 bool Find(LPCWSTR wildcard);
89 bool FindFirst(LPCTSTR wildcard, CFileInfo &fileInfo);
92 bool FindFirst(LPCWSTR wildcard, CFileInfoW &fileInfo);
114 CEnumerator(const CSysString &wildcard): _wildcard(wildcard) {} argument
129 CEnumeratorW(const UString &wildcard): _wildcard(wildcard) {} argument
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckSignatureAdapter.java270 public SignatureVisitor visitTypeArgument(final char wildcard) { argument
274 if ("+-=".indexOf(wildcard) == -1) {
277 SignatureVisitor v = sv == null ? null : sv.visitTypeArgument(wildcard);
/external/mockito/src/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java546 * Type representing bounds of a wildcard, allows to keep all bounds information.
554 private WildcardType wildcard; field in class:GenericMetadataSupport.WildCardBoundedType
557 public WildCardBoundedType(WildcardType wildcard) { argument
558 this.wildcard = wildcard;
565 Type[] lowerBounds = wildcard.getLowerBounds();
566 Type[] upperBounds = wildcard.getUpperBounds();
572 * @return An empty array as, wildcard don't support multiple bounds.
583 return wildcard.equals(((TypeVarBoundedType) o).typeVariable);
589 return wildcard
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dplugins_ui.cc342 ContentSettingsPattern wildcard = ContentSettingsPattern::Wildcard(); local
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c475 int wildcard = 0; local
478 wildcard = 1;
484 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
492 wildcard = 1;
499 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c475 int wildcard = 0; local
478 wildcard = 1;
484 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
492 wildcard = 1;
499 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c475 int wildcard = 0; local
478 wildcard = 1;
484 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
492 wildcard = 1;
499 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map.cc152 ContentSettingsPattern wildcard = ContentSettingsPattern::Wildcard(); local
155 if (rule.primary_pattern == wildcard &&
156 rule.secondary_pattern == wildcard) {
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java362 char wildcard; field in class:SignatureAttribute.TypeArgument
366 wildcard = w;
372 * @return <code>' '</code> (not-wildcard), <code>'*'</code> (wildcard), <code>'+'</code> (wildcard with
373 * upper bound), or <code>'-'</code> (wildcard with lower bound).
375 public char getKind() { return wildcard; }
378 * Returns true if this type argument is a wildcard type
381 public boolean isWildcard() { return wildcard != ' '; }
385 * if the argument is not a wildcard typ
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c750 * wildcard SSID.
831 * wildcard SSID scans with specific SSID scans to avoid
832 * waiting a long time for a wildcard scan.
839 "wildcard SSID (Interleave with specific)");
851 wpa_dbg(wpa_s, MSG_DEBUG, "Include wildcard SSID in "
860 wpa_dbg(wpa_s, MSG_DEBUG, "Starting AP scan for wildcard "
1084 int wildcard = 0; local
1105 /* Use wildcard SSID to find this network */
1106 wildcard = 1;
1126 if (wildcard)
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c287 struct symbol *wildcard; /* Token that matches anything */ member in struct:lemon
2277 }else if( strcmp(x,"wildcard")==0 ){
2434 "%%wildcard argument \"%s\" should be a token", x);
2438 if( psp->gp->wildcard==0 ){
2439 psp->gp->wildcard = sp;
2442 "Extra wildcard to token: %s", x);
3657 if( lemp->wildcard ){
3659 lemp->wildcard->index); lineno++;
4081 ** it the default. Except, there is no default if the wildcard token
4100 if( ap->type==SHIFT && ap->sp==lemp->wildcard ){
[all...]
/external/dexmaker/lib/
H A Djarjar.jar ... .io.IOException com.tonicsystems.jarjar.Wildcard wildcard java.util.Iterator i$ String name ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
1151 return(BAD_CAST "wildcard (any)");
1693 *buf = xmlStrcat(*buf, BAD_CAST " wildcard");
2527 * wildcard here, since the wildcard might be unfolded into
2564 * they represent the same negated wildcard.
3761 * set: a schema wildcard namespace
3763 * Deallocates a list of wildcard constraint structures.
3779 * @wildcard: a wildcard structur
3784 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
1156 return(BAD_CAST "wildcard (any)");
1698 *buf = xmlStrcat(*buf, BAD_CAST " wildcard");
2546 * wildcard here, since the wildcard might be unfolded into
2583 * they represent the same negated wildcard.
3780 * set: a schema wildcard namespace
3782 * Deallocates a list of wildcard constraint structures.
3798 * @wildcard: a wildcard structur
3803 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1598 milliseconds

12