/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 745 setInitiallyProvidedValue(c4) { argument 746 if (c4.item !== undefined) { 747 this.item = c4.item; 749 if (c4.attribute !== undefined) { 750 this.attribute = c4.attribute; 752 if (c4.callbackId !== undefined) { 764 if (c4.useSymbol !== undefined) { 767 if (c4.fontSize === undefined) { 770 if (c4.isOnFocus !== undefined) { 773 if (c4.isOnHover !== undefined) { [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 19 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/curves/ |
H A D | easing_curve.cpp | 185 constexpr float c4 = (2.f * BASE_NS::Math::PI) / 3.f; in EaseInElastic() local 192 return -BASE_NS::Math::pow(2.f, 10 * t - 10) * BASE_NS::Math::sin((t * 10 - 10.75f) * c4); in EaseInElastic() 196 constexpr float c4 = (2.f * BASE_NS::Math::PI) / 3.f; in EaseOutElastic() local 203 return BASE_NS::Math::pow(2.f, -10 * t) * BASE_NS::Math::sin((t * 10 - 0.75f) * c4) + 1.f; in EaseOutElastic()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 24 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 115 function c4(uiContext, value, isValid, defaultValue) { function 230 value = c4(this.getUIContext(), val, j, e4.i4); 232 value = c4(this.getUIContext(), val, j, e4.j4); 664 return c4( 675 return c4( 686 return c4( 709 return c4( 720 return c4(
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 25 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/ |
H A D | heif_format_agent.cpp | 154 uint32_t HeifFormatAgent::Fourcc(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4) in Fourcc() argument 156 … (c1 << (SHIFT_BASE * TIMES_THREE)) | (c2 << (SHIFT_BASE * TIMES_TWO)) | (c3 << SHIFT_BASE) | (c4); in Fourcc()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/ |
H A D | sys_binder.h | 24 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/include/ |
H A D | heif_format_agent.h | 34 uint32_t Fourcc(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 973 pickCamera(c4) { argument 974 picker.pick(this.context, c4.mediaTypes, { 975 cameraPosition: c4.cameraPosition, 976 saveUri: c4.saveUri, 977 videoDuration: c4.videoDuration 979 this.success(new PickCameraResult(g4.resultCode, g4.resultUri, g4.mediaType), c4); 981 this.error(f4, c4);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 790 getItemGestureModifier(c4, d4) { 792 if (c4?.icon || c4?.toolBarSymbolOptions?.activated || c4?.toolBarSymbolOptions?.normal) { 796 itemDialog: c4, 805 itemDialog: c4,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 154 float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, in Matrix3d() argument 159 operation.matrix4_ = Matrix4(a1, a2, a3, a4, b1, b2, b3, b4, c1, c2, c3, c4, d1, d2, d3, d4); in Matrix3d()
|
H A D | transform_component.h | 82 …float c3, float d3, float a4, float b4, float c4, float d4, const AnimationOption& = AnimationOpti…
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | sys_binder.h | 28 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_typeface_test.cpp | 28 …ine HB_TAG(c1,c2,c3,c4) ((uint32_t)((((uint32_t)(c1)&0xFF)<<24)|(((uint32_t)(c2)&0xFF)<<16)|(((uin… argument
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | converter.cpp | 35 uint8_t c4 = data[++index]; // The forth byte in Utf8ToUtf16BEToData() local 42 (c4 & LOWER_6_BITS_MASK); in Utf8ToUtf16BEToData()
|
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/ |
H A D | netmanager_base_common_utils.cpp | 254 uint8_t c4 = 0; in Ipv4PrefixLen() local 256 ret = sscanf_s(ip.c_str(), "%hhu.%hhu.%hhu.%hhu", &c1, &c2, &c3, &c4); in Ipv4PrefixLen() 261 (c3 << static_cast<uint32_t>(BITS_8)) | c4; in Ipv4PrefixLen()
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/ |
H A D | base_interfaces.h | 50 INTERFACE(IBoolean, 492ef6c0 - e122 - 401d - 80c4 - bb65e2325766)
|
/ohos5.0/commonlibrary/ets_utils/platform/ohos/ |
H A D | util_helper.cpp | 191 uint8_t c4 = data[++i]; in Utf8ToUtf16BE() local 194 ((c3 & LOWER_6_BITS_MASK) << UTF8_VALID_BITS) | (c4 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-oom.md | 96 R7 = 0х97822c4
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-oom.md | 95 R7 = 0х97822c4
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_decoder.cpp | 58 #define FOUR_CC(c1, c2, c3, c4) (static_cast<uint32_t>(((c4) << Byte24) | ((c3) << Byte16) | ((c2) … argument
|
/ohos5.0/base/hiviewdfx/faultloggerd/ |
H A D | README_zh.md | 238 #14 pc 00000000000008c4(00000000004a88c4) /data/test/dumpcatcherdemo
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-c-coding-style-guide.md | 1005 # <a name="c4"></a>4 头文件 1012 ## <a name="c4-1"></a>头文件职责 1068 ## <a name="c4-2"></a>头文件依赖
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 697 let c4 = t.readInt(); 701 let g4 = await this.shareCenter.unshare(c4, d4, e4, f4);
|