/external/opencv3/modules/core/src/ |
D | glob.cpp | 172 static bool wildcmp(const char *string, const char *wild) in wildcmp() argument 177 while ((*string) && (*wild != '*')) in wildcmp() 179 if ((*wild != *string) && (*wild != '?')) in wildcmp() 184 wild++; in wildcmp() 190 if (*wild == '*') in wildcmp() 192 if (!*++wild) in wildcmp() 197 mp = wild; in wildcmp() 200 else if ((*wild == *string) || (*wild == '?')) in wildcmp() 202 wild++; in wildcmp() 207 wild = mp; in wildcmp() [all …]
|
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
D | misaligned.cpp | 39 void *wild = reinterpret_cast<void *>(0x123L); in main() local 106 return static_cast<S*>(wild)->k; in main()
|
/external/llvm/test/CodeGen/Generic/ |
D | multiple-return-values-cross-block-with-invoke.ll | 3 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/ |
D | TemplateList.java | 190 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/icu/icu4c/source/tools/toolutil/ |
D | package.cpp | 935 const char *wild; in findItems() local 946 wild=strchr(pattern, '*'); in findItems() 947 if(wild==NULL) { in findItems() 952 findPrefixLength=(int32_t)(wild-pattern); in findItems() 953 findSuffix=wild+1; in findItems()
|
/external/tlsdate/ |
D | TLSDATEPOOL | 4 tlsdate has only the wild internet's pool of TLS/SSL machines.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.3 | 77 Enabled by specifying -regex option. Identical behaviour to wild 140 Enabled by specifying -r[egex] option. Identical behaviour to wild
|
/external/libxml2/ |
D | xmlschemastypes.c | 413 xmlSchemaWildcardPtr wild; in xmlSchemaInitTypes() local 437 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes() 438 if (wild == NULL) { in xmlSchemaInitTypes() 442 memset(wild, 0, sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes() 443 wild->type = XML_SCHEMA_TYPE_ANY; in xmlSchemaInitTypes() 444 wild->any = 1; in xmlSchemaInitTypes() 445 wild->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaInitTypes() 446 particle->children = (xmlSchemaTreeItemPtr) wild; in xmlSchemaInitTypes() 450 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes() 451 if (wild == NULL) { in xmlSchemaInitTypes() [all …]
|
D | xmlschemas.c | 6897 xmlSchemaWildcardPtr wild; in xmlSchemaParseAny() local 6936 wild = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY, node); in xmlSchemaParseAny() 6937 if (wild == NULL) in xmlSchemaParseAny() 6939 xmlSchemaParseWildcardNs(ctxt, schema, wild, node); in xmlSchemaParseAny() 6968 particle->children = (xmlSchemaTreeItemPtr) wild; in xmlSchemaParseAny() 12757 xmlSchemaWildcardPtr wild; in xmlSchemaBuildAContentModel() local 12760 wild = (xmlSchemaWildcardPtr) particle->children; in xmlSchemaBuildAContentModel() 12766 if (wild->any == 1) { in xmlSchemaBuildAContentModel() 12774 start, NULL, BAD_CAST "*", BAD_CAST "*", wild); in xmlSchemaBuildAContentModel() 12781 start, NULL, BAD_CAST "*", NULL, wild); in xmlSchemaBuildAContentModel() [all …]
|
/external/protobuf/m4/ |
D | stl_hash.m4 | 5 # wild. We define HASH_MAP_H to the location of the header file, and
|
/external/curl/docs/ |
D | SSL-PROBLEMS | 62 the wild didn't work properly with the BEAST mitigation in place.
|
/external/proguard/examples/annotations/lib/ |
D | annotations.pro | 48 # before the (wild-carded) interface name.
|
/external/netperf/src/missing/m4/ |
D | socklent.m4 | 73 # take a wild guess
|
/external/elfutils/backends/ |
D | ppc_reloc.def | 133 cases allowed in this table. Not seen in the wild, so I haven't
|
/external/llvm/test/Transforms/TailCallElim/ |
D | basic.ll | 45 ; Though this case seems to be fairly unlikely to occur in the wild, someone
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 25 DEFER till 3.11.1 unless I can repro in the wild
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 4517 菰>'[wild rice]'; 5813 雁>'[wild goose]'; 6204 鳧>'[wild duck]'; 6206 鳫>'[wild goose]'; 6207 鳬>'[wild duck]'; 6215 鴈>'[wild goose]'; 6228 鴻>'[species of wild swan]';
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 262 䍜 < a\-basket\-or\-a\-cage\-used\-to\-keep\-wild\-and\-domestic\-fowls; 515 猹 < wild\-animal\-mentioned\-in\-short\-story\-by\-lu\-xun; 1679 䳰 < a\-bird\-resembling\-the\-wild\-goose; 1691 䝁 < a\-kind\-of\-wild\-leguminous\-plants; 1970 詤 < to\-make\-wild\-statements\-to\-lie; 2651 䳊 < a\-wild\-duck\-like\-water\-bird; 2896 嘷 < the\-roaring\-of\-wild\-beasts; 3788 㹝 < a\-legendary\-wild\-animal; 4105 䍱 < the\-wild\-goat\-or\-sheep; 4320 蘘 < a\-kind\-of\-wild\-ginger; [all …]
|
/external/pcre/dist/ |
D | HACKING | 24 not necessarily maximize the individual wild portions of the pattern, as is 37 matches individual wild portions of the pattern. This is an "NFA algorithm" in
|
/external/netperf/ |
D | acinclude.m4 | 75 # take a wild guess
|
/external/tagsoup/ |
D | README | 7 it is found in the wild: [1]poor, nasty and brutish, though quite often
|
/external/dnsmasq/ |
D | CHANGELOG | 347 never been reported in the wild.
|
/external/protobuf/ |
D | aclocal.m4 | 539 # actually supported "in the wild" to an acceptable degree. 1077 # in the wild :-( We should find a proper way to deprecate it ...
|
/external/libedit/ |
D | aclocal.m4 | 539 # actually supported "in the wild" to an acceptable degree. 1041 # in the wild :-( We should find a proper way to deprecate it ...
|
/external/google-breakpad/ |
D | aclocal.m4 | 559 # actually supported "in the wild" to an acceptable degree. 1126 # in the wild :-( We should find a proper way to deprecate it ...
|