/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | typeinfoisderivedfrom64.js | 96 var retValue; 108 retValue = attrTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","classType",1); 109 assertTrue("derivedFromClassType",retValue); 110 retValue = attrTypeInfo.isDerivedFrom("http://www.w3.org/2001/XMLSchema","string",1); 111 assertTrue("derivedFromString",retValue);
|
D | typeinfoisderivedfrom73.js | 95 var retValue; 106 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","emType",0); 107 assertTrue("isDerived",retValue);
|
D | typeinfoisderivedfrom70.js | 96 var retValue; 107 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/2001/XMLSchema","string",0); 108 assertTrue("isDerived",retValue);
|
D | typeinfoisderivedfrom67.js | 96 var retValue; 107 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","emp0004_5Type",4); 108 assertTrue("isDerived",retValue);
|
D | typeinfoisderivedfrom68.js | 96 var retValue; 107 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","emp0004_5Type",0); 108 assertTrue("isDerived",retValue);
|
D | typeinfoisderivedfrom71.js | 95 var retValue; 106 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","field",0); 107 assertTrue("isDerived",retValue);
|
D | typeinfoisderivedfrom69.js | 96 var retValue; 107 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/2001/XMLSchema","integer",12); 108 assertFalse("isDerived",retValue);
|
D | typeinfoisderivedfrom63.js | 96 var retValue; 111 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/TR/REC-xml",nullName,0); 112 assertFalse("typeinfoisderivedfrom63",retValue);
|
D | typeinfoisderivedfrom65.js | 98 var retValue; 109 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/2001/XMLSchema","string",8); 110 assertTrue("lisrDerivedFromString",retValue);
|
D | typeinfoisderivedfrom66.js | 100 var retValue; 111 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","emp0004_5Type",0); 112 assertTrue("typeinfoisderivedfrom66",retValue);
|
D | typeinfoisderivedfrom72.js | 96 var retValue; 107 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","field",12); 108 assertFalse("isDerived",retValue);
|
/external/libxml2/ |
D | xmlschemastypes.c | 5662 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) in xmlSchemaGetCanonValue() argument 5664 if ((retValue == NULL) || (val == NULL)) in xmlSchemaGetCanonValue() 5666 *retValue = NULL; in xmlSchemaGetCanonValue() 5670 *retValue = BAD_CAST xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValue() 5672 *retValue = in xmlSchemaGetCanonValue() 5677 *retValue = BAD_CAST xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValue() 5679 *retValue = xmlSchemaWhiteSpaceReplace( in xmlSchemaGetCanonValue() 5681 if ((*retValue) == NULL) in xmlSchemaGetCanonValue() 5682 *retValue = BAD_CAST xmlStrdup( in xmlSchemaGetCanonValue() 5698 *retValue = in xmlSchemaGetCanonValue() [all …]
|
D | xmlschemas.c | 1478 xmlChar **retValue) in xmlSchemaGetCanonValueWhtspExt() argument 1485 if ((retValue == NULL) || (val == NULL)) in xmlSchemaGetCanonValueWhtspExt() 1488 *retValue = NULL; in xmlSchemaGetCanonValueWhtspExt() 1514 if (*retValue == NULL) in xmlSchemaGetCanonValueWhtspExt() 1517 *retValue = xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValueWhtspExt() 1519 *retValue = xmlStrdup(value); in xmlSchemaGetCanonValueWhtspExt() 1522 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " "); in xmlSchemaGetCanonValueWhtspExt() 1523 *retValue = xmlStrcat((xmlChar *) *retValue, value); in xmlSchemaGetCanonValueWhtspExt() 1531 if (*retValue != NULL) in xmlSchemaGetCanonValueWhtspExt() 1532 xmlFree((xmlChar *) (*retValue)); in xmlSchemaGetCanonValueWhtspExt()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | TemplateList.java | 878 ElemTemplate retValue = null; in next() local 889 retValue = curPattern.getTemplate(); in next() 895 retValue = curPattern.getTemplate(); in next() 908 retValue = (ElemTemplate) hashIterator.nextElement(); in next() 913 ct = (ElemTemplate) m_compilerCache.get(new Integer(retValue.getUid())); in next() 916 m_compilerCache.put(new Integer(retValue.getUid()), retValue); in next() 917 return retValue; in next()
|
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 113 const xmlChar **retValue); 116 const xmlChar **retValue,
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginViewAndroid.cpp | 411 bool* retValue = static_cast<bool*>(value); in platformGetValueStatic() local 412 *retValue = !networkStateNotifier().onLine(); in platformGetValueStatic() 550 bool* retValue = static_cast<bool*>(value); in platformGetValue() local 551 *retValue = !networkStateNotifier().onLine(); in platformGetValue()
|
/external/aac/libAACenc/src/ |
D | aacenc_tns.cpp | 589 FIXP_DBL retValue; in FDKaacEnc_AutoCorrNormFac() local 605 retValue = fMult(tmp,tmp); in FDKaacEnc_AutoCorrNormFac() 610 retValue = /*FL2FXCONST_DBL(MAX_INV_NRGFAC*FDKpow(2,-28))*/ (FIXP_DBL)MAXVAL_DBL; in FDKaacEnc_AutoCorrNormFac() 614 return retValue; in FDKaacEnc_AutoCorrNormFac()
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
D | regress-111557.js | 4620 var retValue = false; 4628 retValue = true; 4633 return retValue;
|