/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | dev-replace.c | 850 * 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 D | ac_debug.c | 685 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 D | opt_algebraic.cpp | 53 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 D | udmf_client_test.cpp | 2588 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 D | update_service_impl_firmware.cpp | 260 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 D | updater.cpp | 354 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 D | bundle_mgr_code_signature_system_test.cpp | 70 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 D | status_receiver_proxy.cpp | 617 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 D | filter_napi.cpp | 344 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 D | p1022_ds.c | 473 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 D | p1022_ds.c | 474 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 D | pnode.c | 444 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 D | pnode.c | 482 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 D | FilterCoder.cpp | 89 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 D | radv_nir_lower_ycbcr_textures.c | 304 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 D | progress.py | 297 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 D | brw_nir_lower_ray_queries.c | 291 * 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 D | cjpeg.c | 242 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 D | jcmaster.c | 518 /* 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 D | SkottieAnimation.java | 46 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 D | ntfsclone.c | 146 "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 D | http_exec.cpp | 1364 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 D | vc4_program.c | 1496 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 D | flash_host_unittest.cpp | 70 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 D | rosen_animation_utils.cpp | 277 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
|