Home
last modified time | relevance | path

Searched refs:progress (Results 426 - 450 of 957) sorted by relevance

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

/third_party/lzma/C/
H A DXzEnc.c749 ICompressProgressPtr progress, in Xz_CompressBlock()
882 progress); in Xz_CompressBlock()
941 ICompressProgressPtr progress; member
952 return ICompressProgress_Progress(p->progress, inSize, outSize); in CompressProgress_XzEncOffset_Progress()
1161 SRes XzEnc_Encode(CXzEncHandle p, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, ICompressProgressPtr progress) in XzEnc_Encode() argument
1208 p->mtCoder.progress = progress; in XzEnc_Encode()
1248 progress2.progress = progress; in XzEnc_Encode()
1305 progress in XzEnc_Encode()
736 Xz_CompressBlock( CLzma2WithFilters *lzmaf, ISeqOutStreamPtr outStream, Byte *outBufHeader, Byte *outBufData, size_t outBufDataLimit, ISeqInStreamPtr inStream, const Byte *inBuf, size_t inBufSize, const CXzProps *props, ICompressProgressPtr progress, int *inStreamFinished, CXzEncBlockInfo *blockSizes, ISzAllocPtr alloc, ISzAllocPtr allocBig) Xz_CompressBlock() argument
1337 Xz_Encode(ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, const CXzProps *props, ICompressProgressPtr progress) Xz_Encode() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c104 bool progress; member
944 state->progress = true; in copy_prop_vars_block()
983 state->progress = true; in copy_prop_vars_block()
1034 state->progress = true; in copy_prop_vars_block()
1052 state->progress = true; in copy_prop_vars_block()
1089 state->progress = true; in copy_prop_vars_block()
1122 state->progress = true; in copy_prop_vars_block()
1306 if (state.progress) { in nir_copy_prop_vars_impl()
1314 return state.progress; in nir_copy_prop_vars_impl()
1320 bool progress in nir_opt_copy_prop_vars() local
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc72 // A WriterDelegate that logs progress once per second.
1146 // Tests progress reporting while zipping files.
1158 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
1160 LOG(INFO) << "Progress #" << progress_count << ": " << progress; in TEST_F()
1163 EXPECT_GE(progress.bytes, last_progress.bytes); in TEST_F()
1164 EXPECT_GE(progress.files, last_progress.files); in TEST_F()
1165 EXPECT_GE(progress.directories, last_progress.directories); in TEST_F()
1167 last_progress = progress; in TEST_F()
1183 // Tests throttling of progress reporting while zipping files.
1195 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc72 // A WriterDelegate that logs progress once per second.
1146 // Tests progress reporting while zipping files.
1158 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
1160 LOG(INFO) << "Progress #" << progress_count << ": " << progress; in TEST_F()
1163 EXPECT_GE(progress.bytes, last_progress.bytes); in TEST_F()
1164 EXPECT_GE(progress.files, last_progress.files); in TEST_F()
1165 EXPECT_GE(progress.directories, last_progress.directories); in TEST_F()
1167 last_progress = progress; in TEST_F()
1183 // Tests throttling of progress reporting while zipping files.
1195 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
[all...]
H A Dzip.h78 std::ostream& operator<<(std::ostream& out, const Progress& progress);
80 // Callback reporting the progress of a ZIP creation operation.
124 // Optional progress reporting callback.
187 UnzipProgressCallback progress; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c580 bool progress = false; in d3d12_lower_state_vars() local
604 progress |= lower_instr(nir_instr_as_intrinsic(instr), in d3d12_lower_state_vars()
616 if (progress) { in d3d12_lower_state_vars()
653 return progress; in d3d12_lower_state_vars()
952 bool progress = nir_shader_lower_instructions(s, is_multisampling_instr, lower_multisampling_instr, NULL); in d3d12_disable_multisampling()
958 progress = true; in d3d12_disable_multisampling()
965 progress = true; in d3d12_disable_multisampling()
970 return progress; in d3d12_disable_multisampling()
1046 bool progress = false; in d3d12_split_multistream_varyings() local
1068 progress in d3d12_split_multistream_varyings()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3162 bool progress; in ntt_optimize_nir() local
3168 progress = false; in ntt_optimize_nir()
3173 NIR_PASS(progress, s, nir_copy_prop); in ntt_optimize_nir()
3174 NIR_PASS(progress, s, nir_opt_algebraic); in ntt_optimize_nir()
3175 NIR_PASS(progress, s, nir_opt_constant_folding); in ntt_optimize_nir()
3176 NIR_PASS(progress, s, nir_opt_remove_phis); in ntt_optimize_nir()
3177 NIR_PASS(progress, s, nir_opt_conditional_discard); in ntt_optimize_nir()
3178 NIR_PASS(progress, s, nir_opt_dce); in ntt_optimize_nir()
3179 NIR_PASS(progress, s, nir_opt_dead_cf); in ntt_optimize_nir()
3180 NIR_PASS(progress, in ntt_optimize_nir()
3793 bool progress; nir_to_tgsi_options() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c124 my_progress_ptr myprog = (my_progress_ptr)dinfo->progress; in my_progress_monitor()
1285 struct my_progress_mgr progress; in tjDecompress2() local
1303 MEMZERO(&progress, sizeof(struct my_progress_mgr)); in tjDecompress2()
1304 progress.pub.progress_monitor = my_progress_monitor; in tjDecompress2()
1305 progress.this = this; in tjDecompress2()
1306 dinfo->progress = &progress.pub; in tjDecompress2()
1308 dinfo->progress = NULL; in tjDecompress2()
1628 struct my_progress_mgr progress; in tjDecompressToYUVPlanes() local
1651 MEMZERO(&progress, sizeo in tjDecompressToYUVPlanes()
1896 struct my_progress_mgr progress; tjTransform() local
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1443 bool progress; in agx_optimize_nir() local
1462 progress = false; in agx_optimize_nir()
1464 NIR_PASS(progress, nir, nir_lower_var_copies); in agx_optimize_nir()
1465 NIR_PASS(progress, nir, nir_lower_vars_to_ssa); in agx_optimize_nir()
1467 NIR_PASS(progress, nir, nir_copy_prop); in agx_optimize_nir()
1468 NIR_PASS(progress, nir, nir_opt_remove_phis); in agx_optimize_nir()
1469 NIR_PASS(progress, nir, nir_lower_phis_to_scalar, true); in agx_optimize_nir()
1470 NIR_PASS(progress, nir, nir_opt_dce); in agx_optimize_nir()
1471 NIR_PASS(progress, nir, nir_opt_dead_cf); in agx_optimize_nir()
1472 NIR_PASS(progress, ni in agx_optimize_nir()
[all...]
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/
H A Dbms_permission_grant_system_test.cpp53 void OnStatusNotify(const int progress) override;
74 void StatusReceiverImpl::OnStatusNotify(const int progress) in OnStatusNotify() argument
76 EXPECT_GT(progress, iProgress_); in OnStatusNotify()
77 iProgress_ = progress; in OnStatusNotify()
78 APP_LOGI("OnStatusNotify progress:%{public}d", progress); in OnStatusNotify()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp186 void SetProgress(float progress) in SetProgress() argument
188 progress = Base::Math::clamp(progress, 0.0f, 1.0f); in SetProgress()
189 animationStateTime_->SetValue(progress * GetValue(TotalDuration()).ToSecondsFloat()); in SetProgress()
190 META_ACCESS_PROPERTY(Progress)->SetValue(progress); in SetProgress()
/kernel/linux/linux-5.10/arch/powerpc/platforms/chrp/
H A Dsetup.c325 ppc_md.progress = rtas_progress; in chrp_setup_arch()
354 * Print the banner, then scroll down so boot progress in chrp_setup_arch()
357 if (ppc_md.progress) ppc_md.progress("Linux/PPC "UTS_RELEASE"\n", 0x0); in chrp_setup_arch()
558 if (ppc_md.progress) in chrp_init2()
559 ppc_md.progress(" Have fun! ", 0x7777); in chrp_init2()
/kernel/linux/linux-6.6/arch/powerpc/platforms/chrp/
H A Dsetup.c327 ppc_md.progress = rtas_progress; in chrp_setup_arch()
345 * Print the banner, then scroll down so boot progress in chrp_setup_arch()
348 if (ppc_md.progress) ppc_md.progress("Linux/PPC "UTS_RELEASE"\n", 0x0); in chrp_setup_arch()
549 if (ppc_md.progress) in chrp_init2()
550 ppc_md.progress(" Have fun! ", 0x7777); in chrp_init2()
/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp90 HRESULT Code(const CHeader &header, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
129 ICompressProgressInfo *progress) in Code()
146 HRESULT res = _lzmaDecoderSpec->CodeResume(outStream, Size, progress); in Code()
475 CMyComPtr<ICompressProgressInfo> progress = lps;
526 result = decoder.Code(st, outStream, progress);
128 Code(const CHeader &header, ISequentialOutStream *outStream, ICompressProgressInfo *progress) Code() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_minmax.cpp76 : progress(false) in ir_minmax_visitor()
84 bool progress; member in __anon7213::ir_minmax_visitor
427 progress = true; in prune_expression()
520 progress = true; in handle_rvalue()
532 return v.progress; in do_minmax_prune()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp402 /* Don't report progress if this is a noop. */ in try_copy_propagate()
467 bool progress = false; in opt_copy_propagation() local
507 progress = true; in opt_copy_propagation()
509 progress = true; in opt_copy_propagation()
549 if (progress) in opt_copy_propagation()
553 return progress; in opt_copy_propagation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_model_ng.cpp82 void LinearIndicatorModelNG::OnChange(std::function<void(int index, float progress)>&& event) in OnChange()
123 void LinearIndicatorModelNG::SetOnChange(FrameNode* frameNode, std::function<void(int index, float progress)>&& event) in SetOnChange()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.cpp67 auto progress = motionPathOption_.GetBegin() * (1.0f - fraction) + motionPathOption_.GetEnd() * fraction; in Evaluate() local
71 if (RosenSvgPainter::GetMotionPathPosition(motionPathOption_.GetPath(), progress, position)) { in Evaluate()
/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.h35 void OnChange(int32_t progress) override;
36 void OnRelease(int32_t progress) override;
/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
H A Dinstaller_proxy_test.cpp35 virtual void OnStatusNotify(const int progress) override;
45 void InstallerProxyTest::OnStatusNotify(const int progress) in OnStatusNotify() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
H A Dlite5200.c150 if (ppc_md.progress) in lite5200_setup_arch()
151 ppc_md.progress("lite5200_setup_arch()", 0); in lite5200_setup_arch()
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/
H A Dmisc.c124 if (ppc_md.progress) in mpc83xx_setup_arch()
125 ppc_md.progress("mpc83xx_setup_arch()", 0); in mpc83xx_setup_arch()
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H A Dlite5200.c149 if (ppc_md.progress) in lite5200_setup_arch()
150 ppc_md.progress("lite5200_setup_arch()", 0); in lite5200_setup_arch()
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/
H A Dmisc.c128 if (ppc_md.progress) in mpc83xx_setup_arch()
129 ppc_md.progress("mpc83xx_setup_arch()", 0); in mpc83xx_setup_arch()
/third_party/curl/lib/
H A Dcurl_sasl.h159 bool force_ir, saslprogress *progress);
163 int code, saslprogress *progress);

Completed in 29 milliseconds

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