Searched refs:other (Results 1 – 4 of 4) sorted by relevance
/kernel/tests/net/test/ |
D | cstruct.py | 225 def __ne__(self, other): argument 226 return not self.__eq__(other) 228 def __eq__(self, other): argument 229 return (isinstance(other, self.__class__) and 230 self._name == other._name and 231 self._fieldnames == other._fieldnames and 232 self._values == other._values)
|
/kernel/build/ |
D | LICENSE | 17 other entities that control, are controlled by, or are under common 34 and conversions to other media types. 43 editorial revisions, annotations, elaborations, or other modifications 95 (a) You must give any other recipients of the Work or 163 other commercial damages or losses), even if such Contributor 169 or other liability obligations and/or rights consistent with this 172 of any other Contributor, and only if You agree to indemnify,
|
D | NOTICE | 17 other entities that control, are controlled by, or are under common 34 and conversions to other media types. 43 editorial revisions, annotations, elaborations, or other modifications 95 (a) You must give any other recipients of the Work or 163 other commercial damages or losses), even if such Contributor 169 or other liability obligations and/or rights consistent with this 172 of any other Contributor, and only if You agree to indemnify,
|
/kernel/configs/ |
D | README.md | 33 requirements only apply if some other kernel config option has a particular
|