Searched refs:replace (Results 1 – 25 of 61) sorted by relevance
123
| /u-boot/tools/dtoc/ |
| A D | src_scan.py | 32 new = name.replace('@', '_at_') 33 new = new.replace('-', '_') 34 new = new.replace(',', '_') 35 new = new.replace('.', '_') 89 basedir = sys.argv[0].replace('tools/dtoc/dtoc', '')
|
| /u-boot/doc/sphinx/ |
| A D | kernel_feat.py | 81 def warn(self, message, **replace): argument 82 replace["fname"] = self.state.document.current_source 83 replace["line_no"] = replace.get("line_no", self.lineno) 84 message = ("%(fname)s:%(line_no)s: [kernel-feat WARN] : " + message) % replace
|
| A D | cdomain.py | 174 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup
|
| A D | maintainers_include.py | 92 output = "| %s" % (line.replace("\\", "\\\\"))
|
| /u-boot/tools/binman/etype/ |
| A D | fit.py | 168 val = val[1:].replace('DEFAULT-SEQ', str(seq + 1)) 197 node_name = subnode.name[1:].replace('SEQ', 202 val = prop.bytes.replace( 204 val = val.replace(
|
| /u-boot/tools/binman/ |
| A D | fmap_util.py | 58 return name.replace('\0', '').replace('-', '_').upper()
|
| A D | entry.py | 118 module_name = etype.replace('-', '_') 426 python_prop = prop.name.replace('-', '_') 648 hdr = 'Entry: %s: %s' % (name.replace('_', '-'), first_line)
|
| /u-boot/test/py/tests/ |
| A D | test_spl.py | 28 output = cons.get_spawn_output().replace('\r', '')
|
| A D | test_log.py | 47 output = cons.get_spawn_output().replace('\r', '')
|
| /u-boot/tools/patman/ |
| A D | get_maintainer.py | 48 return [ x.replace('"', '') for x in lines ]
|
| /u-boot/tools/binman/test/ |
| A D | 112_x86_rom_ifwi_nodesc.dts | 22 ifwi-replace;
|
| A D | 113_x86_rom_ifwi_nodata.dts | 23 ifwi-replace;
|
| A D | 111_x86_rom_ifwi.dts | 23 ifwi-replace;
|
| A D | 151_x86_rom_ifwi_section.dts | 23 ifwi-replace;
|
| /u-boot/board/Marvell/db-xc3-24g4xg/ |
| A D | binary.0 | 10 just need to replace this text file here with the binary header
|
| /u-boot/board/mikrotik/crs3xx-98dx3236/ |
| A D | binary.0 | 10 just need to replace this text file here with the binary header
|
| /u-boot/lib/libavb/ |
| A D | avb_util.c | 249 char* avb_replace(const char* str, const char* search, const char* replace) { in avb_replace() argument 256 replace_len = avb_strlen(replace); in avb_replace() 278 avb_memcpy(ret + num_before, replace, replace_len); in avb_replace() 290 avb_memcpy(new_str + ret_len + num_before, replace, replace_len); in avb_replace()
|
| A D | avb_util.h | 243 const char* replace) AVB_ATTR_WARN_UNUSED_RESULT;
|
| /u-boot/board/novtech/meerkat96/ |
| A D | README | 12 device name and replace sd[x] with the name in the following command.
|
| /u-boot/test/overlay/ |
| A D | test-fdt-overlay.dts | 20 /* Test that we can replace a string by a longer one */
|
| /u-boot/test/py/tests/test_android/ |
| A D | test_abootimg.py | 143 response = u_boot_console.run_command('abootimg dump dtb').replace('\r', '')
|
| /u-boot/doc/ |
| A D | README.s5p4418 | 31 (replace <SD-card> with the device used for the SD-card, e.g. sdc)
|
| /u-boot/test/py/ |
| A D | conftest.py | 117 board_type_filename = board_type.replace('-', '_') 120 board_identity_filename = board_identity.replace('-', '_') 261 ids = ['ut_' + s.replace(' ', '_') for s in vals]
|
| /u-boot/arch/x86/dts/ |
| A D | u-boot.dtsi | 121 ifwi-replace;
|
| /u-boot/tools/ |
| A D | rkmux.py | 145 line = line.replace('\xe2\x80\x99', "'")
|
Completed in 44 milliseconds
123