HomeSort by relevance Sort by last modified time
    Searched full:__class__ (Results 1 - 12 of 12) sorted by null

  /development/tools/axl/
singletonmixin.py 206 assert a.__class__.__name__ == 'A'
209 assert b.__class__.__name__ == 'B'
216 assert b.__class__.__name__ == 'B'
  /external/protobuf/python/google/protobuf/internal/
containers.py 170 if isinstance(other, self.__class__):
241 if not isinstance(other, self.__class__):
  /external/protobuf/python/
stubout.py 69 mro = list(inspect.getmro(obj.__class__))
mox.py 504 def __class__(self): member in class:MockObject
1192 return '<%s "%s">' % (self.__class__.__name__, self._group_name)
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 106 time_for_diffs[test_type.__class__.__name__] = (
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 427 raise AttributeError, "'%s' object has no attribute '%s'" % (self.__class__.__name__, attr)
506 self.parserClass = parser.__class__
590 #print "Getattr %s.%s" % (self.__class__, tag)
595 raise AttributeError, "'%s' object has no attribute '%s'" % (self.__class__, tag)
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
php.php     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker_unittest.py 431 got_class = processor.__class__
  /external/protobuf/python/google/protobuf/
reflection.py     [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 2627 milliseconds