/external/apache-http/src/org/apache/commons/logging/ |
D | LogSource.java | 174 Class[] argtypes = new Class[1]; in setLogImplementation() local 192 Class[] argtypes = new Class[1]; in setLogImplementation() local
|
/external/libffi/testsuite/libffi.call/ |
D | cls_many_mixed_float_double.c | 38 ffi_type *argtypes[12] = {&ffi_type_double, &ffi_type_float, &ffi_type_double, in main() local
|
/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):
|
/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 75 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/ |
D | Pass3bVerifier.java | 365 final Type[] argtypes = mg.getArgumentTypes(); in do_verify() local
|
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
|
/external/libxml2/ |
D | gentest.py | 513 argtypes = {} variable
|
/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 93 PyObject *argtypes; member 205 PyObject *argtypes; /* tuple of CDataObjects */ member
|
D | _ctypes.c | 3440 PyObject *argtypes; in _validate_paramflags() local 3858 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs() 4090 PyObject *argtypes; in PyCFuncPtr_call() local
|
D | callproc.c | 1090 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc()
|
/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
|
D | _ctypes.c | 3360 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__.py | 312 def _setup_prototype(lib, fname, restype, *argtypes):
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 1090 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 1093 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1238 FunctionType(asdl_seq * argtypes, expr_ty returns, PyArena *arena) in FunctionType() 4329 asdl_seq* argtypes; in obj2ast_mod() local
|
D | ast.c | 782 asdl_seq *argtypes = NULL; in PyAST_FromNodeObject() local
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 71 asdl_seq *argtypes; member
|