Home
last modified time | relevance | path

Searched defs:progress (Results 276 - 300 of 553) sorted by relevance

1...<<11121314151617181920>>...23

/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_box_progress.cpp314 static uint16_t progress = 20; // 20: progress in OnClick() local
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
H A Dbundle_mgr_code_signature_system_test.cpp90 void StatusReceiverImpl::OnStatusNotify(const int32_t progress) in OnStatusNotify() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbm_install_multi_user_test.cpp78 void StatusReceiverImpl::OnStatusNotify(const int progress) in OnStatusNotify() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/
H A Dbms_permission_grant_system_test.cpp74 void StatusReceiverImpl::OnStatusNotify(const int progress) in OnStatusNotify() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp186 void SetProgress(float progress) in SetProgress() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp304 GetActiveAnimation( float progress, bool reverse) const GetActiveAnimation() argument
H A Dtrack_animation.cpp137 float progress = META_ACCESS_PROPERTY_VALUE(Progress); in Evaluate() local
H A Danimation_state.cpp118 float progress = static_cast<float>(state_.Tick(time).ToMilliseconds()) / in Step() local
131 const float progress = step.progress; variable
151 float progress = step.progress; in Move() local
433 auto progress = step.progress; EvaluateValue() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsuieffect_fuzzer/
H A Drsuieffect_fuzzer.cpp172 float progress = GetData<float>(); in WaterRippleParaFuzzTest() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp208 float progress = 0.0; in GetProgress() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp324 float progress = GetBeginFraction() * (FRACTION_MAX - fraction) + GetEndFraction() * fraction; in GetPosTanValue() local
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_napi.h64 int32_t progress; member
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.cpp126 int32_t progress = currentPositionMs * 100 / durationMs; in DoReportMediaProgress() local
/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp383 auto progress = detail.progress; in CloudSyncCallback() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp82 napi_value progress = nullptr; in ExportProgress() local
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp138 void CloudDownloadCallbackImpl::OnDownloadProcess(const DownloadProgressObj &progress) in OnDownloadProcess() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dtranslistener.cpp199 void TransListener::CallbackComplete(TransListener* transListener, CProgress progress) in CallbackComplete() argument
217 CProgress progress = { .processedSize = processedBytes, .totalSize = totalBytes }; in OnFileReceive() local
/third_party/ffmpeg/libavcodec/
H A Dpthread_slice.c61 Progress *progress; member
90 Progress *const progress = &c->progress[i]; in ff_slice_thread_free() local
191 Progress *const progress in ff_slice_thread_init_progress() local
213 Progress *const progress = &p->progress[thread]; ff_thread_report_progress2() local
225 Progress *progress; ff_thread_await_progress2() local
[all...]
/third_party/curl/lib/
H A Dcurl_sasl.c343 Curl_sasl_start(struct SASL *sasl, struct Curl_easy *data, bool force_ir, saslprogress *progress) Curl_sasl_start() argument
532 Curl_sasl_continue(struct SASL *sasl, struct Curl_easy *data, int code, saslprogress *progress) Curl_sasl_continue() argument
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp88 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
/third_party/mesa3d/src/amd/common/
H A Dac_nir_opt_outputs.c309 bool progress = false; in ac_nir_optimize_outputs() local
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp305 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 * , ICompressProgressInfo *progress) Code() argument
H A DLzmaDecoder.cpp118 HRESULT CDecoder::CodeSpec(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress) in CodeSpec() argument
305 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress) in CodeResume() argument
218 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DPpmdDecoder.cpp132 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp189 const UString progress = GetTextConfigValue(pairs, "Progress"); in WinMain() local

Completed in 18 milliseconds

1...<<11121314151617181920>>...23