Searched refs:_matches (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | conftest.py | 235 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 D | element.py | 1609 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 D | tinfoil.py | 126 self.assertIn('A', event._matches) 127 self.assertIn('B', event._matches)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | event.py | 698 self._matches = matches
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of.h | 1011 #define of_match_node(_matches, _node) NULL argument
|