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

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/logs/
test_layer1.py 35 self.assertIsInstance(response['logGroups'], list)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_future5.py 12 self.assertIsInstance("", unicode)
test_grp.py 15 self.assertIsInstance(value.gr_name, basestring)
17 self.assertIsInstance(value.gr_passwd, basestring)
19 self.assertIsInstance(value.gr_gid, (long, int))
21 self.assertIsInstance(value.gr_mem, list)
test_abc.py 97 self.assertIsInstance(b, A)
98 self.assertIsInstance(b, (A,))
104 self.assertIsInstance(c, A)
105 self.assertIsInstance(c, (A,))
123 self.assertIsInstance(42, A)
124 self.assertIsInstance(42, (A,))
130 self.assertIsInstance("", A)
131 self.assertIsInstance("", (A,))
194 self.assertIsInstance(42, A)
195 self.assertIsInstance(42, (A,)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_future5.py 12 self.assertIsInstance("", unicode)
test_grp.py 15 self.assertIsInstance(value.gr_name, basestring)
17 self.assertIsInstance(value.gr_passwd, basestring)
19 self.assertIsInstance(value.gr_gid, (long, int))
21 self.assertIsInstance(value.gr_mem, list)
test_abc.py 97 self.assertIsInstance(b, A)
98 self.assertIsInstance(b, (A,))
104 self.assertIsInstance(c, A)
105 self.assertIsInstance(c, (A,))
123 self.assertIsInstance(42, A)
124 self.assertIsInstance(42, (A,))
130 self.assertIsInstance("", A)
131 self.assertIsInstance("", (A,))
194 self.assertIsInstance(42, A)
195 self.assertIsInstance(42, (A,)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future5.py 12 self.assertIsInstance("", unicode)
test_grp.py 15 self.assertIsInstance(value.gr_name, basestring)
17 self.assertIsInstance(value.gr_passwd, basestring)
19 self.assertIsInstance(value.gr_gid, (long, int))
21 self.assertIsInstance(value.gr_mem, list)
test_abc.py 97 self.assertIsInstance(b, A)
98 self.assertIsInstance(b, (A,))
104 self.assertIsInstance(c, A)
105 self.assertIsInstance(c, (A,))
123 self.assertIsInstance(42, A)
124 self.assertIsInstance(42, (A,))
130 self.assertIsInstance("", A)
131 self.assertIsInstance("", (A,))
194 self.assertIsInstance(42, A)
195 self.assertIsInstance(42, (A,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future5.py 12 self.assertIsInstance("", unicode)
test_grp.py 15 self.assertIsInstance(value.gr_name, basestring)
17 self.assertIsInstance(value.gr_passwd, basestring)
19 self.assertIsInstance(value.gr_gid, (long, int))
21 self.assertIsInstance(value.gr_mem, list)
test_abc.py 97 self.assertIsInstance(b, A)
98 self.assertIsInstance(b, (A,))
104 self.assertIsInstance(c, A)
105 self.assertIsInstance(c, (A,))
123 self.assertIsInstance(42, A)
124 self.assertIsInstance(42, (A,))
130 self.assertIsInstance("", A)
131 self.assertIsInstance("", (A,))
194 self.assertIsInstance(42, A)
195 self.assertIsInstance(42, (A,)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_pep420_nspkg.py 85 if not hasattr(unittest.TestCase, 'assertIsInstance'):
86 def assertIsInstance(self, value, types):
101 self.assertIsInstance(node, modulegraph.NamespacePackage)
109 self.assertIsInstance(node, modulegraph.SourceModule)
114 self.assertIsInstance(node, modulegraph.SourceModule)
121 self.assertIsInstance(node, modulegraph.SourceModule)
125 self.assertIsInstance(node, modulegraph.NamespacePackage)
129 self.assertIsInstance(node, modulegraph.SourceModule)
192 if not hasattr(unittest.TestCase, 'assertIsInstance'):
193 def assertIsInstance(self, value, types)
    [all...]
test_setuptools_nspkg.py 98 if not hasattr(unittest.TestCase, 'assertIsInstance'):
99 def assertIsInstance(self, value, types):
123 self.assertIsInstance(node, modulegraph.NamespacePackage)
131 self.assertIsInstance(node, modulegraph.SourceModule)
138 self.assertIsInstance(node, modulegraph.SourceModule)
143 self.assertIsInstance(node, modulegraph.NamespacePackage)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
test_connection.py 56 self.assertIsInstance(group, AutoScalingGroup)
62 self.assertIsInstance(activity, Activity)
67 self.assertIsInstance(config, LaunchConfiguration)
72 self.assertIsInstance(policy, ScalingPolicy)
77 self.assertIsInstance(action, ScheduledUpdateGroupAction)
82 self.assertIsInstance(instance, Instance)
92 self.assertIsInstance(adjustment, AdjustmentType)
96 self.assertIsInstance(types, MetricCollectionTypes)
  /external/chromium-trace/catapult/perf_insights/perf_insights/
map_single_trace_unittest.py 64 self.assertIsInstance(f, map_single_trace.TraceImportFailure)
88 self.assertIsInstance(f, map_single_trace.MapFunctionFailure)
109 self.assertIsInstance(f, map_single_trace.FunctionLoadingFailure)
129 self.assertIsInstance(f, map_single_trace.FunctionNotDefinedFailure)
152 self.assertIsInstance(f, map_single_trace.NoResultsAddedFailure)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
test_snapshot.py 87 self.assertIsInstance(response[0], DBSnapshot)
138 self.assertIsInstance(response, DBSnapshot)
180 self.assertIsInstance(response, DBSnapshot)
221 self.assertIsInstance(response, DBSnapshot)
288 self.assertIsInstance(response, DBInstance)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_recno.py 19 def assertIsInstance(self, obj, datatype, msg=None) :
44 self.assertIsInstance(recno, int)
60 self.assertIsInstance(data, str)
100 self.assertIsInstance(keys, list)
101 self.assertIsInstance(keys[0], int)
107 self.assertIsInstance(items, list)
108 self.assertIsInstance(items[0], tuple)
110 self.assertIsInstance(items[0][0], int)
111 self.assertIsInstance(items[0][1], str)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_recno.py 19 def assertIsInstance(self, obj, datatype, msg=None) :
44 self.assertIsInstance(recno, int)
60 self.assertIsInstance(data, str)
100 self.assertIsInstance(keys, list)
101 self.assertIsInstance(keys[0], int)
107 self.assertIsInstance(items, list)
108 self.assertIsInstance(items[0], tuple)
110 self.assertIsInstance(items[0][0], int)
111 self.assertIsInstance(items[0][1], str)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 19 def assertIsInstance(self, obj, datatype, msg=None) :
44 self.assertIsInstance(recno, int)
60 self.assertIsInstance(data, str)
100 self.assertIsInstance(keys, list)
101 self.assertIsInstance(keys[0], int)
107 self.assertIsInstance(items, list)
108 self.assertIsInstance(items[0], tuple)
110 self.assertIsInstance(items[0][0], int)
111 self.assertIsInstance(items[0][1], str)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 19 def assertIsInstance(self, obj, datatype, msg=None) :
44 self.assertIsInstance(recno, int)
60 self.assertIsInstance(data, str)
100 self.assertIsInstance(keys, list)
101 self.assertIsInstance(keys[0], int)
107 self.assertIsInstance(items, list)
108 self.assertIsInstance(items[0], tuple)
110 self.assertIsInstance(items[0][0], int)
111 self.assertIsInstance(items[0][1], str)
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
counter_unittest.py 22 self.assertIsInstance(itr, types.GeneratorType)
48 self.assertIsInstance(events, types.GeneratorType)
60 self.assertIsInstance(events, types.GeneratorType)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/swf/
test_layer2_domain.py 49 self.assertIsInstance(activity_type, ActivityType)
68 self.assertIsInstance(workflow_type, WorkflowType)
109 self.assertIsInstance(wf_execution, WorkflowExecution)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
platform_backend_unittest.py 21 self.assertIsInstance(can_monitor_power, bool)

Completed in 847 milliseconds

12 3 4 5 6 7 8 91011>>