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

12

/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/main/java/org/junit/runners/model/
H A DNoGenericTypeParametersValidator.java44 private void validateNoTypeParameterOnWildcardType(WildcardType wildcard, argument
46 for (Type each : wildcard.getUpperBounds()) {
49 for (Type each : wildcard.getLowerBounds()) {
/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.h88 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo);
137 CEnumerator(const FString &wildcard): _wildcard(wildcard) {} argument
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java598 * Type representing bounds of a wildcard, allows to keep all bounds information.
606 private final WildcardType wildcard; field in class:GenericMetadataSupport.WildCardBoundedType
609 public WildCardBoundedType(WildcardType wildcard) { argument
610 this.wildcard = wildcard;
617 Type[] lowerBounds = wildcard.getLowerBounds();
618 Type[] upperBounds = wildcard.getUpperBounds();
624 * @return An empty array as, wildcard don't support multiple bounds.
635 return wildcard.equals(((TypeVarBoundedType) o).typeVariable);
641 return wildcard
[all...]
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c53 struct deref_node *wildcard; member in struct:deref_node
67 * dereferences with no indirect or wildcard array dereferences, to
187 if (node->wildcard == NULL)
188 node->wildcard = deref_node_create(node, tail->type,
191 node = node->wildcard;
238 if (node->wildcard &&
239 !foreach_deref_node_worker(node->wildcard,
260 * a wildcard. In other words, the following would match a[6].foo[3].bar:
311 if (node->wildcard &&
312 deref_may_be_aliased_node(node->wildcard, dere
[all...]
/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/hostapd/src/ap/
H A Dbeacon.c572 int wildcard = 0; local
575 wildcard = 1;
581 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
589 wildcard = 1;
596 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c572 int wildcard = 0; local
575 wildcard = 1;
581 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
589 wildcard = 1;
596 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c572 int wildcard = 0; local
575 wildcard = 1;
581 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
589 wildcard = 1;
596 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c637 * for adding the wildcard scan entry.
886 * wildcard SSID.
967 * wildcard SSID scans with specific SSID scans to avoid
968 * waiting a long time for a wildcard scan.
975 "wildcard SSID (Interleave with specific)");
987 wpa_dbg(wpa_s, MSG_DEBUG, "Include wildcard SSID in "
999 wpa_dbg(wpa_s, MSG_DEBUG, "Starting AP scan for wildcard "
1289 int wildcard = 0; local
1313 /* Use wildcard SSID to find this network */
1314 wildcard
[all...]
/external/curl/lib/
H A Dftp.c3222 data->set.chunk_end(data->wildcard.customptr);
3780 struct WildcardData *wildcard = &(conn->data->wildcard); local
3788 wildcard->state = CURLWC_CLEAN;
3793 wildcard->pattern = strdup(last_slash);
3794 if(!wildcard->pattern)
3799 else { /* there is only 'wildcard pattern' or nothing */
3801 wildcard->pattern = strdup(path);
3802 if(!wildcard->pattern)
3807 wildcard
3873 struct WildcardData * const wildcard = &(conn->data->wildcard); local
[all...]
H A Durldata.h182 #include "wildcard.h"
1720 bool wildcardmatch; /* enable wildcard matching */
1808 struct WildcardData wildcard; /* wildcard download state info */ member in struct:Curl_easy
/external/openssh/
H A Dchannels.c142 /* special-case wildcard meaning allow any host */
3121 * specified address or wildcard. On the client, a specified bind
3124 * and force a wildcard bind, whereas a value of 2 (``clientspecified'')
3129 * "0.0.0.0" -> wildcard v4/v6 if SSH_OLD_FORWARD_ADDR
3130 * "" (empty string), "*" -> wildcard v4/v6
3139 int wildcard = 0; local
3144 wildcard = 1;
3150 wildcard = 1;
3178 *wildcardp = wildcard;
3187 int sock, r, success = 0, wildcard local
[all...]
/external/guice/lib/build/
H A Djarjar-1.1.jar ... .io.IOException com.tonicsystems.jarjar.Wildcard wildcard java.util.Iterator i$ String name ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jar ... .io.IOException com.tonicsystems.jarjar.Wildcard wildcard java.util.Iterator i$ String name ...
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/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");
2557 * wildcard here, since the wildcard might be unfolded into
2594 * they represent the same negated wildcard.
3795 * set: a schema wildcard namespace
3797 * Deallocates a list of wildcard constraint structures.
3813 * @wildcard: a wildcard structur
3818 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard) argument
[all...]
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-io.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1887 milliseconds

12