Home
last modified time | relevance | path

Searched defs:execute (Results 476 - 500 of 529) sorted by relevance

1...<<11121314151617181920>>...22

/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp758 NapiCreateAsyncWork(napi_env env, unique_ptr<AsyncContext> &asyncContext, const string &resourceName, void (*execute)(napi_env, void *), void (*complete)(napi_env, napi_status, void *)) NapiCreateAsyncWork() argument
[all...]
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp670 NapiCreateAsyncWork(napi_env env, unique_ptr<AsyncContext> &asyncContext, const string &resourceName, void (*execute)(napi_env, void *), void (*complete)(napi_env, napi_status, void *)) NapiCreateAsyncWork() argument
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dkvm_emulate.h339 int (*execute)(struct x86_emulate_ctxt *ctxt); member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c135 u16 access = 0, execute = 0; in t4vf_wr_mbox_core() local
87 t4vf_record_mbox(struct adapter *adapter, const __be64 *cmd, int size, int access, int execute) t4vf_record_mbox() argument
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dnvmet.h345 void (*execute)(struct nvmet_req *req); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c2322 nvbios_post(struct nvkm_subdev *subdev, bool execute) in nvbios_post() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c136 u16 access = 0, execute = 0; in t4vf_wr_mbox_core() local
88 t4vf_record_mbox(struct adapter *adapter, const __be64 *cmd, int size, int access, int execute) t4vf_record_mbox() argument
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dnvmet.h389 void (*execute)(struct nvmet_req *req); member
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dkvm_emulate.h332 int (*execute)(struct x86_emulate_ctxt *ctxt); member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c2322 nvbios_post(struct nvkm_subdev *subdev, bool execute) in nvbios_post() argument
[all...]
/third_party/node/src/
H A Dnode_api.cc1154 Work(node_jsvm_env env, v8::Local<v8::Object> async_resource, v8::Local<v8::String> async_resource_name, jsvm_async_execute_callback execute, jsvm_async_complete_callback complete = nullptr, void* data = nullptr) Work() argument
1173 New(node_jsvm_env env, v8::Local<v8::Object> async_resource, v8::Local<v8::String> async_resource_name, jsvm_async_execute_callback execute, jsvm_async_complete_callback complete, void* data) New() argument
1224 jsvm_create_async_work(JSVM_Env env, JSVM_Value async_resource, JSVM_Value async_resource_name, jsvm_async_execute_callback execute, jsvm_async_complete_callback complete, void* data, jsvm_async_work* result) jsvm_create_async_work() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c1276 iris_schedule_compile(struct iris_screen *screen, struct util_queue_fence *ready_fence, struct util_debug_callback *dbg, struct iris_threaded_compile_job *job, util_queue_execute_func execute) iris_schedule_compile() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp699 void TextureFilteringTestInstance::execute (void) in execute() function in vkt::texture::__anon28875::TextureFilteringTestInstance
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp8616 void AtomicUsageTest<API>::execute(typename TestCaseBase<API>::TestShaderType tested_shader_type, glw::GLuint binding, in execute() function in glcts::ArraysOfArrays::AtomicUsageTest
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp566 void FragmentOutExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute() function in deqp::gls::ShaderExecUtil::FragmentOutExecutor
1207 void ComputeShaderExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute() function in deqp::gls::ShaderExecUtil::ComputeShaderExecutor
1365 void TessControlExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute() function in deqp::gls::ShaderExecUtil::TessControlExecutor
1486 void TessEvaluationExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute() function in deqp::gls::ShaderExecUtil::TessEvaluationExecutor
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp699 void TextureFilteringTestInstance::execute (void) in execute() function in vkt::texture::__anon30024::TextureFilteringTestInstance
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py36 from ctsbuild.common import DEQP_DIR, execute namespace
H A Dgen_framework_sc.py36 from ctsbuild.common import DEQP_DIR, execute namespace
H A Dohos_gen_framework.py37 from ctsbuild.common import DEQP_DIR, execute namespace
/third_party/vk-gl-cts/modules/egl/
H A DteglRobustnessTests.cpp1361 void ContextResetCase::execute (glw::Functions& gl) in execute() function in deqp::egl::__anon30383::ContextResetCase
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp43 napi_async_execute_callback execute = nullptr; member
[all...]
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp4980 HandleAsyncWork(napi_env env, AsyncContext *context, std::string workName, napi_async_execute_callback execute, napi_async_complete_callback complete) HandleAsyncWork() argument
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1324 auto execute = [want, userId, infos = scbAbilityInfos, errCode]() { in OnGetAllAbilityInfos() local
1373 auto execute = [bundleNames = std::move(bundleNames), userId, infos = scbAbilityInfos, errCode] { in OnGetBatchAbilityInfos() local
2181 auto execute = [infos = windowVisibilityInfos]() { in OnGetAllWindowVisibilityInfos() local
2926 NapiAsyncTask::ExecuteCallback execute = [persistentId, scaleParam, pixelPtr]() { in OnGetSessionSnapshotPixelMap() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h418 struct qreg execute; member
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp981 void ClearCommand::execute(SkCanvas* canvas) const { canvas->clear(fColor); } in execute() function in ClearCommand
996 void ClipPathCommand::execute(SkCanvas* canvas) const { canvas->clipPath(fPath, fOp, fDoAA); } in execute() function in ClipPathCommand
1017 void ClipRegionCommand::execute(SkCanvas* canvas) const { canvas->clipRegion(fRegion, fOp); } in execute() function in ClipRegionCommand
1033 void ClipRectCommand::execute(SkCanvas* canvas) const { canvas->clipRect(fRect, fOp, fDoAA); } in execute() function in ClipRectCommand
1053 void ClipRRectCommand::execute(SkCanvas* canvas) const { canvas->clipRRect(fRRect, fOp, fDoAA); } in execute() function in ClipRRectCommand
1074 void ClipShaderCommand::execute(SkCanvas* canvas) const { canvas->clipShader(fShader, fOp); } in execute() function in ClipShaderCommand
1091 void ResetClipCommand::execute(SkCanvas* canvas) const { SkCanvasPriv::ResetClip(canvas); } in execute() function in ResetClipCommand
1097 void ConcatCommand::execute(SkCanvas* canvas) const { canvas->concat(fMatrix); } in execute() function in ConcatCommand
1131 void Concat44Command::execute(SkCanvas* canvas) const { canvas->concat(fMatrix); } in execute() function in Concat44Command
1146 void DrawAnnotationCommand::execute(SkCanva function in DrawAnnotationCommand
1181 void DrawImageCommand::execute(SkCanvas* canvas) const { execute() function in DrawImageCommand
1242 void DrawImageLatticeCommand::execute(SkCanvas* canvas) const { execute() function in DrawImageLatticeCommand
1290 void DrawImageRectCommand::execute(SkCanvas* canvas) const { execute() function in DrawImageRectCommand
1345 void DrawImageRectLayerCommand::execute(SkCanvas* canvas) const { execute() function in DrawImageRectLayerCommand
1392 void DrawOvalCommand::execute(SkCanvas* canvas) const { canvas->drawOval(fOval, fPaint); } execute() function in DrawOvalCommand
1431 void DrawArcCommand::execute(SkCanvas* canvas) const { execute() function in DrawArcCommand
1466 void DrawPaintCommand::execute(SkCanvas* canvas) const { canvas->drawPaint(fPaint); } execute() function in DrawPaintCommand
1484 void DrawBehindCommand::execute(SkCanvas* canvas) const { execute() function in DrawBehindCommand
1506 void DrawPathCommand::execute(SkCanvas* canvas) const { canvas->drawPath(fPath, fPaint); } execute() function in DrawPathCommand
1527 void DrawRegionCommand::execute(SkCanvas* canvas) const { canvas->drawRegion(fRegion, fPaint); } execute() function in DrawRegionCommand
1550 void BeginDrawPictureCommand::execute(SkCanvas* canvas) const { execute() function in BeginDrawPictureCommand
1583 void EndDrawPictureCommand::execute(SkCanvas* canvas) const { execute() function in EndDrawPictureCommand
1595 void DrawPointsCommand::execute(SkCanvas* canvas) const { execute() function in DrawPointsCommand
1644 void DrawTextBlobCommand::execute(SkCanvas* canvas) const { execute() function in DrawTextBlobCommand
1737 void DrawPatchCommand::execute(SkCanvas* canvas) const { execute() function in DrawPatchCommand
1771 void DrawRectCommand::execute(SkCanvas* canvas) const { canvas->drawRect(fRect, fPaint); } execute() function in DrawRectCommand
1790 void DrawRRectCommand::execute(SkCanvas* canvas) const { canvas->drawRRect(fRRect, fPaint); } execute() function in DrawRRectCommand
1814 void DrawDRRectCommand::execute(SkCanvas* canvas) const { execute() function in DrawDRRectCommand
1839 void DrawShadowCommand::execute(SkCanvas* canvas) const { execute() function in DrawShadowCommand
1890 void DrawEdgeAAQuadCommand::execute(SkCanvas* canvas) const { execute() function in DrawEdgeAAQuadCommand
1917 void DrawEdgeAAImageSetCommand::execute(SkCanvas* canvas) const { execute() function in DrawEdgeAAImageSetCommand
1932 void DrawDrawableCommand::execute(SkCanvas* canvas) const { execute() function in DrawDrawableCommand
1946 void DrawVerticesCommand::execute(SkCanvas* canvas) const { execute() function in DrawVerticesCommand
1971 void DrawAtlasCommand::execute(SkCanvas* canvas) const { execute() function in DrawAtlasCommand
1987 void RestoreCommand::execute(SkCanvas* canvas) const { canvas->restore(); } execute() function in RestoreCommand
1991 void SaveCommand::execute(SkCanvas* canvas) const { canvas->save(); } execute() function in SaveCommand
2001 void SaveLayerCommand::execute(SkCanvas* canvas) const { execute() function in SaveLayerCommand
2035 void SetMatrixCommand::execute(SkCanvas* canvas) const { canvas->setMatrix(fMatrix); } execute() function in SetMatrixCommand
2048 void SetM44Command::execute(SkCanvas* canvas) const { canvas->setMatrix(fMatrix); } execute() function in SetM44Command
[all...]

Completed in 86 milliseconds

1...<<11121314151617181920>>...22