HomeSort by relevance Sort by last modified time
    Searched refs:regions (Results 1 - 25 of 367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYSeriesFormatter.java 26 ZHash<RectRegion, XYRegionFormatterType> regions; field in class:XYSeriesFormatter
29 regions = new ZHash<RectRegion, XYRegionFormatterType>();
33 regions.addToBottom(region, regionFormatter);
37 regions.remove(region);
45 return regions;
53 return regions.get(region);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/
__init__.py 25 def regions(): function
27 Get all available regions for the AWS Lambda service.
37 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS Elastic Beanstalk service.
41 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS CloudHSM service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
__init__.py 27 def regions(): function
29 Get all available regions for the Amazon CloudSearch service.
42 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
__init__.py 24 def regions(): function
26 Get all available regions for the Amazon CloudSearch service.
39 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
__init__.py 25 def regions(): function
27 Get all available regions for the Amazon CloudSearch Domain service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS Cloudtrail service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
__init__.py 25 def regions(): function
27 Get all available regions for the AWS CodeDeploy service.
37 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/
__init__.py 26 def regions(): function
28 Get all available regions for the Amazon Cognito Identity service.
39 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/sync/
__init__.py 26 def regions(): function
28 Get all available regions for the Amazon Cognito Sync service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS Config service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS Datapipeline service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS DirectConnect service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
__init__.py 27 def regions(): function
29 Get all available regions for the Amazon DynamoDB service.
39 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
__init__.py 27 def regions(): function
29 Get all available regions for the Amazon DynamoDB service.
39 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
__init__.py 26 def regions(): function
28 Get all available regions for the Amazon EC2 Container Service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elasticache/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS ElastiCache service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS Elastic Transcoder service.
41 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
__init__.py 27 def regions(): function
29 Get all available regions for the Amazon Glacier service.
39 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/
__init__.py 26 def regions(): function
28 Get all available regions for the Amazon Kinesis service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
__init__.py 26 def regions(): function
28 Get all available regions for the AWS Key Management Service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/logs/
__init__.py 26 def regions(): function
28 Get all available regions for the CloudWatch Logs service.
38 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
__init__.py 26 def regions(): function
28 Get all available regions for the Amazon Machine Learning.
39 for region in regions():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
__init__.py 26 def regions(): function
28 Get all available regions for the Amazon OpsWorks service.
38 for region in regions():

Completed in 605 milliseconds

1 2 3 4 5 6 7 8 91011>>