HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 101 - 125 of 2497) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Target/Sparc/
README.txt 35 restore %g0, %g0, %g0
55 * Implement frame pointer elimination, e.g. eliminate save/restore for
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 64 * Restore one absolute file entity from the restore stream
BackupHelper.java 23 * when dispatching backup and restore operations to the installed helpers.
74 * to restore a single entity from the restore data set. This method will be
87 * after a restore operation to write the backup state file corresponding to
95 * the restore operation.
BackupManager.java 29 * request backup and restore operations.
38 * A backup or restore operation for your application begins when the system launches the
43 * Several attributes affecting the operation of the backup and restore mechanism
123 * Restore the calling application from backup. The data will be restored from the
135 * @param observer The {@link RestoreObserver} to receive callbacks during the restore
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 102 * is to provide a guarantee that no stale data exists in the restore set when the
134 * @return Descriptions of the set of restore images available for this device,
141 * this device. This is used in the case of applications wishing to restore
156 * @param packages List of applications to restore (if data is available).
160 * (an error occurred, the restore should be aborted and rescheduled).
168 * or null if an error occurred (the restore should be aborted and rescheduled).
180 * End a restore session (aborting any in-process data transfer as necessary),
181 * freeing any resources and connections used during the restore process.
LocalTransport.java 56 // The single hardcoded restore set always has the same (nonzero!) token
99 // Each 'record' in the restore set is kept in its own file, named by
181 // Restore handling
183 // one hardcoded restore set
190 // The hardcoded restore set always has the same token
195 if (DEBUG) Log.v(TAG, "start restore " + token);
211 if (DEBUG) Log.v(TAG, " no more packages to restore");
220 // The restore set is the concatenation of the individual record blobs,
  /frameworks/compile/libbcc/runtime/lib/arm/
save_vfp_d8_d15_regs.S 1 //===-- save_restore_regs.S - Implement save/restore* ---------------------===//
19 // must also add a call to __restore_vfp_d8_d15_regs to restore those registers.
  /external/openssl/crypto/bn/asm/
armv4-mont.s 55 ldr r4,[r0,#13*4] @ restore bp
57 ldr r8,[r0,#14*4] @ restore n0
100 ldr r4,[r0,#13*4] @ restore bp
101 ldr r7,[r0,#15*4] @ restore &bp[num]
103 ldr r8,[r0,#14*4] @ restore n0
139 ldmia sp!,{r4-r12,lr} @ restore registers
  /external/skia/samplecode/
SampleLayers.cpp 85 canvas->restore();
128 virtual void restore(SkCanvas*, SkPaint* p, SkDrawFilter::Type) { function in class:RedFilter
167 canvas->restore();
183 canvas->restore();
210 canvas->restore();
245 canvas->restore();
SamplePicture.cpp 48 that returns empty, and jump down to the corresponding restore() call.
75 canvas->restore();
164 canvas->restore();
197 canvas->restore();
204 canvas->restore();
211 canvas->restore();
SamplePolyToPoly.cpp 110 canvas->restore();
126 canvas->restore();
134 canvas->restore();
142 canvas->restore();
150 canvas->restore();
  /frameworks/base/cmds/rawbu/
backup.cpp 54 /* Directory paths that we will not backup/restore */
109 // directory itself, since the restore file won't
433 fprintf(stderr, "bad token %d in restore file\n", *type);
439 fprintf(stderr, "bad path length %d in restore file\n", pathLen);
444 fprintf(stderr, "truncated path in restore file\n");
453 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
458 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
463 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
468 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
474 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath)
639 int restore = 0; local
    [all...]
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 24 * backup & restore mechanism. End user code will not typically implement
57 * Restore an entire data snapshot to the application.
69 * the restore has been completed.
73 * finished restoring the application based on the restore data
93 * finished restoring the application based on the restore data
102 * Restore a single "file" to the application. The file was typically obtained from
  /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);
  /packages/apps/Email/tests/src/com/android/email/provider/
AccountBackupRestoreTests.java 30 * This is a series of unit tests for backup/restore of the Account class.
117 // Because we restore accounts at the db open time, we first need to close the db
130 // Restore the account
132 restored.restore(c);
144 // Restore the account
146 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/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...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 175 // Timeout intervals for agent backup & restore operations
181 // User confirmation timeout for a full backup/restore operation. It's this long in
238 // A similar synchronization mechanism around clearing apps' data for restore
267 public int pmToken; // in post-install restore, the PM's token for this transaction
422 // ----- Asynchronous backup/restore handler thread -----
513 // similar to normal backup/restore.
538 // TODO: refactor full restore to be a looper-based state machine
539 // similar to normal backup/restore.
590 Slog.e(TAG, "Restore observer threw", e);
613 // Client app left the restore session dangling. We know that i
    [all...]
  /external/chromium/chrome/browser/sessions/
session_types.h 25 // TabNavigation corresponds to the parts of NavigationEntry needed to restore
26 // the NavigationEntry during session restore and tab restore.
115 // restore, others can likely ignore this and use the order of the
159 // Index of the selected tab in tabs; -1 if no tab is selected. After restore
176 // restore does not attempt to restore them.
session_restore.cc 50 // TabLoader is responsible for loading tabs after session restore creates
139 // The time the restore process started.
424 Browser* Restore() {
449 // Restore window(s) from a foreign session.
462 // Restore and show the browser.
476 // Restore a single tab from a foreign session.
477 // Note: we currently restore the tab to the last active browser.
567 // Restore was unsuccessful.
613 // that was opened when the user clicked to restore the session.
739 // The first browser to restore to, may be null
    [all...]
  /external/icu4c/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/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 39 * Confirm with the user that a requested full backup/restore operation is legitimate.
40 * Any attempt to perform a full backup/restore will launch this UI and wait for a
146 Slog.w(TAG, "Backup/restore confirmation activity launched with invalid action!");
153 Slog.e(TAG, "Backup/restore confirmation requested but no token passed!");
173 // Same resource IDs for each layout variant (backup / restore)
233 // Preserve the restore observer callback binder across activity relaunch
281 * The observer binder for showing backup/restore progress. This binder just bounces
  /bionic/libc/arch-arm/bionic/
_setjmp.S 85 /* Restore floating-point registers */
88 /* Restore floating-point state */
93 /* Restore core registers */
setjmp.S 108 /* Restore floating-point registers */
111 /* Restore floating-point state */
116 /* Restore core registers */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentHideShow.java 79 // Retrieve the text editor, and restore the last saved state if needed.
91 // Remember the current text, to restore if we later restart.
105 // Retrieve the text editor and tell it to save and restore its state.

Completed in 1849 milliseconds

1 2 3 45 6 7 8 91011>>