Home
last modified time | relevance | path

Searched refs:other (Results 1 – 2 of 2) sorted by relevance

/kernel/tests/net/test/
Dcstruct.py228 def __ne__(self, other): argument
229 return not self.__eq__(other)
231 def __eq__(self, other): argument
232 return (isinstance(other, self.__class__) and
233 self._name == other._name and
234 self._fieldnames == other._fieldnames and
235 self._values == other._values)
/kernel/configs/
DREADME.md33 requirements only apply if some other kernel config option has a particular