| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | test.py | 218 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 D | control.py | 250 dirname = options.branch.replace('/', '_')
|
| H A D | kconfiglib.py | 387 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 D | test_ofplatdata.py | 13 output = cons.get_spawn_output().replace('\r', '')
|
| H A D | test_log.py | 46 split = output.replace('\r', '').splitlines()
|
| H A D | test_vboot.py | 52 dtb = dts.replace('.dts', '.dtb')
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_util.c | 266 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 D | dtb_platdata.py | 67 new = name.replace('@', '_at_') 68 new = new.replace('-', '_') 69 new = new.replace(',', '_') 70 new = new.replace('.', '_')
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | k2g_hs_evm_defconfig | 43 >>>>>>> 4dd76d0... usb: host: replace xhci-keystone driver by the generic dwc3 driver
|
| H A D | k2hk_evm_defconfig | 52 >>>>>>> 4dd76d0... usb: host: replace xhci-keystone driver by the generic dwc3 driver
|
| H A D | k2g_evm_defconfig | 55 >>>>>>> 4dd76d0... usb: host: replace xhci-keystone driver by the generic dwc3 driver
|
| H A D | README.rockchip | 81 There is a ./usbplug.bin after compilation to replace the usbplug in rkbin project.
|
| /rk3399_rockchip-uboot/test/overlay/ |
| H A D | test-fdt-overlay.dts | 21 /* Test that we can replace a string by a longer one */
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | conftest.py | 96 board_type_filename = board_type.replace('-', '_') 99 board_identity_filename = board_identity.replace('-', '_') 234 ids = ['ut_' + s.replace(' ', '_') for s in vals]
|
| H A D | u_boot_console_base.py | 196 chunk = chunk.replace('\\\n', '[\r\n]')
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_util.h | 264 const char* replace) AVB_ATTR_WARN_UNUSED_RESULT;
|
| /rk3399_rockchip-uboot/tools/binman/etype/ |
| H A D | entry.py | 76 module_name = etype.replace('-', '_')
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | rkmux.py | 145 line = line.replace('\xe2\x80\x99', "'")
|
| H A D | genboardscfg.py | 200 params['options'].replace(r'\"', '"')
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | func_test.py | 55 return fname.replace('--', '-')
|
| H A D | series.py | 63 name = name.replace('-', '_')
|
| /rk3399_rockchip-uboot/board/freescale/mx35pdk/ |
| H A D | README | 11 a linux kernel and how to replace the original bootloader with U-Boot.
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | qconf.cc | 1197 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 D | README.chromium | 14 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 D | README.usb | 166 #define CONFIG_IPADDR 10.0.0.2 (replace with your value) 167 #define CONFIG_SERVERIP 10.0.0.1 (replace with your value)
|