/external/openssh/regress/ |
D | krl.sh | 111 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial-wild -s NONE $OBJ/revoked-serials \ 113 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid-wild -s NONE $OBJ/revoked-keyid \ 160 check_krl $f $OBJ/krl-serial-wild $SERIAL_WRESULT "$TAG" 161 check_krl $f $OBJ/krl-keyid-wild $KEYID_WRESULT "$TAG" 180 $OBJ/krl-serial-wild $OBJ/krl-keyid-wild; do
|
/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/swiftshader/third_party/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/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/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/ |
D | return_constant.ll | 1 ; Though this case seems to be fairly unlikely to occur in the wild, someone
|
/external/syslinux/com32/lua/src/ |
D | lauxlib.c | 906 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/skia/third_party/lua/src/ |
D | lauxlib.c | 904 const char *wild; in luaL_gsub() local 908 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub() 909 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub() 911 s = wild + l; /* continue after `p' */ in luaL_gsub()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | package.cpp | 937 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/ |
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/python/cpython2/Lib/email/test/data/ |
D | msg_38.txt | 35 a case of this in the wild, but I've seen *similar* things.
|
/external/protobuf/m4/ |
D | stl_hash.m4 | 5 # wild. We define HASH_MAP_H to the location of the header file, and
|
/external/libxml2/ |
D | xmlschemastypes.c | 418 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 …]
|
D | xmlschemas.c | 6937 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/syslinux/dosutil/ |
D | eltorito.txt | 20 so, it was checking "wild" ax values...
|
/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/curl/docs/ |
D | SSL-PROBLEMS.md | 68 the wild didn't work properly with the BEAST mitigation in place.
|
D | ROADMAP.md | 32 get used out in the wild. It offers some new interesting features and will
|
/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/skia/src/sksl/ |
D | README | 7 in GLSL "in the wild", but it does bring a few of its own changes to the table.
|
/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 | 4521 菰>'[wild rice]'; 5817 雁>'[wild goose]'; 6208 鳧>'[wild duck]'; 6210 鳫>'[wild goose]'; 6211 鳬>'[wild duck]'; 6219 鴈>'[wild goose]'; 6232 鴻>'[species of wild swan]';
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 264 䍜 < a\-basket\-or\-a\-cage\-used\-to\-keep\-wild\-and\-domestic\-fowls; 517 猹 < wild\-animal\-mentioned\-in\-short\-story\-by\-lu\-xun; 1681 䳰 < a\-bird\-resembling\-the\-wild\-goose; 1693 䝁 < a\-kind\-of\-wild\-leguminous\-plants; 1972 詤 < to\-make\-wild\-statements\-to\-lie; 2653 䳊 < a\-wild\-duck\-like\-water\-bird; 2898 嘷 < the\-roaring\-of\-wild\-beasts; 3790 㹝 < a\-legendary\-wild\-animal; 4107 䍱 < the\-wild\-goat\-or\-sheep; 4322 蘘 < a\-kind\-of\-wild\-ginger; [all …]
|