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

  /external/chromium_org/chrome/common/extensions/docs/server2/
data_source_registry.py 35 assert all(issubclass(cls, DataSource)
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 156 if issubclass(test_class, page_test.PageTest):
179 assert issubclass(test_class, benchmark.Benchmark), (
200 if not issubclass(cls, command_line.Command):
218 if not issubclass(test_class, profile_creator.ProfileCreator)]
293 if not issubclass(test_class, benchmark.Benchmark):
336 if issubclass(test_class, benchmark.Benchmark)]
345 if issubclass(test_class, page_test.PageTest)]
benchmark.py 173 if not issubclass(cls.test, page_test.PageTest):
185 if not issubclass(cls.page_set, page_set.PageSet):
  /external/chromium_org/tools/telemetry/telemetry/core/
discover.py 98 if not issubclass(obj, base_class):
  /external/lldb/test/unittest2/test/
test_new_tests.py 12 self.assertTrue(issubclass(actual, klass), "Not a subclass.")
  /external/chromium_org/tools/cr/cr/
loader.py 32 if isinstance(value, type) and issubclass(value, AutoExport):
  /external/lldb/test/unittest2/
loader.py 70 if issubclass(testCaseClass, suite.TestSuite):
84 if isinstance(obj, type) and issubclass(obj, unittest.TestCase):
124 elif isinstance(obj, type) and issubclass(obj, unittest.TestCase):
128 issubclass(parent, case.TestCase)):
suite.py 44 if isinstance(test, type) and issubclass(test,
case.py 64 if not (isinstance(test_item, type) and issubclass(test_item, TestCase)):
132 if not issubclass(exc_type, self.expected):
    [all...]
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 130 issubclass(test_class, test_case.HostDrivenTestCase) and
  /external/lldb/test/
lldbtest.py 310 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
327 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
344 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
361 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
631 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
646 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
661 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
679 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
695 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
710 if isinstance(func, type) and issubclass(func, unittest2.TestCase)
    [all...]
  /development/tools/axl/
singletonmixin.py 104 if issubclass(baseClass, Singleton):
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 229 self.assertFalse(issubclass(unittest_no_generic_services_pb2.TestService,
  /external/chromium_org/tools/telemetry/telemetry/page/
record_wpr.py 96 if not issubclass(cls, profile_creator.ProfileCreator):
  /external/chromium_org/third_party/pymock/
mock.py 131 return issubclass(type(obj), NonCallableMock)
137 isinstance(obj, ClassTypes) and issubclass(obj, BaseExceptions)
904 if not issubclass(_type, CallableMixin):
905 if issubclass(_type, NonCallableMagicMock):
907 elif issubclass(_type, NonCallableMock) :
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 92 assert issubclass(environment.undefined, Undefined), 'undefined must ' \
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py     [all...]
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 287 if issubclass(tp, basestring):

Completed in 2114 milliseconds