/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | asadmin | 48 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/ |
D | test_connection.py | 28 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
|
D | test_cert_verification.py | 31 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/ |
D | test_group.py | 30 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__.py | 35 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 …]
|
D | group.py | 24 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/ |
D | jquery.flot.categories.js | 77 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
|
D | jquery.flot.categories.min.js | 7 …r autoscale=!!(s.bars.show&&s.bars.zero||s.lines.show&&s.lines.zero);format.push({y:true,number:tr… property
|
D | jquery.flot.js | 1126 … 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)
|
D | jquery.flot.min.js | 7 …autoscale=!!(s.bars.show&&s.bars.zero||s.lines.show&&s.lines.zero);format.push({y:true,number:true… property
|
D | API.md | 1324 autoscale: boolean 1353 "autoscale" determines whether the value is considered when calculating an
|
D | NEWS.md | 157 - The 'zero' series option and 'autoscale' format option are no longer
|
/external/v8/benchmarks/spinning-balls/ |
D | v.js | 456 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__.py | 206 from boto.ec2.autoscale import AutoScaleConnection
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …autoscale:T}),l.bars.horizontal&&(delete S[S.length-1].y,S[S.length-1].x=!0)}l.datapoints.format=S… property
|