/aosp_15_r20/external/libffi/testsuite/libffi.bhaible/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/apache-http/src/org/apache/commons/logging/ |
H A D | LogSource.java | 174 Class[] argtypes = new Class[1]; in setLogImplementation() local 192 Class[] argtypes = new Class[1]; in setLogImplementation() local
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 72 def CFUNCTYPE(restype, *argtypes, **kw): 113 def WINFUNCTYPE(restype, *argtypes, **kw): 503 def PYFUNCTYPE(restype, *argtypes):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/ |
D | __init__.py | 72 def CFUNCTYPE(restype, *argtypes, **kw): 113 def WINFUNCTYPE(restype, *argtypes, **kw): 503 def PYFUNCTYPE(restype, *argtypes):
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 75 def CFUNCTYPE(restype, *argtypes, **kw): 116 def WINFUNCTYPE(restype, *argtypes, **kw): 494 def PYFUNCTYPE(restype, *argtypes):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/ |
D | __init__.py | 72 def CFUNCTYPE(restype, *argtypes, **kw): 113 def WINFUNCTYPE(restype, *argtypes, **kw): 503 def PYFUNCTYPE(restype, *argtypes):
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/ |
H A D | __init__.py | 72 def CFUNCTYPE(restype, *argtypes, **kw): 113 def WINFUNCTYPE(restype, *argtypes, **kw): 503 def PYFUNCTYPE(restype, *argtypes):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/ |
D | __init__.py | 72 def CFUNCTYPE(restype, *argtypes, **kw): 113 def WINFUNCTYPE(restype, *argtypes, **kw): 503 def PYFUNCTYPE(restype, *argtypes):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/ |
D | __init__.py | 72 def CFUNCTYPE(restype, *argtypes, **kw): 113 def WINFUNCTYPE(restype, *argtypes, **kw): 503 def PYFUNCTYPE(restype, *argtypes):
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
H A D | InstConstraintVisitor.java | 1837 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
|
H A D | Pass3bVerifier.java | 365 final Type[] argtypes = mg.getArgumentTypes(); in do_verify() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ |
H A D | Define.java | 106 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs()
|
H A D | Break.java | 116 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs()
|
H A D | Stop.java | 104 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs()
|
H A D | Parse.java | 330 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs()
|
H A D | Macro.java | 130 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs()
|
H A D | Directive.java | 178 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs()
|
H A D | Foreach.java | 336 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs()
|
/aosp_15_r20/external/libffi/testsuite/libffi.call/ |
H A D | cls_many_mixed_float_double.c | 38 ffi_type *argtypes[12] = {&ffi_type_double, &ffi_type_float, &ffi_type_double, in main() local
|
/aosp_15_r20/external/libffi/testsuite/libffi.closures/ |
H A D | cls_many_mixed_float_double.c | 38 ffi_type *argtypes[12] = {&ffi_type_double, &ffi_type_float, &ffi_type_double, in main() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/contrib/ |
H A D | For.java | 118 public void checkArgs(ArrayList<Integer> argtypes, Token t, in checkArgs()
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 114 PyObject *argtypes; member 226 PyObject *argtypes; /* tuple of CDataObjects */ member
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 133 PyObject *argtypes; member 245 PyObject *argtypes; /* tuple of CDataObjects */ member
|
D | callproc.c | 1093 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc() 1343 PyObject *argtypes = NULL; in call_commethod() local
|