Home
last modified time | relevance | path

Searched defs:func (Results 951 - 975 of 1109) sorted by relevance

1...<<31323334353637383940>>...45

/third_party/python/Lib/unittest/test/
H A Dtest_case.py1335 def func() : function
/third_party/python/Programs/
H A D_testembed.c2059 int (*func)(void); member
/third_party/python/Python/
H A Dbltinmodule.c94 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 Dpylifecycle.c2821 _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 Dsre.c765 PyObject* func; in call() local
/third_party/python/Modules/
H A Dmathmodule.c2315 loghelper(PyObject* arg, double (*func)(double), const char *funcname) loghelper() argument
[all...]
H A Dpyexpat.c215 call_with_frame(const char *funcname, int lineno, PyObject* func, PyObject* args, in call_with_frame() argument
/third_party/python/Objects/
H A Dgenobject.c893 make_gen(PyTypeObject *type, PyFunctionObject *func) in make_gen() argument
919 _Py_MakeCoro(PyFunctionObject *func) in _Py_MakeCoro() argument
[all...]
H A Dobject.c544 PyObject *result, *func; in PyObject_Bytes() local
H A Dabstract.c1267 binaryfunc func = m->sq_inplace_concat; in PyNumber_InPlaceAdd() local
H A Ddescrobject.c272 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 Dconnection.c1001 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 Dbluez5-util.c153 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 Dtest_base_events.py869 def func(): function
[all...]
/third_party/python/Lib/test/
H A Dtest_types.py1272 def func(ns): function
1297 def func(ns): function
1512 def func(*args, **kwargs): function
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c40 _testfunc_cbk_large_struct(Test in, void (*func)(Test)) in _testfunc_cbk_large_struct() argument
449 EXPORT(int) _testfunc_callback_i_if(int value, int (*func)(int)) in _testfunc_callback_i_if() argument
14 _testfunc_cbk_reg_int(int a, int b, int c, int d, int e, int (*func)(int, int, int, int, int)) _testfunc_cbk_reg_int() argument
21 _testfunc_cbk_reg_double(double a, double b, double c, double d, double e, double (*func)(double, double, double, double, double)) _testfunc_cbk_reg_double() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1727 virtual void SetBlendFunc (GLenum func) in SetBlendFunc() argument
1760 void SetBlendFunc (GLenum func) in SetBlendFunc() argument
H A Des3fShaderDerivateTests.cpp160 static const char* getDerivateFuncName (DerivateFunc func) in getDerivateFuncName() argument
173 static const char* getDerivateFuncCaseName (DerivateFunc func) in getDerivateFuncCaseName() argument
934 ConstantDerivateCase::ConstantDerivateCase (Context& context, const char* name, const char* description, DerivateFunc func, glu::DataType type) in ConstantDerivateCase() argument
1002 LinearDerivateCase::LinearDerivateCase (Context& context, const char* name, const char* description, DerivateFunc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples, const char* fragmentSrcTmpl) in LinearDerivateCase() argument
1244 TextureDerivateCase(Context& context, const char* name, const char* description, DerivateFunc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples) TextureDerivateCase() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp1307 LifeTest::TestFunction func; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp103 static const char* getDerivateFuncName (DerivateFunc func) in getDerivateFuncName() argument
122 static const char* getDerivateFuncCaseName (DerivateFunc func) in getDerivateFuncCaseName() argument
141 static inline bool isDfdxFunc (DerivateFunc func) in isDfdxFunc() argument
146 static inline bool isDfdyFunc (DerivateFunc func) in isDfdyFunc() argument
151 isFwidthFunc(DerivateFunc func) isFwidthFunc() argument
538 DerivateFunc func; global() member
873 ConstantDerivateCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, DerivateFunc func, glu::DataType type) ConstantDerivateCase() argument
1104 LinearDerivateCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, DerivateFunc func, glu::DataType type, glu::Precision precision, bool inNonUniformControlFlow, SurfaceType surfaceType, int numSamples, const std::string& fragmentSrcTmpl, BaseUniformType usedDefaultUniform) LinearDerivateCase() argument
1401 TextureDerivateCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, DerivateFunc func, glu::DataType type, glu::Precision precision, SurfaceType surfaceType, int numSamples) TextureDerivateCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp1443 FunctionProgramsSimple1 (Function func) : m_func(func) {} in FunctionProgramsSimple1() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c1096 static void tls_show_errors(const char *func, const char *txt) in tls_show_errors() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwps_hostapd.c47 int (*func)(struct hostapd_data *h, void *ctx); member
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp505 void GLContext::stencilFunc (deUint32 func, int ref, deUint32 mask) in stencilFunc() argument
515 void GLContext::depthFunc (deUint32 func) in depthFunc() argument
545 void GLContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) in stencilFuncSeparate() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1414 virtual void SetBlendFunc (GLenum func) in SetBlendFunc() argument
1447 void SetBlendFunc (GLenum func) in SetBlendFunc() argument

Completed in 70 milliseconds

1...<<31323334353637383940>>...45