Home
last modified time | relevance | path

Searched defs:restype (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dmacresource.py15 def need(restype, resid, filename=None, modname=None): argument
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c134 ffi_type *restype, in _CallPythonObject()
351 PyObject *restype, in _ctypes_alloc_callback()
Dctypes.h65 PyObject *restype; member
94 PyObject *restype; member
207 PyObject *restype; /* CDataObject or NULL */ member
Dcallproc.c819 ffi_type *restype, in _call_function_pointer()
979 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker) in GetResult()
1163 PyObject *restype, in _ctypes_callproc()
D_ctypes.c4107 PyObject *restype; in PyCFuncPtr_call() local
/external/python/cpython3/Lib/ctypes/
D__init__.py76 def CFUNCTYPE(restype, *argtypes, **kw): argument
114 def WINFUNCTYPE(restype, *argtypes, **kw): argument
501 def PYFUNCTYPE(restype, *argtypes): argument
/external/python/cpython2/Lib/ctypes/
D__init__.py75 def CFUNCTYPE(restype, *argtypes, **kw): argument
116 def WINFUNCTYPE(restype, *argtypes, **kw): argument
494 def PYFUNCTYPE(restype, *argtypes): argument
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c208 ffi_type *restype, in _CallPythonObject()
414 PyObject *restype, in _ctypes_alloc_callback()
Dctypes.h105 PyObject *restype; member
134 PyObject *restype; member
247 PyObject *restype; /* CDataObject or NULL */ member
Dcallproc.c776 ffi_type *restype, in _call_function_pointer()
918 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker) in GetResult()
1096 PyObject *restype, in _ctypes_callproc()
D_ctypes.c3982 PyObject *restype; in PyCFuncPtr_call() local
/external/python/cpython2/Lib/
Dplistlib.py114 def readPlistFromResource(path, restype='plst', resid=0): argument
130 def writePlistToResource(rootObject, path, restype='plst', resid=0): argument
/external/tcpdump/
Dprint-smb.c1165 int restype; in nbt_udp137_print() local
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp554 static char *printContainer(SResource *res, const char *container, const char *restype, const char … in printContainer()
/external/capstone/bindings/python/capstone/
D__init__.py390 def _setup_prototype(lib, fname, restype, *argtypes): argument