HomeSort by relevance Sort by last modified time
    Searched full:cbresult (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 892 PyObject *cbresult = PyObject_CallFunctionObjArgs(callback, ref, NULL); local
894 if (cbresult == NULL)
897 Py_DECREF(cbresult);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 881 PyObject *cbresult = PyObject_CallFunctionObjArgs(callback, ref, NULL); local
883 if (cbresult == NULL)
886 Py_DECREF(cbresult);
  /external/python/cpython2/Objects/
weakrefobject.c 894 PyObject *cbresult = PyObject_CallFunctionObjArgs(callback, ref, NULL); local
896 if (cbresult == NULL)
899 Py_DECREF(cbresult);
  /external/python/cpython3/Objects/
weakrefobject.c 872 PyObject *cbresult = PyObject_CallFunctionObjArgs(callback, ref, NULL); local
874 if (cbresult == NULL)
877 Py_DECREF(cbresult);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
esent.h     [all...]
  /external/python/cpython2/Doc/extending/
newtypes.rst     [all...]
  /external/python/cpython3/Doc/extending/
newtypes.rst     [all...]

Completed in 739 milliseconds