Searched refs:wild (Results 1 - 21 of 21) sorted by relevance

/external/compiler-rt/test/ubsan/TestCases/TypeCheck/
H A Dmisaligned.cpp39 void *wild = reinterpret_cast<void *>(0x123L); local
106 return static_cast<S*>(wild)->k;
/external/turbine/java/com/google/turbine/binder/lookup/
H A DImportIndex.java64 if (i.stat() || i.wild()) {
80 if (!i.stat() || i.wild()) {
H A DMemberImportIndex.java49 if (i.wild()) {
H A DWildImportIndex.java49 if (i.wild()) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateList.java156 System.out.print("wild card list: ");
190 TemplateSubPatternAssociation wild = m_wildCardPatterns;
192 while (null != wild)
197 head, (TemplateSubPatternAssociation) wild.clone(), true);
201 wild = wild.getNext();
219 * @param isWildCardInsert <code>true</code> if we are inserting a wild card
/external/turbine/java/com/google/turbine/tree/
H A DTree.java575 private final boolean wild; field in class:Tree.ImportDecl
577 public ImportDecl(int position, ImmutableList<String> type, boolean stat, boolean wild) { argument
581 this.wild = wild;
604 public boolean wild() { method in class:Tree.ImportDecl
605 return wild;
H A DPretty.java254 if (importDecl.wild()) {
/external/syslinux/com32/lua/src/
H A Dlauxlib.c906 const char *wild; local
910 while ((wild = strstr(s, p)) != NULL) {
911 luaL_addlstring(&b, s, wild - s); /* push prefix */
913 s = wild + l; /* continue after `p' */
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp937 const char *wild; local
948 wild=strchr(pattern, '*');
949 if(wild==NULL) {
954 findPrefixLength=(int32_t)(wild-pattern);
955 findSuffix=wild+1;
/external/libxml2/
H A Dxmlschemastypes.c418 xmlSchemaWildcardPtr wild; local
442 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
443 if (wild == NULL) {
447 memset(wild, 0, sizeof(xmlSchemaWildcard));
448 wild->type = XML_SCHEMA_TYPE_ANY;
449 wild->any = 1;
450 wild->processContents = XML_SCHEMAS_ANY_LAX;
451 particle->children = (xmlSchemaTreeItemPtr) wild;
455 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
456 if (wild
[all...]
H A Dxmlschemas.c6937 xmlSchemaWildcardPtr wild; local
6976 wild = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY, node);
6977 if (wild == NULL)
6979 xmlSchemaParseWildcardNs(ctxt, schema, wild, node);
7008 particle->children = (xmlSchemaTreeItemPtr) wild;
12796 xmlSchemaWildcardPtr wild; local
12799 wild = (xmlSchemaWildcardPtr) particle->children;
12805 if (wild->any == 1) {
12813 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12820 start, NULL, BAD_CAST "*", NULL, wild);
14107 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild, const xmlChar* ns) argument
14149 xmlSchemaCheckDerivationOKRestriction2to4(xmlSchemaParserCtxtPtr pctxt, int action, xmlSchemaBasicItemPtr item, xmlSchemaBasicItemPtr baseItem, xmlSchemaItemListPtr uses, xmlSchemaItemListPtr baseUses, xmlSchemaWildcardPtr wild, xmlSchemaWildcardPtr baseWild) argument
25846 xmlSchemaWildcardPtr wild = (xmlSchemaWildcardPtr) vctxt->inode->decl; local
[all...]
/external/turbine/java/com/google/turbine/parse/
H A DParser.java1100 boolean wild = false;
1109 wild = true;
1116 return new ImportDecl(pos, type.build(), stat, wild);
/external/turbine/java/com/google/turbine/bytecode/
H A DClassFile.java694 public TypePath wild() { method in class:ClassFile.TypeAnnotationInfo.TypePath
/external/turbine/java/com/google/turbine/lower/
H A DLower.java649 lowerTypeAnnotations(type.bound(), path.wild());
/external/ImageMagick/www/api/
H A Ddrawing-wand.php2956 <p>DrawSetFontStretch() sets the font stretch to use when annotating with text. The AnyStretch enumeration acts as a wild-card "don't care" option.</p>
2983 <p>DrawSetFontStyle() sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option.</p>
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 491 milliseconds