Home
last modified time | relevance | path

Searched refs:append (Results 1 - 16 of 16) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/
H A Dpacket_tool.py74 pathList.append(path)
75 burnAddrList.append(int(burnAddr))
76 burnSizeList.append(int(burnSize))
77 imageSizeList.append(imageSize)
78 typeList.append(int(type))
139 pathNameListNew.append(path)
140 burnAddrListNew.append(int(burnAddr))
141 burnSizeListNew.append(int(burnSize))
142 imageSizeListNew.append(imageSize)
143 typeListNew.append(in
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py37 sys.path.append("'..', '..', 'build'")
105 nv_id_list.append(int(nv_element.attrib['ID'], 16))
110 nv_id_list.append(int(nv_element.attrib['ID'], 16))
112 nv_keep_id_list.append(int(nv_element.attrib['ID'], 16))
131 nv_item_bin_list.append(nv_item_bin)
142 nv_item_index_bin_list.append(nv_item_index_bin)
336 root_list.append(root)
352 exist_item_id_list.append(int_id)
360 new_root.append(grp)
370 element_grp_list.append(element_gr
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py37 sys.path.append("'..', '..', 'build'")
105 nv_id_list.append(int(nv_element.attrib['ID'], 16))
110 nv_id_list.append(int(nv_element.attrib['ID'], 16))
112 nv_keep_id_list.append(int(nv_element.attrib['ID'], 16))
131 nv_item_bin_list.append(nv_item_bin)
142 nv_item_index_bin_list.append(nv_item_index_bin)
336 root_list.append(root)
352 exist_item_id_list.append(int_id)
360 new_root.append(grp)
370 element_grp_list.append(element_gr
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dpacket_create.py73 pathList.append(path)
74 burnAddrList.append(int(burnAddr))
75 burnSizeList.append(int(burnSize))
76 imageSizeList.append(imageSize)
77 typeList.append(int(type))
153 pathList.append(path)
154 burnAddrList.append(int(burnAddr))
155 burnSizeList.append(int(burnSize))
156 imageSizeList.append(imageSize)
157 typeList.append(in
[all...]
H A Dmake_upg_file.py135 cmd_list.append(lzma_tool)
136 cmd_list.append('-d16 -lc2 -lp2 e')
137 cmd_list.append(src_file)
138 cmd_list.append(dst_file)
148 cmd_list.append(aes_encrypt_tool)
149 cmd_list.append('-i')
150 cmd_list.append(src_file)
151 cmd_list.append('-o')
152 cmd_list.append(dst_file)
153 cmd_list.append('
[all...]
H A Dscons_env_cfg.py87 self.clean_list.append(os.path.join('build', 'scripts', '__pycache__'))
137 env_name.append(flag_r[key])
156 cfg_list.append(x[2:])
158 cfg_list.append(x)
219 lib_paths.append(gcc_lib_path)
221 lib_paths.append(self.link_path)
238 libs.append('gcc')
284 self.clean_list.append(items)
H A D__init__.py24 sys.path.append(os.path.join(os.getcwd(), 'build', 'scripts'))
H A Dscons_utils.py71 src_path.append(os.path.relpath(root, search_dir)) if full_path == False else src_path.append(root)
237 temp.append(tmp_cfg_val)
H A Dcommon_env.py335 compile_module.append(macro_cfg)
468 os_lib_path.append(os.path.join('components', 'hilink', 'lib'))
512 compile_module.append(module)
542 proj_environment['defines']['common'].append('CONFIG_FACTORY_TEST_MODE')
H A Dmk_prim_xml_step1.py103 full_file_name_list.append(full_file_name)
131 dst_full_file_name_list.append(dst_full_file_name)
H A Dpkt_builder.py350 list.append('%s|%d|%d|1'%(burn_for_erase_bin, 0x200000 - 0x8000 - 0x1000, 0x1000))
352 #list.append('%s|%d|%d|1'%(boot_b, 0x200000 - boot_b_size, boot_b_size));
389 list.append('%s|%d|%d|1'%(cert_bin_file, 0x200000 - 0x8000 - 0x1000 - 0x2000 - 0x5000, tee_cert_key_bin_max))
392 list.append('%s|0|0|7'%version_file)
411 sys.path.append(lib_path)
H A Dscons_app.py132 incs.append(os.path.join('#', inc));
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_env_cfg.py87 self.clean_list.append(os.path.join('build', 'scripts', '__pycache__'))
137 env_name.append(flag_r[key])
156 cfg_list.append(x[2:])
158 cfg_list.append(x)
219 lib_paths.append(gcc_lib_path)
221 lib_paths.append(self.link_path)
238 libs.append('gcc')
284 self.clean_list.append(items)
H A Dscons_utils.py71 src_path.append(os.path.relpath(root, search_dir)) if full_path == False else src_path.append(root)
237 temp.append(tmp_cfg_val)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dprepare.py26 sys.path.append(os.path.join(proj_top_dir, 'build'))
62 cfg_list.append(x[2:])
64 cfg_list.append(x)
198 cfg_list.append(x[2:])
200 cfg_list.append(x)
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm828 enabled $dep && eval append ${cfg}_extralibs ${dep}_extralibs
875 append(){ function
921 append CPPFLAGS "$@"
925 append CFLAGS $($cflags_filter "$@")
929 append CFLAGS_HEADERS $($cflags_filter "$@")
933 append CXXFLAGS $($cflags_filter "$@")
937 append OBJCFLAGS $($objcflags_filter "$@")
941 append ASFLAGS $($asflags_filter "$@")
945 append LDFLAGS $($ldflags_filter "$@")
949 append LDEXEFLAG
[all...]

Completed in 10 milliseconds