Home
last modified time | relevance | path

Searched defs:fargs (Results 1 – 9 of 9) sorted by relevance

/external/OpenCL-CTS/dependencies/ocl-stubs/
Dstubs.cpp11 #define FUNC_TYPES(rettype, fname, fargs, callArgs) \ argument
14 #define FUNC_SYM(rettype, fname, fargs, callArgs) … argument
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils_test.py120 def _fn(*fargs, **fkwargs):
/external/libffi/src/x86/
Dffiw64.c251 UINT64 fargs[4]; member
/external/python/cffi/c/
Drealize_c_type.c563 PyObject *fargs; in realize_c_type_or_func() local
D_cffi_backend.c5404 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/
Dthreadmodule.c654 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread()
/external/python/cpython3/Modules/
D_threadmodule.c1063 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread()
/external/python/cpython2/Lib/test/
Dtest_functools.py12 def newfunc(*fargs, **fkeywords):
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1416 const Formattable fargs( d, Formattable::kIsDate ); in _testCopyConstructor2() local