HomeSort by relevance Sort by last modified time
    Searched refs:__eq__ (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/style/
filter_unittest.py 31 # On Testing __eq__() and __ne__():
34 # assertNotEquals() to test __eq__() or __ne__(). We do this to be
40 # negation of __eq__() or __ne__(), which are not necessarily
46 # false. Accordingly, when defining __eq__(), one should
104 """Test __eq__ equality function."""
110 # __eq__() and __ne__().
111 self.assertTrue(filter1.__eq__(filter2))
112 self.assertFalse(filter1.__eq__(filter3))
121 # __eq__() and __ne__().
178 """Test __eq__ method.""
    [all...]
filter.py 85 def __eq__(self, other): member in class:_CategoryFilter
91 # Python does not automatically deduce from __eq__().
185 def __eq__(self, other): member in class:FilterConfiguration
198 # Python does not automatically deduce this from __eq__().
199 return not self.__eq__(other)
checker.py 316 def __eq__(self, other): member in class:ProcessorOptions
335 # Python does not automatically deduce this from __eq__().
336 return not self.__eq__(other)
  /prebuilt/common/jython/
jython.jar 
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 2958 def __eq__(self, other): member in class:CppProcessor
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 597 def __eq__(self, other): member in class:Tag
612 as defined in __eq__."""
    [all...]

Completed in 149 milliseconds