Home
last modified time | relevance | path

Searched defs:argtypes (Results 1 – 14 of 14) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/
DLogSource.java174 Class[] argtypes = new Class[1]; in setLogImplementation() local
192 Class[] argtypes = new Class[1]; in setLogImplementation() local
/external/libffi/testsuite/libffi.call/
Dcls_many_mixed_float_double.c38 ffi_type *argtypes[12] = {&ffi_type_double, &ffi_type_float, &ffi_type_double, in main() local
/external/python/cpython2/Lib/ctypes/
D__init__.py75 def CFUNCTYPE(restype, *argtypes, **kw):
116 def WINFUNCTYPE(restype, *argtypes, **kw):
490 def PYFUNCTYPE(restype, *argtypes):
/external/python/cpython3/Lib/ctypes/
D__init__.py73 def CFUNCTYPE(restype, *argtypes, **kw):
111 def WINFUNCTYPE(restype, *argtypes, **kw):
476 def PYFUNCTYPE(restype, *argtypes):
/external/libxml2/
Dgentest.py513 argtypes = {} variable
/external/python/cpython3/Modules/_ctypes/
Dctypes.h93 PyObject *argtypes; member
205 PyObject *argtypes; /* tuple of CDataObjects */ member
D_ctypes.c3156 PyObject *argtypes; in _validate_paramflags() local
3544 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs()
3779 PyObject *argtypes; in PyCFuncPtr_call() local
Dcallproc.c1057 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc()
/external/python/cpython2/Modules/_ctypes/
Dctypes.h133 PyObject *argtypes; member
245 PyObject *argtypes; /* tuple of CDataObjects */ member
Dcallproc.c1093 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc()
1343 PyObject *argtypes = NULL; in call_commethod() local
D_ctypes.c3266 PyObject *argtypes; in _validate_paramflags() local
3651 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs()
3888 PyObject *argtypes; in PyCFuncPtr_call() local
/external/capstone/bindings/python/capstone/
D__init__.py312 def _setup_prototype(lib, fname, restype, *argtypes):
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java1093 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java1096 final Class[] argtypes = new Class[0]; in TestFractionalDST() local