/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.cpp | 568 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatus(target); 576 rt->add_intvalue((int)retValue); 586 return retValue; [all...] |
/frameworks/native/opengl/libs/GLES_trace/tools/ |
genapi.py | 176 $!retType!$ retValue = glContext->hooks->gl.$!callsite!$; 188 rt->$!retDataType.getProtobufCall()!$retValue); 198 (void *) retValue, 208 return retValue;
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 227 * @return retValue[0] = Phone.PIN_RESULT_SUCCESS on success. Otherwise error code 228 * retValue[1] = number of attempts remaining if known otherwise -1 236 * @return retValue[0] = Phone.PIN_RESULT_SUCCESS on success. Otherwise error code 237 * retValue[1] = number of attempts remaining if known otherwise -1 247 * @return retValue[0] = Phone.PIN_RESULT_SUCCESS on success. Otherwise error code 248 * retValue[1] = number of attempts remaining if known otherwise -1 258 * @return retValue[0] = Phone.PIN_RESULT_SUCCESS on success. Otherwise error code 259 * retValue[1] = number of attempts remaining if known otherwise -1 [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpSinkStateMachine.java | 180 boolean retValue = HANDLED; 221 return retValue; 298 boolean retValue = HANDLED; 339 return retValue; 490 boolean retValue = HANDLED; 549 return retValue; [all...] |
A2dpStateMachine.java | 174 boolean retValue = HANDLED; 212 return retValue; 289 boolean retValue = HANDLED; 327 return retValue; 502 boolean retValue = HANDLED; 558 return retValue; [all...] |
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITTestBase.h | 61 void endFunctionWithRet(Function *Func, Value *RetValue) { 62 Builder.CreateRet(RetValue);
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
CharMatcherTest.java | 622 char[] retValue = new char[chars.size()]; 625 retValue[i++] = c; 627 Arrays.sort(retValue); 628 return retValue;
|
/external/guava/guava-tests/test/com/google/common/base/ |
CharMatcherTest.java | 740 char[] retValue = new char[chars.size()]; 743 retValue[i++] = c; 745 Arrays.sort(retValue); 746 return retValue;
|
/frameworks/rs/ |
rsg_generator.c | 395 fprintf(f, " retValue;\n"); 396 fprintf(f, " io->%sGetReturn(&retValue, sizeof(retValue));\n", str); 397 fprintf(f, " return retValue;\n");
|
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceDefinitionUtil.cpp | [all...] |
/external/libxml2/doc/devhelp/ |
libxml2-xmlschemastypes.html | 48 int <a href="#xmlSchemaGetCanonValueWhtsp">xmlSchemaGetCanonValueWhtsp</a> (<a href="libxml2-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** retValue, <br/> <a href="libxml2-xmlschemastypes.html#xmlSchemaWhitespaceValueType">xmlSchemaWhitespaceValueType</a> ws); 51 int <a href="#xmlSchemaGetCanonValue">xmlSchemaGetCanonValue</a> (<a href="libxml2-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** retValue); 138 <div class="refsect2" lang="en"><h3><a name="xmlSchemaGetCanonValue"/>xmlSchemaGetCanonValue ()</h3><pre class="programlisting">int xmlSchemaGetCanonValue (<a href="libxml2-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** retValue)<br/> 139 </pre><p>Get the canonical lexical representation of the value. The caller has to FREE the returned retValue. WARNING: Some value types are not supported yet, resulting in a @retValue of "???". TODO: XML Schema 1.0 does not define canonical representations for: duration, gYearMonth, gYear, gMonthDay, gMonth, gDay, anyURI, QName, NOTATION. This will be fixed in XML Schema 1.1.</p> 140 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>val</tt></i>:</span></td><td>the precomputed value</td></tr><tr><td><span class="term"><i><tt>retValue</tt></i>:</span></td><td>the returned value</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API errors.</td></tr></tbody></table></div></div> 142 <div class="refsect2" lang="en"><h3><a name="xmlSchemaGetCanonValueWhtsp"/>xmlSchemaGetCanonValueWhtsp ()</h3><pre class="programlisting">int xmlSchemaGetCanonValueWhtsp (<a href="libxml2-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** retValue, <br/> <a href="libxml2-xmlschemastypes.html#xmlSchemaWhitespaceValueType">xmlSchemaWhitespaceValueType</a> ws)<br/> 143 </pre><p>Get the canonical representation of the value. The caller has to free the returned @retValue.</p> 144 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>val</tt></i>:</span></td><td>the precomputed value</td></tr><tr><td><span class="term"><i><tt>retValue</tt></i>:</span></td><td>the returned value</td></tr><tr><td><span class="term"><i><tt>ws</tt></i>:</span></td><td>the whitespace type of the value</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API errors.</td></tr></tbody></table></div></div> [all...] |
/external/libxml2/doc/html/ |
libxml-xmlschemastypes.html | 24 <pre class="programlisting">int <a href="#xmlSchemaGetCanonValue">xmlSchemaGetCanonValue</a> (<a href="libxml-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** retValue)</pre> 25 <pre class="programlisting">int <a href="#xmlSchemaGetCanonValueWhtsp">xmlSchemaGetCanonValueWhtsp</a> (<a href="libxml-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** retValue, <br /> <a href="libxml-xmlschemastypes.html#xmlSchemaWhitespaceValueType">xmlSchemaWhitespaceValueType</a> ws)</pre> 75 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>type</tt></i>:</span></td><td>the type of the built in type</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the type if found, NULL otherwise.</td></tr></tbody></table></div><h3><a name="xmlSchemaGetCanonValue" id="xmlSchemaGetCanonValue"></a>Function: xmlSchemaGetCanonValue</h3><pre class="programlisting">int xmlSchemaGetCanonValue (<a href="libxml-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** retValue)<br /> 76 </pre><p>Get the canonical lexical representation of the value. The caller has to FREE the returned retValue. WARNING: Some value types are not supported yet, resulting in a @retValue of "???". TODO: XML Schema 1.0 does not define canonical representations for: duration, gYearMonth, gYear, gMonthDay, gMonth, gDay, anyURI, QName, NOTATION. This will be fixed in XML Schema 1.1.</p> 77 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>val</tt></i>:</span></td><td>the precomputed value</td></tr><tr><td><span class="term"><i><tt>retValue</tt></i>:</span></td><td>the returned value</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API errors.</td></tr></tbody></table></div><h3><a name="xmlSchemaGetCanonValueWhtsp" id="xmlSchemaGetCanonValueWhtsp"></a>Function: xmlSchemaGetCanonValueWhtsp</h3><pre class="programlisting">int xmlSchemaGetCanonValueWhtsp (<a href="libxml-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** retValue, <br /> <a href="libxml-xmlschemastypes.html#xmlSchemaWhitespaceValueType">xmlSchemaWhitespaceValueType</a> ws)<br /> 78 </pre><p>Get the canonical representation of the value. The caller has to free the returned @retValue.</p> 79 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>val</tt></i>:</span></td><td>the precomputed value</td></tr><tr><td><span class="term"><i><tt>retValue</tt></i>:</span></td><td>the returned value</td></tr><tr><td><span class="term"><i><tt>ws</tt></i>:</span></td><td>the whitespace type of the value</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API errors.</td></tr></tbody></table></div><h3><a name="xmlSchemaGetFacetValueAsULong" id="xmlSchemaGetFacetValueAsULong"></a>Function: xmlSchemaGetFacetValueAsULong</h3><pre class="programlisting">unsigned long xmlSchemaGetFacetValueAsULong (<a href="libxml-schemasInternals.html#xmlSchemaFacetPtr">xmlSchemaFacetPtr</a> facet)<br /> [all...] |
/external/dnsmasq/src/ |
rfc1035.c | 35 int retvalue = 1; local 61 retvalue = 2; 68 return retvalue; 152 retvalue = 2; 162 retvalue = 2; 169 retvalue = 2; [all...] |
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.cpp | 84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT); 86 if (retValue != SUB_FX_COUNT) {
|
/prebuilts/misc/common/swig/include/2.0.11/r/ |
rrun.swg | 44 SEXP retValue;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_MotionEstimationMB.c | 819 OMXResult RetValue; 842 RetValue = omxVCM4P10_BlockMatch_Integer ( 868 RetValue = omxVCM4P10_BlockMatch_Half( 884 RetValue = omxVCM4P10_BlockMatch_Quarter( 905 return RetValue; [all...] |
/external/clang/lib/Sema/ |
SemaLambda.cpp | 560 if (Expr *retValue = ret->getRetValue()) 561 return findEnumForBlockReturn(retValue); 594 Expr *retValue = ret->getRetValue(); 595 if (S.Context.hasSameType(retValue->getType(), returnType)) 600 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); 602 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); 604 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 339 boolean retValue = HANDLED; 389 return retValue; 477 boolean retValue = HANDLED; 530 return retValue; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateIntervalFormat.java | [all...] |
/external/aac/libAACenc/src/ |
aacenc_tns.cpp | 587 FIXP_DBL retValue; 603 retValue = fMult(tmp,tmp); 608 retValue = /*FL2FXCONST_DBL(MAX_INV_NRGFAC*FDKpow(2,-28))*/ (FIXP_DBL)MAXVAL_DBL; 612 return retValue; [all...] |
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc.c | 708 char retvalue; local 1016 int retvalue = 0; local [all...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 750 boolean retValue = mConnector.expandGroup(pm); 765 return retValue; 776 boolean retValue = mConnector.collapseGroup(groupPos); 782 return retValue; [all...] |
ZoomButtonsController.java | 589 boolean retValue = targetView.dispatchTouchEvent(containerEvent); 591 return retValue;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTracker.java | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_Utils.c | [all...] |