Home
last modified time | relevance | path

Searched defs:func (Results 2176 - 2200 of 2221) sorted by relevance

1...<<818283848586878889

/third_party/python/Lib/test/
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...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c2001 dhd_pktid_audit_ring_debug(dhd_pub_t *dhdp, dhd_pktid_map_t *map, uint32 pktid, const int test_for, void *msg, uint32 msg_len, const char *func) dhd_pktid_audit_ring_debug() argument
H A Ddhd_sdio.c7945 dhdsdio_probe(uint16 venid, uint16 devid, uint16 bus_no, uint16 slot, uint16 func, uint bustype, void *regsva, osl_t * osh, void *sdh) dhdsdio_probe() argument
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c548 static struct bpf_func_state *func(struct bpf_verifier_env *env, const struct bpf_reg_state *reg) in func() function
1998 struct bpf_func_state *func; in mark_all_scalars_precise() local
2034 struct bpf_func_state *func; in __mark_chain_precision() local
3198 update_stack_depth(struct bpf_verifier_env *env, const struct bpf_func_state *func, int off) update_stack_depth() argument
10966 struct bpf_prog *prog = env->prog, **func, *tmp; jit_subprogs() 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...]
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp2300 napi_threadsafe_function func = (napi_threadsafe_function)data; in napiCallThreadsafeFunction() local
3726 napi_value func = args[2]; // 2 : create async resouce arguments count. MakeCallback() local
3755 napi_value func = args[2]; MakeCallbackOne() local
8114 napi_threadsafe_function func = (napi_threadsafe_function)data; releaseThreadsafeFunction() local
8317 napi_threadsafe_function func = (napi_threadsafe_function)data; napiCallThreadsafeFunctionNull() local
9742 napi_value func = args[2]; makeCallbackTextNull() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3113 auto func = [](JSVM_Env env, JSVM_CallbackInfo info) -> JSVM_Value { in checkArgs() local
7228 JSVM_Value func = nullptr; in CallFunctionWithObject() local
7346 JSVM_Value func in CreateFunctionWithScript() local
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h503 int func; member
/third_party/mesa3d/include/drm-uapi/
H A Di915_drm.h304 } func; member
/third_party/libdrm/include/drm/
H A Dradeon_drm.h571 } func; member
602 } func; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c421 si_blend_remove_dst(unsigned *func, unsigned *src_factor, unsigned *dst_factor, in si_blend_remove_dst() argument
870 si_translate_fill(VkPolygonMode func) in si_translate_fill() argument
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp78 void __indirect_glAlphaFunc(GLenum func, GLclampf ref) { } in __indirect_glAlphaFunc() argument
128 void __indirect_glDepthFunc(GLenum func) { } in __indirect_glDepthFunc() argument
305 void __indirect_glStencilFunc(GLenum func, GLint ref, GLuint mask) { } in __indirect_glStencilFunc() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c8205 emit_comparison(struct svga_shader_emitter_v10 *emit, SVGA3dCmpFunc func, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src0, const struct tgsi_full_src_register *src1) emit_comparison() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c514 const struct dxil_func *func = dxil_get_function(&ctx->mod, in emit_unary_call() local
537 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.binary", overload); in emit_binary_call() local
561 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.tertiary", overload); in emit_tertiary_call() local
587 const struct dxil_func *func in emit_quaternary_call() local
609 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.threadId", DXIL_I32); emit_threadid_call() local
630 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.threadIdInGroup", DXIL_I32); emit_threadidingroup_call() local
651 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.flattenedThreadIdInGroup", DXIL_I32); emit_flattenedthreadidingroup_call() local
671 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.groupId", DXIL_I32); emit_groupid_call() local
695 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.bufferLoad", overload); emit_bufferload_call() local
714 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.bufferStore", overload); emit_bufferstore_call() local
737 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.textureLoad", overload); emit_textureload_call() local
761 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.textureStore", overload); emit_texturestore_call() local
785 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.atomicBinOp", DXIL_I32); emit_atomic_binop() local
809 const struct dxil_func *func = emit_atomic_cmpxchg() local
847 const struct dxil_func *func = emit_createhandle_call() local
1501 emit_entrypoint(struct ntd_context *ctx, const struct dxil_func *func, const char *name, const struct dxil_mdnode *signatures, const struct dxil_mdnode *resources, const struct dxil_mdnode *shader_props) emit_entrypoint() argument
2203 const struct dxil_func *func = dxil_get_function(&ctx->mod, emit_f16tof32() local
2228 const struct dxil_func *func = dxil_get_function(&ctx->mod, emit_f32tof16() local
2287 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.makeDouble", DXIL_F64); emit_make_double() local
2313 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.splitDouble", DXIL_F64); emit_split_double() local
2526 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.cbufferLoadLegacy", overload); load_ubo() local
2536 const struct dxil_func *func; emit_barrier_impl() local
2705 const struct dxil_func *func = call_unary_external_function() local
2753 const struct dxil_func *func = emit_load_tess_coord() local
3165 const struct dxil_func *func = dxil_get_function(&ctx->mod, is_patch_constant ? emit_store_output_via_intrinsic() local
3332 const struct dxil_func *func = dxil_get_function(&ctx->mod, func_name, overload); emit_load_input_via_intrinsic() local
3433 const struct dxil_func *func = dxil_get_function(&ctx->mod, func_name, DXIL_F32); emit_load_interpolated_input() local
3577 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.discard", DXIL_NONE); emit_discard_if_with_value() local
3614 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.emitStream", DXIL_NONE); emit_emit_vertex() local
3634 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.cutStream", DXIL_NONE); emit_end_primitive() local
3873 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.getDimensions", DXIL_NONE); emit_texture_size() local
4159 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.renderTargetGetSamplePosition", DXIL_NONE); emit_load_sample_pos_from_id() local
4635 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.sample", params->overload); emit_sample() local
4653 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.sampleBias", params->overload); emit_sample_bias() local
4673 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.sampleLevel", params->overload); emit_sample_level() local
4693 const struct dxil_func *func; emit_sample_cmp() local
4724 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.sampleGrad", params->overload); emit_sample_grad() local
4744 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.textureLoad", params->overload); emit_texel_fetch() local
4764 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.calculateLOD", DXIL_F32); emit_texture_lod() local
4784 const struct dxil_func *func = dxil_get_function(&ctx->mod, emit_texture_gather() local
5320 emit_function(struct ntd_context *ctx, nir_function *func) emit_function() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp7337 saveCpp << func << "\n"; in writeReplaySource() local
7347 saveCpp << func << "\n"; in writeReplaySource() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp1681 const char* GPUShaderFP64Test1::getUniformFunctionString(_uniform_function func) in getUniformFunctionString() argument
2138 bool GPUShaderFP64Test1::isMatrixUniformFunction(_uniform_function func) in isMatrixUniformFunction() argument
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c2377 uint64_t (*func)(wuffs_base__slice_u8 dst, member
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c308 size_t func; member
451 BcFunc *func; member
2379 void bc_func_free(void *func) { in bc_func_free() argument
3033 bc_parse_init(BcParse *p, BcProgram *prog, size_t func) bc_parse_init() argument
3094 BcFunc *func = p->func; bc_parse_setLabel() local
5371 BcFunc *func = bc_vec_item(&p->fns, idx); bc_program_insertFunc() local
5413 BcFunc *func = bc_vec_item(&p->fns, ip->func); bc_program_exec() local
[all...]

Completed in 251 milliseconds

1...<<818283848586878889