/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 | typeinfoisderivedfrom63.js | 96 var retValue; 111 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/TR/REC-xml",nullName,0); 112 assertFalse("typeinfoisderivedfrom63",retValue);
|
D | typeinfoisderivedfrom71.js | 95 var retValue; 106 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","field",0); 107 assertTrue("isDerived",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 | typeinfoisderivedfrom67.js | 96 var retValue; 107 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","emp0004_5Type",4); 108 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 | typeinfoisderivedfrom65.js | 98 var retValue; 109 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/2001/XMLSchema","string",8); 110 assertTrue("lisrDerivedFromString",retValue);
|
D | typeinfoisderivedfrom72.js | 96 var retValue; 107 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","field",12); 108 assertFalse("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 | typeinfoisderivedfrom68.js | 96 var retValue; 107 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","emp0004_5Type",0); 108 assertTrue("isDerived",retValue);
|
D | typeinfoisderivedfrom73.js | 95 var retValue; 106 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","emType",0); 107 assertTrue("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/ant-glob/src/org/apache/tools/ant/taskdefs/condition/ |
D | Os.java | 247 boolean retValue = false; in isOs() 318 retValue = isFamily && isName && isArch && isVersion; in isOs() 320 return retValue; in isOs()
|
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 113 const xmlChar **retValue); 116 const xmlChar **retValue,
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 298 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn() local 299 return findEnumForBlockReturn(retValue); in findEnumForBlockReturn() 332 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum() local 333 if (S.Context.hasSameType(retValue->getType(), returnType)) in adjustBlockReturnsToEnum() 338 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum() 340 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() 342 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue); in adjustBlockReturnsToEnum()
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginViewAndroid.cpp | 409 bool* retValue = static_cast<bool*>(value); in platformGetValueStatic() local 410 *retValue = !networkStateNotifier().onLine(); in platformGetValueStatic() 548 bool* retValue = static_cast<bool*>(value); in platformGetValue() local 549 *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;
|