Home
last modified time | relevance | path

Searched refs:retValue (Results 1 – 19 of 19) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/hash/
DMessageDigestCreationBenchmark.java42 int retValue = 0; in getInstance() local
44 retValue ^= MessageDigest.getInstance(algorithm).getDigestLength(); in getInstance()
46 return retValue; in getInstance()
50 int retValue = 0; in clone() local
52 retValue ^= ((MessageDigest) md.clone()).getDigestLength(); in clone()
54 return retValue; in clone()
/external/libxml2/
Dxmlschemastypes.c5690 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) in xmlSchemaGetCanonValue() argument
5692 if ((retValue == NULL) || (val == NULL)) in xmlSchemaGetCanonValue()
5694 *retValue = NULL; in xmlSchemaGetCanonValue()
5698 *retValue = BAD_CAST xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValue()
5700 *retValue = in xmlSchemaGetCanonValue()
5705 *retValue = BAD_CAST xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValue()
5707 *retValue = xmlSchemaWhiteSpaceReplace( in xmlSchemaGetCanonValue()
5709 if ((*retValue) == NULL) in xmlSchemaGetCanonValue()
5710 *retValue = BAD_CAST xmlStrdup( in xmlSchemaGetCanonValue()
5726 *retValue = in xmlSchemaGetCanonValue()
[all …]
Dxmlschemas.c1491 xmlChar **retValue) in xmlSchemaGetCanonValueWhtspExt() argument
1498 if ((retValue == NULL) || (val == NULL)) in xmlSchemaGetCanonValueWhtspExt()
1501 *retValue = NULL; in xmlSchemaGetCanonValueWhtspExt()
1527 if (*retValue == NULL) in xmlSchemaGetCanonValueWhtspExt()
1530 *retValue = xmlStrdup(BAD_CAST ""); in xmlSchemaGetCanonValueWhtspExt()
1532 *retValue = xmlStrdup(value); in xmlSchemaGetCanonValueWhtspExt()
1535 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " "); in xmlSchemaGetCanonValueWhtspExt()
1536 *retValue = xmlStrcat((xmlChar *) *retValue, value); in xmlSchemaGetCanonValueWhtspExt()
1544 if (*retValue != NULL) in xmlSchemaGetCanonValueWhtspExt()
1545 xmlFree((xmlChar *) (*retValue)); in xmlSchemaGetCanonValueWhtspExt()
Dtestapi.c35464 xmlChar ** retValue; /* the returned value */ in test_xmlSchemaGetCanonValue() local
35471 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1); in test_xmlSchemaGetCanonValue()
35473 ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue); in test_xmlSchemaGetCanonValue()
35477 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1); in test_xmlSchemaGetCanonValue()
35505 xmlChar ** retValue; /* the returned value */ in test_xmlSchemaGetCanonValueWhtsp() local
35515 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1); in test_xmlSchemaGetCanonValueWhtsp()
35518 ret_val = xmlSchemaGetCanonValueWhtsp(val, (const xmlChar **)retValue, ws); in test_xmlSchemaGetCanonValueWhtsp()
35522 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1); in test_xmlSchemaGetCanonValueWhtsp()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java878 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/
DOs.java247 boolean retValue = false; in isOs()
318 retValue = isFamily && isName && isArch && isVersion; in isOs()
320 return retValue; in isOs()
/external/python/cpython3/PC/
Dwinreg.c1191 wchar_t *retValue = NULL; in winreg_ExpandEnvironmentStrings_impl() local
1196 retValueSize = ExpandEnvironmentStringsW(string, retValue, 0); in winreg_ExpandEnvironmentStrings_impl()
1201 retValue = PyMem_New(wchar_t, retValueSize); in winreg_ExpandEnvironmentStrings_impl()
1202 if (retValue == NULL) { in winreg_ExpandEnvironmentStrings_impl()
1206 rc = ExpandEnvironmentStringsW(string, retValue, retValueSize); in winreg_ExpandEnvironmentStrings_impl()
1208 PyMem_Free(retValue); in winreg_ExpandEnvironmentStrings_impl()
1212 o = PyUnicode_FromWideChar(retValue, wcslen(retValue)); in winreg_ExpandEnvironmentStrings_impl()
1213 PyMem_Free(retValue); in winreg_ExpandEnvironmentStrings_impl()
/external/parameter-framework/upstream/bindings/c/
DParameterFramework.cpp348 string retValue; in pfwGetStringParameter() local
349 bool success = handle->parameter.getAsString(retValue, status.msg()); in pfwGetStringParameter()
354 *value = strdup(retValue.c_str()); in pfwGetStringParameter()
/external/libxml2/include/libxml/
Dxmlschemastypes.h113 const xmlChar **retValue);
116 const xmlChar **retValue,
/external/python/cpython2/PC/
D_winreg.c1276 Py_UNICODE *retValue = NULL; in PyExpandEnvironmentStrings() local
1285 retValueSize = ExpandEnvironmentStringsW(src, retValue, 0); in PyExpandEnvironmentStrings()
1290 retValue = (Py_UNICODE *)PyMem_Malloc(retValueSize * sizeof(Py_UNICODE)); in PyExpandEnvironmentStrings()
1291 if (retValue == NULL) { in PyExpandEnvironmentStrings()
1295 rc = ExpandEnvironmentStringsW(src, retValue, retValueSize); in PyExpandEnvironmentStrings()
1297 PyMem_Free(retValue); in PyExpandEnvironmentStrings()
1301 o = PyUnicode_FromUnicode(retValue, wcslen(retValue)); in PyExpandEnvironmentStrings()
1302 PyMem_Free(retValue); in PyExpandEnvironmentStrings()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java1542 BestMatchInfo retValue = fInfo.getBestSkeleton(skeleton); in genSeparateDateTimePtn() local
1543 String bestSkeleton = retValue.bestMatchSkeleton; in genSeparateDateTimePtn()
1544 int differenceInfo = retValue.bestMatchDistanceInfo; in genSeparateDateTimePtn()
1614 SkeletonAndItsBestMatch retValue = null; in genIntervalPattern() local
1669 retValue = new SkeletonAndItsBestMatch(skeleton, bestSkeleton); in genIntervalPattern()
1687 return retValue; in genIntervalPattern()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java1530 BestMatchInfo retValue = fInfo.getBestSkeleton(skeleton); in genSeparateDateTimePtn() local
1531 String bestSkeleton = retValue.bestMatchSkeleton; in genSeparateDateTimePtn()
1532 int differenceInfo = retValue.bestMatchDistanceInfo; in genSeparateDateTimePtn()
1602 SkeletonAndItsBestMatch retValue = null; in genIntervalPattern() local
1657 retValue = new SkeletonAndItsBestMatch(skeleton, bestSkeleton); in genIntervalPattern()
1675 return retValue; in genIntervalPattern()
/external/clang/lib/Sema/
DSemaLambda.cpp561 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn() local
562 return findEnumForBlockReturn(retValue); in findEnumForBlockReturn()
595 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum() local
596 if (S.Context.hasSameType(retValue->getType(), returnType)) in adjustBlockReturnsToEnum()
601 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
603 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum()
605 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue); in adjustBlockReturnsToEnum()
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DCharMatcherTest.java622 char[] retValue = new char[chars.size()]; in randomChars() local
625 retValue[i++] = c; in randomChars()
627 Arrays.sort(retValue); in randomChars()
628 return retValue; in randomChars()
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c80 PyObject *retValue; in myEventHandler() local
83 retValue = PyObject_CallFunction((PyObject *)outPyObject, "O&O&", in myEventHandler()
86 if (retValue == NULL) { in myEventHandler()
91 if (retValue == Py_None) in myEventHandler()
93 else if (PyInt_Check(retValue)) { in myEventHandler()
94 status = PyInt_AsLong(retValue); in myEventHandler()
97 Py_DECREF(retValue); in myEventHandler()
/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java740 char[] retValue = new char[chars.size()]; in randomChars() local
743 retValue[i++] = c; in randomChars()
745 Arrays.sort(retValue); in randomChars()
746 return retValue; in randomChars()
/external/aac/libAACenc/src/
Daacenc_tns.cpp592 FIXP_DBL retValue; in FDKaacEnc_AutoCorrNormFac() local
607 retValue = fMult(tmp, tmp); in FDKaacEnc_AutoCorrNormFac()
611 retValue = in FDKaacEnc_AutoCorrNormFac()
616 return retValue; in FDKaacEnc_AutoCorrNormFac()
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle183 d retValue * value const xmlChar * *
190 d retValue * value const xmlChar * *
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java534 long[] retValue ; in instanceCounts() local
542 retValue = JDWP.VirtualMachine.InstanceCounts. in instanceCounts()
548 return retValue; in instanceCounts()