/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | parcel_helper_test.cpp | 141 EXPECT_EQ(info.progress.extras["key"], "value"); in HWTEST_F() 341 uint64_t progress = 0; in MarshalProgress() local 347 data.WriteUint64(progress); in MarshalProgress() 423 EXPECT_EQ(info.progress.sizes.size(), 1); in HWTEST_F() 424 EXPECT_EQ(info.progress.sizes[0], 1); in HWTEST_F()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_system_values.c | 251 bool progress = nir_shader_lower_instructions(shader, in nir_lower_system_values() local 259 if (progress) in nir_lower_system_values() 265 return progress; in nir_lower_system_values() 575 bool progress = in nir_lower_compute_system_values() local 587 return progress; in nir_lower_compute_system_values()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_copy_propagation_elements.cpp | 277 this->progress = false; in ir_copy_propagation_elements_visitor() 314 bool progress; member in __anon7206::ir_copy_propagation_elements_visitor 336 progress = true; in visit() 494 progress = true; in handle_rvalue() 741 return v.progress; in do_copy_propagation_elements()
|
H A D | standalone.cpp | 543 bool progress; in standalone_compile_shader() local 545 progress = do_function_inlining(ir); in standalone_compile_shader() 547 progress = do_common_optimization(ir, in standalone_compile_shader() 551 && progress; in standalone_compile_shader() 552 } while(progress); in standalone_compile_shader()
|
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
H A D | installer_callback.cpp | 26 void InstallerCallback::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
|
/base/update/updateservice/interfaces/inner_api/feature/update/model/task/ |
H A D | task_body.h | 32 int32_t progress = 0; member
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | ProgressUtils.h | 29 void Init(IProgress *progress, bool inSizeIsMain);
|
H A D | CWrappers.cpp | 67 void CCompressProgressWrap::Init(ICompressProgressInfo *progress) throw()
in Init() argument 70 Progress = progress;
in Init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | utils.c | 912 av_assert0(!dst->progress); in ff_thread_ref_frame() 914 if (src->progress && in ff_thread_ref_frame() 915 !(dst->progress = av_buffer_ref(src->progress))) { in ff_thread_ref_frame() 958 void ff_thread_report_progress(ThreadFrame *f, int progress, int field) in ff_thread_report_progress() argument 962 void ff_thread_await_progress(ThreadFrame *f, int progress, int field) in ff_thread_await_progress() argument
|
/third_party/curl/lib/ |
H A D | easy.c | 56 #include "progress.h" 917 outcurl->progress.flags = data->progress.flags; in curl_easy_duphandle() 918 outcurl->progress.callback = data->progress.callback; in curl_easy_duphandle() 1049 memset(&data->progress, 0, sizeof(struct Progress)); in curl_easy_reset() 1054 data->progress.flags |= PGRS_HIDE; in curl_easy_reset()
|
H A D | multi.c | 34 #include "progress.h" 1680 Curl_timediff(*now, data->progress.t_startsingle)); 1684 Curl_timediff(*now, data->progress.t_startsingle)); 1691 Curl_timediff(*now, data->progress.t_startsingle), 1698 Curl_timediff(*now, data->progress.t_startsingle), 2423 Curl_pgrsLimitWaitTime(data->progress.uploaded, 2424 data->progress.ul_limit_size, 2426 data->progress.ul_limit_start, 2432 Curl_pgrsLimitWaitTime(data->progress.downloaded, 2433 data->progress [all...] |
/third_party/lzma/C/ |
H A D | Lzma2Enc.c | 505 ICompressProgressPtr progress)
in Lzma2Enc_EncodeMt1() 607 res = Progress(progress, unpackTotal + p->srcPos, packTotal);
in Lzma2Enc_EncodeMt1() 721 ICompressProgressPtr progress)
in Lzma2Enc_Encode2() 763 p->mtCoder.progress = progress;
in Lzma2Enc_Encode2() 802 progress);
in Lzma2Enc_Encode2() 497 Lzma2Enc_EncodeMt1( CLzma2Enc *me, CLzma2EncInt *p, ISeqOutStreamPtr outStream, Byte *outBuf, size_t *outBufSize, ISeqInStreamPtr inStream, const Byte *inData, size_t inDataSize, int finished, ICompressProgressPtr progress) Lzma2Enc_EncodeMt1() argument 716 Lzma2Enc_Encode2(CLzma2EncHandle p, ISeqOutStreamPtr outStream, Byte *outBuf, size_t *outBufSize, ISeqInStreamPtr inStream, const Byte *inData, size_t inDataSize, ICompressProgressPtr progress) Lzma2Enc_Encode2() argument
|
/base/customization/enterprise_device_management/services/edm_plugin/include/utils/ |
H A D | installer_callback.h | 31 void OnStatusNotify(const int32_t progress) override;
|
/base/update/updateservice/services/firmware/upgrade/flow/include/ |
H A D | firmware_flow_manager.h | 23 #include "progress.h" 43 void OnDownloadCallback(const Progress &progress);
|
/base/update/updateservice/services/core/ability/callback/src/ |
H A D | base_callback_utils_empty.cpp | 30 void BaseCallbackUtils::ProgressCallback(const std::string &versionDigestInfo, const Progress &progress) in ProgressCallback() argument
|
/base/update/updateservice/services/core/ability/callback/include/ |
H A D | base_callback_utils.h | 26 #include "progress.h" 37 void ProgressCallback(const std::string &versionDigestInfo, const Progress &progress);
|
/base/update/updateservice/services/firmware/data/db/src/ |
H A D | firmware_component_operator_empty.cpp | 37 bool FirmwareComponentOperator::UpdateProgressByUrl(const std::string &url, UpgradeStatus status, int32_t progress) in UpdateProgressByUrl() argument
|
/base/update/updateservice/services/firmware/upgrade/executor/include/ |
H A D | firmware_install_executor.h | 38 void HandleInstallProgress(const FirmwareComponent &component, const Progress &progress);
|
/third_party/lzma/CS/7zip/ |
H A D | ICoder.cs | 26 /// Callback progress.
54 /// <param name="progress">
55 /// callback progress reference.
61 Int64 inSize, Int64 outSize, ICodeProgress progress);
in Code() 71 ICodeProgress progress);
60 Code(System.IO.Stream inStream, System.IO.Stream outStream, Int64 inSize, Int64 outSize, ICodeProgress progress) Code() argument
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 549 bool progress; in remove_culling_shader_outputs() local 551 progress = false; in remove_culling_shader_outputs() 552 NIR_PASS(progress, culling_shader, nir_opt_dead_write_vars); in remove_culling_shader_outputs() 553 NIR_PASS(progress, culling_shader, nir_opt_dce); in remove_culling_shader_outputs() 554 NIR_PASS(progress, culling_shader, nir_opt_dead_cf); in remove_culling_shader_outputs() 555 } while (progress); in remove_culling_shader_outputs() 698 bool progress = false; in cleanup_culling_shader_after_dce() local 746 progress |= remove_compacted_arg(state, &b, 0); in cleanup_culling_shader_after_dce() 748 progress |= remove_compacted_arg(state, &b, 1); in cleanup_culling_shader_after_dce() 751 progress | in cleanup_culling_shader_after_dce() 1535 bool progress; ac_nir_lower_ngg_nogs() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 122 "software thus it refuses to progress to preserve data consistency.\n"; 222 struct progress_bar progress; member 354 " -f, --force Force to progress\n" in usage() 355 " -P, --no-progress-bar Don't show progress bar\n" in usage() 493 { "no-progress-bar", no_argument, NULL, 'P' }, in parse_options() 1005 * Create and scale our progress bar. 1019 * Update the progress bar and tell the user. 1061 struct progress_bar progress; in build_allocation_bitmap() local 1062 int pb_flags = 0; /* progress ba in build_allocation_bitmap() 3110 struct progress_bar *progress; global() member 3834 delayed_expand(ntfs_volume *vol, struct DELAYED *delayed, struct progress_bar *progress) delayed_expand() argument 4488 struct progress_bar progress; expand_to_beginning() local [all...] |
/base/request/request/frameworks/js/napi/src/ |
H A D | napi_utils.cpp | 254 napi_value Convert2JSValue(napi_env env, const Progress &progress)
in Convert2JSValue() argument 258 napi_set_named_property(env, value, "state", Convert2JSValue(env, static_cast<uint32_t>(progress.state)));
in Convert2JSValue() 259 napi_set_named_property(env, value, "index", Convert2JSValue(env, progress.index));
in Convert2JSValue() 260 napi_set_named_property(env, value, "processed", Convert2JSValue(env, progress.processed));
in Convert2JSValue() 261 napi_set_named_property(env, value, "sizes", Convert2JSValue(env, progress.sizes));
in Convert2JSValue() 263 env, value, "extras", Convert2JSHeadersAndBody(env, progress.extras, progress.bodyBytes, false));
in Convert2JSValue() 416 napi_set_named_property(env, value, "progress", Convert2JSValue(env, taskInfo.progress));
in Convert2JSValue()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_local_live_view_content.cpp | 68 void NotificationLocalLiveViewContent::SetProgress(NotificationProgress progress) in SetProgress() argument 70 progress_ = progress; in SetProgress() 109 ", progress = " + progress_.Dump() + in Dump() 135 ANS_LOGE("Cannot convert progress to JSON"); in ToJson() 148 jsonObject["progress"] = progressObj; in ToJson() 195 if (jsonObject.find("progress") != jsonEnd) { in FromJson() 196 auto progressObj = jsonObject.at("progress"); in FromJson() 249 ANS_LOGE("Failed to write progress"); in Marshalling() 309 ANS_LOGE("Failed to read progress"); in ReadFromParcel()
|
/base/update/updater/test/fuzztest/updatermain_fuzzer/ |
H A D | updatermain_fuzzer.cpp | 233 int progress = 0; in ProgressFuzzTest() local 234 SetTmpProgressValue(progress); in ProgressFuzzTest()
|
/test/xts/acts/applications/print_fwk/print_xts/entry/src/main/cpp/ |
H A D | ohscan.cpp | 173 Scan_PictureScanProgress* progress = new Scan_PictureScanProgress(); in OHScanGetPictureScanProgress() local 174 errorCode = OH_Scan_GetPictureScanProgress(SCANNER_ID, progress); in OHScanGetPictureScanProgress()
|