HomeSort by relevance Sort by last modified time
    Searched refs:__class__ (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/common/extensions/docs/server2/
patcher.py 10 raise NotImplementedError(self.__class__)
16 raise NotImplementedError(self.__class__)
22 raise NotImplementedError(self.__class__)
28 raise NotImplementedError(self.__class__)
object_store.py 21 raise NotImplementedError(self.__class__)
31 raise NotImplementedError(self.__class__)
41 raise NotImplementedError(self.__class__)
empty_dir_file_system.py 32 return self.__class__.__name__
test_patcher.py 35 return self.__class__.__name__
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
lintrunner.py 27 if self.__class__ == LintRunner:
errorhandler.py 32 if self.__class__ == ErrorHandler:
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
lintrunner.py 27 if self.__class__ == LintRunner:
errorhandler.py 32 if self.__class__ == ErrorHandler:
  /external/fonttools/Lib/fontTools/ttLib/tables/
BitmapGlyphMetrics.py 33 writer.begintag(self.__class__.__name__)
35 for metricName in sstruct.getformat(self.__class__.binaryFormat)[1]:
38 writer.endtag(self.__class__.__name__)
42 metricNames = set(sstruct.getformat(self.__class__.binaryFormat)[1])
51 print("Warning: unknown name '%s' being ignored in %s." % name, self.__class__.__name__)
  /external/lldb/scripts/Python/interface/
SBTypeCategory.i 150 return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
161 return self.formatters_access_class (self,self.__class__.GetNumSummaries,self.__class__.GetSummaryAtIndex,self.__class__.GetSummaryForType)
172 return self.formatters_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
183 return self.formatters_access_class (self,self.__class__.GetNumFilters,self.__class__.GetFilterAtIndex,self.__class__.GetFilterForType
    [all...]
  /external/chromium_org/third_party/markdown/extensions/
__init__.py 84 'method.' % (self.__class__.__module__, self.__class__.__name__))
  /external/chromium_org/chrome/test/chromedriver/test/
unittest_util.py 28 return '%s.%s.%s' % (test.__class__.__module__,
29 test.__class__.__name__,
89 return '.'.join([test.__class__.__module__,
90 test.__class__.__name__,
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
process_statistic_timeline_data.py 25 ret = self.__class__(0, 0)
41 ret = self.__class__(0, 0)
  /external/chromium_org/third_party/simplejson/
ordered_dict.py 82 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/lldb/test/unittest2/
suite.py 18 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/antlr/antlr-3.4/runtime/Python/unittests/
testbase.py 7 (self.__class__.__name__, name, reason))
  /external/chromium_org/build/util/lib/common/
unittest_util.py 28 return '%s.%s.%s' % (test.__class__.__module__,
29 test.__class__.__name__,
89 return '.'.join([test.__class__.__module__,
90 test.__class__.__name__,
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
data_tests.py 18 if d2.__class__ != d2.__class__:
test_support.py 38 if kind1.__class__ != kind2.__class__ or kind1.spec != kind2.spec:
40 if kind1.__class__ == mojom.Kind:
42 if kind1.__class__ == mojom.Struct:
51 if kind1.__class__ == mojom.Array:
53 print 'Unknown Kind class: ', kind1.__class__.__name__
136 errors += EXPECT_EQ(mojom.Array, module.structs[0].fields[1].kind.__class__)
150 module.interfaces[0].methods[0].parameters[1].kind.__class__)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_failures.py 97 return self.__class__.__name__ == other.__class__.__name__
100 return self.__class__.__name__ != other.__class__.__name__
103 return hash(self.__class__.__name__)
  /external/chromium_org/tools/gyp/pylib/gyp/
ordered_dict.py 234 return '%s()' % (self.__class__.__name__,)
235 return '%s(%r)' % (self.__class__.__name__, self.items())
246 return (self.__class__, (items,), inst_dict)
247 return self.__class__, (items,)
251 return self.__class__(self)
xcodeproj_file.py 303 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__.__name__
    [all...]
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
common.py 156 if not isinstance(other, self.__class__):
158 'Expect %s, got %s', self.__class__.__name__,
159 other.__class__.__name__)
267 (path.__class__, path))
  /external/chromium_org/tools/cr/cr/commands/
command.py 35 self.help = 'Missing help: {0}'.format(self.__class__.__name__)
  /external/fonttools/Lib/fontTools/misc/
transform.py 193 return self.__class__(
216 return self.__class__(
242 return self.__class__(xx, xy, yx, yy, dx, dy)
324 return "<%s [%s %s %s %s %s %s]>" % ((self.__class__.__name__,) \

Completed in 734 milliseconds

1 2 3 4 5 6 7