/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-animate-component.md | 219 …he animation in alternating loop mode. When the animation is played for an odd number of times, th… 221 …tion in reverse alternating loop mode. When the animation is played for an odd number of times, th…
|
H A D | arkts-common-events-focus-event.md | 811 this.name = "count is odd number"
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sms_parcel.h | 254 unsigned char odd = 0; member
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sms_defs.h | 184 unsigned char odd; member
|
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_parameter_record.cpp | 357 …if (!pdu.WriteBits(static_cast<uint8_t>(address_.type), BIT3) || !pdu.WriteBits(address_.odd ? 0b1… in Encode() 403 address_.odd = (v2 == 0b1) ? true : false; in Decode()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-methods.md | 48 …odd number of times, the playback is in forward direction. When the animation is played for an eve…
|
H A D | js-components-common-animation.md | 19 …odd number of times, the playback is in forward direction. When the animation is played for an eve…
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_common.h | 427 bool odd; member
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-new-rendering-control-repeat.md | 477 return (index % 2 === 0) ? 'odd' : 'even'; 479 .template('odd', (ri) => { 480 Text(`[odd] index${ri.index}: ${ri.item.message}`)
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/ |
H A D | cdmasmsencode_fuzzer.cpp | 111 value.odd = static_cast<bool>(size % BOOL_NUM); in SubaddressEncode()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-animator.md | 460 …odd number of times, the playback is in forward direction. When the animation is played for an eve…
|
H A D | _ark_u_i___native_module.md | 1555 …mation plays in alternating loop mode. When the animation is played for an odd number of times, th… 1556 …lays in reverse alternating loop mode. When the animation is played for an odd number of times, th… 1612 | ARKUI_ANIMATION_PLAY_MODE_ALTERNATE | The animation is played forwards for an odd number of time… 1613 | ARKUI_ANIMATION_PLAY_MODE_ALTERNATE_REVERSE | The animation is played backwards for an odd numbe…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-explicit-animation.md | 44 …rds. When **PlayMode.Alternate** is used, **iterations** must be set to an odd number. When **Play…
|
H A D | ts-basic-components-button.md | 485 Button('count is odd').fontSize(30).height(50)
|
H A D | ts-appendix-enums.md | 231 | Alternate | The animation is played forwards for an odd number of times (1, 3, 5...) and b… 232 | AlternateReverse | The animation is played backwards for an odd number of times (1, 3, 5...) and …
|
H A D | ts-canvasrenderingcontext2d.md | 3518 | evenodd | The inside part of a shape is determined based on whether the counting result is an odd…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-button.md | 485 Button('count is odd').fontSize(30).height(50)
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-rendering-control-repeat.md | 477 return (index % 2 === 0) ? 'odd' : 'even'; 479 .template('odd', (ri) => { 480 Text(`[odd] index${ri.index}: ${ri.item.message}`)
|
/ohos5.0/base/telephony/sms_mms/test/unittest/ |
H A D | cdma_sms_test.cpp | 111 cout << s << "odd : " << addr.odd << endl; in PrintSubAddr()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-events-focus-event.md | 805 this.name = "count is odd number"
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sms.cpp | 423 cdmaSmsInfo.subAddress.odd = stoi(pdu.substr(index + BYTE_LEN, BYTE_LEN), 0, HEXADECIMAL); in CreateCdmaMessageInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 529 - int total = size * size; // Note that size is odd, so dark/total != 1/2
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 827 …ssings. When **EvenOdd** is used, "inside" of the path is determined by an odd number of edge cros… 3341 …odd number of edge crossings. Specifically, draws a point and emits a ray in any direction. If the…
|
H A D | _drawing.md | 2616 …odd number of edge crossings. Specifically, draws a point and emits a ray in any direction. If the… 7661 …erval array. In the array, an even entry indicates an "on" interval and an odd entry indicates an …
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | js-apis-cryptoFramework.md | 2579 …epresented as follows: **0x03**\|x coordinate (when the coordinate y is an odd number); **0x02**\|…
|