Home
last modified time | relevance | path

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

12

/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/quake/quake/src/WinQuake/
Dsnd_gus.cpp97 int wild=0; in is_section() local
101 wild=1; in is_section()
113 if (!wild) in is_section()
117 if (!wild) in is_section()
120 if (!wild) in is_section()
137 int wild=0; in is_field() local
141 wild=1; in is_field()
150 if (!wild) in is_field()
154 if (!wild) in is_field()
157 if (!wild) in is_field()
/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/llvm/test/Transforms/TailCallElim/
Dreturn_constant.ll1 ; Though this case seems to be fairly unlikely to occur in the wild, someone
/external/icu4c/tools/toolutil/
Dpackage.cpp884 const char *wild; in findItems() local
895 wild=strchr(pattern, '*'); in findItems()
896 if(wild==NULL) { in findItems()
901 findPrefixLength=(int32_t)(wild-pattern); in findItems()
902 findSuffix=wild+1; in findItems()
/external/protobuf/m4/
Dstl_hash.m44 # wild. We define one of HAVE_HASH_MAP or HAVE_EXT_HASH_MAP depending
/external/libxml2/
Dxmlschemastypes.c409 xmlSchemaWildcardPtr wild; in xmlSchemaInitTypes() local
433 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
434 if (wild == NULL) { in xmlSchemaInitTypes()
438 memset(wild, 0, sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
439 wild->type = XML_SCHEMA_TYPE_ANY; in xmlSchemaInitTypes()
440 wild->any = 1; in xmlSchemaInitTypes()
441 wild->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaInitTypes()
442 particle->children = (xmlSchemaTreeItemPtr) wild; in xmlSchemaInitTypes()
446 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
447 if (wild == NULL) { in xmlSchemaInitTypes()
[all …]
Dxmlschemas.c6876 xmlSchemaWildcardPtr wild; in xmlSchemaParseAny() local
6915 wild = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY, node); in xmlSchemaParseAny()
6916 if (wild == NULL) in xmlSchemaParseAny()
6918 xmlSchemaParseWildcardNs(ctxt, schema, wild, node); in xmlSchemaParseAny()
6947 particle->children = (xmlSchemaTreeItemPtr) wild; in xmlSchemaParseAny()
12736 xmlSchemaWildcardPtr wild; in xmlSchemaBuildAContentModel() local
12739 wild = (xmlSchemaWildcardPtr) particle->children; in xmlSchemaBuildAContentModel()
12745 if (wild->any == 1) { in xmlSchemaBuildAContentModel()
12753 start, NULL, BAD_CAST "*", BAD_CAST "*", wild); in xmlSchemaBuildAContentModel()
12760 start, NULL, BAD_CAST "*", NULL, wild); in xmlSchemaBuildAContentModel()
[all …]
/external/proguard/examples/annotations/lib/
Dannotations.pro48 # before the (wild-carded) interface name.
/external/elfutils/backends/
Dppc_reloc.def130 cases allowed in this table. Not seen in the wild, so I haven't
/external/chromium/sdch/open-vcdiff/
DChangeLog53 Use a wild-card character to accept either of these two alternatives.
/external/dnsmasq/
DCHANGELOG347 never been reported in the wild.
DCHANGELOG.archive1258 than making wild guesses. Also cope with negative values.
/external/webkit/PerformanceTests/SunSpider/
DChangeLog338 three large javascript source files found in the wild: jquery, mootools and prototype.
/external/libcap-ng/libcap-ng-0.7/
Daclocal.m41150 # in the wild :-( We should find a proper way to deprecate it ...
/external/valgrind/main/
DNEWS2204 against wild writes by the client. This feature was nice but relied
2757 doing wild writes.
2979 doing wild writes.
/external/llvm/docs/
DCommandLine.rst479 lets get a little wild and crazy. Lets say that we want our optimizer to accept
/external/chromium/net/base/
Dssl_false_start_blacklist.txt1818 lion.wild.net
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt162 had got burnt, and eaten up by wild beasts and other unpleasant
2120 for a moment like a wild beast, screamed `Off with her head!
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf1034 ADJ^N "wild" "w'a_Ild"
/external/webkit/Tools/
DChangeLog5195 2011-03-13 Joe Wild <joseph.wild@nokia.com>
DChangeLog-2010-05-2419193 Previously it started at 0, which is a wild-card to print all
24968 - Use some wild python-fu to crawl all the known subclasses of Command.
/external/e2fsprogs/
DRELEASE-NOTES1272 Given some filesystems found "in the wild" that had non-zero block
/external/srec/config/en.us/dictionary/
Dlarge.ok32076 wild wIld
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2518388 * kwq/mac-encodings.txt: Add "8859_1" since we have now seen it "in the wild".

12