Home
last modified time | relevance | path

Searched defs:argtypes (Results 1 – 19 of 19) 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):
494 def PYFUNCTYPE(restype, *argtypes):
/external/python/cpython3/Lib/ctypes/
D__init__.py75 def CFUNCTYPE(restype, *argtypes, **kw):
113 def WINFUNCTYPE(restype, *argtypes, **kw):
498 def PYFUNCTYPE(restype, *argtypes):
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DPass3bVerifier.java365 final Type[] argtypes = mg.getArgumentTypes(); in do_verify() local
DInstConstraintVisitor.java1837 final Type[] argtypes = o.getArgumentTypes(cpg); in visitINVOKEINTERFACE() local
1929 final Type[] argtypes = o.getArgumentTypes(cpg); in visitINVOKESPECIAL() local
2018 final Type[] argtypes = o.getArgumentTypes(cpg); in visitINVOKESTATIC() local
2072 final Type[] argtypes = o.getArgumentTypes(cpg); in visitINVOKEVIRTUAL() local
/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.c3440 PyObject *argtypes; in _validate_paramflags() local
3858 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs()
4090 PyObject *argtypes; in PyCFuncPtr_call() local
Dcallproc.c1090 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.c3360 PyObject *argtypes; in _validate_paramflags() local
3748 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs()
3985 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.java1090 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java1093 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
/external/python/cpython3/Python/
DPython-ast.c1238 FunctionType(asdl_seq * argtypes, expr_ty returns, PyArena *arena) in FunctionType()
4329 asdl_seq* argtypes; in obj2ast_mod() local
Dast.c782 asdl_seq *argtypes = NULL; in PyAST_FromNodeObject() local
/external/python/cpython3/Include/
DPython-ast.h71 asdl_seq *argtypes; member