/ohos5.0/drivers/interface/display/graphic/common/v1_0/ |
H A D | CMColorSpace.idl | 24 COLORPRIMARIES_SRGB = 1, // equal to COLORPRIMARIES_BT709 28 COLORPRIMARIES_BT2100 = 4, // equal to COLORPRIMARIES_BT2020 66 MATRIX_P3 = 3, // equal to MATRIX_BT601_N 68 MATRIX_BT2100 = 4, // equal to MATRIX_BT2020 107 CM_LINEAR_BT709 = 1 | (3 << 8), // equal to CM_LINEAR_SRGB 111 CM_DISPLAY_SRGB = 1 | (2 << 8) | (3 << 16) | (1 << 21), // equal to CM_SRGB_FULL 112 CM_DISPLAY_P3_SRGB = 6 | (2 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_FULL 113 CM_DISPLAY_P3_HLG = 6 | (5 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_HLG_FULL 114 CM_DISPLAY_P3_PQ = 6 | (4 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_PQ_FULL 116 CM_DISPLAY_BT2020_HLG = 4 | (5 << 8) | (4 << 16) | (1 << 21), // equal to CM_BT2020_HLG_FULL [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_graphic_common_v1_0/foo/display/graphic/common/v1_0/ |
H A D | CMColorSpace.idl | 24 COLORPRIMARIES_SRGB = 1, // equal to COLORPRIMARIES_BT709 28 COLORPRIMARIES_BT2100 = 4, // equal to COLORPRIMARIES_BT2020 66 MATRIX_P3 = 3, // equal to MATRIX_BT601_N 68 MATRIX_BT2100 = 4, // equal to MATRIX_BT2020 107 CM_LINEAR_BT709 = 1 | (3 << 8), // equal to CM_LINEAR_SRGB 111 CM_DISPLAY_SRGB = 1 | (2 << 8) | (3 << 16) | (1 << 21), // equal to CM_SRGB_FULL 112 CM_DISPLAY_P3_SRGB = 6 | (2 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_FULL 113 CM_DISPLAY_P3_HLG = 6 | (5 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_HLG_FULL 114 CM_DISPLAY_P3_PQ = 6 | (4 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_PQ_FULL 116 CM_DISPLAY_BT2020_HLG = 4 | (5 << 8) | (4 << 16) | (1 << 21), // equal to CM_BT2020_HLG_FULL [all …]
|
/ohos5.0/drivers/interface/display/graphic/common/v2_0/ |
H A D | CMColorSpace.idl | 31 COLORPRIMARIES_SRGB = 1, // equal to COLORPRIMARIES_BT709 35 COLORPRIMARIES_BT2100 = 4, // equal to COLORPRIMARIES_BT2020 73 MATRIX_P3 = 3, // equal to MATRIX_BT601_N 75 MATRIX_BT2100 = 4, // equal to MATRIX_BT2020 114 CM_LINEAR_BT709 = 1 | (3 << 8), // equal to CM_LINEAR_SRGB 118 CM_DISPLAY_SRGB = 1 | (2 << 8) | (3 << 16) | (1 << 21), // equal to CM_SRGB_FULL 119 CM_DISPLAY_P3_SRGB = 6 | (2 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_FULL 120 CM_DISPLAY_P3_HLG = 6 | (5 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_HLG_FULL 121 CM_DISPLAY_P3_PQ = 6 | (4 << 8) | (3 << 16) | (1 << 21), // equal to CM_P3_PQ_FULL 123 CM_DISPLAY_BT2020_HLG = 4 | (5 << 8) | (4 << 16) | (1 << 21), // equal to CM_BT2020_HLG_FULL [all …]
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-strict-equals.md | 5 …use JSVM-API to check whether two JavaScript (JS) values are strictly equal (equal in both value a… 9 Strictly equal: If two values are strictly equal, they are equal in both value and type. When type … 15 | OH_JSVM_StrictEquals | Checks whether two **JSVM_Value** objects are strictly equal.| 23 Use **OH_JSVM_StrictEquals** to check whether two JS values are strictly equal. 39 // Call OH_JSVM_StrictEquals to check whether two given JS values are strictly equal.
|
H A D | use-napi-about-other-practical-tools.md | 11 …: The strict equality check is used to check whether two ArkTS values are equal in type and value.… 20 | napi_strict_equals | Checks whether two values are strictly equal, that is, equal in both the val… 71 Use **napi_strict_equals** to check whether two ArkTS values are strictly equal. 84 // Call napi_strict_equals to check whether two ArkTS values are strictly equal.
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-ui-design.md | 13 | Less than or equal to 10| 100% to 200% | 14 | Greater than or equal to 11 and less than or equal to 20| 80% to 100% | 15 | Greater than or equal to 21 and less than or equal to 30| 60% to 80% | 16 | Greater than or equal to 31 and less than or equal to 50| 40% to 60% | 17 | Greater than or equal to 51 and less than or equal to 70| 30% to 40% | 18 | Greater than or equal to 71| 30% |
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.36/ |
H A D | changelogs-arkgraphics2d.md | 33 …vertex array. | The value must be greater than or equal to 0. | The value must be greater than or … 36 …dices. | The value must be greater than or equal to 0. | The value must be equal to 0 or greater t…
|
/ohos5.0/base/msdp/device_status/frameworks/js/napi/src/ |
H A D | devicestatus_event.cpp | 108 bool equal = false; in IsNoExistCallback() local 115 napiStatus = napi_strict_equals(env_, result, handler, &equal); in IsNoExistCallback() 120 if (equal) { in IsNoExistCallback() 155 bool equal = false; in OffOnce() local 159 napi_strict_equals(env_, result, handler, &equal); in OffOnce() 160 if (equal) { in OffOnce()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_multi_ver_p2p_sync_test.cpp | 618 bool equal = true; in IsTimeSyncPacketEqual() local 623 return equal; in IsTimeSyncPacketEqual() 738 bool equal = true; in IsMultiVerCommitEqual() local 739 equal = inCommitA.commitId == inCommitB.commitId ? equal : false; in IsMultiVerCommitEqual() 740 equal = inCommitA.leftParent == inCommitB.leftParent ? equal : false; in IsMultiVerCommitEqual() 741 equal = inCommitA.rightParent == inCommitB.rightParent ? equal : false; in IsMultiVerCommitEqual() 742 equal = inCommitA.timestamp == inCommitB.timestamp ? equal : false; in IsMultiVerCommitEqual() 743 equal = inCommitA.version == inCommitB.version ? equal : false; in IsMultiVerCommitEqual() 744 equal = inCommitA.isLocal == inCommitB.isLocal ? equal : false; in IsMultiVerCommitEqual() 745 equal = inCommitA.deviceInfo == inCommitB.deviceInfo ? equal : false; in IsMultiVerCommitEqual() [all …]
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_osaccount_check.cpp | 51 bool equal = std::atomic_compare_exchange_strong(&g_isCeUpgradeSucc, &flag, true); in HksTransferFileIfNeed() local 52 if (!equal) { in HksTransferFileIfNeed()
|
/ohos5.0/build/docs/ |
H A D | 编译选项规范.md | 16 | -Wfloat-equal | 打开"-Wfloat-equal"选项,避免浮点数相等比较运算|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
H A D | particle_pattern.cpp | 130 bool equal = true; in UpdateDisturbance() local 135 equal = false; in UpdateDisturbance() 139 if (equal) { in UpdateDisturbance()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-svg-line.md | 43 … end of each path the stroke is extended by a half circle with a diameter equal to the stroke widt… 47 …tended by a half circle, with the width being equal to half of the stroke width, and the height be…
|
H A D | js-components-svg-common-attributes.md | 18 …equal to the stroke width.<br>**square**: At the end of each path the stroke is extended by a half…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _o_h___predicates.md | 21 …unction used to set a predicates object to match the field whose value is equal to the specified v… 22 …ion used to set a predicates object to match the field whose value is not equal to the specified v… 34 … to set a predicates object to match the field with value greater than or equal to the specified v… 35 …sed to set a predicates object to match the field with value less than or equal to the specified v…
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_range_adapter.h | 111 uint32_t RemoveDuplicates(Array& arr, Equal equal); 224 uint32_t RemoveDuplicates(Array& arr, Equal equal) in RemoveDuplicates() argument 233 if (!equal(element, arr[iIndex - 1])) { in RemoveDuplicates()
|
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_device_mem_map.md | 27 | [bufferLength](#bufferlength) | Length of the used buffer. By default, the value is equal to the … 55 Length of the used buffer. By default, the value is equal to the size, indicating that the entire b…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 467 bool equal = false; variable 476 equal = equal && (this->renderParticleVector_[i] == rhs.renderParticleVector_[i]) && 480 equal = equal && (this->imageVector_[i] == rhs.imageVector_[i]) && 483 return equal;
|
H A D | rs_particle_noise_field.h | 53 …bool equal = (this->fieldStrength_ == rhs.fieldStrength_) && (this->fieldShape_ == rhs.fieldShape_… variable 57 return equal;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-plainarray.md | 110 | key | number | Yes| Target key. The value must be less than or equal to int32_max, that is, 21474… 150 | key | number | Yes| Target key. The value must be less than or equal to int32_max, that is, 21474… 191 | key | number | Yes| Target key. The value must be less than or equal to int32_max, that is, 21474… 272 | index | number | Yes| Position index of the target element. The value must be less than or equal … 312 …Yes| Position index of the target element. The value must be less than or equal to int32_max, that… 387 | key | number | Yes| Key of the target element. The value must be less than or equal to int32_max,… 421 | key | number | Yes| Target key. The value must be less than or equal to int32_max, that is, 21474… 462 | index | number | Yes| Position index of the target element. The value must be less than or equal … 503 … Start position of the elements to remove. The value must be less than or equal to int32_max, that… 504 | size | number | Yes| Number of elements to remove. The value must be less than or equal to int32_… [all …]
|
/ohos5.0/base/useriam/face_auth/test/unittest/ |
H A D | face_auth_executor_callback_hdi_unit_test.cpp | 70 EXPECT_TRUE(std::equal(extraInfo.begin(), extraInfo.end(), testExtraInfo.begin())); in __anon0a71a87a0102() 99 EXPECT_TRUE(std::equal(extraInfo.begin(), extraInfo.end(), testExtraInfo.begin())); in __anon0a71a87a0202()
|
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/ |
H A D | fingerprint_auth_executor_callback_hdi_unit_test.cpp | 70 EXPECT_TRUE(std::equal(extraInfo.begin(), extraInfo.end(), testExtraInfo.begin())); in __anon828aa06c0102() 99 EXPECT_TRUE(std::equal(extraInfo.begin(), extraInfo.end(), testExtraInfo.begin())); in __anon828aa06c0202()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-wantAgent.md | 837 ## wantAgent.equal 839 equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback\<boolean\>): void 909 //equal回调 912 console.error(`equal failed! ${err.code} ${err.message}`); 914 console.info(`equal ok! ${JSON.stringify(data)}`); 918 wantAgent.equal(wantAgent1, wantAgent2, equalCallback); 931 ## wantAgent.equal 933 equal(agent: WantAgent, otherAgent: WantAgent): Promise\<boolean\> 1009 wantAgent.equal(wantAgent1, wantAgent2).then((data) => { 1010 console.info(`equal ok! ${JSON.stringify(data)}`); [all …]
|
H A D | js-apis-wantAgent.md | 630 ## wantAgent.equal 632 equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback\<boolean\>): void 669 //equal回调 673 wantAgent.equal(wantAgentObj1, wantAgentObj2, equalCallback); 706 ## wantAgent.equal 708 equal(agent: WantAgent, otherAgent: WantAgent): Promise\<boolean\> 768 wantAgent.equal(wantAgentObj1, wantAgentObj2).then((data) => {
|
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-key-agreement-using-dh.md | 37 console.error('DH result is not equal'); 63 console.error('DH result is not equal');
|