Searched refs:check_match (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | systemd.py | 200 check_match = ''.join(re.findall('.*'.join(expr_items), line)) 201 if check_match: 204 if check_match: 205 self.tc.logger.info('%s' % check_match) 212 l_boot_time = check_match.split(' ')[-2:]
|
| /openbmc/u-boot/tools/patman/ |
| H A D | checkpatch.py | 109 check_match = re_check.match(line) 116 elif check_match: 117 item['msg'] = check_match.group(1)
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | hwprofile.c | 54 static bool check_match; variable 218 if (check_match) { in vcpu_haddr() 294 check_match = true; in qemu_plugin_install() 301 if (check_match) { in qemu_plugin_install()
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | deflate.c | 96 local void check_match OF((deflate_state *s, IPos start, IPos match, 1269 local void check_match(s, start, match, length) in check_match() function 1290 # define check_match(s, start, match, length) macro 1559 check_match(s, s->strstart, s->match_start, s->match_length); 1678 check_match(s, s->strstart-1, s->prev_match, s->prev_length); 1781 check_match(s, s->strstart, s->strstart - 1, s->match_length);
|