/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-hash.md | 48 | algorithm | string | Yes | Algorithm used to calculate the hash value. The value can be **md5**,… 71 console.info("calculate file hash succeed:" + str); 73 …console.error("calculate file hash failed with error message: " + err.message + ", error code: " +… 92 | algorithm | string | Yes | Algorithm used to calculate the hash value. The … 111 …console.error("calculate file hash failed with error message: " + err.message + ", error code: " +… 113 console.info("calculate file hash succeed:" + str); 129 | algorithm | string | Yes | Algorithm used to calculate the hash value. The value can be **md5**, …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-hash.md | 71 console.info("calculate file hash succeed:" + str); 73 …console.error("calculate file hash failed with error message: " + err.message + ", error code: " +… 111 …console.error("calculate file hash failed with error message: " + err.message + ", error code: " +… 113 console.info("calculate file hash succeed:" + str);
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-message-digest.md | 26 - Example: Pass in the full data to calculate an MD using **await**. 45 - Example: Pass in the full data to calculate an MD using a synchronous API. 74 - Example: Pass in data by segment to calculate an MD using **await**. 99 - Example: Pass in data by segment to calculate an MD using a synchronous API.
|
H A D | crypto-compute-mac.md | 49 - Example: Pass in the full data to calculate a MAC using **await**. 79 - Example: Pass in the full data to calculate a MAC using synchronous APIs. 124 - Example: Pass in data by segment to calculate a MAC using **await**. 160 - Example: Pass in data by segment to calculate a MAC using synchronous APIs.
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-memory-info.md | 10 …mory pool but each block is small. You can use the following formula to calculate the fragmentatio… 43 …calculate the memory fragmentation rate, call **LOS_MemInfoGet** to obtain the remaining memory si…
|
H A D | kernel-mini-memory-debug.md | 16 …mory pool but each block is small. You can use the following formula to calculate the fragmentatio… 49 …calculate the memory fragmentation rate, call **LOS_MemInfoGet** to obtain the remaining memory si…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/computeshader/ |
H A D | core3d_dm_morph.comp | 130 …// skip tangent interpolation and to calculate the tangents. To calculate the tangents we need to …
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/ |
H A D | core3d_dm_fullscreen_env.frag | 44 // TODO: calculate camera velocity
|
/ohos5.0/foundation/resourceschedule/memmgr/ |
H A D | README.md | 27 | | ├── reclaim_priority_manager # calculate the Reclaim Priority 43 2. *Reclaim Priority Manager*: based on the notifications from the *Event Center*, calculate the so…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.cpp | 1843 … auto calculate = ListHeightOffsetCalculator(itemPosition_, spaceWidth_, lanes_, GetAxis()); in UpdateTotalOffset() local 1844 calculate.GetEstimateHeightAndOffset(GetHost()); in UpdateTotalOffset() 1845 currentOffset_ = calculate.GetEstimateOffset(); in UpdateTotalOffset() 1948 auto calculate = ListHeightOffsetCalculator(itemPosition_, spaceWidth_, lanes_, GetAxis()); in UpdateScrollBarOffset() local 1949 calculate.GetEstimateHeightAndOffset(GetHost()); in UpdateScrollBarOffset() 1950 currentOffset = calculate.GetEstimateOffset(); in UpdateScrollBarOffset() 1951 estimatedHeight = calculate.GetEstimateHeight(); in UpdateScrollBarOffset() 2652 auto calculate = ListHeightOffsetCalculator(itemPosition_, spaceWidth_, lanes_, axis); in GetChildrenExpandedSize() local 2653 calculate.GetEstimateHeightAndOffset(GetHost()); in GetChildrenExpandedSize() 2654 estimatedHeight = calculate.GetEstimateHeight(); in GetChildrenExpandedSize()
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | concurrent-loading-modules-guide.md | 124 Text("calculate add")
|
/ohos5.0/docs/en/application-dev/graphics3d/ |
H A D | arkgraphics3D-animation.md | 2 …r example, to simulate a scene where a person walks, it is difficult to calculate and set the rota…
|
H A D | arkgraphics3D-resource.md | 3 …ne. During rendering calculation, these physical properties are used to calculate the interaction …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-clock.md | 39 …e image.<br>- The value range is (0, 1].<br>- This parameter is used to calculate the distance bet… 40 …face<br>- The value range is (0, 0.142].<br>- This parameter is used to calculate the font size of…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | js-framework-js-tag.md | 60 | autoDesignWidth | boolean | No | false | Whether to automatically calculate the baseline width. I…
|
H A D | arkts-component-animation.md | 50 …listener to listen for scroll distance in the **onScroll** callback and calculate the affine prope…
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | qos-protect-critical-threads.md | 120 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "QoS", "calculate res is: %{public}llu", res);
|
H A D | reasonable-running-backgroundTask.md | 29 @State message: string = 'Click button to calculate.';
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | concurrent-loading-modules-guide.md | 124 Text("calculate add")
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-calendar.md | 5 … user can even determine whether a day is a weekend on the calendar and calculate the day differen…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-graphics.md | 120 …e start and end of the animation based on the service requirements, and calculate the content of e…
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-safe-area-insets.md | 10 The **Web** component provides the capability of using W3C CSS to calculate and adjust the safe are…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-gesture-customize-judge.md | 144 …ne's and current line's end points, the arc tangent function is used to calculate the respective i… 153 …ne's and current line's end points, the arc tangent function is used to calculate the respective i…
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | arkts-ui-widget-configuration.md | 68 …| autoDesignWidth | Whether to automatically calculate the baseline width for page design. If it i…
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | output_p.inl | 817 … formatAttr.fldWidth = textLen; /* no padding ,this variable to calculate amount of padding */ 818 … prefixLen = 0; /* no padding ,this variable to calculate amount of padding */ 1185 /* calculate amount of padding */
|