Home
last modified time | relevance | path

Searched refs:progress (Results 301 - 325 of 957) sorted by relevance

1...<<11121314151617181920>>...39

/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/
H A Dut_common_data.h38 void onProgress(uint32_t progress) override
40 progress_ = progress;
/kernel/linux/linux-6.6/fs/btrfs/
H A Dscrub.h7 u64 end, struct btrfs_scrub_progress *progress,
14 struct btrfs_scrub_progress *progress);
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c144 bool progress; in etna_optimize_loop() local
146 progress = false; in etna_optimize_loop()
149 progress |= OPT(s, nir_opt_copy_prop_vars); in etna_optimize_loop()
150 progress |= OPT(s, nir_opt_shrink_stores, true); in etna_optimize_loop()
151 progress |= OPT(s, nir_opt_shrink_vectors); in etna_optimize_loop()
152 progress |= OPT(s, nir_copy_prop); in etna_optimize_loop()
153 progress |= OPT(s, nir_opt_dce); in etna_optimize_loop()
154 progress |= OPT(s, nir_opt_cse); in etna_optimize_loop()
155 progress |= OPT(s, nir_opt_peephole_select, 16, true, true); in etna_optimize_loop()
156 progress | in etna_optimize_loop()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c287 bool progress = false; in opt_uniform_atomics() local
313 progress = true; in opt_uniform_atomics()
317 return progress; in opt_uniform_atomics()
323 bool progress = false; in nir_opt_uniform_atomics() local
339 progress = true; in nir_opt_uniform_atomics()
346 return progress; in nir_opt_uniform_atomics()
H A Dnir_lower_gs_intrinsics.c67 bool progress; member
128 state->progress = true; in rewrite_emit_vertex()
241 state->progress = true; in rewrite_end_primitive()
319 state->progress = true; in append_set_vertex_and_primitive_count()
387 state.progress = false; in nir_lower_gs_intrinsics()
450 return state.progress; in nir_lower_gs_intrinsics()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/
H A Dmmu.c360 if ( ppc_md.progress ) ppc_md.progress("hash:enter", 0x105); in MMU_init_hw()
384 if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322); in MMU_init_hw()
409 if (ppc_md.progress) in MMU_init_hw_patch()
410 ppc_md.progress("hash:patch", 0x345); in MMU_init_hw_patch()
411 if (ppc_md.progress) in MMU_init_hw_patch()
412 ppc_md.progress("hash:done", 0x205); in MMU_init_hw_patch()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_cse.cpp249 bool progress = false; in opt_cse_local() local
268 progress = true; in opt_cse_local()
377 return progress; in opt_cse_local()
384 bool progress = false; in opt_cse() local
388 progress = opt_cse_local(live, block, ip) || progress; in opt_cse()
391 if (progress) in opt_cse()
394 return progress; in opt_cse()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_page_transition_ffi.h30 CJ_EXPORT void FfiPageTransitionOnEnter(void (*callback)(int type, double progress));
31 CJ_EXPORT void FfiPageTransitionOnExit(void (*callback)(int type, double progress));
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/modifiers/
H A Dspeed.cpp41 step.progress = 1.f - step.progress; in ProcessOnStep()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_water_ripple_shader_filter_test.cpp45 float progress = 0.1f; in HWTEST_F() local
51 auto rsWaterRippleShaderFilter = std::make_shared<RSWaterRippleShaderFilter>(progress, waveCount, rippleCenterX, in HWTEST_F()
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c35 if (ppc_md.progress) in mpc5200_simple_setup_arch()
36 ppc_md.progress("mpc5200_simple_setup_arch()", 0); in mpc5200_simple_setup_arch()
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c35 if (ppc_md.progress) in mpc5200_simple_setup_arch()
36 ppc_md.progress("mpc5200_simple_setup_arch()", 0); in mpc5200_simple_setup_arch()
/third_party/lzma/CPP/7zip/Compress/
H A DCopyCoder.h29 HRESULT CopyStream(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
30 HRESULT CopyStream_ExactSize(ISequentialInStream *inStream, ISequentialOutStream *outStream, UInt64 size, ICompressProgressInfo *progress);
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c74 bool progress; in ir2_optimize_loop() local
76 progress = false; in ir2_optimize_loop()
79 progress |= OPT(s, nir_opt_copy_prop_vars); in ir2_optimize_loop()
80 progress |= OPT(s, nir_copy_prop); in ir2_optimize_loop()
81 progress |= OPT(s, nir_opt_dce); in ir2_optimize_loop()
82 progress |= OPT(s, nir_opt_cse); in ir2_optimize_loop()
83 /* progress |= OPT(s, nir_opt_gcm, true); */ in ir2_optimize_loop()
84 progress |= OPT(s, nir_opt_peephole_select, UINT_MAX, true, true); in ir2_optimize_loop()
85 progress |= OPT(s, nir_opt_intrinsics); in ir2_optimize_loop()
86 progress | in ir2_optimize_loop()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dstatus_receiver_host.cpp55 int32_t progress = data.ReadInt32(); in OnRemoteRequest() local
56 OnStatusNotify(progress); in OnRemoteRequest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_water_ripple_para.h31 void SetProgress(float progress) in SetProgress() argument
33 progress_ = progress; in SetProgress()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dqemu_e500.c41 ppc_md.progress("qemu_e500_setup_arch()", 0); in qemu_e500_setup_arch()
69 .progress = udbg_progress, in define_machine()
H A Dsbc8548.c86 if (ppc_md.progress) in sbc8548_setup_arch()
87 ppc_md.progress("sbc8548_setup_arch()", 0); in sbc8548_setup_arch()
133 .progress = udbg_progress, in define_machine()
H A Dxes_mpc85xx.c168 .progress = udbg_progress, in define_machine()
182 .progress = udbg_progress, in define_machine()
196 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H A Dqemu_e500.c42 ppc_md.progress("qemu_e500_setup_arch()", 0); in qemu_e500_setup_arch()
61 .progress = udbg_progress, in define_machine()
/third_party/curl/lib/
H A Dspeedcheck.c48 if((data->progress.current_speed >= 0) && data->set.low_speed_time) { in Curl_speedcheck()
49 if(data->progress.current_speed < data->set.low_speed_limit) { in Curl_speedcheck()
/third_party/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp15 void CLocalProgress::Init(IProgress *progress, bool inSizeIsMain) in Init() argument
18 _progress = progress; in Init()
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_indicator/
H A Dlinear_indicator_controller_test_ng.cpp29 auto onChange = [](int index, float progress) {}; in HWTEST_F()
60 auto onChange = [](int index, float progress) {}; in HWTEST_F()
86 auto onChange = [](int index, float progress) {}; in HWTEST_F()
/kernel/linux/linux-5.10/arch/powerpc/platforms/amigaone/
H A Dsetup.c78 if (ppc_md.progress) in amigaone_setup_arch()
79 ppc_md.progress("Linux/PPC "UTS_RELEASE"\n", 0); in amigaone_setup_arch()
166 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
H A Dmvme5100.c159 if (ppc_md.progress) in mvme5100_setup_arch()
160 ppc_md.progress("mvme5100_setup_arch()", 0); in mvme5100_setup_arch()
213 .progress = udbg_progress, in define_machine()

Completed in 11 milliseconds

1...<<11121314151617181920>>...39