Home
last modified time | relevance | path

Searched refs:progress (Results 376 - 400 of 814) sorted by relevance

1...<<11121314151617181920>>...33

/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/button/router/
H A Dindex.js89 progress: 10,
104 this.progress=i
105 this.downloadText = this.progress + "%";
106 this.$element('download-btn').setProgress({ progress: this.progress });
107 if(this.progress>=100){
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/button/router/
H A Dindex.js89 progress: 10,
104 this.progress=i
105 this.downloadText = this.progress + "%";
106 this.$element('download-btn').setProgress({ progress: this.progress });
107 if(this.progress>=100){
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_lower_subgroups.c408 bool progress = true; in lower_block() local
418 progress = inner_progress = true; in lower_block()
424 return progress; in lower_block()
430 bool progress = false; in ir3_lower_subgroups() local
433 progress |= lower_block(ir, &block); in ir3_lower_subgroups()
435 return progress; in ir3_lower_subgroups()
H A Dir3_legalize.c583 bool progress = false; in opt_jump() local
596 progress = true; in opt_jump()
634 progress = true; in opt_jump()
640 return progress; in opt_jump()
916 bool progress; in ir3_legalize() local
958 progress = false; in ir3_legalize()
960 progress |= legalize_block(ctx, block); in ir3_legalize()
962 } while (progress); in ir3_legalize()
971 progress |= apply_fine_deriv_macro(ctx, block); in ir3_legalize()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_constant_propagation.cpp84 progress = false; in ir_constant_propagation_visitor()
119 bool progress; member in __anon7204::ir_constant_propagation_visitor
135 this->progress = true; in constant_folding()
143 this->progress = true; in constant_folding()
245 this->progress = true; in constant_propagation()
529 return v.progress; in do_constant_propagation()
H A Dlower_distance.cpp64 : progress(false), old_distance_out_var(NULL), in lower_distance_visitor()
75 : progress(false), in lower_distance_visitor()
99 bool progress; member in __anon7184::lower_distance_visitor
161 this->progress = true; in visit()
380 this->progress = true; in handle_rvalue()
684 return v2.progress; in lower_clip_cull_distance()
H A Dopt_function_inlining.cpp48 progress = false; in ir_function_inlining_visitor()
62 bool progress; member in __anon7211::ir_function_inlining_visitor
79 return v.progress; in do_function_inlining()
329 this->progress = true; in visit_enter()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c4430 bool progress; in bi_optimize_nir() local
4433 NIR_PASS(progress, nir, nir_lower_regs_to_ssa); in bi_optimize_nir()
4443 NIR_PASS(progress, nir, pan_nir_lower_64bit_intrin); in bi_optimize_nir()
4444 NIR_PASS(progress, nir, pan_lower_helper_invocation); in bi_optimize_nir()
4446 NIR_PASS(progress, nir, nir_lower_int64); in bi_optimize_nir()
4452 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options); in bi_optimize_nir()
4454 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options); in bi_optimize_nir()
4455 NIR_PASS(progress, nir, nir_lower_alu_to_scalar, bi_scalarize_filter, NULL); in bi_optimize_nir()
4456 NIR_PASS(progress, nir, nir_lower_load_const_to_scalar); in bi_optimize_nir()
4459 progress in bi_optimize_nir()
4968 bool progress = true; bi_compile_variant_nir() local
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp81 // progress: NotificationProgress in SetNotificationLocalLiveViewContent()
83 napi_value progress = nullptr; in SetNotificationLocalLiveViewContent() local
84 napi_create_object(env, &progress); in SetNotificationLocalLiveViewContent()
85 if (!SetProgress(env, localLiveViewContent->GetProgress(), progress)) { in SetNotificationLocalLiveViewContent()
89 napi_set_named_property(env, result, "progress", progress); in SetNotificationLocalLiveViewContent()
142 napi_value Common::SetProgress(const napi_env &env, const NotificationProgress &progress, napi_value &result) in SetProgress() argument
148 napi_create_int32(env, progress.GetCurrentValue(), &value); in SetProgress()
152 napi_create_int32(env, progress.GetMaxValue(), &value); in SetProgress()
156 napi_get_boolean(env, progress in SetProgress()
690 NotificationProgress progress; GetNotificationLocalLiveViewProgress() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_page_transition.cpp166 RouteType type, const float& progress) { in JsHandlerOnEnter()
169 func->Execute(type, progress); in JsHandlerOnEnter()
188 RouteType type, const float& progress) { in JsHandlerOnExit()
191 func->Execute(type, progress); in JsHandlerOnExit()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_base_test.cpp200 Progress progress; in HWTEST_F() local
201 progress.downloadSize = DOWNLOAD_SIZE; in HWTEST_F()
202 progress.totalSize = TOTAL_SIZE; in HWTEST_F()
206 auto ret = progress.Marshalling(parcel); in HWTEST_F()
/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp61 DeclareGet(float, "progress", GetProgress); in Init()
208 float progress = 0.0; in GetProgress() local
210 ExecSyncTask([a, &progress]() { in GetProgress()
212 progress = a->Progress()->GetValue(); in GetProgress()
218 return NapiApi::Value<float>(ctx, progress); in GetProgress()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_opt_outputs.c309 bool progress = false; in ac_nir_optimize_outputs() local
316 progress |= in ac_nir_optimize_outputs()
321 if (progress) { in ac_nir_optimize_outputs()
327 return progress; in ac_nir_optimize_outputs()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.h277 ICompressProgressInfo *progress,
345 ICompressProgressInfo *progress,
405 void Code(ICompressProgressInfo *progress);
436 ICompressProgressInfo *progress,
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c49 static int progress; in print_current_values() local
52 switch (progress) { in print_current_values()
59 progress = (progress + 1) % 4; in print_current_values()
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp348 static uint16_t progress = 20; // 20: progress in OnClick() local
362 progress = 100; // 100 progress in OnClick()
375 circleProgress_->SetValue(progress); in OnClick()
392 progress++; in OnClick()
393 circleProgress_->SetValue(progress); in OnClick()
395 progress--; in OnClick()
396 circleProgress_->SetValue(progress); in OnClick()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c725 bool progress = false; in nir_lower_vars_to_ssa_impl() local
747 progress = true; in nir_lower_vars_to_ssa_impl()
752 if (!progress) { in nir_lower_vars_to_ssa_impl()
807 return progress; in nir_lower_vars_to_ssa_impl()
813 bool progress = false; in nir_lower_vars_to_ssa() local
817 progress |= nir_lower_vars_to_ssa_impl(function->impl); in nir_lower_vars_to_ssa()
820 return progress; in nir_lower_vars_to_ssa()
H A Dnir_lower_double_ops.c727 bool progress = in nir_lower_doubles_impl() local
733 if (progress && (options & nir_lower_fp64_full_software)) { in nir_lower_doubles_impl()
744 } else if (progress) { in nir_lower_doubles_impl()
751 return progress; in nir_lower_doubles_impl()
759 bool progress = false; in nir_lower_doubles() local
763 progress |= nir_lower_doubles_impl(function->impl, softfp64, options); in nir_lower_doubles()
767 return progress; in nir_lower_doubles()
H A Dnir_lower_scratch.c185 bool progress = false; in nir_lower_vars_to_scratch() local
223 progress = true; in nir_lower_vars_to_scratch()
233 return progress; in nir_lower_vars_to_scratch()
H A Dnir_lower_memcpy.c190 bool progress = false; in nir_lower_memcpy() local
194 progress = true; in nir_lower_memcpy()
197 return progress; in nir_lower_memcpy()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp610 void RenderButton::SetProgress(uint32_t progress) in SetProgress() argument
613 if (progress >= static_cast<uint32_t>(round(DOWNLOAD_FULL_PERCENT))) { in SetProgress()
617 progressDisplay_ = progress > 0 ? true : false; in SetProgress()
618 progressPercent_ = progress / DOWNLOAD_FULL_PERCENT; in SetProgress()
624 if (!NearEqual(progress, previousValue_)) { in SetProgress()
626 percentChange_ = progress - previousValue_; in SetProgress()
627 previousValue_ = progress; in SetProgress()
651 buttonController->SetProgressCallback([weak = AceType::WeakClaim(this)](uint32_t progress) { in UpdateDownloadStyles()
654 renderButton->SetProgress(progress); in UpdateDownloadStyles()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2441 bool progress; in ttn_optimize_nir() local
2444 progress = false; in ttn_optimize_nir()
2451 * might be able to make progress after it. in ttn_optimize_nir()
2453 NIR_PASS(progress, nir, nir_remove_dead_variables, in ttn_optimize_nir()
2458 NIR_PASS(progress, nir, nir_opt_copy_prop_vars); in ttn_optimize_nir()
2459 NIR_PASS(progress, nir, nir_opt_dead_write_vars); in ttn_optimize_nir()
2469 NIR_PASS(progress, nir, nir_copy_prop); in ttn_optimize_nir()
2470 NIR_PASS(progress, nir, nir_opt_remove_phis); in ttn_optimize_nir()
2471 NIR_PASS(progress, nir, nir_opt_dce); in ttn_optimize_nir()
2473 progress in ttn_optimize_nir()
[all...]
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.cpp126 int32_t progress = currentPositionMs * 100 / durationMs; in DoReportMediaProgress() local
127 MEDIA_LOG_D("EVENT_AUDIO_PROGRESS position updated: " PUBLIC_LOG_D32, progress); in DoReportMediaProgress()
128 obs->OnInfo(TransCoderOnInfoType::INFO_TYPE_PROGRESS_UPDATE, progress); in DoReportMediaProgress()
/third_party/lzma/CPP/7zip/Compress/
H A DXzEncoder.cpp220 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)) in Code()
228 progressWrap.Init(progress); in Code()
232 res = XzEnc_Encode(_encoder, &outWrap.vt, &inWrap.vt, progress ? &progressWrap.vt : NULL); in Code()
234 // SRes res = Xz_Encode(&outWrap.vt, &inWrap.vt, &xzProps, progress ? &progressWrap.vt : NULL); in Code()
219 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 * , ICompressProgressInfo *progress) Code() argument
H A DLzma2Decoder.cpp85 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress)) in Code()
139 progressWrap.Init(progress); in Code()
157 progress ? &progressWrap.vt : NULL); in Code()
84 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument

Completed in 26 milliseconds

1...<<11121314151617181920>>...33