Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 61) sorted by relevance

123

/u-boot/tools/dtoc/
A Dsrc_scan.py32 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 Dkernel_feat.py81 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 Dcdomain.py174 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup
A Dmaintainers_include.py92 output = "| %s" % (line.replace("\\", "\\\\"))
/u-boot/tools/binman/etype/
A Dfit.py168 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 Dfmap_util.py58 return name.replace('\0', '').replace('-', '_').upper()
A Dentry.py118 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 Dtest_spl.py28 output = cons.get_spawn_output().replace('\r', '')
A Dtest_log.py47 output = cons.get_spawn_output().replace('\r', '')
/u-boot/tools/patman/
A Dget_maintainer.py48 return [ x.replace('"', '') for x in lines ]
/u-boot/tools/binman/test/
A D112_x86_rom_ifwi_nodesc.dts22 ifwi-replace;
A D113_x86_rom_ifwi_nodata.dts23 ifwi-replace;
A D111_x86_rom_ifwi.dts23 ifwi-replace;
A D151_x86_rom_ifwi_section.dts23 ifwi-replace;
/u-boot/board/Marvell/db-xc3-24g4xg/
A Dbinary.010 just need to replace this text file here with the binary header
/u-boot/board/mikrotik/crs3xx-98dx3236/
A Dbinary.010 just need to replace this text file here with the binary header
/u-boot/lib/libavb/
A Davb_util.c249 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 Davb_util.h243 const char* replace) AVB_ATTR_WARN_UNUSED_RESULT;
/u-boot/board/novtech/meerkat96/
A DREADME12 device name and replace sd[x] with the name in the following command.
/u-boot/test/overlay/
A Dtest-fdt-overlay.dts20 /* Test that we can replace a string by a longer one */
/u-boot/test/py/tests/test_android/
A Dtest_abootimg.py143 response = u_boot_console.run_command('abootimg dump dtb').replace('\r', '')
/u-boot/doc/
A DREADME.s5p441831 (replace <SD-card> with the device used for the SD-card, e.g. sdc)
/u-boot/test/py/
A Dconftest.py117 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 Du-boot.dtsi121 ifwi-replace;
/u-boot/tools/
A Drkmux.py145 line = line.replace('\xe2\x80\x99', "'")

Completed in 44 milliseconds

123