Home
last modified time | relevance | path

Searched defs:func (Results 3826 - 3850 of 4171) sorted by relevance

1...<<151152153154155156157158159160>>...167

/third_party/python/Objects/
H A Dbytesobject.c528 PyObject *func, *result; in format_obj() local
2593 PyObject *func; in bytes_new_impl() local
/third_party/python/Modules/
H A Darraymodule.c2957 PyObject *func = _PyEval_GetBuiltin(state->str_iter); in array_arrayiterator___reduce___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...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp196 GLenum GetBlendOp(BlendOp func) in GetBlendOp() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp830 napi_value func; in AttachPixelMapFunc() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp197 void PixelMap::SetFreePixelMapProc(CustomFreePixelMap func) in SetFreePixelMapProc() argument
208 void PixelMap::SetPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type, CustomFreePixelMap func) in SetPixelsAddr() argument
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2920 void AVSessionService::ReportStartCastBegin(std::string func, const OutputDeviceInfo& outputDeviceInfo, int32_t uid) in ReportStartCastBegin() argument
2927 void AVSessionService::ReportStartCastEnd(std::string func, const OutputDeviceInfo& outputDeviceInfo, in ReportStartCastEnd() argument

Completed in 158 milliseconds

1...<<151152153154155156157158159160>>...167