/external/libxml2/ |
xmlschemastypes.c | 409 xmlSchemaWildcardPtr wild; local 433 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); 434 if (wild == NULL) { 438 memset(wild, 0, sizeof(xmlSchemaWildcard)); 439 wild->type = XML_SCHEMA_TYPE_ANY; 440 wild->any = 1; 441 wild->processContents = XML_SCHEMAS_ANY_LAX; 442 particle->children = (xmlSchemaTreeItemPtr) wild; 446 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); 447 if (wild == NULL) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 679 // ? namespace.equals(NodeTest.WILD) : false; 681 // boolean isWild = (null != localname) ? localname.equals(NodeTest.WILD) : false; 905 pat.setLocalName(NodeTest.WILD); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPHeaderList.java | 411 * Template match against a template. null field in template indicates wild
|
/external/open-vcdiff/ |
ChangeLog | 122 Use a wild-card character to accept either of these two alternatives.
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11wm.c | 344 * instead of the WMwindow, which will make the adjustment go wild
|
/external/smack/src/org/xbill/DNS/ |
Zone.java | 407 tname = name.wild(i + 1);
|
/external/sqlite/android/ |
PhoneNumberUtils.cpp | 90 * Note this method current does not account for the WILD char 'N'
|
/external/v8/src/ |
cpu-profiler.cc | 229 // in case of frames_count having a wild value.
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageDecoder.cpp | 98 // in the wild declare it near the beginning of the file, so it usually is
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcDispatcher.java | 429 // Don't allow wild card matching
|
/packages/apps/Email/res/xml/ |
providers.xml | 101 The alternate is the wild card character - a '?'. The wild card character
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 548 "omega-max-wild-cards", 549 "Bound on the number of wild cards in Omega constraint systems", [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 548 "omega-max-wild-cards", 549 "Bound on the number of wild cards in Omega constraint systems", [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 548 "omega-max-wild-cards", 549 "Bound on the number of wild cards in Omega constraint systems", [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 548 "omega-max-wild-cards", 549 "Bound on the number of wild cards in Omega constraint systems", [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
StepPattern.java | 116 if (this.WILD == m_name)
|
/external/chromium/chrome/browser/history/ |
thumbnail_database.cc | 90 // in the wild, so we try to continue in that case.
|
/external/chromium/chrome/browser/net/ |
predictor.cc | 197 // TODO(jar): The wild guess of 30 seconds could be tuned/tested, but it
|
/external/dnsmasq/ |
CHANGELOG | 347 never been reported in the wild.
|
/external/freetype/src/cff/ |
cffobjs.c | 398 /* have been seen in the wild. */ [all...] |
/external/icu4c/common/ |
locmap.c | 919 so return the language id with the wild card region. */ [all...] |
/external/icu4c/tools/tzcode/ |
zdump.c | 390 (void) fprintf(stderr, _("%s: wild -c argument %s\n"),
|
/external/kernel-headers/original/linux/ |
mmzone.h | 36 * So add a wild amount of padding here to ensure that they fall into separate
|
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 102 * match. The rules for matching are: A null object matches wild card -
|