/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elasticache/ |
layer1.py | 547 max_records=None, marker=None, 583 :type max_records: integer 584 :param max_records: The maximum number of records to include in the 607 if max_records is not None: 608 params['MaxRecords'] = max_records 622 max_records=None, marker=None, 648 :type max_records: integer 649 :param max_records: The maximum number of records to include in the 676 if max_records is not None: 677 params['MaxRecords'] = max_records [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
__init__.py | 105 def get_all_dbinstances(self, instance_id=None, max_records=None, 116 :type max_records: int 117 :param max_records: The maximum number of records to be returned. 131 if max_records: 132 params['MaxRecords'] = max_records [all...] |
/frameworks/av/include/common_time/ |
local_clock.h | 39 int max_records);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
__init__.py | 334 def get_all_groups(self, names=None, max_records=None, next_token=None): 348 :type max_records: int 349 :param max_records: Maximum amount of groups to return. 356 if max_records: 357 params['MaxRecords'] = max_records 376 :type max_records: int 377 :param max_records: Maximum amount of configurations to return. 389 max_records = kwargs.get('max_records', None) 391 if max_records is not None [all...] |
group.py | 302 def get_activities(self, activity_ids=None, max_records=50): 307 max_records)
|
/frameworks/av/media/common_time/ |
local_clock.cpp | 83 int max_records) { 89 return dev_->get_debug_log(dev_, records, max_records);
|
/hardware/libhardware/include/hardware/ |
local_time_hal.h | 100 int max_records);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/ |
__init__.py | 337 alarm_names=None, max_records=None, state_value=None, 355 :type max_records: int 356 :param max_records: The maximum number of alarm descriptions 375 if max_records: 376 params['MaxRecords'] = max_records 390 max_records=None, history_item_type=None, 414 :type max_records: int 415 :param max_records: The maximum number of alarm descriptions 433 if max_records: 434 params['MaxRecords'] = max_records [all...] |
alarm.py | 246 def describe_history(self, start_date=None, end_date=None, max_records=None, 249 end_date, max_records,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/ |
layer1.py | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/ |
layer1.py | 674 start_time=None, end_time=None, max_records=None, [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/ |
test_group.py | 338 response = self.service_connection.get_all_launch_configurations(max_records=10, names=["my-test1", "my-test2"]) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/ |
test_connection.py | 621 response = self.service_connection.get_all_logs('db_instance_1', max_records=100, marker='error/mysql-error.log', file_size=2000000, filename_contains='error', file_last_written=12345678) [all...] |