Home
last modified time | relevance | path

Searched defs:argtypes (Results 1 – 8 of 8) 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/python/cpython2/Lib/ctypes/
D__init__.py75 def CFUNCTYPE(restype, *argtypes, **kw):
116 def WINFUNCTYPE(restype, *argtypes, **kw):
490 def PYFUNCTYPE(restype, *argtypes):
/external/libxml2/
Dgentest.py513 argtypes = {} variable
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java1098 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java1097 final Class[] argtypes = new Class[0]; in TestFractionalDST() local