Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 50) sorted by relevance

12

/u-boot/scripts/
A Ddocumentation-file-ref-check180 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 Dalloc_cast.cocci43 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 Dmaintainers_include.py75 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 Dkernel_abi.py157 match = line_regex.search(line)
A Dkerneldoc.py145 match = line_regex.search(line)
A Dautomarkup.py263 match = RE_namespace.search(l)
/u-boot/test/py/tests/
A Dtest_sf.py75 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 Dfs_loader.txt16 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 Dw1-gpio.txt6 the devices serial number and then search in the child nodes in the device tree
A Dmxc-w1.txt5 the devices serial number and then search in the child nodes in the device tree
/u-boot/lib/libavb/
A Davb_util.c249 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 Davb_util.h242 const char* search,
/u-boot/tools/
A Dzynqmp_pm_cfg_obj_convert.py292 code = re.search('const u32 XPm_ConfigObject.*=.*{\n(.*)};',
A Dmoveconfig.py532 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 Dtest_basic.py29 assert(re.search('2621440000 *%s' % BIG_FILE, ''.join(output)))
30 assert(re.search('1048576 *%s' % SMALL_FILE, ''.join(output)))
/u-boot/api/
A Dapi.c519 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 Dddr3_training_ip_engine.h45 enum hws_search_dir search,
A Dddr3_training_ip_engine.c314 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 Du_boot_spawn.py145 m = pattern.search(self.buf)
A Du_boot_utils.py338 m = re.search('==> ([0-9a-fA-F]{8})$', output)
/u-boot/tools/binman/
A Delf.py64 if re_syms and not re_syms.search(line):
/u-boot/doc/
A DREADME.pblimage9 http://www.freescale.com/webapp/search/Serp.jsp?Reference+Manuals
/u-boot/tools/buildman/
A Dtoolchain.py46 if self.re_arch.search(value):
428 m = re_var.search(args)
/u-boot/board/boundary/nitrogen6x/
A DREADME43 in SPI NOR. The search is the same as for
/u-boot/scripts/kconfig/
A Dqconf.h279 void search(void);

Completed in 41 milliseconds

12