Home
last modified time | relevance | path

Searched refs:autoscale (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dasadmin48 def get_group(autoscale, name): argument
49 g = autoscale.get_all_groups(names=[name])
55 def get_lc(autoscale, name): argument
56 l = autoscale.get_all_launch_configurations(names=[name])
62 def list(autoscale): argument
66 groups = autoscale.get_all_groups()
70 def list_lc(autoscale): argument
74 for l in autoscale.get_all_launch_configurations():
77 def get(autoscale, name): argument
79 g = get_group(autoscale, name)
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
Dtest_connection.py28 from boto.ec2.autoscale import AutoScaleConnection
29 from boto.ec2.autoscale.activity import Activity
30 from boto.ec2.autoscale.group import AutoScalingGroup, ProcessType
31 from boto.ec2.autoscale.launchconfig import LaunchConfiguration
32 from boto.ec2.autoscale.policy import AdjustmentType, MetricCollectionTypes, ScalingPolicy
33 from boto.ec2.autoscale.scheduled import ScheduledUpdateGroupAction
34 from boto.ec2.autoscale.instance import Instance
35 from boto.ec2.autoscale.tag import Tag
41 autoscale = True variable in AutoscaleConnectionTest
Dtest_cert_verification.py31 import boto.ec2.autoscale
35 autoscale = True variable in AutoscaleCertVerificationTest
36 regions = boto.ec2.autoscale.regions()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/
Dtest_group.py30 from boto.ec2.autoscale import AutoScaleConnection
31 from boto.ec2.autoscale.group import AutoScalingGroup
32 from boto.ec2.autoscale.policy import ScalingPolicy
33 from boto.ec2.autoscale.tag import Tag
37 from boto.ec2.autoscale import launchconfig, LaunchConfiguration
57 autoscale = AutoScalingGroup(
62 self.service_connection.create_auto_scaling_group(autoscale)
76 autoscale = AutoScalingGroup(
79 self.service_connection.create_auto_scaling_group(autoscale)
88 autoscale = AutoScalingGroup(
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
D__init__.py35 from boto.ec2.autoscale.request import Request
36 from boto.ec2.autoscale.launchconfig import LaunchConfiguration
37 from boto.ec2.autoscale.group import AutoScalingGroup
38 from boto.ec2.autoscale.group import ProcessType
39 from boto.ec2.autoscale.activity import Activity
40 from boto.ec2.autoscale.policy import AdjustmentType
41 from boto.ec2.autoscale.policy import MetricCollectionTypes
42 from boto.ec2.autoscale.policy import ScalingPolicy
43 from boto.ec2.autoscale.policy import TerminationPolicies
44 from boto.ec2.autoscale.instance import Instance
[all …]
Dgroup.py24 from boto.ec2.autoscale.launchconfig import LaunchConfiguration
25 from boto.ec2.autoscale.request import Request
26 from boto.ec2.autoscale.instance import Instance
27 from boto.ec2.autoscale.tag import Tag
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.categories.js77 var autoscale = !!((s.bars.show && s.bars.zero) || (s.lines.show && s.lines.zero));
78 … format.push({ y: true, number: true, required: false, defaultValue: 0, autoscale: autoscale }); property
Djquery.flot.categories.min.js7 …r autoscale=!!(s.bars.show&&s.bars.zero||s.lines.show&&s.lines.zero);format.push({y:true,number:tr… property
Djquery.flot.js1126 … var autoscale = !!((s.bars.show && s.bars.zero) || (s.lines.show && s.lines.zero)); variable
1127 … format.push({ y: true, number: true, required: false, defaultValue: 0, autoscale: autoscale }); property
1187 if (f.autoscale !== false) {
1245 … if (!f || f.autoscale === false || val == fakeInfinity || val == -fakeInfinity)
Djquery.flot.min.js7autoscale=!!(s.bars.show&&s.bars.zero||s.lines.show&&s.lines.zero);format.push({y:true,number:true… property
DAPI.md1324 autoscale: boolean
1353 "autoscale" determines whether the value is considered when calculating an
DNEWS.md157 - The 'zero' series option and 'autoscale' format option are no longer
/external/v8/benchmarks/spinning-balls/
Dv.js456 this.autoscale = create("input");
457 this.autoscale.setAttribute("type", "checkbox");
458 this.autoscale.setAttribute("checked", "true");
459 table.appendChild(row(text("Autoscale pauses plot"), this.autoscale));
492 autoScale = form.autoscale.checked;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py206 from boto.ec2.autoscale import AutoScaleConnection
/external/chromium-trace/catapult/telemetry/third_party/flot/
Djquery.flot.min.js28autoscale:T}),l.bars.horizontal&&(delete S[S.length-1].y,S[S.length-1].x=!0)}l.datapoints.format=S… property