Home
last modified time | relevance | path

Searched defs:retobj (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c227 PyObject *retobj = NULL, *retstr = NULL, *tobj; in multibytecodec_encerror() local
365 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c229 PyObject *retobj = NULL, *retstr = NULL, *tobj; in multibytecodec_encerror() local
384 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java478 Object retobj = sIsVoiceCapable.invoke(telephonyManager, arglist); in isMmsCapable() local