Home
last modified time | relevance | path

Searched defs:func (Results 3951 - 3975 of 4072) sorted by relevance

1...<<151152153154155156157158159160>>...163

/third_party/python/Modules/
H A D_pickle.c370 _Pickle_FastCall(PyObject *func, PyObject *obj) in _Pickle_FastCall() argument
387 PyObject *func, *func2; in init_method_ref() local
417 reconstruct_method(PyObject *func, PyObject *self) reconstruct_method() argument
429 call_method(PyObject *func, PyObject *self, PyObject *obj) call_method() argument
5822 PyObject *func; instantiate() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4155 auto* func = create<ast::IdentifierExpression>( in EmitGlslStd450ExtInst() local
/third_party/python/Python/
H A Dceval.c342 _Py_FatalError_TstateNULL(const char *func) in _Py_FatalError_TstateNULL() argument
1150 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); PyEval_EvalCode() local
4849 PyFunctionObject *func = (PyFunctionObject *)callable; global() local
4883 PyFunctionObject *func = (PyFunctionObject *)callable; global() local
5349 PyObject *func, *callargs, *kwargs = NULL, *result; global() local
5398 PyFunctionObject *func = (PyFunctionObject *) global() local
6137 initialize_locals(PyThreadState *tstate, PyFunctionObject *func, PyObject **localsplus, PyObject *const *args, Py_ssize_t argcount, PyObject *kwnames) global() argument
6364 _PyEvalFramePushAndInit(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument
6417 _PyEval_Vector(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument
6473 PyFunctionObject *func = NULL; global() local
6780 call_exc_trace(Py_tracefunc func, PyObject *self, PyThreadState *tstate, _PyInterpreterFrame *f) global() argument
6811 call_trace_protected(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int what, PyObject *arg) global() argument
6858 call_trace(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int what, PyObject *arg) global() argument
6886 _PyEval_CallTracing(PyObject *func, PyObject *args) global() argument
6905 maybe_call_line_trace(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int instr_prev) global() argument
6948 _PyEval_SetProfile(PyThreadState *tstate, Py_tracefunc func, PyObject *arg) global() argument
6990 PyEval_SetProfile(Py_tracefunc func, PyObject *arg) global() argument
7000 _PyEval_SetTrace(PyThreadState *tstate, Py_tracefunc func, PyObject *arg) global() argument
7043 PyEval_SetTrace(Py_tracefunc func, PyObject *arg) global() argument
7227 PyEval_GetFuncName(PyObject *func) global() argument
7240 PyEval_GetFuncDesc(PyObject *func) global() argument
7285 trace_call_function(PyThreadState *tstate, PyObject *func, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) global() argument
7319 do_call_core(PyThreadState *tstate, PyObject *func, PyObject *callargs, PyObject *kwdict, int use_tracing ) global() argument
7681 check_args_iterable(PyThreadState *tstate, PyObject *func, PyObject *args) global() argument
7701 format_kwargs_error(PyThreadState *tstate, PyObject *func, PyObject *kwargs) global() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_descr.py714 def func(*args, **kwargs): function
H A Dtest_inspect.py2292 async def func(a=None): global() function
2624 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): global() function
2680 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): global() function
3543 def func(foo: Foo) -> int: pass global() function
4325 def func(*args, **kwargs): global() function
4382 def func(a, b): global() function
4388 def func(a, b): global() function
4427 def func(): pass global() function
[all...]
/third_party/python/Objects/
H A Dtypeobject.c1640 vectorcall_unbound(PyThreadState *tstate, int unbound, PyObject *func, in vectorcall_unbound() argument
1654 call_unbound_noarg(int unbound, PyObject *func, PyObject *self) in call_unbound_noarg() argument
1677 PyObject *func = lookup_method(self, name, &unbound); in vectorcall_method() local
1696 PyObject *func in vectorcall_maybe() local
2326 descrgetfunc func; subtype_dict() local
2350 descrsetfunc func; subtype_setdict() local
2911 PyObject *func = PyDict_GetItemWithError(type->tp_dict, attr); type_new_staticmethod() local
2938 PyObject *func = PyDict_GetItemWithError(type->tp_dict, attr); type_new_classmethod() local
6645 lenfunc func = (lenfunc)wrapped; wrap_lenfunc() local
6659 inquiry func = (inquiry)wrapped; wrap_inquirypred() local
6673 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc() local
6685 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc_l() local
6697 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc_r() local
6709 ternaryfunc func = (ternaryfunc)wrapped; wrap_ternaryfunc() local
6723 ternaryfunc func = (ternaryfunc)wrapped; wrap_ternaryfunc_r() local
6737 unaryfunc func = (unaryfunc)wrapped; wrap_unaryfunc() local
6747 ssizeargfunc func = (ssizeargfunc)wrapped; wrap_indexargfunc() local
6784 ssizeargfunc func = (ssizeargfunc)wrapped; wrap_sq_item() local
6803 ssizeobjargproc func = (ssizeobjargproc)wrapped; wrap_sq_setitem() local
6822 ssizeobjargproc func = (ssizeobjargproc)wrapped; wrap_sq_delitem() local
6843 objobjproc func = (objobjproc)wrapped; wrap_objobjproc() local
6860 objobjargproc func = (objobjargproc)wrapped; wrap_objobjargproc() local
6875 objobjargproc func = (objobjargproc)wrapped; wrap_delitem() local
6893 hackcheck(PyObject *self, setattrofunc func, const char *what) hackcheck() argument
6940 setattrofunc func = (setattrofunc)wrapped; wrap_setattr() local
6957 setattrofunc func = (setattrofunc)wrapped; wrap_delattr() local
6975 hashfunc func = (hashfunc)wrapped; wrap_hashfunc() local
6989 ternaryfunc func = (ternaryfunc)wrapped; wrap_call() local
6997 destructor func = (destructor)wrapped; wrap_del() local
7009 richcmpfunc func = (richcmpfunc)wrapped; wrap_richcmpfunc() local
7036 unaryfunc func = (unaryfunc)wrapped; wrap_next() local
7050 descrgetfunc func = (descrgetfunc)wrapped; wrap_descr_get() local
7071 descrsetfunc func = (descrsetfunc)wrapped; wrap_descr_set() local
7086 descrsetfunc func = (descrsetfunc)wrapped; wrap_descr_delete() local
7102 initproc func = (initproc)wrapped; wrap_init() local
7192 PyObject *func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL); add_tp_new_wrapper() local
7374 PyObject *func, *res; slot_sq_contains() local
7462 PyObject *func, *value; slot_nb_bool() local
7555 PyObject *func, *res; slot_tp_repr() local
7574 PyObject *func, *res; slot_tp_hash() local
7756 PyObject *func = lookup_maybe_method(self, name_op[op], &unbound); slot_tp_richcompare() local
7772 PyObject *func, *res; slot_tp_iter() local
7886 PyObject *func, *result; slot_tp_new() local
7927 PyObject *func, *res; slot_am_await() local
7945 PyObject *func, *res; slot_am_aiter() local
7963 PyObject *func, *res; slot_am_anext() local
8625 PyObject *func = PyObject_GetAttr(super, &_Py_ID(__init_subclass__)); type_new_init_subclass() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1294 Apply (const ApplyFunc& func, in Apply() argument
1302 Apply (const ApplyFunc& func, in Apply() argument
1363 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() argument
1429 ApplyVar (const ApplyFunc& func, in ApplyVar() argument
1370 createApply( const Func<Sig>& func, const ExprP<typename Sig::Arg0>& arg0 = voidP(), const ExprP<typename Sig::Arg1>& arg1 = voidP(), const ExprP<typename Sig::Arg2>& arg2 = voidP(), const ExprP<typename Sig::Arg3>& arg3 = voidP()) createApply() argument
1449 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
1756 CFloatFunc1(const string& name, DoubleFunc1& func) CFloatFunc1() argument
1827 CFloatFunc2(const string& name, DoubleFunc2& func) CFloatFunc2() argument
2119 ExpFunc(const string& name, DoubleFunc1& func) ExpFunc() argument
2153 LogFunc(const string& name, DoubleFunc1& func) LogFunc() argument
2287 TrigFunc(const string& name, DoubleFunc1& func, const Interval& loEx, const Interval& hiEx) TrigFunc() argument
2432 ArcTrigFunc(const string& name, DoubleFunc1& func, double precisionULPs, const Interval& domain, const Interval& codomain) ArcTrigFunc() argument
3238 PreciseFunc1(const string& name, DoubleFunc1& func) PreciseFunc1() argument
3307 PreciseFunc2(const string& name, DoubleFunc2& func) PreciseFunc2() argument
4067 const Func<Sig_>& func = this->doGetScalarFunc(); doApply() local
4098 const Func<Sig>& func; global() member
5057 FuncCaseBase(const Context& context, const string& name, const FuncBase& func) FuncCaseBase() argument
5090 FuncCase(const Context& context, const string& name, const CaseFunc& func) FuncCase() argument
5148 InOutFuncCase(const Context& context, const string& name, const CaseFunc& func) InOutFuncCase() argument
5194 createFuncCase(const Context& context, const string& name, const Func<Sig>& func) createFuncCase() argument
5351 SimpleFuncCaseFactory(const Func<Sig>& func) SimpleFuncCaseFactory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1829 Apply (const ApplyFunc& func, in Apply() argument
1837 Apply (const ApplyFunc& func, in Apply() argument
1898 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() argument
1964 ApplyVar (const ApplyFunc& func, in ApplyVar() argument
1905 createApply( const Func<Sig>& func, const ExprP<typename Sig::Arg0>& arg0 = voidP(), const ExprP<typename Sig::Arg1>& arg1 = voidP(), const ExprP<typename Sig::Arg2>& arg2 = voidP(), const ExprP<typename Sig::Arg3>& arg3 = voidP()) createApply() argument
1995 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
2303 CFloatFunc1(const string& name, tcu::DoubleFunc1& func) CFloatFunc1() argument
2379 CFloatFunc2(const string& name, tcu::DoubleFunc2& func) CFloatFunc2() argument
2756 ExpFunc(const string& name, DoubleFunc1& func) ExpFunc() argument
2810 LogFunc(const string& name, DoubleFunc1& func) LogFunc() argument
3035 TrigFunc(const string& name, DoubleFunc1& func, const Interval& loEx, const Interval& hiEx) TrigFunc() argument
4177 PreciseFunc1(const string& name, DoubleFunc1& func) PreciseFunc1() argument
4267 PreciseFunc2(const string& name, DoubleFunc2& func) PreciseFunc2() argument
5498 const Func<Sig_>& func = this->doGetScalarFunc(); doApply() local
5529 const Func<Sig>& func; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp6507 const TFunction *func = functionCall->getFunction(); in checkTextureGather() local
6577 const TFunction *func = functionCall->getFunction(); in checkTextureOffset() local
5875 createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TFunction *func) createUnaryMath() argument
6701 const TFunction *func = functionCall->getFunction(); checkInterpolationFS() local
6736 const TFunction *func = functionCall->getFunction(); checkAtomicMemoryBuiltinFunctions() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4812 auto func = GetOnTouchTestFunc(); in GetOnChildTouchTestRet() local
4825 auto& func = gestureHub->GetOnTouchTestFunc(); in GetOnTouchTestFunc() local
5913 void FrameNode::SetJSCustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc) in SetJSCustomProperty() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7864 void AppMgrServiceInner::CacheLoadAbilityTask(const LoadAbilityTaskFunc&& func) in NotifyAppFaultBySA() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp893 auto func = JSRef<JSFunc>::Cast(getThisVarFunction); in ExistController() local
932 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in SetWebController() local
4056 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); HandleWindowNewEvent() local
4062 auto func = JSRef<JSFunc>::Cast(completeWindowNewFunction); HandleWindowNewEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2069 auto func = [this, keyboardHeight, safeHeight, supportAvoidance]() mutable { in AvoidanceLogic() local
2119 auto func = [this, keyboardHeight]() mutable { in OriginalAvoidanceLogic() local
2217 auto func = [weak, keyboardHeight, positionY, height, manager]() mutable { in OnVirtualKeyboardHeightChange() local
2342 auto func in OnCaretPositionChangeOrKeyboardHeightChange() local
5007 DoKeyboardAvoidAnimate(const KeyboardAnimationConfig& keyboardAnimationConfig, float keyboardHeight, const std::function<void()>& func) DoKeyboardAvoidAnimate() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h1389 void (*func)(struct kvm_irq_mask_notifier *kimn, bool masked); member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c10578 u8 func = (reg & I40E_GL_MDET_RX_FUNCTION_MASK) >> in i40e_handle_mdd_event() local
H A Di40e_type.h459 u16 func; member
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A Dr8169_main.c2625 u32 func = PCI_FUNC(tp->pci_dev->devfn); in rtl_csi_write() local
2636 u32 func = PCI_FUNC(tp->pci_dev->devfn); in rtl_csi_read() local
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dniu.c7934 static int niu_set_ldg_sid(struct niu *np, int ldg, int func, int vector) in niu_set_ldg_sid() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dips.h1049 ips_hw_func_t func; /* hw function pointers */ member
H A Dhpsa.c4649 warn_zero_length_transfer(struct ctlr_info *h, u8 *cdb, int cdb_len, const char *func) warn_zero_length_transfer() argument
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c12989 struct cfg80211_nan_func *func; in nl80211_nan_add_func() local
12936 handle_nan_filter(struct nlattr *attr_filter, struct cfg80211_nan_func *func, bool tx) handle_nan_filter() argument
[all...]
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H A Di915_drm.h194 } func; member
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dradeon_drm.h571 } func; member
602 } func; member
H A Di915_drm.h194 } func; member
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c1546 u64 (*func)(void); member

Completed in 199 milliseconds

1...<<151152153154155156157158159160>>...163