Home
last modified time | relevance | path

Searched refs:progress (Results 401 - 425 of 602) sorted by relevance

1...<<11121314151617181920>>...25

/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dparcel_helper_test.cpp141 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 Dnir_lower_system_values.c251 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 Dopt_copy_propagation_elements.cpp277 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 Dstandalone.cpp543 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 Dinstaller_callback.cpp26 void InstallerCallback::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
/base/update/updateservice/interfaces/inner_api/feature/update/model/task/
H A Dtask_body.h32 int32_t progress = 0; member
/third_party/lzma/CPP/7zip/Common/
H A DProgressUtils.h29 void Init(IProgress *progress, bool inSizeIsMain);
H A DCWrappers.cpp67 void CCompressProgressWrap::Init(ICompressProgressInfo *progress) throw() in Init() argument
70 Progress = progress; in Init()
/third_party/ffmpeg/libavcodec/
H A Dutils.c912 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 Deasy.c56 #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 Dmulti.c34 #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 DLzma2Enc.c505 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 Dinstaller_callback.h31 void OnStatusNotify(const int32_t progress) override;
/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_flow_manager.h23 #include "progress.h"
43 void OnDownloadCallback(const Progress &progress);
/base/update/updateservice/services/core/ability/callback/src/
H A Dbase_callback_utils_empty.cpp30 void BaseCallbackUtils::ProgressCallback(const std::string &versionDigestInfo, const Progress &progress) in ProgressCallback() argument
/base/update/updateservice/services/core/ability/callback/include/
H A Dbase_callback_utils.h26 #include "progress.h"
37 void ProgressCallback(const std::string &versionDigestInfo, const Progress &progress);
/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_component_operator_empty.cpp37 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 Dfirmware_install_executor.h38 void HandleInstallProgress(const FirmwareComponent &component, const Progress &progress);
/third_party/lzma/CS/7zip/
H A DICoder.cs26 /// 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 Dac_nir_lower_ngg.c549 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 Dntfsresize.c122 "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 Dnapi_utils.cpp254 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 Dnotification_local_live_view_content.cpp68 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 Dupdatermain_fuzzer.cpp233 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 Dohscan.cpp173 Scan_PictureScanProgress* progress = new Scan_PictureScanProgress(); in OHScanGetPictureScanProgress() local
174 errorCode = OH_Scan_GetPictureScanProgress(SCANNER_ID, progress); in OHScanGetPictureScanProgress()

Completed in 27 milliseconds

1...<<11121314151617181920>>...25