Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/tools/buildman/
H A Dtest.py218 errors[0].rstrip().replace('\n', '\nw+'))
228 errors[1].rstrip().replace('\n', '\n+'))
237 errors[1].rstrip().replace('\n', '\n-'))
241 errors[2].rstrip().replace('\n', '\nw+'))
252 '\n'.join(expect).replace('\n', '\n+'))
255 errors[2].rstrip().replace('\n', '\nw-'))
264 '\n'.join(expect).replace('\n', '\n-'))
267 errors[0].rstrip().replace('\n', '\nw-'))
273 expect_str = errors[4].rstrip().replace('%(basedir)s', '').split('\n')
276 '\n'.join(expect).replace('\n', '\n+'))
[all …]
H A Dcontrol.py250 dirname = options.branch.replace('/', '_')
H A Dkconfiglib.py387 def load_config(self, filename, replace=True): argument
449 if replace:
472 val = val[1:-1].replace('\\"', '"').replace("\\\\", "\\")
2485 val.replace("\\", "\\\\").replace('"', '\\"')))
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_ofplatdata.py13 output = cons.get_spawn_output().replace('\r', '')
H A Dtest_log.py46 split = output.replace('\r', '').splitlines()
H A Dtest_vboot.py52 dtb = dts.replace('.dts', '.dtb')
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_util.c266 char* avb_replace(const char* str, const char* search, const char* replace) { in avb_replace() argument
273 replace_len = avb_strlen(replace); in avb_replace()
295 avb_memcpy(ret + num_before, replace, replace_len); in avb_replace()
307 avb_memcpy(new_str + ret_len + num_before, replace, replace_len); in avb_replace()
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py67 new = name.replace('@', '_at_')
68 new = new.replace('-', '_')
69 new = new.replace(',', '_')
70 new = new.replace('.', '_')
/rk3399_rockchip-uboot/configs/
H A Dk2g_hs_evm_defconfig43 >>>>>>> 4dd76d0... usb: host: replace xhci-keystone driver by the generic dwc3 driver
H A Dk2hk_evm_defconfig52 >>>>>>> 4dd76d0... usb: host: replace xhci-keystone driver by the generic dwc3 driver
H A Dk2g_evm_defconfig55 >>>>>>> 4dd76d0... usb: host: replace xhci-keystone driver by the generic dwc3 driver
H A DREADME.rockchip81 There is a ./usbplug.bin after compilation to replace the usbplug in rkbin project.
/rk3399_rockchip-uboot/test/overlay/
H A Dtest-fdt-overlay.dts21 /* Test that we can replace a string by a longer one */
/rk3399_rockchip-uboot/test/py/
H A Dconftest.py96 board_type_filename = board_type.replace('-', '_')
99 board_identity_filename = board_identity.replace('-', '_')
234 ids = ['ut_' + s.replace(' ', '_') for s in vals]
H A Du_boot_console_base.py196 chunk = chunk.replace('\\\n', '[\r\n]')
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_util.h264 const char* replace) AVB_ATTR_WARN_UNUSED_RESULT;
/rk3399_rockchip-uboot/tools/binman/etype/
H A Dentry.py76 module_name = etype.replace('-', '_')
/rk3399_rockchip-uboot/tools/
H A Drkmux.py145 line = line.replace('\xe2\x80\x99', "'")
H A Dgenboardscfg.py200 params['options'].replace(r'\"', '"')
/rk3399_rockchip-uboot/tools/patman/
H A Dfunc_test.py55 return fname.replace('--', '-')
H A Dseries.py63 name = name.replace('-', '_')
/rk3399_rockchip-uboot/board/freescale/mx35pdk/
H A DREADME11 a linux kernel and how to replace the original bootloader with U-Boot.
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dqconf.cc1197 res.replace(i, 1, "<"); in print_filter()
1201 res.replace(i, 1, ">"); in print_filter()
1205 res.replace(i, 1, "&"); in print_filter()
1209 res.replace(i, 1, """); in print_filter()
1213 res.replace(i, 1, "<br>"); in print_filter()
/rk3399_rockchip-uboot/doc/
H A DREADME.chromium14 replace the ROM unless you have a servo board and cable to restore it with.
224 Used to make a backup of your firmware, or to replace it.
H A DREADME.usb166 #define CONFIG_IPADDR 10.0.0.2 (replace with your value)
167 #define CONFIG_SERVERIP 10.0.0.1 (replace with your value)

12