Lines Matching refs:h
26 │ │ ├── syscap_define.h
27 │ │ └── syscap_tool.h
30 │ │ └── syscap_interface.h
34 │ │ └── syscap_interface.h
36 │ │ ├── endian_internel.h # 内部实现的大小端转换接口定义(便于win、mac、linux平台通用)
44 │ │ │ │ └── syscap_codec_test.h
71 使用./syscap_tool -h或者./syscap_tool --help查看:
74 -h, --help : how to use
126 1. 收集所有部件(或指定部件)的syscap字段并与developtools/sysap_codec/include/syscap_define.h中的arraySyscap比较,输出检查结果,若…
128 3. 收集所有interface/sdk-js/api目录下的*.d.ts中的syscap属性与developtools/syscap_codec/include/syscap_define.h中的…
140 使用python3 syscap-check.py -h或python3 syscap-check.py --help查看用法:
143 usage: syscap_check.py [-h] [-p PROJECT_PATH] -t {component_codec,component_sdk,sdk_codec}
147 -h, --help show this help message and exit
160 # 检查所有部件的syscap字段与syscap_define.h中的arraySyscap一致性情况
163 # 检查指定的部件的bundle.json中的syscap字段与syscap_define.h中的arraySyscap一致性情况,注意,只要当--check_target为component_co…
169 # 检查*.d.ts中的“@syscap"属性集合与syscap_define.h中的arraSyscap的一致性情况
173 ## syscap_define.h 文件规则