/external/jarjar/src/test/com/tonicsystems/jarjar/ |
H A D | WildcardTest.java | 25 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 D | NoGenericTypeParametersValidator.java | 44 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 D | GrammarSerializerFoo.java | 186 public void wildcard(GrammarAST t) { method in class:GrammarSerializerFoo
|
/external/lzma/CPP/Windows/ |
H A D | FileFind.h | 88 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 D | GenericMetadataSupport.java | 598 * 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 D | nir_lower_vars_to_ssa.c | 53 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 D | SignatureAttribute.java | 362 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 D | beacon.c | 572 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 D | beacon.c | 572 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 D | beacon.c | 572 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 D | scan.c | 637 * 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 D | ftp.c | 3222 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 D | urldata.h | 182 #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 D | channels.c | 142 /* 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 D | jarjar-1.1.jar | ... .io.IOException com.tonicsystems.jarjar.Wildcard wildcard
java.util.Iterator i$
String name ... |
/external/testng/lib-supplied/ |
H A D | jarjar-issue-21.jar | ... .io.IOException com.tonicsystems.jarjar.Wildcard wildcard
java.util.Iterator i$
String name ... |
/external/guice/extensions/struts2/lib/ |
H A D | commons-io-1.3.2.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ... |
H A D | core-3.1.1.jar | META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ... |
/external/libxml2/ |
H A D | xmlschemas.c | 685 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 D | commons-io-1.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ... |
/external/guice/extensions/persist/lib/ |
H A D | commons-io.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ... |
/external/jacoco/ |
H A D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/mockito/lib/ |
H A D | byte-buddy-1.6.9.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |