Searched defs:fargs (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/dependencies/ocl-stubs/ |
D | stubs.cpp | 11 #define FUNC_TYPES(rettype, fname, fargs, callArgs) \ argument 14 #define FUNC_SYM(rettype, fname, fargs, callArgs) … argument
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | tf_utils_test.py | 120 def _fn(*fargs, **fkwargs):
|
/external/libffi/src/x86/ |
D | ffiw64.c | 251 UINT64 fargs[4]; member
|
/external/python/cffi/c/ |
D | realize_c_type.c | 563 PyObject *fargs; in realize_c_type_or_func() local
|
D | _cffi_backend.c | 5404 static int fb_build(struct funcbuilder_s *fb, PyObject *fargs, in fb_build() 5541 PyObject *fargs, in fb_prepare_ctype() 5586 static cif_description_t *fb_prepare_cif(PyObject *fargs, in fb_prepare_cif() 5628 static PyObject *new_function_type(PyObject *fargs, /* tuple */ in new_function_type() 5709 PyObject *fargs; in b_new_function_type() local
|
/external/python/cpython2/Modules/ |
D | threadmodule.c | 654 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread()
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 1063 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread()
|
/external/python/cpython2/Lib/test/ |
D | test_functools.py | 12 def newfunc(*fargs, **fkeywords):
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1416 const Formattable fargs( d, Formattable::kIsDate ); in _testCopyConstructor2() local
|