Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/
Dtest_promote_modify.py31 instances = self.conn.get_all_dbinstances()
33 for i in instances:
46 instances = self.conn.get_all_dbinstances(self.masterDB_name)
47 inst = instances[0]
51 instances = self.conn.get_all_dbinstances(self.masterDB_name)
52 inst = instances[0]
63 instances = self.conn.get_all_dbinstances(self.replicaDB_name)
64 inst = instances[0]
68 instances = self.conn.get_all_dbinstances(self.replicaDB_name)
69 inst = instances[0]
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DInstanceOnlyModifierDebuggee.java67 final TestClass[] instances = new TestClass[10]; in run() local
68 for (int i = 0; i < instances.length; ++i) { in run()
69 instances[i] = new TestClass(); in run()
73 INSTANCE_ONLY = instances[instances.length - 1]; in run()
84 for (int i = 0; i < instances.length; ++i) { in run()
85 instances[i].eventTestMethod(); in run()
89 for (int i = 0; i < instances.length; ++i) { in run()
90 instances[i].throwAndCatchException(); in run()
94 for (int i = 0; i < instances.length; ++i) { in run()
95 instances[i].readAndWriteField(); in run()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
Dloadbalancer.py118 self.instances = None
143 self.instances = ResultSet([('member', InstanceInfo)])
144 return self.instances
171 self.instances.append(value)
263 def register_instances(self, instances): argument
273 if isinstance(instances, six.string_types):
274 instances = [instances]
276 instances)
277 self.instances = new_instances
279 def deregister_instances(self, instances): argument
[all …]
D__init__.py493 def register_instances(self, load_balancer_name, instances): argument
508 self.build_list_params(params, instances,
513 def deregister_instances(self, load_balancer_name, instances): argument
528 self.build_list_params(params, instances,
533 def describe_instance_health(self, load_balancer_name, instances=None): argument
550 if instances:
551 self.build_list_params(params, instances,
/external/eigen/test/
Dexceptions.cpp33 instances--; in ~ScalarWithExceptions()
38 instances++; in init()
68 static int instances; member in ScalarWithExceptions
76 int ScalarWithExceptions::instances = 0; member in ScalarWithExceptions
82 int before = ScalarWithExceptions::instances; \
87 …VERIFY(ScalarWithExceptions::instances==before && "memory leak detected in " && EIGEN_MAKESTRING(O…
107 …VERIFY(ScalarWithExceptions::instances==0 && "global memory leak detected in " && EIGEN_MAKESTRING… in memoryleak()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds2/
Dtest_connection.py62 instances = self.conn.describe_db_instances(self.db_name)
63 inst = instances['DescribeDBInstancesResponse']\
79 instances = self.conn.describe_db_instances(self.db_name)
80 inst = instances['DescribeDBInstancesResponse']\
88 instances = self.conn.describe_db_instances(self.db_name)
89 inst = instances['DescribeDBInstancesResponse']\
/external/libchrome/base/debug/
Dleak_tracker.h72 instances()->Append(this);
89 for (LinkNode<LeakTracker<T> >* node = instances()->head();
90 node != instances()->end();
117 for (LinkNode<LeakTracker<T> >* node = instances()->head();
118 node != instances()->end();
127 static LinkedList<LeakTracker<T> >* instances() {
/external/testng/src/main/java/org/testng/internal/
DTestMethodWorker.java170 Set<Object> instances= invokedBeforeClassMethods.get(testClass); in invokeBeforeClassMethods() local
171 if(null == instances) { in invokeBeforeClassMethods()
172 instances= new HashSet<>(); in invokeBeforeClassMethods()
173 invokedBeforeClassMethods.put(testClass, instances); in invokeBeforeClassMethods()
176 if (! instances.contains(instance)) { in invokeBeforeClassMethods()
177 instances.add(instance); in invokeBeforeClassMethods()
219 Set<Object> instances = invokedAfterClassMethods.get(testClass); in invokeAfterClassMethods() local
220 if(null == instances) { in invokeAfterClassMethods()
221 instances= new HashSet<>(); in invokeAfterClassMethods()
222 invokedAfterClassMethods.put(testClass, instances); in invokeAfterClassMethods()
[all …]
DTestNGClassFinder.java150 Object[] instances= fm.invoke(); in TestNGClassFinder() local
156 if (instances.length > 0) { in TestNGClassFinder()
157 if (instances[0] != null) { in TestNGClassFinder()
158 Class elementClass = instances[0].getClass(); in TestNGClassFinder()
160 for(Object o : instances) { in TestNGClassFinder()
167 for (int i = 0; i < instances.length; i++) { in TestNGClassFinder()
168 Object o = instances[i]; in TestNGClassFinder()
/external/skia/src/gpu/batches/
DGrDrawPathBatch.cpp132 const InstanceData& instances = *head.fInstanceData; in onDraw() local
133 state->gpu()->pathRendering()->drawPaths(args, fPathRange.get(), instances.indices(), in onDraw()
135 instances.transformValues(), in onDraw()
136 instances.transformType(), in onDraw()
137 instances.count()); in onDraw()
145 const InstanceData& instances = *draw.fInstanceData; in onDraw() local
146 memcpy(&indexStorage[idx], instances.indices(), instances.count() * sizeof(uint16_t)); in onDraw()
147 pre_translate_transform_values(instances.transformValues(), this->transformType(), in onDraw()
148 instances.count(), in onDraw()
151 idx += instances.count(); in onDraw()
[all …]
/external/testng/src/main/java/org/testng/
DClassMethodMap.java77 for(Set<Object> instances: m_beforeClassMethods.values()) { in clear()
78 instances.clear(); in clear()
79 instances= null; in clear()
81 for(Set<Object> instances: m_afterClassMethods.values()) { in clear()
82 instances.clear(); in clear()
83 instances= null; in clear()
/external/testng/src/test/java/test/configurationfailurepolicy/
DFactoryClassWithFailedBeforeMethodAndMultipleInvocations.java8 Object[] instances = new Object[2]; in createTests() local
9 instances[0] = new FactoryClassWithFailedBeforeMethodAndMultipleInvocations(); in createTests()
10 instances[1] = new FactoryClassWithFailedBeforeMethodAndMultipleInvocations(); in createTests()
11 return instances; in createTests()
DFactoryClassWithFailedBeforeMethod.java8 Object[] instances = new Object[2]; in createTests() local
9 instances[0] = new FactoryClassWithFailedBeforeMethod(); in createTests()
10 instances[1] = new FactoryClassWithFailedBeforeMethod(); in createTests()
11 return instances; in createTests()
DFactoryClassWithFailedBeforeClassMethod.java8 Object[] instances = new Object[2]; in createTests() local
9 instances[0] = new FactoryClassWithFailedBeforeClassMethod(); in createTests()
10 instances[1] = new FactoryClassWithFailedBeforeClassMethod(); in createTests()
11 return instances; in createTests()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_instance.py195 self.assertEqual(len(reservation.instances), 1)
196 instance = reservation.instances[0]
256 instances = api_response[0].instances
257 self.assertEqual(len(instances), 1)
259 instance = instances[0]
Dtest_securitygroup.py182 instances = groups[0].instances()
184 self.assertEqual(1, len(instances))
185 self.assertEqual(groups[0].id, instances[0].groups[0].id)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/
Dtest_connection.py37 self.instances = []
69 for instance in self.instances:
110 instance = reservation.instances[0]
114 retrieved_instances = retrieved[0].instances
148 instance = reservation.instances[0]
149 self.instances.append(instance)
162 retrieved_instances = retrieved[0].instances
188 instance = reservation.instances[0]
190 self.instances.append(instance)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dlaunch_ami.py160 for i in r.instances:
166 [i.update() for i in r.instances]
167 status = [i.state for i in r.instances]
169 if status.count('running') == len(r.instances):
171 for i in r.instances:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
Dtest_connection.py80 instances = c.get_all_autoscaling_instances()
81 for instance in instances:
144 instances = True
145 while instances:
150 if not group.instances:
151 instances = False
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Delbadmin123 instances = [state.instance_id for state in instance_health]
125 names = dict((k,'') for k in instances)
127 if i.id in instances:
169 def add_instances(elb, name, instances): argument
173 b.register_instances(instances)
177 def remove_instances(elb, name, instances): argument
181 b.deregister_instances(instances)
/external/testng/src/test/java/test/methodinterceptors/
DIssue392Test.java25 List<IMethodInstance> instances = new ArrayList<>(); in AfterClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
28 instances.add(instance); in AfterClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
31 return instances; in AfterClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
DIssue521Test.java25 List<IMethodInstance> instances = new ArrayList<>(); in BeforeClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
28 instances.add(instance); in BeforeClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
31 return instances; in BeforeClass_method_should_be_fired_when_IMethodInterceptor_removes_test_methods()
/external/chromium-trace/catapult/third_party/Paste/paste/
Dreloader.py67 instances = [] variable in Monitor
76 self.instances.append(self)
132 for instance in cls.instances:
144 for instance in cls.instances:
/external/owasp/sanitizer/tools/findbugs/doc/
DFilterFile.txt7 element represents a predicate which is applied to generated bug instances.
8 Usually, a filter will be used to exclude bug instances. For example:
12 However, a filter could also be used to select bug instances to specifically
48 bug instances. Every bug instance has a class, so in general, excluding
51 Some bug instances have two classes. For example, the DE (dropped exception)
67 Many kinds of bugs report what method they occur in. For those bug instances,
/external/skia/src/gpu/
DGrVertices.h160 int instances = SkTMin(fInstancesRemaining, fVertices->fMaxInstancesPerDraw); in next() local
161 fInstanceBatch.fIndexCount = instances * fVertices->fIndicesPerInstance; in next()
162 fInstanceBatch.fVertexCount = instances * fVertices->fVerticesPerInstance; in next()
163 fInstancesRemaining -= instances; in next()

1234567891011