| /external/rust/crates/rusqlite/src/ |
| D | backup.rs | 1 //! Online SQLite backup API. 3 //! To create a [`Backup`], you must have two distinct [`Connection`]s - one 4 //! for the source (which can be used while the backup is running) and one for 5 //! the destination (which cannot). A [`Backup`] handle exposes three methods: 6 //! [`step`](Backup::step) will attempt to back up a specified number of pages, 7 //! [`progress`](Backup::progress) gets the current progress of the backup as of 8 //! the last call to [`step`](Backup::step), and 9 //! [`run_to_completion`](Backup::run_to_completion) will attempt to back up the 13 //! The following example is equivalent to "Example 2: Online Backup of a 14 //! Running Database" from [SQLite's Online Backup API [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | file_v1beta1.projects.locations.backups.html | 82 <p class="firstline">Creates a backup.</p> 85 <p class="firstline">Deletes a backup.</p> 88 <p class="firstline">Gets the details of a specific backup.</p> 97 <p class="firstline">Updates the settings of a specific backup.</p> 106 <pre>Creates a backup. 109 … Required. The backup's project and location, in the format `projects/{project_id}/locations/… 113 { # A Cloud Filestore backup. 114 …"A String", # Output only. Capacity of the source file share when the backup was created. 115 "createTime": "A String", # Output only. The time when the backup was created. 116 …"description": "A String", # A description of the backup with 2048 characters … [all …]
|
| D | spanner_v1.projects.instances.backups.html | 87 …Backup. The returned backup long-running operation will have a name of the format `projects//insta… 90 <p class="firstline">Deletes a pending or completed Backup.</p> 93 <p class="firstline">Gets metadata on a pending or completed Backup.</p> 96 …the access control policy for a database or backup resource. Returns an empty policy if a database… 105 <p class="firstline">Updates a pending or completed Backup.</p> 108 <p class="firstline">Sets the access control policy on a database or backup resource. Replaces any … 111 …backup resource. Attempting this RPC on a non-existent Cloud Spanner database will result in a NOT… 120 …Backup. The returned backup long-running operation will have a name of the format `projects//insta… 123 … in which the backup will be created. This must be the same instance that contains the database th… 127 { # A backup of a Cloud Spanner database. [all …]
|
| D | file_v1.projects.locations.backups.html | 82 <p class="firstline">Creates a backup.</p> 85 <p class="firstline">Deletes a backup.</p> 88 <p class="firstline">Gets the details of a specific backup.</p> 97 <p class="firstline">Updates the settings of a specific backup.</p> 106 <pre>Creates a backup. 109 …equired. The backup's project and location, in the format `projects/{project_number}/location… 113 { # A Cloud Filestore backup. 114 …"A String", # Output only. Capacity of the source file share when the backup was created. 115 "createTime": "A String", # Output only. The time when the backup was created. 116 …"description": "A String", # A description of the backup with 2048 characters … [all …]
|
| D | bigtableadmin_v2.projects.instances.clusters.backups.html | 82 …Backup. The returned backup long-running operation can be used to track creation of the backup. Th… 85 <p class="firstline">Deletes a pending or completed Cloud Bigtable backup.</p> 88 <p class="firstline">Gets metadata on a pending or completed Cloud Bigtable Backup.</p> 100 <p class="firstline">Updates a pending or completed Cloud Bigtable Backup.</p> 115 …Backup. The returned backup long-running operation can be used to track creation of the backup. Th… 118 … one of the clusters in the instance in which this table is located. The backup will be stored in … 122 { # A backup of a Cloud Bigtable table. 123 …rsion is specified along with its status. # Output only. The encryption information for the backup. 136 …uot;, # Output only. `end_time` is the time that the backup was finished. The row data in the back… 137 …backup, with microseconds granularity that must be at least 6 hours and at most 30 days from the t… [all …]
|
| D | sqladmin_v1beta4.backupRuns.html | 82 <p class="firstline">Deletes the backup taken by a backup run.</p> 85 <p class="firstline">Retrieves a resource containing information about a backup run.</p> 88 <p class="firstline">Creates a new backup run on demand.</p> 91 …e">Lists all backup runs associated with the project or a given instance and configuration in the … 103 <pre>Deletes the backup taken by a backup run. 108 …id: string, The ID of the backup run to delete. To find a backup run ID, use the [list](https://cl… 118 "backupContext": { # Backup context. # The context for backup operation, if applicable. 119 "backupId": "A String", # The identifier of the backup. 177 …nts. * **CSV**: The file contains CSV data. * **BAK**: The file contains backup data for a SQL Ser… 198 <pre>Retrieves a resource containing information about a backup run. [all …]
|
| D | sqladmin_v1.backupRuns.html | 82 <p class="firstline">Deletes the backup taken by a backup run.</p> 85 <p class="firstline">Retrieves a resource containing information about a backup run.</p> 88 <p class="firstline">Creates a new backup run on demand.</p> 91 …e">Lists all backup runs associated with the project or a given instance and configuration in the … 103 <pre>Deletes the backup taken by a backup run. 108 …id: string, The ID of the backup run to delete. To find a backup run ID, use the [list](https://cl… 118 "backupContext": { # Backup context. # The context for backup operation, if applicable. 119 "backupId": "A String", # The identifier of the backup. 198 <pre>Retrieves a resource containing information about a backup run. 203 id: string, The ID of this backup run. (required) [all …]
|
| /external/python/cpython3/Lib/sqlite3/test/ |
| D | backup.py | 22 self.cx.backup(None) 24 self.cx.backup() 28 self.cx.backup('some_file_name.db') 32 self.cx.backup(self.cx) 38 self.cx.backup(bck) 45 source.backup(bck) 52 self.cx.backup(bck) 59 self.cx.backup(bck, 1) 63 self.cx.backup(bck) 73 self.cx.backup(bck, pages=1, progress=progress) [all …]
|
| /external/oss-fuzz/projects/wolfssl/ |
| D | Dockerfile | 34 RUN gsutil cp gs://bearssl-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/bearssl_cryptof… 35 RUN gsutil cp gs://nettle-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/nettle_cryptofuz… 36 RUN gsutil cp gs://libecc-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/libecc_cryptofuz… 37 RUN gsutil cp gs://relic-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/relic_cryptofuzz-… 38 RUN gsutil cp gs://cryptofuzz-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/cryptofuzz_c… 39 RUN gsutil cp gs://wolfssl-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/wolfssl_cryptof… 40 RUN gsutil cp gs://wolfssl-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/wolfssl_cryptof… 41 RUN gsutil cp gs://wolfssl-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/wolfssl_cryptof… 42 RUN gsutil cp gs://wolfssl-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/wolfssl_cryptof… 45 RUN gsutil cp gs://botan-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/botan_ecc_p256/pu… [all …]
|
| /external/javasqlite/src/main/java/SQLite/ |
| D | Backup.java | 4 * Class wrapping an SQLite backup object. 7 public class Backup { class 16 * Finish a backup. 41 * Perform a backup step. 43 * @param n number of pages to backup 44 * @return true when backup completed 56 * Perform the backup in one step. 59 public void backup() throws SQLite.Exception { in backup() method in Backup 78 * Return the total number of pages in the backup source database.
|
| /external/libbackup/src/com/google/android/libraries/backup/shadow/ |
| D | BackupAgentHelperShadow.java | 1 package com.google.android.libraries.backup.shadow; 6 import android.app.backup.BackupAgent; 7 import android.app.backup.BackupAgentHelper; 8 import android.app.backup.BackupDataInput; 9 import android.app.backup.BackupDataOutput; 10 import android.app.backup.BackupHelper; 11 import android.app.backup.FileBackupHelper; 12 import android.app.backup.SharedPreferencesBackupHelper; 35 * with regards to backup/restore of {@link SharedPreferences}: 43 * xml file for given shared preferences would have been empty or missing upon backup. The latter [all …]
|
| D | BackupHelperSimulator.java | 1 package com.google.android.libraries.backup.shadow; 3 import android.app.backup.BackupHelper; 4 import android.app.backup.FileBackupHelper; 9 * Class which simulates backup & restore functionality of a {@link BackupHelper}. 20 /** Perform backup into an {@link Object}, which is then returned by the method. */ 21 public abstract Object backup(Context context); in backup() method in BackupHelperSimulator 25 * returned by {@link #backup}.
|
| D | UnsupportedBackupHelperSimulator.java | 1 package com.google.android.libraries.backup.shadow; 3 import android.app.backup.BackupHelper; 8 * No-op backup helper representing all an unsupported backup helpers. 22 public Object backup(Context context) { in backup() method in UnsupportedBackupHelperSimulator 37 "Attempt to restore from an unsupported backup helper: " + mHelper.getClass().getName()); in restore()
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | bigtableadmin.v1.json | 131 "Backup": { object 132 "description": "A backup of a Cloud Bigtable table.", 133 "id": "Backup", 137 "description": "Output only. The encryption information for the backup.", 141 …tion": "Output only. `end_time` is the time that the backup was finished. The row data in the back… 147 …backup, with microseconds granularity that must be at least 6 hours and at most 30 days from the t… 152 …backup which cannot be changed. Values are of the form `projects/{project}/instances/{instance}/cl… 156 "description": "Output only. Size of the backup in bytes.", 162 …table. Name of the table from which this backup was created. This needs to be in the same instance… 166 … the time that the backup was started (i.e. approximately the time the CreateBackup request is rec… [all …]
|
| /external/javassist/sample/duplicate/ |
| D | DuplicatedObject.java | 6 private DuplicatedObject backup; field in DuplicatedObject 15 backup = null; // self is a backup object. in DuplicatedObject() 21 backup = (DuplicatedObject)m._getMetaobject(); in DuplicatedObject() 24 backup = null; in DuplicatedObject() 33 if (backup != null) in trapMethodcall() 34 backup.trapMethodcall(identifier, args); in trapMethodcall()
|
| /external/e2fsprogs/debian/ |
| D | comerr-dev.postrm | 19 if [ "$1" = "purge" ] && [ -h "${SYMLINK}.dpkg-backup" ] 21 rm -f "${SYMLINK}.dpkg-backup" 24 [ -n "$2" ] && [ ! -e "$SYMLINK" ] && [ -h "${SYMLINK}.dpkg-backup" ] 26 if symlink_match "${SYMLINK}.dpkg-backup" "$SYMLINK_TARGET" || 27 symlink_match "${SYMLINK}.dpkg-backup" "$SYMLINK_TARGET2" 29 echo "Restoring backup of $SYMLINK ..." 30 mv "${SYMLINK}.dpkg-backup" "$SYMLINK"
|
| D | ss-dev.postrm | 18 if [ "$1" = "purge" ] && [ -h "${SYMLINK}.dpkg-backup" ] 20 rm -f "${SYMLINK}.dpkg-backup" 23 [ -n "$2" ] && [ ! -e "$SYMLINK" ] && [ -h "${SYMLINK}.dpkg-backup" ] && 24 symlink_match "${SYMLINK}.dpkg-backup" "$SYMLINK_TARGET" 26 echo "Restoring backup of $SYMLINK ..." 27 mv "${SYMLINK}.dpkg-backup" "$SYMLINK"
|
| /external/autotest/client/cros/ |
| D | p2p_utils.py | 19 P2P_SHARE_BACKUP_PATH = '/var/cache/p2p-backup' 23 """Backup the P2P shared files and create an empty shared directory. 25 p2p-server shall not be running during backup or restore. 36 raise error.TestError("Error on P2P files backup: %s" % (str(e))) 40 """Restore the P2P shared files from a backup and *delete* the backup. 42 p2p-server shall not be running during backup or restore. 93 # Backup p2p files. 133 logging.exception('Failed to restore the P2P backup.')
|
| /external/ltp/testcases/kernel/syscalls/setdomainname/ |
| D | setdomainname.h | 28 static char backup[_UTSNAME_DOMAIN_LENGTH]; variable 60 if ((GET_SYSCALL(backup, sizeof(backup))) < 0) in setup() 66 if ((SET_SYSCALL(backup, strlen(backup))) < 0) in cleanup() 67 tst_res(TWARN | TERRNO, "set" SYSCALL_NAME "() failed ('%s')", backup); in cleanup()
|
| /external/protobuf/src/google/protobuf/io/ |
| D | zero_copy_stream_impl_lite.cc | 79 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream 81 << "BackUp() can only be called after a successful Next()."; in BackUp() 126 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream 128 << "BackUp() can not exceed the size of the last Next() call."; in BackUp() 167 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream 221 // We have data left over from a previous BackUp(), so just return that. in Next() 246 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor 248 << " BackUp() can only be called after Next()."; in BackUp() 252 GOOGLE_CHECK_GE(count, 0) << " Parameter to BackUp() can't be negative."; in BackUp() 265 // First skip any bytes left over from a previous BackUp(). in Skip() [all …]
|
| /external/cronet/third_party/protobuf/src/google/protobuf/io/ |
| D | zero_copy_stream_impl_lite.cc | 79 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream 81 << "BackUp() can only be called after a successful Next()."; in BackUp() 126 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream 128 << "BackUp() can not exceed the size of the last Next() call."; in BackUp() 167 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream 221 // We have data left over from a previous BackUp(), so just return that. in Next() 246 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor 248 << " BackUp() can only be called after Next()."; in BackUp() 252 GOOGLE_CHECK_GE(count, 0) << " Parameter to BackUp() can't be negative."; in BackUp() 265 // First skip any bytes left over from a previous BackUp(). in Skip() [all …]
|
| /external/python/cpython3/Tools/freeze/ |
| D | bkfile.py | 7 backup = file + '~' 9 os.unlink(backup) 13 os.rename(file, backup) 21 if filecmp.cmp(backup, file, shallow=False): 24 os.rename(backup, file)
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowBackupManager.java | 5 import android.app.backup.BackupManager; 6 import android.app.backup.IBackupManagerMonitor; 7 import android.app.backup.IRestoreObserver; 8 import android.app.backup.IRestoreSession; 9 import android.app.backup.RestoreSession; 10 import android.app.backup.RestoreSet; 34 * A stub implementation of {@link BackupManager} that instead of connecting to a real backup 35 * transport and performing restores, stores which packages are restored from which backup set, and 97 android.Manifest.permission.BACKUP, message); in enforceBackupPermission()
|
| /external/e2fsprogs/tests/m_no_opt/ |
| D | expect.1 | 58 Backup superblock at 8193, Group descriptors at 8194-8194 65 Backup superblock at 16385, Group descriptors at 16386-16386 72 Backup superblock at 24577, Group descriptors at 24578-24578 79 Backup superblock at 32769, Group descriptors at 32770-32770 86 Backup superblock at 40961, Group descriptors at 40962-40962 93 Backup superblock at 49153, Group descriptors at 49154-49154 100 Backup superblock at 57345, Group descriptors at 57346-57346
|
| /external/python/cpython2/Lib/ |
| D | fileinput.py | 58 to a backup file and standard output is directed to the input file. 60 in place. If the keyword argument backup=".<some extension>" is also 61 given, it specifies the extension for the backup file, and the backup 85 def input(files=None, inplace=0, backup="", bufsize=0, argument 96 _state = FileInput(files, inplace, backup, bufsize, mode, openhook) 178 """FileInput([files[, inplace[, backup[, bufsize[, mode[, openhook]]]]]]) 190 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument 203 self._backup = backup 392 backup = 0 396 if o == '-b': backup = a [all …]
|