HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 151 - 175 of 3642) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
VersionedPrefs.java 178 * Gets the value to restore for a given key-value pair. By default, returns the passed in
181 * @param key The key to restore
183 * @return The value to restore
231 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
234 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
237 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
240 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
243 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BackupAgent.java 30 * Backup/restore agent for LatinIME.
45 // Let the restore operation go through
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhoneAccountRegistrationReceiver.java 30 * log to un-hide any entries which were previously hidden after a backup-restore until it's
33 * IOW, after a restore, we hide call log entries until the user inserts the corresponding SIM,
  /external/marisa-trie/v0_1_5/tests/
trie-test.cc 93 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf));
204 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf));
212 key_length = trie.restore(key_ids[0], NULL, 0);
215 EXCEPT(trie.restore(key_ids[0], NULL, 5), MARISA_ALPHA_PARAM_ERROR);
217 key_length = trie.restore(key_ids[0], key_buf, 5);
221 key_length = trie.restore(key_ids[0], key_buf, 6);
233 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf));
241 key_length = trie.restore(key_ids[0], NULL, 0);
244 EXCEPT(trie.restore(key_ids[0], NULL, 5), MARISA_ALPHA_PARAM_ERROR);
246 key_length = trie.restore(key_ids[0], key_buf, 5)
    [all...]
  /external/skia/gm/
perlinnoise.cpp 33 canvas->restore();
136 canvas->restore();
142 canvas->restore();
148 canvas->restore();
164 canvas->restore();
169 canvas->restore();
recordopts.cpp 67 canvas->restore();
94 canvas->restore();
123 canvas->restore();
124 canvas->restore();
125 canvas->restore();
168 canvas->restore();
211 canvas->restore();
roundrects.cpp 176 canvas->restore();
200 canvas->restore();
220 canvas->restore();
238 canvas->restore();
257 canvas->restore();
287 canvas->restore();
322 canvas->restore();
dropshadowimagefilter.cpp 23 canvas->restore();
34 canvas->restore();
48 canvas->restore();
67 canvas->restore();
157 canvas->restore();
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java 35 * from the Backup/Restore sample application.
42 * object. This ensures that in the unlikely event of the our backup/restore
199 * Click handler, designated in the layout, that runs a restore of the app's
203 Log.v(TAG, "Requesting restore of our most recent data");
207 /** Done with the restore! Now draw the new state of our data */
208 Log.v(TAG, "Restore finished, error = " + error);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
inv_self_test-shared 
  /packages/apps/Email/tests/src/com/android/email/provider/
AccountBackupRestoreTests.java 31 * This is a series of unit tests for backup/restore of the Account class.
113 // Because we restore accounts at the db open time, we first need to close the db
126 // Restore the account
128 restored.restore(c);
140 // Restore the account
142 restored.restore(c);
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 11 <li>If the user upgrades to a new Android-powered device, your app can restore the user's
26 <li><a href="#PerformingRestore">Performing restore</a></li>
35 <li><a href="#RestoreVersion">Checking the Restore Data Version</a></li>
37 <li><a href="#RequestingRestore">Requesting Restore</a></li>
57 application data to remote "cloud" storage, in order to provide a restore point for the
67 restore operation, the Backup Manager retrieves the backup data from the backup transport and
68 returns it to your application so your application can restore the data to the device. It's
69 possible for your application to request a restore, but that shouldn't be necessary&mdash;Android
70 automatically performs a restore operation when your application is installed and there exists
110 to restore your backup data when the application is re-installed. The Backup Manager handles al
    [all...]
  /external/marisa-trie/tests/
trie-test.cc 92 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf));
202 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf));
210 key_length = trie.restore(key_ids[0], NULL, 0);
213 EXCEPT(trie.restore(key_ids[0], NULL, 5), MARISA_PARAM_ERROR);
215 key_length = trie.restore(key_ids[0], key_buf, 5);
219 key_length = trie.restore(key_ids[0], key_buf, 6);
231 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf));
239 key_length = trie.restore(key_ids[0], NULL, 0);
242 EXCEPT(trie.restore(key_ids[0], NULL, 5), MARISA_PARAM_ERROR);
244 key_length = trie.restore(key_ids[0], key_buf, 5)
    [all...]
  /external/jpeg/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
61 open_err: pop ds ; restore registers and exit
93 close_err: pop ds ; restore registers and exit
127 seek_err: pop ds ; restore registers and exit
165 read_err: pop ds ; restore registers and exit
203 write_err: pop ds ; restore registers and exit
244 pop ds ; restore registers and exit
285 pop ds ; restore registers and exit
323 avail_done: pop ds ; restore registers and exit
366 pop ds ; restore registers and exi
    [all...]
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 167 goto restore;
178 goto restore;
185 restore:
267 goto restore;
277 goto restore;
290 goto restore;
297 restore:
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 42 // If 'true', then apply an acceptable-size heuristic at restore time, dropping back
47 // When outsized restore rejection is enabled, this is the maximum ratio between the
54 // in current policy we accept any such restore regardless of the relative dimensions.
71 // will be saved to this file from the restore stream, then renamed to the proper
127 * Restore one absolute file entity from the restore stream. If we're restoring the
135 // restore the file to the stage for inspection
BackupManager.java 30 * request backup and restore operations.
39 * A backup or restore operation for your application begins when the system launches the
44 * Several attributes affecting the operation of the backup and restore mechanism
124 * Restore the calling application from backup. The data will be restored from the
136 * @param observer The {@link RestoreObserver} to receive callbacks during the restore
191 * or restore operations will take place. Data-changed notifications will
233 * Enable/disable data restore at application install time. When enabled, app
235 * the archival restore dataset (if any). When disabled, no such attempt will
351 * @return The dataset token from which a restore should be attempted, or zero if
BackupHelper.java 23 * when dispatching backup and restore operations to the installed helpers.
73 * to restore a single entity from the restore data set. This method will be
86 * after a restore operation to write the backup state file corresponding to
94 * the restore operation.
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 44 // break the ability to restore from datasets that predate the change.
108 // steps during restore; the restore will happen properly when the individual
119 // On restore, we also support a previous data schema "system_files"
139 Slog.e(TAG, "Couldn't restore settings\n" + re);
145 Slog.d(TAG, "restore failed", ex);
186 Slog.e(TAG, "Couldn't restore settings\n" + re);
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 41 * Confirm with the user that a requested full backup/restore operation is legitimate.
42 * Any attempt to perform a full backup/restore will launch this UI and wait for a
148 Slog.w(TAG, "Backup/restore confirmation activity launched with invalid action!");
155 Slog.e(TAG, "Backup/restore confirmation requested but no token passed!");
175 // Same resource IDs for each layout variant (backup / restore)
244 // Preserve the restore observer callback binder across activity relaunch
295 * The observer binder for showing backup/restore progress. This binder just bounces
  /external/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 37 # restore all registers
70 # restore all registers
75 # restore rdi later
78 # restore rsp later
106 ; restore integral registerrs
140 ; restore float registers
174 ; restore vector registers if any are in use
271 ; skip restore of x0,x1 for now
286 ldr lr, [x0, #0x100] ; restore pc into lr
288 mov sp,x1 ; restore s
    [all...]
  /external/selinux/policycoreutils/scripts/
fixfiles 4 # Script to restore labels on a SELinux box
213 # restore
216 restore () { function
283 restore Relabel
288 restore Relabel
305 restore Relabel
314 restore) restore Relabel;;
315 check) VERBOSE="-v"; restore Check -n;;
316 verify) restore Verify -n -o -;
    [all...]
  /bionic/libc/arch-arm/bionic/
setjmp.S 125 // Do we need to restore the signal mask?
130 // Restore the signal mask.
148 // Restore floating-point registers.
152 // Restore floating-point state.
156 // Restore core registers.
  /bionic/libc/arch-arm64/bionic/
setjmp.S 104 // Do we need to restore the signal mask?
108 // Restore signal mask.
116 mov x1, x19 // Restore 'value'.
120 // Restore core registers.
130 // Restore floating point registers.
  /external/skia/samplecode/
SamplePolyToPoly.cpp 118 canvas->restore();
134 canvas->restore();
142 canvas->restore();
150 canvas->restore();
158 canvas->restore();

Completed in 714 milliseconds

1 2 3 4 5 67 8 91011>>