| /third_party/libffi/testsuite/libffi.bhaible/ |
| D | test-call.c | 79 #define FFI_PREP_CIF(cif,argtypes,rettype) \ argument 150 ffi_type* argtypes[] = { &ffi_type_sint }; in int_tests() local 169 ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint }; in int_tests() local 188 ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint }; in int_tests() local 207 …ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type… in int_tests() local 226 …ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type… in int_tests() local 252 ffi_type* argtypes[] = { &ffi_type_float }; in float_tests() local 270 ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float }; in float_tests() local 288 ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_type_float }; in float_tests() local 306 …ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_… in float_tests() local [all …]
|
| D | test-callback.c | 79 #define FFI_PREP_CIF(cif,argtypes,rettype) \ argument 1311 ffi_type* argtypes[] = { &ffi_type_sint }; in main() local 1329 ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint }; in main() local 1347 ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint }; in main() local 1365 …ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type… in main() local 1383 …ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type… in main() local 1405 ffi_type* argtypes[] = { &ffi_type_float }; in main() local 1423 ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float }; in main() local 1441 ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_type_float }; in main() local 1459 …ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_… in main() local [all …]
|
| /third_party/libffi/testsuite/libffi.closures/ |
| D | cls_many_mixed_float_double.c | 38 ffi_type *argtypes[12] = {&ffi_type_double, &ffi_type_float, &ffi_type_double, in main() local
|
| /third_party/python/Lib/ctypes/ |
| D | __init__.py | 76 def CFUNCTYPE(restype, *argtypes, **kw): 114 def WINFUNCTYPE(restype, *argtypes, **kw): 501 def PYFUNCTYPE(restype, *argtypes):
|
| /third_party/node/deps/npm/node_modules/dashdash/lib/ |
| D | dashdash.js | 771 argtypes: args.argtypes, property 912 argtypes: args.argtypes property
|
| /third_party/libxml2/ |
| D | gentest.py | 516 argtypes = {} variable
|
| /third_party/python/Modules/_ctypes/ |
| D | ctypes.h | 93 PyObject *argtypes; member 205 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 | 1143 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 | 158 PyObject *argtypes; member
|
| D | pycore_ast.h | 170 asdl_expr_seq *argtypes; member
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | evaluate.c | 2327 int evaluate_arguments(struct symbol_list *argtypes, struct expression_list *head) in evaluate_arguments()
|
| D | parse.c | 2810 static void apply_k_r_types(struct symbol_list *argtypes, struct symbol *fn) in apply_k_r_types()
|
| /third_party/python/Python/ |
| D | Python-ast.c | 1926 _PyAST_FunctionType(asdl_expr_seq * argtypes, expr_ty returns, PyArena *arena) in _PyAST_FunctionType() 5513 asdl_expr_seq* argtypes; in obj2ast_mod() local
|