Searched defs:retValue (Results 1 - 21 of 21) sorted by relevance

/external/parameter-framework/upstream/bindings/c/
H A DParameterFramework.cpp348 string retValue; local
349 bool success = handle->parameter.getAsString(retValue, status.msg());
354 *value = strdup(retValue.c_str());
/external/tpm2/
H A DRSAKeySieve.c110 UINT32 retValue; local
118 retValue = (UINT32)(pA - a) * 8;
128 return retValue;
130 retValue += 1;
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp557 FIXP_DBL retValue; local
573 retValue = fMult(tmp,tmp);
578 retValue = /*FL2FXCONST_DBL(MAX_INV_NRGFAC*FDKpow(2,-28))*/ (FIXP_DBL)MAXVAL_DBL;
582 return retValue;
/external/python/cpython2/PC/
H A D_winreg.c1277 Py_UNICODE *retValue = NULL; local
1286 retValueSize = ExpandEnvironmentStringsW(src, retValue, 0);
1291 retValue = (Py_UNICODE *)PyMem_Malloc(retValueSize * sizeof(Py_UNICODE));
1292 if (retValue == NULL) {
1296 rc = ExpandEnvironmentStringsW(src, retValue, retValueSize);
1298 PyMem_Free(retValue);
1302 o = PyUnicode_FromUnicode(retValue, wcslen(retValue));
1303 PyMem_Free(retValue);
/external/clang/lib/Sema/
H A DSemaLambda.cpp561 if (Expr *retValue = ret->getRetValue())
562 return findEnumForBlockReturn(retValue);
595 Expr *retValue = ret->getRetValue(); local
596 if (S.Context.hasSameType(retValue->getType(), returnType))
601 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType());
603 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue);
605 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
/external/python/cpython2/Mac/Modules/carbonevt/
H A D_CarbonEvtmodule.c80 PyObject *retValue; local
83 retValue = PyObject_CallFunction((PyObject *)outPyObject, "O&O&",
86 if (retValue == NULL) {
91 if (retValue == Py_None)
93 else if (PyInt_Check(retValue)) {
94 status = PyInt_AsLong(retValue);
97 Py_DECREF(retValue);
/external/libxml2/
H A Dxmlschemastypes.c5663 * @retValue: the returned value
5666 * The caller has to FREE the returned retValue.
5669 * in a @retValue of "???".
5680 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) argument
5682 if ((retValue == NULL) || (val == NULL))
5684 *retValue = NULL;
5688 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5690 *retValue =
5695 *retValue = BAD_CAST xmlStrdup(BAD_CAST "");
5697 *retValue
6094 xmlSchemaGetCanonValueWhtsp(xmlSchemaValPtr val, const xmlChar **retValue, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1471 * @retValue: the returned value
1475 * The caller has to free the returned retValue.
1483 xmlChar **retValue)
1490 if ((retValue == NULL) || (val == NULL))
1493 *retValue = NULL;
1519 if (*retValue == NULL)
1522 *retValue = xmlStrdup(BAD_CAST "");
1524 *retValue = xmlStrdup(value);
1527 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAS
1481 xmlSchemaGetCanonValueWhtspExt(xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws, xmlChar **retValue) argument
[all...]
H A Dtestapi.c35299 xmlChar ** retValue; /* the returned value */ local
35306 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
35308 ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue);
35312 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
35340 xmlChar ** retValue; /* the returned value */ local
35350 retValue = gen_const_xmlChar_ptr_ptr(n_retValue, 1);
35353 ret_val = xmlSchemaGetCanonValueWhtsp(val, (const xmlChar **)retValue, ws);
35357 des_const_xmlChar_ptr_ptr(n_retValue, (const xmlChar **)retValue, 1);
[all...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 639 milliseconds