/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | json_object.cpp | 518 nearest = &((*nearest)[inPath[lackFieldIndex]]); in MoveToPath() 533 Json::Value *nearest = nullptr; in InsertField() local 538 LOGD("nearest type is %d", nearest->type()); in InsertField() 540 nearest->append(inValue.value_); in InsertField() 542 *nearest = inValue.value_; in InsertField() 558 Json::Value *nearest = nullptr; in InsertField() local 582 Json::Value *nearest = nullptr; in DeleteField() local 589 …if (nearest == nullptr || nearest->type() != Json::ValueType::objectValue || nearDepth != inPath.s… in DeleteField() 694 Json::Value *&nearest, uint32_t &nearDepth) in LocateJsonValueByFieldPath() argument 700 nearest = &value_; in LocateJsonValueByFieldPath() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | json_object.h | 119 Json::Value *&nearest, uint32_t &nearDepth); 122 int MoveToPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-custom-component-api.md | 111 …// this refers to the custom node MyComponent and searches for the nearest parent node of the NavD… 162 …// this refers to the custom node PageOne and searches for the nearest parent node of the Navigati…
|
H A D | ts-universal-attributes-pixelRound.md | 13 …fied direction. If a direction is not set, the pixels are rounded to the nearest whole number in t… 17 …5\-1.0 rounds to 1). Since API version 12, this API rounds pixels to the nearest integers and allo…
|
H A D | ts-media-components-video.md | 452 | PreviousKeyframe | Seeks to the nearest previous keyframe. | 453 | NextKeyframe | Seeks to the nearest next keyframe. | 454 | ClosestKeyframe | Seeks to the nearest keyframe. |
|
H A D | ts-container-badge.md | 87 …thin the range. If the value is not an integer, it is rounded off to the nearest integer. For exam… 88 …thin the range. If the value is not an integer, it is rounded off to the nearest integer. For exam…
|
H A D | ts-universal-attributes-grid.md | 7 > - The column width and column gap in the grid layout are determined by the nearest parent compon…
|
H A D | ts-container-scrollable-common.md | 481 … exception will be thrown.<br>2. Non-integer values are truncated to the nearest integer.<br>3. Va… 482 … will be treated as **0**.<br>2. Non-integer values are truncated to the nearest integer.<br>3. Th… 516 … exception will be thrown.<br>2. Non-integer values are truncated to the nearest integer.<br>3. Va…
|
H A D | ts-container-swiper.md | 453 …int indicator area width]. Values outside this range are adjusted to the nearest boundary. … 454 …nt indicator area height]. Values outside this range are adjusted to the nearest boundary. … 455 …int indicator area width]. Values outside this range are adjusted to the nearest boundary. … 456 …nt indicator area height]. Values outside this range are adjusted to the nearest boundary. … 603 …ation point indicator area width]. Values outside this range are adjusted to the nearest boundary.| 621 …tion point indicator area height]. Values outside this range are adjusted to the nearest boundary.| 639 …ation point indicator area width]. Values outside this range are adjusted to the nearest boundary.| 657 …tion point indicator area height]. Values outside this range are adjusted to the nearest boundary.|
|
H A D | ts-appendix-enums.md | 952 | FORCE_CEIL | The value is rounded up to the nearest integer.| 953 | FORCE_FLOOR | The value is rounded down to the nearest integer.|
|
H A D | ts-particle-animation.md | 440 …e emitters in the initialization parameters. The value is rounded to the nearest whole number. The…
|
H A D | ts-types.md | 741 …e: [1, 100]<br>If the value is not an integer, it is rounded down to the nearest integer. If the v…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-Provider-and-Consumer.md | 14 \@Consumer obtains data. It can obtain the \@Provider data of the nearest parent node by binding th… 34 …vider can have duplicate names and \@Consumer can search upwards for the nearest \@Provider.| Disa… 57 …liasName?: string**: alias. The default value is the attribute name. The nearest \@Provider is sea… 308 … component tree, \@Consumer will search upwards for the \@Provider data of the nearest parent node.
|
H A D | arkts-v1-v2-migration.md | 744 …. In V2, @Provider supports overloading and @Consumer can search for the nearest @Provider upwards. 916 …2, @Provider supports overloading by default. @Consumer searches for the nearest @Provider upwards… 966 …// @Provider supports overloading by default. @Consumer searches for the nearest @Provider upwards.
|
H A D | arkts-provide-and-consume.md | 618 … **GrandSon** is initialized from the @Provide decorated variable of its nearest ancestor under th…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_deferred_shading.h | 140 RENDER_NS::RenderHandle nearest; member
|
H A D | render_node_default_material_deferred_shading.cpp | 126 samplerHandles_.nearest = gpuResourceMgr.GetSamplerHandle("CORE_DEFAULT_SAMPLER_NEAREST_CLAMP"); in InitNode()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_post_process_util.h | 147 RenderHandle nearest; member
|
H A D | render_node_post_process_util.cpp | 132 samplers_.nearest = in Init() 737 depth.samplerHandle = samplers_.nearest; in ExecuteDofBlur() 801 depth.samplerHandle = samplers_.nearest; in ExecuteDof()
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NnrtTypes.idl | 569 * @brief Enumerates the nearest neighbor interpolation types. It must be used together with the 582 …/** Round down to the nearest integer. For example, 23.5 is rounded down to 23, and −23.5 is round… 586 …/** Round up to the nearest integer. For example, 23.5 is rounded up to 24, and −23.5 is rounded u… 889 …/** Round down to the nearest integer. For example, 23.5 is rounded down to 23, and −23.5 is round… 891 …/** Round up to the nearest integer. For example, 23.5 is rounded up to 24, and −23.5 is rounded u…
|
H A D | NodeAttrTypes.idl | 244 …ed with an int array [top, bottom, left, right] with length of 4, and the nearest neighbor values\n
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 125 | ROUND_HALF_UP | number | 4 | Rounds towards the nearest neighbor, and if both neighbors a… 126 | ROUND_HALF_DOWN | number | 5 | Rounds towards the nearest neighbor, and if both neighbors a… 128 | ROUND_HALF_CEILING | number | 7 | Rounds towards the nearest neighbor, and if both neighbors a… 190 Returns a new **Decimal** object representing the nearest integer to which this decimal is rounded … 200 | [Decimal](#decimal) | **Decimal** object representing the nearest integer rounded.| 213 Returns a new **Decimal** object representing the nearest integer to which this decimal is rounded … 223 | [Decimal](#decimal) | **Decimal** object representing the nearest integer rounded.| 2660 Returns a **Decimal** object representing the nearest integer to which the specified number *n* is … 2676 | [Decimal](#decimal) | **Decimal** object representing the nearest integer rounded.| 2697 Returns a **Decimal** object representing the nearest integer to which the specified number *n* is … [all …]
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-appx-lib.md | 322 … <math.h> | double round(double x); | Rounds off the value from zero to the nearest integer.|
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-Bundle.md | 1475 | FOLLOW_RECENT | None | Orientation same as that of the nearest ability in the stack.|
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 577 …nearest neighbor value is used for padding. **0** (same): The height and width of the output are t… 596 …nearest neighbor value is used for padding. **0** (same): The height and width of the output are t…
|