Searched refs:re (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | mk_prim_xml_step1.py | 24 import re
namespace 66 list_temp=re.split('[ \t\n\r\f\v]+', line)
77 list_temp=re.split('[ \t\n\r\f\v]+', line)
140 match=re.search('PRIM_XML_HI_DIAG_LOG_MSG_', line)
142 match_id=re.search('_PRIM_ID_:', line)
143 match_sz=re.search(',_PRIM_SZ_:', line)
144 match_line=re.search(',_PRIM_LINE_:', line)
145 match_file=re.search(',_PRIM_FILE_:', line)
146 match_file=re.search(',_PRIM_FILE_:', line)
153 match=re [all...] |
H A D | make_upg_file.py | 22 import re
namespace 269 match1 = re.match(r'\s*0x', value)
270 match2 = re.match(r'\s*0X', value)
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | clang-wrapper.py | 35 import re namespace 52 warning_re = re.compile(r'''(.*/|)([^/]+\.[a-z]+:\d+):(\d+:)? warning:''')
|
/device/soc/rockchip/rk2206/sdk_liteos/image/ |
H A D | build.py | 19 import re namespace
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkbootimg | 21 import re namespace 200 match = re.search(r'^(\d{1,3})(?:\.(\d{1,3})(?:\.(\d{1,3}))?)?', x) 217 match = re.search(r'^(\d{4})-(\d{2})(?:-(\d{2}))?', x)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 23 import re
namespace 268 match1 = re.match(r'\s*0x', line)
269 match2 = re.match(r'\s*0X', line)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 23 import re
namespace 268 match1 = re.match(r'\s*0x', line)
269 match2 = re.match(r'\s*0X', line)
|
Completed in 9 milliseconds