HomeSort by relevance Sort by last modified time
    Searched full:__eq__ (Results 1 - 13 of 13) 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)
checker_unittest.py 91 """Test __eq__ equality function."""
92 # == calls __eq__.
  /external/protobuf/python/google/protobuf/internal/
containers.py 72 # The concrete classes should define __eq__.
165 def __eq__(self, other): member in class:RepeatedScalarFieldContainer
237 def __eq__(self, other): member in class:RepeatedCompositeFieldContainer
  /external/libvpx/examples/includes/geshi/geshi/
python.php 153 '__lt__', '__le__', '__eq__', '__ne__', '__gt__', '__ge__', '__cmp__', '__rcmp__',
  /external/protobuf/python/google/protobuf/
message.py 70 def __eq__(self, other_msg): member in class:Message
reflection.py 718 def __eq__(self, other): function in function:_AddEqualsMethod
728 cls.__eq__ = __eq__
1098 def __eq__(self, other): member in class:_ExtensionDict
    [all...]
  /external/protobuf/python/
mox.py 314 def __eq__(self, rhs): member in class:MockAnything
419 def __eq__(self, rhs): member in class:MockObject
622 def __eq__(self, rhs): member in class:MockMethod
783 def __eq__(self, rhs): member in class:Comparator
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 2958 def __eq__(self, other): member in class:CppProcessor
    [all...]
cpp_unittest.py     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 597 def __eq__(self, other): member in class:Tag
612 as defined in __eq__."""
    [all...]
  /external/webkit/WebKitTools/
ChangeLog     [all...]

Completed in 659 milliseconds