HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 26 - 50 of 1387) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/
hostregs_helper.h 2 * Save/restore host registrs.
24 save/restore these registers when called from regular code.
25 It is not sufficient to save/restore T0 et. al. as these may be declared
  /external/skia/src/effects/
SkBlurDrawLooper.cpp 67 fCanvas->restore(); // to remove the translate we did earlier
76 void SkBlurDrawLooper::restore() function in class:SkBlurDrawLooper
82 fCanvas->restore(); // to remove the translate we did earlier
SkLayerDrawLooper.cpp 42 fIter.fCanvas->restore();
52 void SkLayerDrawLooper::restore() { function in class:SkLayerDrawLooper
53 fIter.fCanvas->restore();
  /frameworks/base/services/java/com/android/server/am/
BackupRecord.java 25 // backup/restore modes
28 public static final int RESTORE = 2;
33 final int backupMode; // full backup / incremental / restore
  /external/iptables/extensions/
libip6t_CONNSECMARK.man 12 .B --restore
libipt_CONNSECMARK.man 12 .B --restore
  /frameworks/base/core/java/android/app/backup/
RestoreSet.java 23 * Descriptive information about a set of backed-up app data available for restore.
30 * Name of this restore set. May be user generated, may simply be the name
42 * Token that identifies this backup set unambiguously to the backup/restore
43 * transport. This is guaranteed to be valid for the duration of a restore
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 30 pop {r2-r3} @ restore operands in reverse order
31 pop {r0-r1} @ restore operands in reverse order
TEMPLATE_MEM_OP_DECODE.S 15 pop {r0-r12,lr} @ restore all registers
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PolyToPoly.java 62 canvas.restore();
85 canvas.restore();
92 canvas.restore();
99 canvas.restore();
106 canvas.restore();
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 22 <li><a href="#PerformingRestore">Performing restore</a></li>
31 <li><a href="#RestoreVersion">Checking the Restore Data Version</a></li>
33 <li><a href="#RequestingRestore">Requesting Restore</a></li>
48 application data to a remote "cloud" storage, in order to provide a restore point for the
59 the cloud storage using the backup transport. During a restore operation, the Backup Manager
61 so it can restore the data to the device. The backup service is <em>not</em> designed for data
62 synchronization (you do not have access the backup data, except during a restore operation on the
80 to restore your backup data when the application is re-installed. The Backup Manager handles all
99 onRestore()} to handle the backup and restore operations for your data.</p>
105 "helper" objects, which automatically backup and restore certain types of data, so that you do no
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
AccountBackupRestoreTests.java 29 * This is a series of unit tests for backup/restore of the Account class.
150 * Test no-restore with accounts found
166 // run the restore
177 * Test no-restore with no accounts & no backups
188 // run the restore
199 * Test restore with 2 accounts.
200 * Repeats test to verify restore of default account
213 // run the restore
232 fail("Unexpected restore account name=" + restored.getDisplayName());
250 // run the restore
    [all...]
  /bionic/libm/i387/
s_ceilf.S 26 fldcw -4(%ebp) /* restore original control word */
s_ceill.S 24 fldcw -4(%ebp) /* restore original control word */
s_floorf.S 26 fldcw -4(%ebp) /* restore original control word */
s_floorl.S 24 fldcw -4(%ebp) /* restore original control word */
s_trunc.S 23 fldcw -4(%ebp) /* restore original control word */
s_truncf.S 23 fldcw -4(%ebp) /* restore original control word */
s_truncl.S 23 fldcw -4(%ebp) /* restore original control word */
  /build/core/
process_wrapper_gdb.sh 10 # to be cleared, so restore it and PATH to be safe.
  /dalvik/vm/compiler/codegen/arm/armv5te/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
  /dalvik/vm/compiler/codegen/arm/armv7-a/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
  /dalvik/vm/mterp/x86-atom/
stub.S 24 LOAD_PC_FP_FROM_GLUE # restore program counter and frame pointer

Completed in 1397 milliseconds

12 3 4 5 6 7 8 91011>>