Searched defs:argtypes (Results 1 – 14 of 14) sorted by relevance
/external/apache-http/src/org/apache/commons/logging/ |
D | LogSource.java | 174 Class[] argtypes = new Class[1]; in setLogImplementation() local 192 Class[] argtypes = new Class[1]; in setLogImplementation() local
|
/external/libffi/testsuite/libffi.call/ |
D | cls_many_mixed_float_double.c | 38 ffi_type *argtypes[12] = {&ffi_type_double, &ffi_type_float, &ffi_type_double, in main() local
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 75 def CFUNCTYPE(restype, *argtypes, **kw): 116 def WINFUNCTYPE(restype, *argtypes, **kw): 490 def PYFUNCTYPE(restype, *argtypes):
|
/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 73 def CFUNCTYPE(restype, *argtypes, **kw): 111 def WINFUNCTYPE(restype, *argtypes, **kw): 476 def PYFUNCTYPE(restype, *argtypes):
|
/external/libxml2/ |
D | gentest.py | 513 argtypes = {} variable
|
/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 93 PyObject *argtypes; member 205 PyObject *argtypes; /* tuple of CDataObjects */ member
|
D | _ctypes.c | 3156 PyObject *argtypes; in _validate_paramflags() local 3544 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs() 3779 PyObject *argtypes; in PyCFuncPtr_call() local
|
D | callproc.c | 1057 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc()
|
/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 133 PyObject *argtypes; member 245 PyObject *argtypes; /* tuple of CDataObjects */ member
|
D | callproc.c | 1093 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc() 1343 PyObject *argtypes = NULL; in call_commethod() local
|
D | _ctypes.c | 3266 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__.py | 312 def _setup_prototype(lib, fname, restype, *argtypes):
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 1093 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 1096 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
|