Home
last modified time | relevance | path

Searched defs:func (Results 2076 - 2100 of 2221) sorted by relevance

1...<<818283848586878889

/third_party/python/Python/
H A Dspecialize.c1223 PyFunctionObject *func = (PyFunctionObject *)descriptor; in _Py_Specialize_BinarySubscr() local
1343 PyFunctionObject *func = (PyFunctionObject *)descriptor; in _Py_Specialize_StoreSubscr() local
1481 specialize_py_call(PyFunctionObject *func, _Py_CODEUNIT *instr, int nargs, in specialize_py_call() argument
[all...]
/third_party/python/Modules/
H A D_tkinter.c1601 EventFunc func; member
1692 var_invoke(EventFunc func, PyObject *selfptr, PyObject *args, int flags) in var_invoke() argument
2213 PyObject *func; member
2324 _tkinter_tkapp_createcommand_impl(TkappObject *self, const char *name, PyObject *func) _tkinter_tkapp_createcommand_impl() argument
2438 PyObject *func; global() member
2447 NewFHCD(PyObject *func, PyObject *file, int id) NewFHCD() argument
2485 PyObject *func, *file, *res; FileHandler() local
2488 func = data->func; FileHandler() local
2511 _tkinter_tkapp_createfilehandler_impl(TkappObject *self, PyObject *file, int mask, PyObject *func) _tkinter_tkapp_createfilehandler_impl() argument
2577 PyObject *func; global() member
2590 PyObject *func = v->func; _tkinter_tktimertoken_deletetimerhandler_impl() local
2605 Tktt_New(PyObject *func) Tktt_New() argument
2626 PyObject *func = v->func; Tktt_Dealloc() local
2650 PyObject *func = v->func; TimerHandler() local
2684 _tkinter_tkapp_createtimerhandler_impl(TkappObject *self, int milliseconds, PyObject *func) _tkinter_tkapp_createtimerhandler_impl() argument
[all...]
H A Ditertoolsmodule.c1271 PyObject *func; member
1288 itertools_dropwhile_impl(PyTypeObject *type, PyObject *func, PyObject *seq) in itertools_dropwhile_impl() argument
1436 PyObject *func; global() member
1451 itertools_takewhile_impl(PyTypeObject *type, PyObject *func, PyObject *seq) itertools_takewhile_impl() argument
1856 PyObject *func; global() member
1870 itertools_starmap_impl(PyTypeObject *type, PyObject *func, PyObject *seq) itertools_starmap_impl() argument
3978 PyObject *func; global() member
3994 itertools_filterfalse_impl(PyTypeObject *type, PyObject *func, PyObject *seq) itertools_filterfalse_impl() argument
[all...]
H A Darraymodule.c2957 PyObject *func = _PyEval_GetBuiltin(state->str_iter); in array_arrayiterator___reduce___impl() local
/third_party/python/Objects/
H A Dobmalloc.c2680 _PyMem_DebugCheckGIL(const char *func) in _PyMem_DebugCheckGIL() argument
2725 _PyMem_DebugCheckAddress(const char *func, char api, const void *p) in _PyMem_DebugCheckAddress() argument
H A Dbytesobject.c528 PyObject *func, *result; in format_obj() local
2593 PyObject *func; in bytes_new_impl() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp2407 VerifyIOFunc func; in addCompute16bitStorageUniform32To16Group() member
7497 VerifyIOFunc func; in addCompute16bitStorageUniform64To16Group() member
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp861 deUint32 func; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c67 drv_hifb_ioctl_func func; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c2974 kbasep_debug_command_func *func; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2882 kbasep_debug_command_func *func; member
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c3273 struct rockchip_pmx_func *func; in rockchip_pinctrl_parse_functions() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2956 kbasep_debug_command_func *func; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c3163 kbasep_debug_command_func *func; member
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2288 auto func = [this, callerInfo, changeType, componentType, deviceType]() { in ReportDistributedComponentChange() local
2320 auto func = [this, connectInfo, changeType, componentType, deviceType]() { in ReportDistributedComponentChange() local
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp3782 auto func = [&info, isPerm](const std::shared_ptr<Mission> &mission) { in GetAbilityRunningInfos() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2140 auto func = placementFuncMap_.find(placement_); in GetPositionWithPlacement() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1001 shared_ptr<JsValue> func = global->GetProperty(runtime, "__getUIContext__"); in CallGetUIContextFunc() local
1018 shared_ptr<JsValue> func = global->GetProperty(runtime, "__getFrameNodeByNodeId__"); in CallGetFrameNodeByNodeIdFunc() local
2340 shared_ptr<JsValue> func; in TimerCallJs() local
2425 shared_ptr<JsValue> func = defaultObject->GetProperty(runtime, appFuncName); CallAppFunc() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1626 JSRef<JSVal> func = jsObj->GetProperty("getPixelMap"); IsDrawable() local
1639 JSRef<JSVal> func = jsObj->GetProperty("readPixelsToBuffer"); IsPixelMap() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2989 shared_ptr<JsValue> func = global->GetProperty(runtime_, "callJS"); in FireJsEvent() local
3022 shared_ptr<JsValue> func = global->GetProperty(runtime_, "callJS"); in CallJs() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1988 auto func = [this, keyboardHeight]() { in OnVirtualKeyboardHeightChange() local
3346 void PipelineContext::AddScreenOnEvent(std::function<void()>&& func) in AddScreenOnEvent() argument
3358 void PipelineContext::AddScreenOffEvent(std::function<void()>&& func) in AddScreenOffEvent() argument
3434 void PipelineContext::PushVisibleCallback(NodeId id, double ratio, std::function<void(bool, double)>&& func) in PushVisibleCallback() argument
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp2780 AccessibilitySettingObserver::UpdateFunc func = [ = ](const std::string &state) { in RegisterProvisionCallback() local
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp4038 NAPI_EXTERN napi_status napi_call_threadsafe_function_with_priority(napi_threadsafe_function func, in napi_call_threadsafe_function_with_priority() argument
1193 napi_call_function(napi_env env, napi_value recv, napi_value func, size_t argc, const napi_value* argv, napi_value* result) napi_call_function() argument
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp551 std::function<bool(const std::string&)> func = [moduleManager](const std::string& moduleKey) -> bool { in ArkNativeEngine() local
1131 bool ArkNativeEngine::InitTaskPoolFunc(napi_env env, napi_value func, void* taskInfo) in InitTaskPoolFunc() argument
1866 Local<panda::FunctionRef> func = LocalValueFromJsValue(value); in GetSourceCodeInfo() local
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp653 auto func = [](napi_env env, napi_callback_info info) -> napi_value { in HWTEST_F() local
689 auto func = [](napi_env env, napi_callback_info info) -> napi_value { in HWTEST_F() local
756 auto func = [](napi_env env, napi_callback_info info) -> napi_value { in HWTEST_F() local
781 auto func in HWTEST_F() local
2096 auto func = [](napi_env env, napi_callback_info info) -> napi_value { HWTEST_F() local
3345 auto func = [](napi_env env, napi_callback_info info) -> napi_value { ObjectWithFinalizer() local
6129 napi_value func; HWTEST_F() local
6144 napi_value func = nullptr; HWTEST_F() local
6806 napi_threadsafe_function func = nullptr; HWTEST_F() local
[all...]

Completed in 143 milliseconds

1...<<818283848586878889