Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-animate-component.md219 …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 Darkts-common-events-focus-event.md811 this.name = "count is odd number"
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sms_parcel.h254 unsigned char odd = 0; member
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sms_defs.h184 unsigned char odd; member
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_parameter_record.cpp357 …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 Djs-components-common-methods.md48odd number of times, the playback is in forward direction. When the animation is played for an eve…
H A Djs-components-common-animation.md19odd 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 Dcdma_sms_common.h427 bool odd; member
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-new-rendering-control-repeat.md477 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 Dcdmasmsencode_fuzzer.cpp111 value.odd = static_cast<bool>(size % BOOL_NUM); in SubaddressEncode()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-animator.md460odd 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.md1555 …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 Dts-explicit-animation.md44 …rds. When **PlayMode.Alternate** is used, **iterations** must be set to an odd number. When **Play…
H A Dts-basic-components-button.md485 Button('count is odd').fontSize(30).height(50)
H A Dts-appendix-enums.md231 | 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 Dts-canvasrenderingcontext2d.md3518 | 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 Dts-basic-components-button.md485 Button('count is odd').fontSize(30).height(50)
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-rendering-control-repeat.md477 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 Dcdma_sms_test.cpp111 cout << s << "odd : " << addr.odd << endl; in PrintSubAddr()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-events-focus-event.md805 this.name = "count is odd number"
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp423 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 Dqrcode_patch2.patch529 - 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 Djs-apis-graphics-drawing.md827 …ssings. When **EvenOdd** is used, "inside" of the path is determined by an odd number of edge cros…
3341odd number of edge crossings. Specifically, draws a point and emits a ray in any direction. If the…
H A D_drawing.md2616odd 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 Djs-apis-cryptoFramework.md2579 …epresented as follows: **0x03**\|x coordinate (when the coordinate y is an odd number); **0x02**\|…

12