Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 25 of 94) sorted by relevance

1234

/external/compiler-rt/test/ubsan/TestCases/TypeCheck/
Dmisaligned.cpp39 void *wild = reinterpret_cast<void *>(0x123L); in main() local
106 return static_cast<S*>(wild)->k; in main()
/external/llvm/test/CodeGen/Generic/
Dmultiple-return-values-cross-block-with-invoke.ll3 declare { i64, double } @wild()
6 %t = invoke { i64, double } @wild() to label %normal unwind label %handler
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dmultiple-return-values-cross-block-with-invoke.ll3 declare { i64, double } @wild()
6 %t = invoke { i64, double } @wild() to label %normal unwind label %handler
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java190 TemplateSubPatternAssociation wild = m_wildCardPatterns; in compose() local
192 while (null != wild) in compose()
197 head, (TemplateSubPatternAssociation) wild.clone(), true); in compose()
201 wild = wild.getNext(); in compose()
/external/turbine/java/com/google/turbine/binder/lookup/
DImportIndex.java64 if (i.stat() || i.wild()) { in create()
80 if (!i.stat() || i.wild()) { in create()
DMemberImportIndex.java49 if (i.wild()) { in MemberImportIndex()
DWildImportIndex.java49 if (i.wild()) { in create()
/external/turbine/java/com/google/turbine/tree/
DTree.java575 private final boolean wild; field in Tree.ImportDecl
577 public ImportDecl(int position, ImmutableList<String> type, boolean stat, boolean wild) { in ImportDecl() argument
581 this.wild = wild; in ImportDecl()
604 public boolean wild() { in wild() method in Tree.ImportDecl
605 return wild; in wild()
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/
Dreturn_constant.ll1 ; Though this case seems to be fairly unlikely to occur in the wild, someone
/external/syslinux/com32/lua/src/
Dlauxlib.c906 const char *wild; in luaL_gsub() local
910 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub()
911 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub()
913 s = wild + l; /* continue after `p' */ in luaL_gsub()
/external/icu/icu4c/source/tools/toolutil/
Dpackage.cpp937 const char *wild; in findItems() local
948 wild=strchr(pattern, '*'); in findItems()
949 if(wild==NULL) { in findItems()
954 findPrefixLength=(int32_t)(wild-pattern); in findItems()
955 findSuffix=wild+1; in findItems()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.377 Enabled by specifying -regex option. Identical behaviour to wild
140 Enabled by specifying -r[egex] option. Identical behaviour to wild
/external/protobuf/m4/
Dstl_hash.m45 # wild. We define HASH_MAP_H to the location of the header file, and
/external/python/cpython2/Lib/email/test/data/
Dmsg_38.txt35 a case of this in the wild, but I've seen *similar* things.
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_38.txt35 a case of this in the wild, but I've seen *similar* things.
/external/libxml2/
Dxmlschemastypes.c418 xmlSchemaWildcardPtr wild; in xmlSchemaInitTypes() local
442 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
443 if (wild == NULL) { in xmlSchemaInitTypes()
447 memset(wild, 0, sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
448 wild->type = XML_SCHEMA_TYPE_ANY; in xmlSchemaInitTypes()
449 wild->any = 1; in xmlSchemaInitTypes()
450 wild->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaInitTypes()
451 particle->children = (xmlSchemaTreeItemPtr) wild; in xmlSchemaInitTypes()
455 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
456 if (wild == NULL) { in xmlSchemaInitTypes()
[all …]
Dxmlschemas.c6937 xmlSchemaWildcardPtr wild; in xmlSchemaParseAny() local
6976 wild = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY, node); in xmlSchemaParseAny()
6977 if (wild == NULL) in xmlSchemaParseAny()
6979 xmlSchemaParseWildcardNs(ctxt, schema, wild, node); in xmlSchemaParseAny()
7008 particle->children = (xmlSchemaTreeItemPtr) wild; in xmlSchemaParseAny()
12796 xmlSchemaWildcardPtr wild; in xmlSchemaBuildAContentModel() local
12799 wild = (xmlSchemaWildcardPtr) particle->children; in xmlSchemaBuildAContentModel()
12805 if (wild->any == 1) { in xmlSchemaBuildAContentModel()
12813 start, NULL, BAD_CAST "*", BAD_CAST "*", wild); in xmlSchemaBuildAContentModel()
12820 start, NULL, BAD_CAST "*", NULL, wild); in xmlSchemaBuildAContentModel()
[all …]
/external/perfetto/gn/standalone/libc++/
Dlibc++.gni36 # 2) The libstdc++ situation is too wild on Linux. Modern debian distros are
/external/syslinux/dosutil/
Deltorito.txt20 so, it was checking "wild" ax values...
/external/proguard/examples/annotations/lib/
Dannotations.pro48 # before the (wild-carded) interface name.
/external/turbine/java/com/google/turbine/parse/
DParser.java1100 boolean wild = false; in importDeclaration()
1109 wild = true; in importDeclaration()
1116 return new ImportDecl(pos, type.build(), stat, wild); in importDeclaration()
/external/curl/docs/
DSSL-PROBLEMS.md68 the wild didn't work properly with the BEAST mitigation in place.
/external/elfutils/backends/
Dppc_reloc.def133 cases allowed in this table. Not seen in the wild, so I haven't
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java694 public TypePath wild() { in wild() method in ClassFile.TypeAnnotationInfo.TypePath
/external/llvm/test/Transforms/TailCallElim/
Dbasic.ll45 ; Though this case seems to be fairly unlikely to occur in the wild, someone

1234