| /third_party/python/Modules/ |
| H A D | _hashopenssl.c | 255 const char *lib, *func, *reason; in _setException() local 2196 PyObject *func, *name_obj; in hashlib_init_constructors() local
|
| H A D | mathmodule.c | 2315 loghelper(PyObject* arg, double (*func)(double), const char *funcname) loghelper() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_threading.py | 102 def func(): pass function [all...] |
| H A D | test_coroutines.py | 716 async def func(): pass function 1281 async def func(): function 2088 async def func(): pass function 2101 async def func(): pass function 2117 async def func(): pass function [all...] |
| H A D | test_exceptions.py | 1787 def func(): function 1797 def func(): function [all...] |
| H A D | test_types.py | 1272 def func(ns): function 1297 def func(ns): function 1512 def func(*args, **kwargs): function
|
| /third_party/python/Lib/unittest/test/testmock/ |
| H A D | testpatch.py | 1539 def func(): pass function 1567 def func(): pass function
|
| /third_party/python/Modules/_io/ |
| H A D | bufferedio.c | 2143 PyObject *func, *ret; _forward_call() local
|
| /third_party/python/Include/internal/ |
| H A D | pycore_ast_state.h | 191 PyObject *func; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | CommandLine.cpp | 2075 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() argument 2077 void cl::AddExtraVersionPrinter(void (*func)()) { in AddExtraVersionPrinter() argument
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | program_builder.h | 1561 const ast::CallExpression* Call(NAME&& func, ARGS&&... args) { in Call() argument 1826 auto* func = local 1549 Call(const Source& source, NAME&& func, ARGS&&... args) Call() argument 1850 auto* func = create<ast::Function>(Sym(std::forward<NAME>(name)), params, global() local [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_validation.cc | 747 bool Resolver::ValidateFunctionParameter(const ast::Function* func, in ValidateFunctionParameter() argument 956 bool Resolver::ValidateFunction(const sem::Function* func) { in ValidateFunction() argument 1062 ValidateEntryPoint(const sem::Function* func) ValidateEntryPoint() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| H A D | generator_impl.cc | 798 auto func = utils::GetOrCreate( in EmitAtomicCall() local 1573 bool GeneratorImpl::EmitFunction(const ast::Function* func) { in EmitFunction() argument 1680 EmitEntryPointFunction(const ast::Function* func) EmitEntryPointFunction() argument [all...] |
| /third_party/python/Lib/unittest/test/ |
| H A D | test_case.py | 1335 def func() : function
|
| /third_party/python/Programs/ |
| H A D | _testembed.c | 2059 int (*func)(void); member
|
| /third_party/python/Python/ |
| H A D | bltinmodule.c | 94 PyObject *func, *name, *winner, *prep; in builtin___build_class__() local 487 PyObject *func; member 494 PyObject *func, *seq; in filter_new() local 1234 PyObject *func; global() member 1240 PyObject *it, *iters, *func; map_new() local [all...] |
| H A D | pylifecycle.c | 2821 _Py_FatalErrorFunc(const char *func, const char *msg) in _Py_FatalErrorFunc() argument 2823 fatal_error(fileno(stderr), 1, func, msg, -1); in _Py_FatalErrorFunc() local 2828 _Py_FatalErrorFormat(const char *func, const char *format, ...) in _Py_FatalErrorFormat() argument 2862 _Py_FatalRefcountErrorFunc(const char *func, const char *msg) in _Py_FatalRefcountErrorFunc() argument 2913 Py_AtExit(void (*func)(void)) Py_AtExit() argument [all...] |
| /third_party/python/Modules/_sre/ |
| H A D | sre.c | 765 PyObject* func; in call() local
|
| /third_party/python/Objects/ |
| H A D | genobject.c | 893 make_gen(PyTypeObject *type, PyFunctionObject *func) in make_gen() argument 919 _Py_MakeCoro(PyFunctionObject *func) in _Py_MakeCoro() argument [all...] |
| H A D | object.c | 544 PyObject *result, *func; in PyObject_Bytes() local
|
| H A D | abstract.c | 1267 binaryfunc func = m->sq_inplace_concat; in PyNumber_InPlaceAdd() local
|
| H A D | descrobject.c | 272 method_check_args(PyObject *func, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in method_check_args() argument 303 method_enter_call(PyThreadState *tstate, PyObject *func) in method_enter_call() argument 313 method_vectorcall_VARARGS( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_VARARGS() argument 338 method_vectorcall_VARARGS_KEYWORDS( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_VARARGS_KEYWORDS() argument 374 method_vectorcall_FASTCALL_KEYWORDS_METHOD( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_FASTCALL_KEYWORDS_METHOD() argument 394 method_vectorcall_FASTCALL( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_FASTCALL() argument 413 method_vectorcall_FASTCALL_KEYWORDS( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_FASTCALL_KEYWORDS() argument 432 method_vectorcall_NOARGS( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_NOARGS() argument 459 method_vectorcall_O( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_O() argument 1637 PyObject *func, *res; property_descr_set() local [all...] |
| /third_party/python/Modules/_sqlite/ |
| H A D | connection.c | 1001 pysqlite_connection_create_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int narg, PyObject *func, int deterministic) pysqlite_connection_create_function_impl() argument
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | bluez5-util.c | 153 send_and_add_to_pending(pa_bluetooth_discovery *y, DBusMessage *m, DBusPendingCallNotifyFunction func, void *call_data) send_and_add_to_pending() argument
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_base_events.py | 869 def func(): function [all...] |