/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/ |
H A D | splitlayout.js | 42 setInitiallyProvidedValue(m4) { argument 43 if (m4.container !== undefined) { 44 this.container = m4.container; 46 if (m4.sizeValue !== undefined) { 47 this.sizeValue = m4.sizeValue; 49 if (m4.areaWidth !== undefined) { 50 this.areaWidth = m4.areaWidth; 55 if (m4.mainImage !== undefined) { 56 this.mainImage = m4.mainImage; 58 if (m4.primaryText === undefined) { [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XMat4.js | 104 mult(m4) { argument 114 this.mat[i][0] * m4.mat[0][j] + 115 this.mat[i][1] * m4.mat[1][j] + 116 this.mat[i][2] * m4.mat[2][j] + 117 this.mat[i][3] * m4.mat[3][j]; 124 MultRight(m4) { argument 125 this.mat = np.dot(m4.mat, this.mat);
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/c_test/types/v1_0/ |
H A D | Types.idl | 23 String m4; 37 int m4; 52 FileDescriptor m4; 60 int[] m4; 78 List<int> m4;
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/cpp_test/types/v1_0/ |
H A D | Types.idl | 25 String m4; 39 int m4; 54 FileDescriptor m4; 62 int[] m4; 81 List<int> m4;
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/struct_test/v1_0/ |
H A D | StructTypes.idl | 22 String m4; 36 int m4; 56 int[] m4; 72 List<int> m4;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | circular_arcs.cpp | 111 OH_Drawing_Matrix* m4 = OH_Drawing_MatrixCreate(); in CreateMatrices() local 112 … OH_Drawing_MatrixSetMatrix(m4, 0, -1, 2 * coordinate, -1, 0, 2 * coordinate, 0, 0, 1); // 1,-1,2矩阵 in CreateMatrices() 123 matrices.push_back(m4); in CreateMatrices()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 16 let __decorate = (this && this.__decorate) || function (m4, n4, o4, p4) { 21 r4 = Reflect.decorate(m4, n4, o4, p4); 23 for (let t4 = m4.length - 1; t4 >= 0; t4--) { 24 (s4 = m4[t4]) && (r4 = (q4 < 3 ? s4(r4) : q4 > 3 ? s4(n4, o4, r4) : s4(n4, o4)) || r4); 750 const m4 = l4.value; constant 754 n4 = `${m4}px`; 757 n4 = `${m4}fp`; 760 n4 = `${m4}lpx`; 763 n4 = `${m4 * 100}%`; 766 n4 = `${m4}vp`; [all …]
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-mini-overview.md | 49 │ │ ├── cortex-m4 # cortex-m4架构代码 123 - cortex-m4:
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-security-selinux-compile.md | 12 …icy/`,得到父目录为system和public的策略文件列表,使用m4宏处理器将策略文件列表拼接成`system.conf`中间文件,这里会决定是否展开隔离宏。同理,遍历得到父目录为vendo…
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 98 m4: 36, property in e4 221 return e4.m4; 614 let m4 = this.itemStyle.backgroundColor; 615 if (m4 == undefined || m4 == null) { 618 if (m4.type === 10001) { 863 Stack.width(e4.m4);
|
/ohos5.0/build/lite/ndk/build/config/ |
H A D | BUILD.gn | 22 } else if (target_cpu == "cortex-m4") { 24 "-mcpu=cortex-m4",
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-minichip-prepare.md | 85 board_cpu = "cortex-m4" 122 | board_cpu | 开发板CPU类型,例如:“cortex-m4”,“cortex-a7”,“riscv32”。 |
|
H A D | porting-minichip-kernel.md | 12 | arm | arm9<br/>cortex-m3<br/>cortex-m4<br/>cortex-m7<br/>cortex-m33 | 30 │ ├── cortex-m4
|
H A D | porting-stm32f407-on-minisystem-eth.md | 47 …l_exti.o build/system_stm32f4xx.o build/startup_stm32f407xx.o -mcpu=cortex-m4 -mthumb -mfpu=fpv4-s… 424 board_cpu = "cortex-m4" 447 "-mcpu=cortex-m4", 537 …teos_m/board/target_config.h`文件中的配置,`//device/qemu/arm_mps2_an386`是`cortex-m4`的虚拟机工程,后续适配可以直接参考,在此…
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/array_test/v1_0/ |
H A D | ArrayTypes.idl | 22 String m4;
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/data_test/v1_0/ |
H A D | DataTypes.idl | 22 String m4;
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/list_test/v1_0/ |
H A D | ListTypes.idl | 22 String m4;
|
/ohos5.0/docs/zh-cn/device-dev/faqs/ |
H A D | faqs-kernel.md | 42 LiteOS-M已支持risc-v、Cortex-m3\m4\m7\m33、arm9,待支持c-sky、xtensa;LiteOS-A已支持armv7-a,待支持armv8-a,请关注开源社区更新。
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 983 let m4 = 0; variable 985 m4++; 986 if (f4 === m4 - 1) { 995 else if (f4 > m4 - 1 && f4 < m4 + l4[o4]) { 996 this.subStackList[o4].secondaryStack.popToIndex(f4 - m4); 997 this.subStackList[o4].secondaryStack.policyInfoList.splice(f4 - m4 + 1); 1001 m4 += l4[o4];
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 957 let m4 = new GetEnvResult(); 958 m4.deviceType = deviceInfo.deviceType; 959 m4.brand = deviceInfo.brand; 960 m4.productModel = deviceInfo.productModel; 961 m4.osFullName = deviceInfo.osFullName; 962 this.success(m4, l4);
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-install-package.md | 13 …libx11-dev lib32z1-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip m4 bc gnutls-bin python…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | device_vk.cpp | 320 auto& m4 = co.maintenance4; in GetPhysicalDeviceMaintenance4Structs() local 321 m4->maintenance4Features = { in GetPhysicalDeviceMaintenance4Structs() 327 *cw.ppNextFeatures = &m4->maintenance4Features; in GetPhysicalDeviceMaintenance4Structs() 328 cw.ppNextFeatures = &m4->maintenance4Features.pNext; in GetPhysicalDeviceMaintenance4Structs()
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-minichip-prepare.md | 87 board_cpu = "cortex-m4" 124 …| board_cpu | CPU type of the development board, for example, **"cortex-m4"**, **"cortex-a7"**, or…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-security-selinux-compile.md | 12 …set-related policy files (files in **/vendor** and **/public**). Then, use m4 (a macro processor) …
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 281 this.listener.on('change', (m4) => { 282 this.isSmallScreen = m4.matches;
|