HomeSort by relevance Sort by last modified time
    Searched full:snapshot_id (Results 1 - 19 of 19) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
blockdevicemapping.py 35 snapshot_id=None,
47 self.snapshot_id = snapshot_id
68 self.snapshot_id = value
145 if block_dev.snapshot_id:
146 params['%s.Ebs.SnapshotId' % pre] = block_dev.snapshot_id
snapshot.py 165 self.snapshot_id = None
185 self.snapshot_id = value
volume.py 40 :ivar snapshot_id: The ID of the snapshot this volume was created
56 self.snapshot_id = None
90 self.snapshot_id = value
connection.py 272 snapshot_id=None,
317 :type snapshot_id: string
318 :param snapshot_id: A snapshot ID for the snapshot to be used
325 creating image from snapshot_id. Defaults to False. Note that
346 if snapshot_id:
347 root_vol = BlockDeviceType(snapshot_id=snapshot_id,
381 snapshot_id = None
386 snapshot_id = image.block_device_mapping[key].snapshot_id
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_blockdevicemapping.py 21 ("snapshotId", 1, "snapshot_id"),
63 b1.snapshot_id == b2.snapshot_id,
108 dev_sdf = BlockDeviceType(snapshot_id='snap-12345')
109 dev_sdg = BlockDeviceType(snapshot_id='snap-12346', delete_on_termination=True, encrypted=True)
test_volume.py 22 self.volume_one.snapshot_id = 1
32 self.volume_two.snapshot_id = 2
91 ("snapshotId", 1, "snapshot_id"),
109 self.volume_two.snapshot_id == 1,
test_connection.py 511 snapshot_id = self.ec2.copy_snapshot('us-west-2', 'snap-id',
513 self.assertEqual(snapshot_id, 'snap-copied-id')
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/redshift/
test_layer1.py 112 snapshot_id = "snap-%s" % cluster_id
115 response = self.api.create_cluster_snapshot(snapshot_id, cluster_id)
118 ['SnapshotIdentifier'], snapshot_id)
122 self.addCleanup(self.api.delete_cluster_snapshot, snapshot_id)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
launchconfig.py 34 def __init__(self, connection=None, snapshot_id=None, volume_size=None):
36 self.snapshot_id = snapshot_id
40 return 'Ebs(%s, %s)' % (self.snapshot_id, self.volume_size)
47 self.snapshot_id = value
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_sei.h 216 int32_t snapshot_id; member in struct:_h264_SEI_full_frame_snapshot
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
__init__.py     [all...]
dbinstance.py 232 def snapshot(self, snapshot_id):
242 return self.connection.create_dbsnapshot(snapshot_id, self.id)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/
test_group.py 360 dev_sdf = EBSBlockDeviceType(snapshot_id='snap-12345')
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 144 { "snapshot_id", &set_sb.s_snapshot_id, NULL, 4, parse_uint },
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sei.c 804 sei_msg_ptr->snapshot_id = h264_GetVLCElement(parent, pInfo, false);
    [all...]
  /prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/
qemu-system-aarch64 
qemu-system-i386 
qemu-system-mips64el 
qemu-system-x86_64 

Completed in 651 milliseconds