Home
last modified time | relevance | path

Searched refs:_matches (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/tests/
H A Dconftest.py235 def _matches(self, attr, expected): member in Conf
253 return self._matches('config', expected)
269 return self._matches('stdout', expected)
285 return self._matches('stderr', expected)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py1609 or (markup and self._matches(markup, self.name))
1610 or (not markup and self._matches(markup_name, self.name))):
1625 if not self._matches(attr_value, match_against):
1633 if found and self.text and not self._matches(found.string, self.text):
1657 if not self.name and not self.attrs and self._matches(markup, self.text):
1664 def _matches(self, markup, match_against): member in SoupStrainer
1682 if self._matches(item, match_against):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dtinfoil.py126 self.assertIn('A', event._matches)
127 self.assertIn('B', event._matches)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py698 self._matches = matches
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h1011 #define of_match_node(_matches, _node) NULL argument