| /u-boot/scripts/ |
| A D | documentation-file-ref-check | 180 my $search = $new; 181 $search =~ s,^.*/,,; 182 $f = qx(find doc/device-tree-bindings/ -iname "*$search*") if ($search); 185 $search =~ s/^.*,//; 186 $f = qx(find doc/device-tree-bindings/ -iname "*$search*") if ($search);
|
| /u-boot/scripts/coccinelle/api/alloc/ |
| A D | alloc_cast.cocci | 43 if m.search(t) != None: 61 if m.search(t) != None: 88 if m.search(t) != None: 98 if m.search(t) != None:
|
| /u-boot/doc/sphinx/ |
| A D | maintainers_include.py | 75 if re.search('^[A-Z0-9]', line): 83 m = re.search(pat, line) 95 m = re.search("\s(\S):\s", line) 99 m = re.search("\*([^\*]+)\*", line)
|
| A D | kernel_abi.py | 157 match = line_regex.search(line)
|
| A D | kerneldoc.py | 145 match = line_regex.search(line)
|
| A D | automarkup.py | 263 match = RE_namespace.search(l)
|
| /u-boot/test/py/tests/ |
| A D | test_sf.py | 75 m = re.search('page size (.+?) Bytes', output) 79 m = re.search('erase size (.+?) KiB', output) 84 m = re.search('total (.+?) MiB', output)
|
| /u-boot/doc/device-tree-bindings/misc/ |
| A D | fs_loader.txt | 16 Example of storage device and partition search set for mmc, usb, sata and 19 Example of storage type and device partition search set for mmc, usb,
|
| /u-boot/doc/device-tree-bindings/w1/ |
| A D | w1-gpio.txt | 6 the devices serial number and then search in the child nodes in the device tree
|
| A D | mxc-w1.txt | 5 the devices serial number and then search in the child nodes in the device tree
|
| /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 255 search_len = avb_strlen(search); in avb_replace() 264 s = avb_strstr(str, search); in avb_replace()
|
| A D | avb_util.h | 242 const char* search,
|
| /u-boot/tools/ |
| A D | zynqmp_pm_cfg_obj_convert.py | 292 code = re.search('const u32 XPm_ConfigObject.*=.*{\n(.*)};',
|
| A D | moveconfig.py | 532 if p.search(lines[i - 1]): 539 if p.search(lines[j]): 607 if pattern.search(line): 765 if pat.search(line): 794 if found and re.search(r'^\s+CONFIG', line): 814 if re.search("[*+-/]|<<|SZ_+|\(([^\)]+)\)", val):
|
| /u-boot/test/py/tests/test_fs/ |
| A D | test_basic.py | 29 assert(re.search('2621440000 *%s' % BIG_FILE, ''.join(output))) 30 assert(re.search('1048576 *%s' % SMALL_FILE, ''.join(output)))
|
| /u-boot/api/ |
| A D | api.c | 519 struct env_entry *match, search; in API_env_enum() local 535 search.key = var; in API_env_enum() 536 i = hsearch_r(search, ENV_FIND, &match, &env_htab, 0); in API_env_enum()
|
| /u-boot/drivers/ddr/marvell/a38x/ |
| A D | ddr3_training_ip_engine.h | 45 enum hws_search_dir search,
|
| A D | ddr3_training_ip_engine.c | 314 u32 *ddr3_tip_get_buf_ptr(u32 dev_num, enum hws_search_dir search, in ddr3_tip_get_buf_ptr() argument 321 [MAX_INTERFACE_NUM * MAX_BUS_NUM * BUS_WIDTH_IN_BITS * search + in ddr3_tip_get_buf_ptr() 695 enum hws_search_dir search, in ddr3_tip_read_training_result() argument 726 result_type, direction, search, pup_num, in ddr3_tip_read_training_result() 776 ddr3_tip_get_buf_ptr(dev_num, search, result_type, in ddr3_tip_read_training_result()
|
| /u-boot/test/py/ |
| A D | u_boot_spawn.py | 145 m = pattern.search(self.buf)
|
| A D | u_boot_utils.py | 338 m = re.search('==> ([0-9a-fA-F]{8})$', output)
|
| /u-boot/tools/binman/ |
| A D | elf.py | 64 if re_syms and not re_syms.search(line):
|
| /u-boot/doc/ |
| A D | README.pblimage | 9 http://www.freescale.com/webapp/search/Serp.jsp?Reference+Manuals
|
| /u-boot/tools/buildman/ |
| A D | toolchain.py | 46 if self.re_arch.search(value): 428 m = re_var.search(args)
|
| /u-boot/board/boundary/nitrogen6x/ |
| A D | README | 43 in SPI NOR. The search is the same as for
|
| /u-boot/scripts/kconfig/ |
| A D | qconf.h | 279 void search(void);
|