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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_edge_data.py 15 if not hasattr(unittest.TestCase, 'assertIsInstance'):
16 def assertIsInstance(self, value, types):
29 self.assertIsInstance(script_node, modulegraph.Script)
33 self.assertIsInstance(node, modulegraph.SourceModule)
35 self.assertIsInstance(ed, modulegraph.DependencyInfo)
39 self.assertIsInstance(node, modulegraph.MissingModule)
41 self.assertIsInstance(ed, modulegraph.DependencyInfo)
45 self.assertIsInstance(node, modulegraph.SourceModule)
47 self.assertIsInstance(ed, modulegraph.DependencyInfo)
51 self.assertIsInstance(node, modulegraph.MissingModule
    [all...]
test_pycompat_pkg.py 12 if not hasattr(unittest.TestCase, 'assertIsInstance'):
13 def assertIsInstance(self, value, types):
25 self.assertIsInstance(node, modulegraph.Package)
28 self.assertIsInstance(node, modulegraph.SourceModule)
32 self.assertIsInstance(node, modulegraph.SourceModule)
35 self.assertIsInstance(node, modulegraph.InvalidSourceModule)
41 self.assertIsInstance(node, modulegraph.SourceModule)
45 self.assertIsInstance(node, modulegraph.InvalidSourceModule)
48 self.assertIsInstance(node, modulegraph.SourceModule)
51 self.assertIsInstance(node, modulegraph.SourceModule
    [all...]
test_relimport2.py 12 if not hasattr(unittest.TestCase, 'assertIsInstance'):
13 def assertIsInstance(self, value, types):
30 self.assertIsInstance(n, modulegraph.MissingModule)
39 self.assertIsInstance(n, modulegraph.SourceModule)
42 self.assertIsInstance(n, modulegraph.SourceModule)
test_implies.py 8 if not hasattr(unittest.TestCase, 'assertIsInstance'):
9 def assertIsInstance(self, object, types, message=None):
22 self.assertIsInstance(node, modulegraph.SourceModule)
34 self.assertIsInstance(node, modulegraph.SourceModule)
37 self.assertIsInstance(node, modulegraph.Extension)
52 self.assertIsInstance(node, modulegraph.SourceModule)
67 self.assertIsInstance(node, modulegraph.SourceModule)
70 self.assertIsInstance(node, modulegraph.Extension)
test_explicit_packages.py 11 if not hasattr(unittest.TestCase, 'assertIsInstance'):
12 def assertIsInstance(self, object, types, message=None):
28 self.assertIsInstance(node, modulegraph.Package)
31 self.assertIsInstance(node, modulegraph.SourceModule)
45 self.assertIsInstance(node, modulegraph.Package)
48 self.assertIsInstance(node, modulegraph.ExcludedModule)
test_import_from_init.py 74 if not hasattr(unittest.TestCase, 'assertIsInstance'):
75 def assertIsInstance(self, value, types):
91 self.assertIsInstance(node, modulegraph.Package)
97 self.assertIsInstance(node, modulegraph.Package)
101 self.assertIsInstance(node, modulegraph.SourceModule)
105 self.assertIsInstance(node, modulegraph.SourceModule)
110 self.assertIsInstance(node, modulegraph.Package)
115 self.assertIsInstance(node, modulegraph.Package)
119 self.assertIsInstance(node, modulegraph.SourceModule)
123 self.assertIsInstance(node, modulegraph.SourceModule
    [all...]
test_imports.py 94 if not hasattr(unittest.TestCase, 'assertIsInstance'):
95 def assertIsInstance(self, value, types):
112 self.assertIsInstance(n, modulegraph.Script)
121 self.assertIsInstance(ed, modulegraph.DependencyInfo)
135 self.assertIsInstance(n, modulegraph.SourceModule)
144 self.assertIsInstance(n, modulegraph.Package)
154 self.assertIsInstance(n, modulegraph.SourceModule)
158 self.assertIsInstance(ed, modulegraph.DependencyInfo)
165 self.assertIsInstance(n, modulegraph.SourceModule)
173 self.assertIsInstance(ed, modulegraph.DependencyInfo
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_connect_to_region.py 41 self.assertIsInstance(connection, S3Connection)
47 self.assertIsInstance(connection, S3Connection)
53 self.assertIsInstance(connection, S3Connection)
58 self.assertIsInstance(connection, S3Connection)
64 self.assertIsInstance(connection, S3Connection)
70 self.assertIsInstance(connection, S3Connection)
  /external/chromium-trace/catapult/catapult_build/
build_steps_unittest.py 19 self.assertIsInstance(test['name'], str, msg=(
30 self.assertIsInstance(test['additional_args'], list, msg=(
35 self.assertIsInstance(test['disabled'], list, msg=(
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_transformer.py 20 self.assertIsInstance(a, ast.Module)
22 self.assertIsInstance(child1, ast.Stmt)
24 self.assertIsInstance(child2, ast.Assign)
test_pwd.py 17 self.assertIsInstance(e.pw_name, basestring)
19 self.assertIsInstance(e.pw_passwd, basestring)
21 self.assertIsInstance(e.pw_uid, (int, long))
23 self.assertIsInstance(e.pw_gid, (int, long))
25 self.assertIsInstance(e.pw_gecos, basestring)
27 self.assertIsInstance(e.pw_dir, basestring)
29 self.assertIsInstance(e.pw_shell, basestring)
test_sys.py 206 self.assertIsInstance(sys.getdefaultencoding(), str)
244 self.assertIsInstance(v[0], int)
245 self.assertIsInstance(v[1], int)
246 self.assertIsInstance(v[2], int)
247 self.assertIsInstance(v[3], int)
248 self.assertIsInstance(v[4], str)
250 self.assertIsInstance(v.major, int)
251 self.assertIsInstance(v.minor, int)
252 self.assertIsInstance(v.build, int)
253 self.assertIsInstance(v.platform, int
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_transformer.py 20 self.assertIsInstance(a, ast.Module)
22 self.assertIsInstance(child1, ast.Stmt)
24 self.assertIsInstance(child2, ast.Assign)
test_pwd.py 17 self.assertIsInstance(e.pw_name, basestring)
19 self.assertIsInstance(e.pw_passwd, basestring)
21 self.assertIsInstance(e.pw_uid, (int, long))
23 self.assertIsInstance(e.pw_gid, (int, long))
25 self.assertIsInstance(e.pw_gecos, basestring)
27 self.assertIsInstance(e.pw_dir, basestring)
29 self.assertIsInstance(e.pw_shell, basestring)
test_sys.py 206 self.assertIsInstance(sys.getdefaultencoding(), str)
244 self.assertIsInstance(v[0], int)
245 self.assertIsInstance(v[1], int)
246 self.assertIsInstance(v[2], int)
247 self.assertIsInstance(v[3], int)
248 self.assertIsInstance(v[4], str)
250 self.assertIsInstance(v.major, int)
251 self.assertIsInstance(v.minor, int)
252 self.assertIsInstance(v.build, int)
253 self.assertIsInstance(v.platform, int
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_transformer.py 20 self.assertIsInstance(a, ast.Module)
22 self.assertIsInstance(child1, ast.Stmt)
24 self.assertIsInstance(child2, ast.Assign)
test_pwd.py 17 self.assertIsInstance(e.pw_name, basestring)
19 self.assertIsInstance(e.pw_passwd, basestring)
21 self.assertIsInstance(e.pw_uid, (int, long))
23 self.assertIsInstance(e.pw_gid, (int, long))
25 self.assertIsInstance(e.pw_gecos, basestring)
27 self.assertIsInstance(e.pw_dir, basestring)
29 self.assertIsInstance(e.pw_shell, basestring)
test_sys.py 206 self.assertIsInstance(sys.getdefaultencoding(), str)
244 self.assertIsInstance(v[0], int)
245 self.assertIsInstance(v[1], int)
246 self.assertIsInstance(v[2], int)
247 self.assertIsInstance(v[3], int)
248 self.assertIsInstance(v[4], str)
250 self.assertIsInstance(v.major, int)
251 self.assertIsInstance(v.minor, int)
252 self.assertIsInstance(v.build, int)
253 self.assertIsInstance(v.platform, int
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_transformer.py 20 self.assertIsInstance(a, ast.Module)
22 self.assertIsInstance(child1, ast.Stmt)
24 self.assertIsInstance(child2, ast.Assign)
test_pwd.py 17 self.assertIsInstance(e.pw_name, basestring)
19 self.assertIsInstance(e.pw_passwd, basestring)
21 self.assertIsInstance(e.pw_uid, (int, long))
23 self.assertIsInstance(e.pw_gid, (int, long))
25 self.assertIsInstance(e.pw_gecos, basestring)
27 self.assertIsInstance(e.pw_dir, basestring)
29 self.assertIsInstance(e.pw_shell, basestring)
test_sys.py 206 self.assertIsInstance(sys.getdefaultencoding(), str)
244 self.assertIsInstance(v[0], int)
245 self.assertIsInstance(v[1], int)
246 self.assertIsInstance(v[2], int)
247 self.assertIsInstance(v[3], int)
248 self.assertIsInstance(v[4], str)
250 self.assertIsInstance(v.major, int)
251 self.assertIsInstance(v.minor, int)
252 self.assertIsInstance(v.build, int)
253 self.assertIsInstance(v.platform, int
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/beanstalk/
test_wrapper.py 23 self.assertIsInstance(result, response.CheckDNSAvailabilityResponse,
45 self.assertIsInstance(app_result, response.CreateApplicationResponse)
50 self.assertIsInstance(version_result, response.CreateApplicationVersionResponse)
55 self.assertIsInstance(result, response.DeleteApplicationVersionResponse)
59 self.assertIsInstance(result, response.DeleteApplicationResponse)
66 self.assertIsInstance(
73 self.assertIsInstance(result, response.CreateStorageLocationResponse)
78 self.assertIsInstance(result, response.UpdateApplicationResponse)
86 self.assertIsInstance(
93 self.assertIsInstance(result, response.DescribeApplicationsResponse
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/directconnect/
test_directconnect.py 40 self.assertIsInstance(response['connections'], list)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/opsworks/
test_layer1.py 50 self.assertIsInstance(response[0], RegionInfo)
54 self.assertIsInstance(connection, OpsWorksConnection)
  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors_unittest.py 133 self.assertIsInstance(descriptor, UnknownDescriptor)
149 self.assertIsInstance(descriptor, FunctionalDescriptor)
179 self.assertIsInstance(descriptor, ConfigurationDescriptor)
180 self.assertIsInstance(descriptor, Descriptor)
194 self.assertIsInstance(descriptor, InterfaceAssociationDescriptor)
195 self.assertIsInstance(descriptor, Descriptor)
209 self.assertIsInstance(descriptor, InterfaceDescriptor)
210 self.assertIsInstance(descriptor, Descriptor)
225 self.assertIsInstance(descriptor, HeaderFunctionalDescriptor)
226 self.assertIsInstance(descriptor, FunctionalDescriptor
    [all...]

Completed in 606 milliseconds

1 2 3 4 5 6 7 8 91011>>