Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/
D__init__.py72 def CFUNCTYPE(restype, *argtypes, **kw):
113 def WINFUNCTYPE(restype, *argtypes, **kw):
503 def PYFUNCTYPE(restype, *argtypes):
/third_party/python/Modules/_ctypes/
Dctypes.h114 PyObject *argtypes; member
226 PyObject *argtypes; /* tuple of CDataObjects */ member
D_ctypes.c3455 PyObject *argtypes; in _validate_paramflags() local
3877 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs()
4110 PyObject *argtypes; in PyCFuncPtr_call() local
Dcallproc.c1145 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneTest.java1093 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
/third_party/python/Include/internal/
Dpycore_ast_state.h161 PyObject *argtypes; member
Dpycore_ast.h170 asdl_expr_seq *argtypes; member
/third_party/python/Python/
DPython-ast.c1941 _PyAST_FunctionType(asdl_expr_seq * argtypes, expr_ty returns, PyArena *arena) in _PyAST_FunctionType()
5656 asdl_expr_seq* argtypes; in obj2ast_mod() local