Searched refs:__class__ (Results 1 - 25 of 103) sorted by relevance

12345

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpatcher.py10 raise NotImplementedError(self.__class__)
16 raise NotImplementedError(self.__class__)
22 raise NotImplementedError(self.__class__)
28 raise NotImplementedError(self.__class__)
H A Dobject_store.py28 raise NotImplementedError(self.__class__)
38 raise NotImplementedError(self.__class__)
48 raise NotImplementedError(self.__class__)
H A Dempty_dir_file_system.py26 return self.__class__.__name__
H A Dfile_system.py52 raise NotImplementedError(self.__class__)
65 raise NotImplementedError(self.__class__)
74 raise NotImplementedError(self.__class__)
H A Dtest_patcher.py38 return self.__class__.__name__
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dlintrunner.py27 if self.__class__ == LintRunner:
H A Derrorhandler.py32 if self.__class__ == ErrorHandler:
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dlintrunner.py27 if self.__class__ == LintRunner:
H A Derrorhandler.py32 if self.__class__ == ErrorHandler:
/external/chromium_org/third_party/jinja2/_markupsafe/
H A D__init__.py79 return self.__class__(unicode(self) + unicode(escape(other)))
84 return self.__class__(unicode(escape(other)) + unicode(self))
89 return self.__class__(unicode.__mul__(self, num))
98 return self.__class__(unicode.__mod__(self, arg))
102 self.__class__.__name__,
107 return self.__class__(unicode.join(self, imap(escape, seq)))
111 return map(self.__class__, unicode.split(self, *args, **kwargs))
115 return map(self.__class__, unicode.rsplit(self, *args, **kwargs))
119 return map(self.__class__, unicode.splitlines(self, *args, **kwargs))
162 if rv.__class__ i
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dordered_dict.py66 return (self.__class__, (items,), inst_dict)
79 return '%s({%s})' % (self.__class__.__name__, pairs)
82 return self.__class__(self)
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestbase.py7 (self.__class__.__name__, name, reason))
/external/chromium_org/chrome/test/chromedriver/test/
H A Dunittest_util.py28 return '%s.%s.%s' % (test.__class__.__module__,
29 test.__class__.__name__,
89 return '.'.join([test.__class__.__module__,
90 test.__class__.__name__,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dwebkitunittest.py46 self.assertTrue(issubclass(exception.__class__, expected_exception),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_failures.py94 return self.__class__.__name__ == other.__class__.__name__
97 return self.__class__.__name__ != other.__class__.__name__
100 return hash(self.__class__.__name__)
/external/chromium_org/third_party/simplejson/
H A Dordered_dict.py82 return (self.__class__, (items,), inst_dict)
83 return self.__class__, (items,)
99 return '%s()' % (self.__class__.__name__,)
100 return '%s(%r)' % (self.__class__.__name__, self.items())
103 return self.__class__(self)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A Dsuite.py18 return "<%s tests=%s>" % (util.strclass(self.__class__), list(self))
21 if not isinstance(other, self.__class__):
107 result._previousTestClass = test.__class__
109 if (getattr(test.__class__, '_classSetupFailed', False) or
122 currentClass = test.__class__
159 currentModule = test.__class__.__module__
214 currentClass = test.__class__
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py303 return '<%s at 0x%x>' % (self.__class__.__name__, id(self))
304 return '<%s %r at 0x%x>' % (self.__class__.__name__, name, id(self))
316 that = self.__class__(id=self.id, parent=self.parent)
345 self.__class__.__name__
349 raise TypeError, 'Unexpected type ' + value.__class__.__name__ + \
350 ' for key ' + key + ' in ' + self.__class__.__name__
370 self.__class__.__name__ + ' must implement Name'
385 hashables = [self.__class__.__name__]
633 raise TypeError, "Can't make " + value.__class__.__name__ + ' printable'
731 self._XCKVPrint(file, 3, 'isa', self.__class__
[all...]
/external/chromium_org/build/util/lib/common/
H A Dunittest_util.py28 return '%s.%s.%s' % (test.__class__.__module__,
29 test.__class__.__name__,
89 return '.'.join([test.__class__.__module__,
90 test.__class__.__name__,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
H A Dports.py46 return self.__class__
/external/chromium_org/third_party/jinja2/
H A Dvisitor.py31 method = 'visit_' + node.__class__.__name__
H A Dutils.py240 if obj.__class__.__module__ in ('__builtin__', 'builtins'):
241 name = obj.__class__.__name__
243 name = obj.__class__.__module__ + '.' + obj.__class__.__name__
397 rv = self.__class__(self.capacity)
438 self.__class__.__name__,
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A DTLSAsyncDispatcherMixIn.py86 for cl in self.__class__.__bases__:
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dnode.py33 return "%s(%s)"%(self.__class__.__name__,attrs)
51 return "%s(%s)"%(self.__class__.__name__,attrs)
56 #return "%s%s"%(self.__class__.__name__,tuple(attrs))
148 s = "%s(%s)"%(self.__class__.__name__,nl+string.join(s,","+nl))
160 return self.__class__(*items)
175 _node = node.__class__( *items )
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py145 tpl = "%s({%s})" % (self.__class__.__name__, '%s')
150 tree = self.__class__()
599 return self.__class__( ((key, self.get(key)) for key in rkeys) )
606 return self.__class__( ((key, self.get(key)) for key in rkeys) )
614 return self.__class__( ((key, self.get(key)) for key in rkeys) )
622 return self.__class__( ((key, self.get(key)) for key in rkeys) )

Completed in 2034 milliseconds

12345