/external/chromium-trace/catapult/tracing/tracing/model/ |
D | time_to_object_instance_map.html | 18 * Tracks all the instances associated with a given ID over its lifetime. 32 this.instances = []; 37 if (this.instances.length == 0) { 38 this.instances.push(this.createObjectInstanceFunction_( 40 this.instances[0].creationTsWasExplicit = true; 41 return this.instances[0]; 44 var lastInstance = this.instances[this.instances.length - 1]; 52 this.instances.push(lastInstance); 57 if (this.instances.length == 0) { 58 this.instances.push(this.createObjectInstanceFunction_( [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/ |
D | test_promote_modify.py | 13 Check that promotion of read replicas and renaming instances works as expected 31 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) [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/ |
D | loadbalancer.py | 91 :ivar list instances: A list of :py:class:`boto.ec2.instanceinfo.InstanceInfo` 92 instances, representing the EC2 instances this load balancer is 102 for your load balancer back-end instances to disallow traffic 118 self.instances = None 142 elif name == 'Instances': 143 self.instances = ResultSet([('member', InstanceInfo)]) 144 return self.instances 171 self.instances.append(value) 263 def register_instances(self, instances): argument 265 Adds instances to this load balancer. All instances must be in the same [all …]
|
D | __init__.py | 45 :return: A list of :class:`boto.RegionInfo` instances 123 :return: A ResultSet containing instances of 493 def register_instances(self, load_balancer_name, instances): argument 495 Add new Instances to an existing Load Balancer. 500 :type instances: List of strings 501 :param instances: The instance ID's of the EC2 instances to add. 504 :return: An updated list of instances for this Load Balancer. 508 self.build_list_params(params, instances, 509 'Instances.member.%d.InstanceId') 513 def deregister_instances(self, load_balancer_name, instances): argument [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | InstancesTest.java | 37 static final String thisCommandName = "ReferenceType.Instances command"; 57 * ReferenceType.Instances command and checks that returned reachable 80 //maxInstances is maximum number of instances to return. in runTestInstances() 114 //Get the number of instances that returned. in runTestInstances() 116 assertEquals(thisCommandName + "returned instances number is wrong.", in runTestInstances() 137 logWriter.println("=> CHECK: PASSED: expected instances are returned:"); in runTestInstances() 138 logWriter.println("=> Returned reachable instances number is" + expectedReachableObjNum); in runTestInstances() 147 * This testcase exercises ReferenceType.Instances command. <BR> 150 * ReferenceType.Instances command and checks that returned reachable 151 * objects are expected ones. Maximum number of instances is zero, so all instances [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/ |
D | layer1.py | 58 instances to which application revisions can be deployed. You can 64 + Deployment instances (also known simply as instances ), which 65 represent Amazon EC2 instances to which application revisions are 66 deployed. Deployment instances are identified by their Amazon EC2 67 tags or Auto Scaling group names. Deployment instances belong to 68 deployment groups. You can work with deployment instances by 70 information about single and multiple deployment instances, 272 :param minimum_healthy_hosts: The minimum number of healthy instances 279 healthy instances, as an absolute value. 281 healthy instances, as a percentage of the total number of instances [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
D | InstanceOnlyModifierDebuggee.java | 66 logWriter.println("Create instances"); in run() 67 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() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | ReferringObjectsTest.java | 54 …* for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects 55 …* command and checks that returned instances are equal to the expected referrer objects. Since max… 56 * equals zero, all instances are returned. 66 …* for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects 67 …* command and checks that returned instances are equal to the expected referrer objects. Since max… 68 * is more than the number of referrer objects, all instances are returned. 78 …* for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects 79 …* command and checks that returned instances are equal to the expected referrer objects. Since max… 80 …* is less than the number of referrer objects, the number of instances returned is equal to maxRef… 90 …* for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/ |
D | test_connection.py | 36 # Registry of instances to be removed 37 self.instances = [] 38 # Registry for cleaning up the vpc after all instances are terminated 55 """Helper to run clean up tasks after instances are removed.""" 66 """Helper to remove all instances and kick off additional cleanup 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) [all …]
|
/external/autotest/client/cros/tendo/n_faced_peerd/ |
D | n_faced_peerd_main.py | 23 """An object which looks like N different instances of peerd. 25 There are situations where we would like to run N instances 27 N instances of leaderd). If that service has a dependency 28 on peerd (i.e. it advertises a service), then those N instances 31 NFacedPeerd solves this by starting N instances of peerd running 40 @param num_instance: int number of "instances" of peerd to start. 51 # Construct N fake instances of peerd 72 instance of peerd to all other instances of peerd as a remote 109 description='Acts like N instances of peerd.') 111 help='Number of fake instances to start.') [all …]
|
/external/libchrome/base/debug/ |
D | leak_tracker.h | 23 // LeakTracker is a helper to verify that all instances of a class 28 // instances of that class. 40 // Next, when we believe all instances of net::URLRequest have been deleted: 44 // Should the check fail (because there are live instances of net::URLRequest), 45 // then the allocation callstack for each leaked instances is dumped to 72 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(); [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | elbadmin | 30 get <name> Get all instances associated with <name> 32 add <name> <instances> Add <instances> in ELB <name> 33 remove|rm <name> <instances> Remove <instances> from ELB <name> 34 reap <name> Remove terminated instances from ELB <name> 123 instances = [state.instance_id for state in instance_health] 125 names = dict((k,'') for k in instances) 127 if i.id in instances: 132 print "Instances" 169 def add_instances(elb, name, instances): argument 173 b.register_instances(instances) [all …]
|
D | asadmin | 37 …migrate-instances <name> Shut down current instances one by one and wait for ASG to start… 90 print "Instances" 93 for i in g.instances: 162 """ Shut down instances of the old image type one by one 163 and let the ASG start up instances with the new image """ 166 old_instances = g.instances 173 new_instances = g.instances 183 print "Waiting for instances to be ready...." 250 parser.add_option("-y", "--migrate-instances", 251 help="Automatically migrate instances to new image when running update-image", [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
D | layer1.py | 112 this action with instances that were created with AWS 256 launched into. It must be in the specified region. All instances 306 the default profile for all of the stack's EC2 instances. For more 316 when you create instances. 324 for the stack's instances. By default, `HostnameTheme` is set to 354 parameter. All instances are launched into this subnet unless you 415 :param default_ssh_key_name: A default SSH key for the stack instances. 428 value is used by default for all instances in the cloned stack, but 510 a PHP layer. AWS OpsWorks deploys an application to those instances 648 :param auto_scaling_type: For load-based or time-based instances, the [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | TestMethodWorker.java | 33 // Map of the test methods and their associated instances 170 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() [all …]
|
D | TestNGClassFinder.java | 50 // Find all the new classes and their corresponding instances in TestNGClassFinder() 121 // If annotation class and instances are abstract, skip them in TestNGClassFinder() 150 Object[] instances= fm.invoke(); in TestNGClassFinder() local 154 // otherwise, just call getClass() on the returned instances in TestNGClassFinder() 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() [all …]
|
/external/skia/src/gpu/batches/ |
D | GrDrawPathBatch.cpp | 132 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/guice/core/src/com/google/inject/ |
D | Provider.java | 20 * An object capable of providing instances of type {@code T}. Providers are used in numerous ways 24 * <li>When the default means for obtaining instances (an injectable or parameterless constructor) 26 * instead, to control exactly how Guice creates or obtains instances for the binding. 30 * instances, instances you wish to safely mutate and discard, instances which are out of scope 32 * instances that will be initialized lazily.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/ |
D | test_connection.py | 79 # get instances 80 instances = c.get_all_autoscaling_instances() 81 for instance in instances: 142 # shutdown instances and wait for them to disappear 144 instances = True 145 while instances: 150 if not group.instances: 151 instances = False
|
/external/eigen/test/ |
D | exceptions.cpp | 33 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/boto/ec2/ |
D | image.py | 187 :param min_count: The minimum number of instances to start 190 :param max_count: The maximum number of instances to start 194 launch instances. 198 associate instances. 246 instances. 250 instances. 257 :param subnet_id: The subnet ID within which to launch the instances 271 :param disable_api_termination: If True, the instances will be locked 292 which to associate instances. 296 the IAM Instance Profile (IIP) to associate with the instances. [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/ |
D | connection.py | 223 List EC2 instances in a cluster 424 :param ec2_keyname: EC2 key used for the instances 436 :param num_instances: Number of instances in the Hadoop cluster 468 for instances. Values accepted by EMR are '1.0', '2.0', and 492 instances of the job flow assume this role. The default role is 518 # "configure instances either using instance count, master and 530 # Instance group args (for spot instances or a heterogenous cluster) 533 ('Instances.%s' % k, v) for k, v in six.iteritems(list_args) 701 'Instances.KeepJobFlowAliveWhenNoSteps': str(keep_alive).lower(), 705 params['Instances.HadoopVersion'] = hadoop_version [all …]
|
/external/libchrome/base/ |
D | tracked_objects.h | 50 // instances as they are created and destroyed. 69 // instances born at the same location. Statistics currently include only the 70 // count of instances constructed. 92 // instance at a Location. In many cases, instances are only created on one 97 // collection of DeathData instances. For each birth place Location that is 102 // lock such DeathData instances. (i.e., these accumulated stats in a DeathData 106 // is explaining how each thread maintains a list of DeathData instances, and 107 // of Births instances, and is able to avoid additional (redundant/unnecessary) 112 // are lists of DeathData and Births instances. These lists are maintained in 120 // of ThreadData instances. Each such instance maintains a pointer to the next [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds2/ |
D | test_connection.py | 62 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/testng/src/main/java/org/testng/ |
D | ClassMethodMap.java | 77 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()
|