Home
last modified time | relevance | path

Searched refs:progress (Results 676 - 700 of 1061) sorted by relevance

1...<<21222324252627282930>>...43

/kernel/linux/linux-5.10/fs/btrfs/
H A Ddev-replace.c850 * Read progress of device replace status according to the state and last
1066 u64 progress; in btrfs_dev_replace_kthread() local
1069 progress = btrfs_dev_replace_progress(fs_info); in btrfs_dev_replace_kthread()
1070 progress = div_u64(progress, 10); in btrfs_dev_replace_kthread()
1076 (unsigned int)progress); in btrfs_dev_replace_kthread()
/third_party/mesa3d/src/amd/common/
H A Dac_debug.c685 int progress = 0; in ac_vm_fault_occured()
750 switch (progress) { in ac_vm_fault_occured()
753 progress = 1; in ac_vm_fault_occured()
765 progress = 0; in ac_vm_fault_occured()
768 progress = 0; in ac_vm_fault_occured()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp53 this->progress = false; in ir_algebraic_visitor()
81 bool progress; member in __anon7201::ir_algebraic_visitor
244 this->progress = true; in reassociate_operands()
1044 this->progress = true; in handle_rvalue()
1055 return v.progress; in do_algebraic()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp2588 auto callback = [this, inputRecords](ProgressInfo progress, UnifiedData &outputData) { in HWTEST_F()
2589 LOG_INFO(UDMF_TEST, "GetDataAsync01 callback begin status=%{public}u, progress=%{public}u, name=%{public}s.", in HWTEST_F()
2590 progress.status, progress.progress, progress.srcDevName.c_str()); in HWTEST_F()
2591 if (progress.status == ASYNC_IDLE || progress.status == ASYNC_RUNNING) { in HWTEST_F()
2594 ASSERT_EQ(progress.status, ASYNC_SUCCESS); in HWTEST_F()
2595 ASSERT_EQ(progress in HWTEST_F()
[all...]
/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp260 taskInfo.taskBody.progress = task.progress; in GetTaskInfo()
263 FIRMWARE_LOGI("GetTaskInfo existTask %{public}s status %{public}d , progress %{public}d", in GetTaskInfo()
265 taskInfo.taskBody.progress); in GetTaskInfo()
/base/update/updater/services/
H A Dupdater.cpp354 std::vector<std::string> progress = SplitString(outputInfo, ","); in HandleChildOutput() local
355 if (progress.size() != DEFAULT_PROCESS_NUM) { in HandleChildOutput()
356 LOG(ERROR) << "show progress with wrong arguments"; in HandleChildOutput()
358 frac = std::stof(progress[0]); in HandleChildOutput()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
H A Dbundle_mgr_code_signature_system_test.cpp70 void OnStatusNotify(const int32_t progress) override;
90 void StatusReceiverImpl::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
92 APP_LOGI("OnStatusNotify progress:%{public}d", progress); in OnStatusNotify()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dstatus_receiver_proxy.cpp617 void StatusReceiverProxy::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
619 APP_LOGI("service status %{public}d", progress); in OnStatusNotify()
629 if (!data.WriteInt32(progress)) { in OnStatusNotify()
630 APP_LOGE("fail to call OnStatusNotify, for write progress failed"); in OnStatusNotify()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp344 float progress = 0.0f; in SetWaterRipple() local
355 progress = GetSpecialValue(env, argValue[NUM_0]); in SetWaterRipple()
361 para->SetProgress(progress); in SetWaterRipple()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c473 if (ppc_md.progress) in p1022_ds_setup_arch()
474 ppc_md.progress("p1022_ds_setup_arch()", 0); in p1022_ds_setup_arch()
570 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c474 if (ppc_md.progress) in p1022_ds_setup_arch()
475 ppc_md.progress("p1022_ds_setup_arch()", 0); in p1022_ds_setup_arch()
562 .progress = udbg_progress, in define_machine()
/kernel/linux/linux-5.10/fs/
H A Dpnode.c444 bool progress = false; in __propagate_umount() local
468 progress = true; in __propagate_umount()
478 return progress; in __propagate_umount()
585 /* Check the child and parents while progress is made */ in propagate_umount()
/kernel/linux/linux-6.6/fs/
H A Dpnode.c482 bool progress = false; in __propagate_umount() local
506 progress = true; in __propagate_umount()
516 return progress; in __propagate_umount()
623 /* Check the child and parents while progress is made */ in propagate_umount()
/third_party/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp89 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)) in Code()
269 if (progress && (nowPos64 - prev) >= (1 << 22)) in Code()
272 RINOK(progress->SetRatioInfo(&nowPos64, &nowPos64)) in Code()
88 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c304 bool progress = false; in radv_nir_lower_ycbcr_textures() local
328 progress |= function_progress; in radv_nir_lower_ycbcr_textures()
331 return progress; in radv_nir_lower_ycbcr_textures()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dprogress.py297 progress = (self._passed + self._failed) * 100 // self._total
299 progress = 0
302 'progress': progress,
327 "\033[34m%%%(progress) 4d\033[0m|"
352 'status_line': ("[%(mins)02i:%(secs)02i|%%%(progress) 4d|"
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_ray_queries.c291 * processing. If the HW make any progress, it will write back some in lower_ray_query_intrinsic()
292 * data and as a side effect, clear the "done" bit. If no progress is in lower_ray_query_intrinsic()
541 bool progress = state.n_queries > 0; in brw_nir_lower_ray_queries() local
543 if (progress) { in brw_nir_lower_ray_queries()
559 return progress; in brw_nir_lower_ray_queries()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcjpeg.c242 fprintf(stderr, " -report Report compression progress\n"); in usage()
561 struct cdjpeg_progress_mgr progress; in cjpeg() local
690 start_progress_monitor((j_common_ptr)&cinfo, &progress); in cjpeg()
691 progress.report = report; in cjpeg()
H A Djcmaster.c518 /* Set up progress monitor's pass info if present */ in prepare_for_pass()
519 if (cinfo->progress != NULL) { in prepare_for_pass()
520 cinfo->progress->completed_passes = master->pass_number; in prepare_for_pass()
521 cinfo->progress->total_passes = master->total_passes; in prepare_for_pass()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieAnimation.java46 private float mProgress; // animation progress in the range of 0.0f to 1.0f
265 public void setProgress(float progress) { in setProgress() argument
268 mProgress = progress; in setProgress()
475 boolean wideColorGamut, float progress, in nDrawFrame()
474 nDrawFrame(long nativeProxy, int width, int height, boolean wideColorGamut, float progress, int backgroundColor, boolean forceDraw) nDrawFrame() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c146 "uncleanly. Please boot Windows or use the --force option to progress.\n";
370 " -q, --quiet Do not display any progress bars\n" in usage()
371 " -f, --force Force to progress (DANGEROUS)\n" in usage()
946 struct progress_bar progress; local
960 progress_init(&progress, p_counter, nr_clusters, 100);
980 progress_update(&progress, ++p_counter);
990 progress_update(&progress, ++p_counter);
1000 struct progress_bar *progress, u64 *p_counter)
1014 progress_update(progress, ++(*p_counter));
1025 struct progress_bar progress; local
999 write_empty_clusters(s32 csize, s64 count, struct progress_bar *progress, u64 *p_counter) global() argument
1966 struct progress_bar progress; global() local
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1364 auto progress = NapiUtils::CreateObject(context->GetEnv()); in AddCurlHandle() local
1365 if (NapiUtils::GetValueType(context->GetEnv(), progress) == napi_undefined) { in AddCurlHandle()
1370 NapiUtils::SetUint32Property(context->GetEnv(), progress, "receiveSize", static_cast<uint32_t>(dlLen.nLen)); in AddCurlHandle()
1371 NapiUtils::SetUint32Property(context->GetEnv(), progress, "totalSize", static_cast<uint32_t>(dlLen.tLen)); in AddCurlHandle()
1374 std::make_pair(NapiUtils::GetUndefined(context->GetEnv()), progress)); in AddCurlHandle()
1385 auto progress = NapiUtils::CreateObject(context->GetEnv()); in AddCurlHandle() local
1386 if (NapiUtils::GetValueType(context->GetEnv(), progress) == napi_undefined) { in AddCurlHandle()
1390 NapiUtils::SetUint32Property(context->GetEnv(), progress, "sendSize", in AddCurlHandle()
1392 NapiUtils::SetUint32Property(context->GetEnv(), progress, "totalSize", in AddCurlHandle()
1395 std::make_pair(NapiUtils::GetUndefined(context->GetEnv()), progress)); in AddCurlHandle()
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c1496 bool progress; in vc4_optimize_nir() local
1503 progress = false; in vc4_optimize_nir()
1506 NIR_PASS(progress, s, nir_lower_alu_to_scalar, NULL, NULL); in vc4_optimize_nir()
1507 NIR_PASS(progress, s, nir_lower_phis_to_scalar, false); in vc4_optimize_nir()
1508 NIR_PASS(progress, s, nir_copy_prop); in vc4_optimize_nir()
1509 NIR_PASS(progress, s, nir_opt_remove_phis); in vc4_optimize_nir()
1510 NIR_PASS(progress, s, nir_opt_dce); in vc4_optimize_nir()
1511 NIR_PASS(progress, s, nir_opt_dead_cf); in vc4_optimize_nir()
1512 NIR_PASS(progress, s, nir_opt_cse); in vc4_optimize_nir()
1513 NIR_PASS(progress, in vc4_optimize_nir()
[all...]
/base/update/updater/test/unittest/flashd_test/
H A Dflash_host_unittest.cpp70 int TestFlashProgress(uint16_t command, const std::string &cmd, uint32_t progress) in TestFlashProgress() argument
104 uint32_t percentage = 30; // 30 progress in TestFlashProgress()
110 percentage = static_cast<uint32_t>(progress); in TestFlashProgress()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp277 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, float progress) in UpdateInteractiveAnimation()
282 interactiveAnimation->interactiveAnimation_->SetFraction(progress); in UpdateInteractiveAnimation()
276 UpdateInteractiveAnimation( const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, float progress) UpdateInteractiveAnimation() argument

Completed in 33 milliseconds

1...<<21222324252627282930>>...43