Home
last modified time | relevance | path

Searched defs:percent (Results 51 - 75 of 154) sorted by relevance

1234567

/foundation/window/window_manager/wmserver/src/
H A Davoid_area_controller.cpp72 uint32_t percent; in AddOrRemoveOverlayWindowIfNeed() local
160 uint32_t percent; in UpdateOverlayWindowIfNeed() local
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp449 uint32_t percent = 0; in OnRemoteRequest() local
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_proxy_test.cpp433 uint32_t percent = 1; in HWTEST_F() local
H A Dwindow_manager_stub_impl.h77 WMError SetWindowGravity(uint32_t windowId, WindowGravity gravity, uint32_t percent) in SetWindowGravity() argument
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp496 uint32_t percent = 0; in HWTEST_F() local
625 uint32_t percent = 0; in HWTEST_F() local
/third_party/alsa-utils/bat/
H A Danalyze.c35 int i, percent; in check_amplitude() local
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatSymbolsICU.java196 public void setPercent(char percent) { in setPercent() argument
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp252 UInt64 percent = 0; in PrintTime() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.h44 int percent; /* Minimum recoverability */ member
94 int percent; /* Amount potentially recoverable */ member
/third_party/ninja/src/
H A Dstatus.cc328 int percent = 0; in FormatProgressStatus() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-console.cc75 auto percent = isolate->factory()->LookupSingleCharacterStringFromCode('%'); in Formatter() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c346 double percent = (thread_now - info->last_thread_time) * 100.0 / in query_api_thread_busy_status() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dwebp_enc.c314 WebPReportProgress(const WebPPicture* const pic, int percent, int* const percent_store) WebPReportProgress() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser.h154 const char* percent = static_cast<const char*>(memchr(p, '%', end - p)); in ParseFormatString() local
[all...]
/third_party/skia/gm/
H A Dgradients_no_texture.cpp180 const double percent[] = { in make0() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp39 uint16_t percent = round((1 - (allocatedNow * 1.0 / totalHeap)) * MAX_PERCENT); in GetStatistics() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcm_app_utils.c64 cca_per_chan_summary(cca_congest_channel_req_t *input, cca_congest_channel_req_t *avg, bool percent) in cca_per_chan_summary() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp227 float percent = (static_cast<float>(bytesUpload) / bytesTotal) * 100; in OnSendFileProcess() local
248 int percent = 100; in OnSendFileFinished() local
254 channelListener->OnFilesSent(std::string(firstFile), percent); in OnSendFileFinished() local
302 int percent = 100; in OnReceiveFileFinished() local
308 channelListener->OnFilesReceived(std::string(files), percent); in OnReceiveFileFinished() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.cpp309 double percent = (curDistance_ - minDistance_) / (maxDistance_ - minDistance_); in SetDragDistance() local
399 void RenderLoadingProgress::CalculateValue(int32_t start, int32_t end, double percent) in CalculateValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp37 GradientColor CreatePercentGradientColor(float percent, Color color) in CreatePercentGradientColor() argument
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.cpp226 float percent = (static_cast<float>(bytesUpload) / bytesTotal) * 100; in OnSendFileProcess() local
247 int percent = 100; in OnSendFileFinished() local
253 channelListener->OnFilesSent(std::string(firstFile), percent); in OnSendFileFinished() local
299 int percent = 100; in OnReceiveFileFinished() local
305 channelListener->OnFilesReceived(std::string(files), percent); in OnReceiveFileFinished() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp36 GradientColor CreatePercentGradientColor(float percent, Color color) in CreatePercentGradientColor() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp30 GradientColor CreatePercentGradientColor(float percent, Color color) in CreatePercentGradientColor() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_item.h44 float percent; member
/test/ostest/wukong/test_flow/src/
H A Drandom_test_flow.cpp244 float percent = 0.0; SetInputPercent() local
[all...]

Completed in 21 milliseconds

1234567