HomeSort by relevance Sort by last modified time
    Searched refs:PyCFunctionWithKeywords (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
methodobject.h 19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
methodobject.h 19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *,
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *,
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw);

Completed in 63 milliseconds