/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | sendable-constraints.md | 26 **Negative Example:** 60 **Negative Example:** 87 **Negative Example:** 113 **Negative Example:** 138 **Negative Example:** 165 **Negative Example:** 195 **Negative Example:** 247 **Negative Example:** 295 **Negative Example:** 318 **Negative Example:** [all …]
|
H A D | arkts-import-native-module.md | 71 **Negative example:** 108 **Negative example:**
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_layout_algorithm.cpp | 49 uint8_t sizeSetStatus = (Negative(sizeSet.Width()) << 1) | Negative(sizeSet.Height()); in MeasureContent()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-hdmi-des.md | 122 | Negative value | The operation failed. | 170 | Negative number or 0 | Failed to read the EDID. | 199 | Negative value | The operation failed. | 233 | Negative value | The operation failed. | 266 | Negative value | The operation failed. | 300 | Negative value | The operation failed. | 328 | Negative value | The operation failed. | 356 | Negative value | The operation failed. | 384 | Negative value | The operation failed. | 411 | Negative value | The operation failed. | [all …]
|
H A D | driver-platform-rtc-des.md | 109 | Negative value| The operation failed.| 153 | Negative value | The operation failed. | 183 | Negative value| The operation failed.| 225 | Negative value | The operation failed.| 256 | Negative value| The operation failed.| 298 | Negative value| The operation failed.| 327 | Negative value| The operation failed.| 357 | Negative value| The operation failed.| 386 | Negative value| The operation failed.| 416 | Negative value| The operation failed.| [all …]
|
H A D | driver-platform-regulator-des.md | 159 | Negative value | The operation failed. | 188 | Negative value | The operation failed. | 216 | Negative value | The operation failed. | 245 | Negative value | The operation failed. | 276 | Negative value | The operation failed. | 306 | Negative value | The operation failed. | 336 | Negative value | The operation failed. | 365 | Negative value | The operation failed. |
|
H A D | driver-platform-mipicsi-des.md | 121 | Negative value | The operation failed. | 160 | Negative value | The operation failed. | 200 | Negative value | The operation failed. | 233 | Negative value | The operation failed. | 302 | Negative value | The operation failed. | 336 | Negative value | The operation failed. | 368 | Negative value | The operation failed. | 402 | Negative value | The operation failed. | 434 | Negative value | The operation failed. | 468 | Negative value | The operation failed. | [all …]
|
H A D | driver-platform-watchdog-des.md | 91 | Negative value| The operation fails.| 119 | Negative value| The operation fails.| 147 | Negative value| The operation fails.| 173 | Negative value| The operation fails.| 199 | Negative value| The operation fails.| 224 | Negative value| The operation fails.| 249 | Negative value| The operation fails.|
|
H A D | driver-platform-gpio-des.md | 132 | Negative value | The operation failed. | 162 | Negative value | The operation failed. | 193 | Negative value | The operation failed. | 224 | Negative value | The operation failed. | 256 | Negative value | The operation failed. | 277 | Negative value | The operation failed. | 294 | Negative value | The operation failed. | 313 | Negative value | The operation failed. |
|
H A D | driver-platform-pwm-des.md | 146 | Negative number | The operation fails. | 171 | Negative number | The operation fails. | 197 | Negative number | The operation fails. | 223 | Negative number | The operation fails. | 250 | Negative number | The operation fails. | 277 | Negative number | The operation fails. | 310 | Negative number | The operation fails. |
|
H A D | driver-platform-pin-des.md | 127 | Negative value | The operation fails.| 160 | Negative value | The operation fails. | 192 | Negative value | The operation fails.| 224 | Negative value | The operation fails. | 258 | Negative value | The operation fails.| 290 | Negative value | The operation fails. |
|
H A D | driver-platform-uart-des.md | 145 | Negative value| The operation fails.| 175 | Negative value| The operation fails.| 206 | Negative value| The operation fails.| 245 | Negative value| The operation fails.| 276 | Negative value| The operation fails.| 307 | Negative value| The operation fails.| 339 | Negative value| The operation fails.|
|
H A D | driver-platform-spi-des.md | 124 | Negative value | The operation failed.| 154 | Negative value | The operation failed.| 191 | Negative value | The operation failed.| 222 | Negative value| The operation failed.| 253 | Negative value| The operation failed.|
|
H A D | driver-platform-mipidsi-des.md | 94 | Negative value| The operation failed.| 138 | Negative value| The operation failed.| 169 | Negative value| The operation failed.| 215 | Negative value| The operation failed.|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | rect_painter.cpp | 49 if (Negative(radius.GetX()) && NonNegative(radius.GetY())) { in DrawRect() 53 if (Negative(radius.GetY()) && NonNegative(radius.GetX())) { in DrawRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_layout_algorithm.cpp | 57 if (Negative(width)) { in MeasureContent() 64 if (Negative(height)) { in MeasureContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_info.cpp | 161 …return !atOrOutOfStart && Negative(GetDistanceToBottom(lastMainSize_, totalHeightOfItemsInView_, m… in IsOutOfEnd() 355 if (Negative(irregularHeight) && Positive(lastIrregularMainSize_)) { in GetContentHeight() 361 if (Negative(irregularHeight)) { in GetContentHeight() 430 if (Negative(irregularHeight) && Positive(lastIrregularMainSize_)) { in SkipStartIndexByOffset() 440 if (Negative(irregularHeight)) { in SkipStartIndexByOffset() 545 if (Negative(topPos)) { in TransformAutoScrollAlign() 825 while (it != lineHeightMap_.end() && Negative(it->second + offset + mainGap)) { in SkipLinesAboveView() 834 if (Negative(currentOffset_)) { in UpdateStartIndexForExtralOffset() 894 while (it != lineHeightMap_.end() && Negative(offset + it->second + mainGap)) { in GetDistanceToBottom()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | gradient_style_modifier.cpp | 48 if (Negative(frameSize.Height()) || Negative(frameSize.Width())) { in PaintGradient() 63 if (Negative(frameSize.Height()) || Negative(frameSize.Width())) { in PaintGradient()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_algorithm.cpp | 102 uint8_t sizeSetStatus = (Negative(sizeSet.Width()) << 1) | Negative(sizeSet.Height()); in MeasureContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_layout_algorithm.cpp | 77 } else if (Negative(curOffset_) && endNodeIndex_ >= 0) { in Measure() 117 } else if (Negative(curOffset_) && endNodeIndex_ >= 0) { in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | size_t.h | 165 return Negative(width_) && Negative(height_); in IsNegative() 194 if (Negative(width_) && NonNegative(size.width_)) { in UpdateIllegalSizeWithCheck() 197 if (Negative(height_) && NonNegative(size.height_)) { in UpdateIllegalSizeWithCheck() 560 return Negative(width_.value_or(-1)) && Negative(height_.value_or(-1)); in IsNegative()
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-build-rule.md | 49 [Negative Example] The one-click build of a component can be triggered only by the CI system but ca… 51 [Negative Example] Manually set the memory mapping address on the Xplorer IDE UI for a component, a… 53 [Negative Example] Manually create the **r6c03_view\r6c03_client_view** directory for a component. 220 [Negative Example] A text file is named ***Example*.lib**. 222 [Negative Example] An object file is named ***Example*.a**. 224 [Negative Example] A static library is named **lib*Example***, without a file name extension. 400 [Negative Example] The following build has multiple entry points. If no description document is pro… 566 [Negative Example] In GN, use **action** to invoke **automake** and **Make** to build third-party c… 581 [Negative Example] Add **-fstack-protector-strong** to the GN file of the module. 589 [Negative Example] Add **-wno-unused** to a module to clear build alarms. [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | bezier_variable_velocity_motion.h | 45 return Positive(offsetPct_) ? scrollOffset_ : Negative(offsetPct_) ? -scrollOffset_ : 0; in GetCurrentPosition()
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | reduce-redundant-operations-when-render-first-frame.md | 25 **Negative example**: There is a list with 10,000 elements (the sheer number is intended to make it… 161 **Negative example**: The time-consuming lifecycle of a custom component blocks the layout renderin… 263 **Negative example**: The **Image** component is used to synchronously load high-resolution images,… 324 **Negative example**: A **Grid** container is used to load 1000 grids at a time, and additional thr… 406 **Negative example**: The **visibility** attribute is used to display or hide the component.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_linear_gradient.cpp | 61 if (Negative(offset.ConvertToVp())) { in Constructor()
|