HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 51 - 75 of 2973) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/services/java/com/android/server/am/
BackupRecord.java 25 // backup/restore modes
28 public static final int RESTORE = 2;
34 final int backupMode; // full backup / incremental / restore
  /frameworks/compile/libbcc/runtime/lib/arm/
restore_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.
26 // Restore registers d8-d15 from stack
  /dalvik/vm/mterp/x86/
binopWide.S 15 UNSPILL(rIBASE) # restore rIBASE
  /external/iptables/extensions/
libxt_CONNSECMARK.man 15 \fB\-\-restore\fP
libxt_CONNMARK.c 65 " --restore-mark [--mask mask] Restore saved nfmark value\n");
74 {.name = "restore-mark", .id = O_RESTORE_MARK, .type = XTTYPE_NONE,
95 {.name = "restore-mark", .id = O_RESTORE_MARK, .type = XTTYPE_NONE,
114 " --restore-mark [--ctmask mask] [--nfmask mask]\n"
118 " --restore-mark [--mask mask] Restore saved nfmark value\n"
130 * Need these defaults for --save-mark/--restore-mark if no
239 printf(" CONNMARK restore ");
280 printf(" CONNMARK restore");
    [all...]
  /external/libvpx/nestegg/halloc/src/
macros.h 21 restore pointer to the structure by a pointer to its field
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 47 ; Restore all XMM arg registers.
53 ; Restore RSP.
56 ; Restore all int arg registers
63 ; Restore RBP.
  /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
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 45 // The restore will then extract to the given volume
53 * Full restore of one file to shared storage
59 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
72 Slog.w(TAG, "Cannot restore data for unavailable volume " + i);
  /packages/apps/Email/src/com/android/email/provider/
AccountBackupRestore.java 23 * Helper class to facilitate EmailProvider's account backup/restore facility.
25 * Account backup/restore was implemented entirely for the purpose of recovering from database
29 * decided to backup accounts when created/modified and then restore them if 1) there are no
33 * To accomplish backup/restore, we use the facility now built in to EmailProvider to store a
  /tools/motodev/src/help/studio_help/src/topics/
t_app-cert-props-changing.dita 7 keystores, import keys from one keystore to another, backup and restore keystores, and of course sign Android
t_keystore-backup-restore.dita 3 <task id="t_keystore-backup-restore" xml:lang="en-us">
7 a simple mechanism to back up and then restore one or more keystores to a zip archive file.</shortdesc>
29 <cmd>In the Signing and Keys view toolbar, click <image href="../images/KeystoresRestore.png"/> (Restore From
31 <stepresult>The Restore From Backup dialog is displayed.</stepresult>
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 21 // to restore. All info about the content displayed is managed by the fragment
24 // If there's no restore state, get the theme from the intent
  /external/chromium/chrome/browser/sessions/
session_restore_browsertest.cc 71 // Makes sure when session restore is triggered in the same process we don't end
83 // Turn on session restore.
96 // Create a new window, which should trigger session restore.
146 // If this tab held url2, then restore this single tab.
181 // Restore the tab.
184 // Make sure the restore was successful.
191 // Turn on session restore.
215 // Create a new window, which should trigger session restore.
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.h 19 // On startup if the user has not chosen to restore the last session the set of
32 // Reads and returns the set of pinned tabs to restore from preferences.
  /external/iptables/iptables/
iptables-apply 45 by iptables-restore) to iptables, then prompt the user whether the changes
105 RESTORE=ip6tables-restore
109 RESTORE=iptables-restore
113 COMMANDS=(tempfile "$SAVE" "$RESTORE")
140 if ! "$RESTORE" <"$FILE"; then
164 "$RESTORE" <"$TMPFILE";
  /external/qemu/target-i386/
TODO 4 - SVM: test, cpu save/restore, SMM save/restore.
  /external/valgrind/main/
bionic.supp 30 # a restore path in dvmPlatformInvoke: "ldmdb r4, {r4, r5, r6, r7, r8, r9, sp, pc}"
34 # which way SP moved, I guess). Worse, because these happen after the restore to SP,
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingRestore.java 26 /* A restore setting is simply showing the restore title. */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PolyToPoly.java 61 canvas.restore();
83 canvas.restore();
90 canvas.restore();
97 canvas.restore();
104 canvas.restore();
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rGB/
strings.xml 24 <string name="restore_confirm_text" msgid="7499866728030461776">"A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen?"\n\n"If you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!"</string>
25 <string name="allow_restore_button_label" msgid="3081286752277127827">"Restore my data"</string>
26 <string name="deny_restore_button_label" msgid="1724367334453104378">"Do not restore"</string>
32 <string name="restore_enc_password_text" msgid="6140898525580710823">"If the restore data is encrypted, please enter the password below:"</string>
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
QuickRejectActivity.java 61 canvas.restore();
63 Log.d("OpenGLRenderer", "count after restore=" + count);
77 canvas.restore();
79 Log.d("OpenGLRenderer", "count after restore=" + count);
86 canvas.restore();
  /external/skia/gm/
cubicpaths.cpp 39 canvas->restore();
145 canvas->restore();
147 canvas->restore();
149 canvas->restore();
150 canvas->restore();
182 canvas->restore();
289 canvas->restore();
291 canvas->restore();
293 canvas->restore();
294 canvas->restore();
    [all...]
linepaths.cpp 39 canvas->restore();
143 canvas->restore();
145 canvas->restore();
147 canvas->restore();
148 canvas->restore();
180 canvas->restore();
285 canvas->restore();
287 canvas->restore();
289 canvas->restore();
290 canvas->restore();
    [all...]
quadpaths.cpp 39 canvas->restore();
144 canvas->restore();
146 canvas->restore();
148 canvas->restore();
149 canvas->restore();
181 canvas->restore();
287 canvas->restore();
289 canvas->restore();
291 canvas->restore();
292 canvas->restore();
    [all...]

Completed in 598 milliseconds

1 23 4 5 6 7 8 91011>>