/aosp_15_r20/external/google-cloud-java/java-gke-backup/proto-google-cloud-gke-backup-v1/src/main/java/com/google/cloud/gkebackup/v1/ |
H A D | UpdateRestoreRequest.java | 69 private com.google.cloud.gkebackup.v1.Restore restore_; 74 * Required. A new version of the Restore resource that contains updated fields. 78 * <code>.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED]; 81 * @return Whether the restore field is set. 91 * Required. A new version of the Restore resource that contains updated fields. 95 * <code>.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED]; 98 * @return The restore. 101 public com.google.cloud.gkebackup.v1.Restore getRestore() { in getRestore() 102 return restore_ == null ? com.google.cloud.gkebackup.v1.Restore.getDefaultInstance() : restore_; in getRestore() 108 * Required. A new version of the Restore resource that contains updated fields. [all …]
|
H A D | Restore.java | 17 // source: google/cloud/gkebackup/v1/restore.proto 25 * Represents both a request to Restore some portion of a Backup into 26 * a target GKE cluster and a record of the restore operation itself. 30 * Protobuf type {@code google.cloud.gkebackup.v1.Restore} 32 public final class Restore extends com.google.protobuf.GeneratedMessageV3 class 34 // @@protoc_insertion_point(message_implements:google.cloud.gkebackup.v1.Restore) 37 // Use Restore.newBuilder() to construct. 38 private Restore(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Restore() method in Restore 42 private Restore() { in Restore() method in Restore 56 return new Restore(); in newInstance() [all …]
|
H A D | CreateRestoreRequest.java | 79 * Required. The RestorePlan within which to create the Restore. 105 * Required. The RestorePlan within which to create the Restore. 129 private com.google.cloud.gkebackup.v1.Restore restore_; 134 * Required. The restore resource to create. 137 * <code>.google.cloud.gkebackup.v1.Restore restore = 2 [(.google.api.field_behavior) = REQUIRED]; 140 * @return Whether the restore field is set. 150 * Required. The restore resource to create. 153 * <code>.google.cloud.gkebackup.v1.Restore restore = 2 [(.google.api.field_behavior) = REQUIRED]; 156 * @return The restore. 159 public com.google.cloud.gkebackup.v1.Restore getRestore() { in getRestore() [all …]
|
H A D | UpdateRestoreRequestOrBuilder.java | 30 * Required. A new version of the Restore resource that contains updated fields. 34 * <code>.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED]; 37 * @return Whether the restore field is set. 44 * Required. A new version of the Restore resource that contains updated fields. 48 * <code>.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED]; 51 * @return The restore. 53 com.google.cloud.gkebackup.v1.Restore getRestore(); in getRestore() 58 * Required. A new version of the Restore resource that contains updated fields. 62 * <code>.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED]; 72 * Restore targeted for update. The values for each of these [all …]
|
H A D | RestoreOrBuilder.java | 17 // source: google/cloud/gkebackup/v1/restore.proto 23 // @@protoc_insertion_point(interface_extends:google.cloud.gkebackup.v1.Restore) 30 * Output only. The full name of the Restore resource. 43 * Output only. The full name of the Restore resource. 84 * Output only. The timestamp when this Restore resource was created. 97 * Output only. The timestamp when this Restore resource was created. 110 * Output only. The timestamp when this Restore resource was created. 122 * Output only. The timestamp when this Restore resource was last 136 * Output only. The timestamp when this Restore resource was last 150 * Output only. The timestamp when this Restore resource was last [all …]
|
H A D | RestoreName.java | 34 "projects/{project}/locations/{location}/restorePlans/{restore_plan}/restores/{restore}"); 39 private final String restore; field in RestoreName 46 restore = null; in RestoreName() 53 restore = Preconditions.checkNotNull(builder.getRestore()); in RestoreName() 69 return restore; in getRestore() 81 String project, String location, String restorePlan, String restore) { in of() argument 86 .setRestore(restore) in of() 90 public static String format(String project, String location, String restorePlan, String restore) { in format() argument 95 .setRestore(restore) in format() 111 matchMap.get("restore")); in parse() [all …]
|
H A D | VolumeRestoreName.java | 34 …"projects/{project}/locations/{location}/restorePlans/{restore_plan}/restores/{restore}/volumeRest… 39 private final String restore; field in VolumeRestoreName 47 restore = null; in VolumeRestoreName() 55 restore = Preconditions.checkNotNull(builder.getRestore()); in VolumeRestoreName() 72 return restore; in getRestore() 88 String project, String location, String restorePlan, String restore, String volumeRestore) { in of() argument 93 .setRestore(restore) in of() 99 String project, String location, String restorePlan, String restore, String volumeRestore) { in format() argument 104 .setRestore(restore) in format() 121 matchMap.get("restore"), in parse() [all …]
|
H A D | ListRestoresResponse.java | 75 private java.util.List<com.google.cloud.gkebackup.v1.Restore> restores_; 83 * <code>repeated .google.cloud.gkebackup.v1.Restore restores = 1;</code> 86 public java.util.List<com.google.cloud.gkebackup.v1.Restore> getRestoresList() { in getRestoresList() 96 * <code>repeated .google.cloud.gkebackup.v1.Restore restores = 1;</code> 110 * <code>repeated .google.cloud.gkebackup.v1.Restore restores = 1;</code> 123 * <code>repeated .google.cloud.gkebackup.v1.Restore restores = 1;</code> 126 public com.google.cloud.gkebackup.v1.Restore getRestores(int index) { in getRestores() 136 * <code>repeated .google.cloud.gkebackup.v1.Restore restores = 1;</code> 674 com.google.cloud.gkebackup.v1.Restore m = in mergeFrom() 676 com.google.cloud.gkebackup.v1.Restore.parser(), extensionRegistry); in mergeFrom() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/ |
H A D | Restore.java | 25 * The details of a metadata restore operation. 28 * Protobuf type {@code google.cloud.metastore.v1.Restore} 30 public final class Restore extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.metastore.v1.Restore) 35 // Use Restore.newBuilder() to construct. 36 private Restore(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Restore() method in Restore 40 private Restore() { in Restore() method in Restore 50 return new Restore(); in newInstance() 69 com.google.cloud.metastore.v1.Restore.class, in internalGetFieldAccessorTable() 70 com.google.cloud.metastore.v1.Restore.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/ |
H A D | Restore.java | 25 * The details of a metadata restore operation. 28 * Protobuf type {@code google.cloud.metastore.v1beta.Restore} 30 public final class Restore extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.metastore.v1beta.Restore) 35 // Use Restore.newBuilder() to construct. 36 private Restore(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Restore() method in Restore 40 private Restore() { in Restore() method in Restore 50 return new Restore(); in newInstance() 69 com.google.cloud.metastore.v1beta.Restore.class, in internalGetFieldAccessorTable() 70 com.google.cloud.metastore.v1beta.Restore.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/ |
H A D | Restore.java | 25 * The details of a metadata restore operation. 28 * Protobuf type {@code google.cloud.metastore.v1alpha.Restore} 30 public final class Restore extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.metastore.v1alpha.Restore) 35 // Use Restore.newBuilder() to construct. 36 private Restore(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Restore() method in Restore 40 private Restore() { in Restore() method in Restore 50 return new Restore(); in newInstance() 69 com.google.cloud.metastore.v1alpha.Restore.class, in internalGetFieldAccessorTable() 70 com.google.cloud.metastore.v1alpha.Restore.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 12 // (resp. Restore). 15 // between 2) two executions of the Save (resp. Restore) point there is an 16 // execution of the Restore (resp. Save) point. 22 // Restore 24 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ... 32 // Restore 34 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore. 124 MachineBasicBlock *Restore; member in __anond48277970111::ShrinkWrap 130 /// Hold the loop information. Used to determine if Save and Restore 162 /// after Save and before Restore. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 12 // (resp. Restore). 15 // between 2) two executions of the Save (resp. Restore) point there is an 16 // execution of the Restore (resp. Save) point. 22 // Restore 24 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ... 32 // Restore 34 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore. 124 MachineBasicBlock *Restore; member in __anon49d7291d0111::ShrinkWrap 130 /// Hold the loop information. Used to determine if Save and Restore 162 /// after Save and before Restore. [all …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 13 // (resp. Restore). 16 // between 2) two executions of the Save (resp. Restore) point there is an 17 // execution of the Restore (resp. Save) point. 23 // Restore 25 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ... 33 // Restore 35 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore. 62 // For property #1 for Restore. 111 MachineBasicBlock *Restore; member in __anon084c4c750111::ShrinkWrap 115 /// Hold the loop information. Used to determine if Save and Restore [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/backup/ |
H A D | RestoreSession.java | 33 * Interface for managing a restore session. 45 * Ask the current transport what the available restore sets are. 49 * the restore set lookup by the backup transport. This parameter must not be 70 * Ask the current transport what the available restore sets are. 74 * the restore set lookup by the backup transport. This parameter must not be 84 * Restore the given set onto the device, replacing the current data of any app 85 * contained in the restore set with the data previously backed up. 92 * the restore set that should be used. 94 * progress callbacks during the restore operation. 96 * progress callbacks during the restore operation. [all …]
|
H A D | BackupManagerMonitor.java | 25 * Callback class for receiving important events during backup/restore operations. 26 * Events consist mostly of errors and exceptions, giving detailed reason on why a restore/backup 93 * restore package version 116 * package name provided in the restore manifest 149 * List of system components that do not support restore in a V-> U OS downgrade, even if 158 * List of system components that support restore in a V-> U OS downgrade, even if 220 /** Unable to get the name of the next package in the queue during a restore operation 223 /** Attempting a restore operation that is neither KV nor full 226 /** The package is part of KeyValue restore 229 /** The package is part of Full restore [all …]
|
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
H A D | PerformUnifiedRestoreTask.java | 17 package com.android.server.backup.restore; 19 import static android.app.backup.BackupAnnotations.OperationType.RESTORE; 97 // Transport client we're working with to do the restore 103 // Restore observer; may be null 111 // When this is a restore-during-install, this is the token identifying the 116 // When this is restore-during-install, we need to tell the package manager 121 // Is this a whole-system restore, i.e. are we establishing a new ancestral 122 // dataset to base future restore-at-install operations from? 125 // If this is a single-package restore, what package are we interested in? 128 // In all cases, the calculated list of packages that we are trying to restore [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gke-backup/proto-google-cloud-gke-backup-v1/src/main/proto/google/cloud/gkebackup/v1/ |
H A D | restore.proto | 32 // Represents both a request to Restore some portion of a Backup into 33 // a target GKE cluster and a record of the restore operation itself. 35 message Restore { message 37 type: "gkebackup.googleapis.com/Restore" 38 … pattern: "projects/{project}/locations/{location}/restorePlans/{restore_plan}/restores/{restore}" 41 // Possible values for state of the Restore. 43 // The Restore resource is in the process of being created. 46 // The Restore resource has been created and the associated RestoreJob 50 // The gkebackup agent in the cluster has begun executing the restore 54 // The restore operation has completed successfully. Restored workloads may [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | checkpoint.py | 31 from tensorflow.python.checkpoint import restore as restore_lib 207 "https://www.tensorflow.org/api_docs/python/tf/train/Checkpoint#restore" 208 "for details about the status object returned by the restore " 237 look up restore ops by name to avoid re-creating them across multiple 238 `restore()` calls. 274 # When graph building, contains a list of ops to run to restore objects from 329 """Run or build restore operations for SaveableObjects. 338 When graph building, a list of restore operations, either cached or newly 339 created, to restore `tensor_saveables`. 347 # If we have new SaveableObjects, extract and cache restore ops. [all …]
|
H A D | checkpoint_test.py | 158 def restore(self, restored_tensors, restored_shapes): member in _MirroringSaveable 159 """Restore the same value into both variables.""" 210 checkpoint.restore(save_path).assert_consumed().initialize_or_restore() 216 checkpoint.restore(save_path).assert_consumed().initialize_or_restore() 232 saver.restore(sess, save_path) 253 status = ckpt.restore(save_path=save_path) 265 original_ckpt.restore(save_path=save_path).assert_consumed() 279 status = ckpt.restore(save_path=save_path, options=options) 283 # In graph mode, verify that the save and restore ops were set to run on 300 # existing in the checkpoint on restore. [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/gkebackup/v1/ |
H A D | restore.proto | 32 // Represents both a request to Restore some portion of a Backup into 33 // a target GKE cluster and a record of the restore operation itself. 34 message Restore { message 36 type: "gkebackup.googleapis.com/Restore" 37 … pattern: "projects/{project}/locations/{location}/restorePlans/{restore_plan}/restores/{restore}" 40 // Possible values for state of the Restore. 42 // The Restore resource is in the process of being created. 45 // The Restore resource has been created and the associated RestoreJob 49 // The gkebackup agent in the cluster has begun executing the restore 53 // The restore operation has completed successfully. Restored workloads may [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | RecordOptsTest.cpp | 55 recorder.restore(); in DEF_TEST() 69 // A simple pointless pair of save/restore. in DEF_TEST() 71 recorder.restore(); in DEF_TEST() 77 recorder.restore(); in DEF_TEST() 78 recorder.restore(); in DEF_TEST() 93 recorder.restore(); in DEF_TEST() 94 recorder.restore(); in DEF_TEST() 101 assert_type<SkRecords::Restore> (r, record, 2); in DEF_TEST() 102 assert_type<SkRecords::Restore> (r, record, 3); in DEF_TEST() 106 assert_type<SkRecords::Restore> (r, record, 1); in DEF_TEST() [all …]
|
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
H A D | BackupManagerMonitorDumpsysUtils.java | 73 * Parses the BackupManagerMonitor bundle for a RESTORE event in a series of strings that 76 * If the eventBundle passed is not a RESTORE event, return early 108 //We only log Restore events in parseBackupManagerMonitorRestoreEventForDumpsys() 120 // We are parsing the first restore event. in parseBackupManagerMonitorRestoreEventForDumpsys() 172 * - the count of items that failed to restore 200 * When an event with ID LOG_EVENT_ID_RESTORE_VERSION_HIGHER (trying to restore from higher to 203 * EXTRA_LOG_RESTORE_ANYWAY [bool]: if the package allows restore any version 303 "No restore metadata available"; in getId() 311 "Restore version higher"; in getId() 316 "Key-value restore timeout"; in getId() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/io/include/boost/io/ |
D | ios_state.hpp | 37 this->restore(); in ~ios_flags_saver() 40 void restore() { in restore() function in boost::io::ios_flags_saver 66 this->restore(); in ~ios_precision_saver() 69 void restore() { in restore() function in boost::io::ios_precision_saver 95 this->restore(); in ~ios_width_saver() 98 void restore() { in restore() function in boost::io::ios_width_saver 127 this->restore(); in ~basic_ios_iostate_saver() 130 void restore() { in restore() function in boost::io::basic_ios_iostate_saver 159 this->restore(); in ~basic_ios_exception_saver() 162 void restore() { in restore() function in boost::io::basic_ios_exception_saver [all …]
|
/aosp_15_r20/external/iptables/iptables/ |
H A D | Makefile.am | 17 iptables-restore.c iptables-save.c 57 xtables-save.c xtables-restore.c 64 man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ 65 iptables-xml.1 ip6tables.8 ip6tables-restore.8 \ 74 iptables-restore-translate.8 ip6tables-restore-translate.8 \ 78 arptables-nft.8 arptables-nft-restore.8 arptables-nft-save.8 \ 85 v4_sbin_links = iptables-legacy iptables-legacy-restore iptables-legacy-save \ 86 iptables iptables-restore iptables-save 89 v6_sbin_links = ip6tables-legacy ip6tables-legacy-restore ip6tables-legacy-save \ 90 ip6tables ip6tables-restore ip6tables-save [all …]
|