Searched defs:argtypes (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Lib/ctypes/ |
| D | __init__.py | 72 def CFUNCTYPE(restype, *argtypes, **kw): 113 def WINFUNCTYPE(restype, *argtypes, **kw): 503 def PYFUNCTYPE(restype, *argtypes):
|
| /third_party/python/Modules/_ctypes/ |
| D | ctypes.h | 114 PyObject *argtypes; member 226 PyObject *argtypes; /* tuple of CDataObjects */ member
|
| D | _ctypes.c | 3455 PyObject *argtypes; in _validate_paramflags() local 3877 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs() 4110 PyObject *argtypes; in PyCFuncPtr_call() local
|
| D | callproc.c | 1145 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/ |
| D | TimeZoneTest.java | 1093 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
|
| /third_party/python/Include/internal/ |
| D | pycore_ast_state.h | 161 PyObject *argtypes; member
|
| D | pycore_ast.h | 170 asdl_expr_seq *argtypes; member
|
| /third_party/python/Python/ |
| D | Python-ast.c | 1941 _PyAST_FunctionType(asdl_expr_seq * argtypes, expr_ty returns, PyArena *arena) in _PyAST_FunctionType() 5656 asdl_expr_seq* argtypes; in obj2ast_mod() local
|