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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/manual-tests/
textarea-reset-default-value.html 7 we restore form state (e.g. by hitting back after submitting a form). -->
  /external/webkit/Source/WebCore/page/mac/
ChromeMac.mm 44 // first responder. This confuses AppKit so we must restore
  /external/webkit/Source/WebCore/platform/mac/
LocalCurrentGraphicsContext.mm 45 m_savedGraphicsContext->restore();
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 44 // will be saved to this file from the restore stream, then renamed to the proper
96 * Restore one absolute file entity from the restore stream. If we're restoring the
104 // restore the file to the stage for inspection
BackupAgent.java 44 * to participate in the backup and restore mechanism will declare a subclass of
67 * Restore operations are typically performed only when applications are first
70 * begins an immediate restore pass to deliver the backup data as part of the installation
73 * When a backup or restore pass is run, the application's process is launched
77 * agent instance to run the actual backup or restore logic. At this point the
95 * backup and restore.
110 * During a full restore, indicates that the file system object being restored
116 * During a full restore, indicates that the file system object being restored
130 * to do one-time initialization before the actual backup or restore operation
140 * sort of shutdown process after backup or restore is completed
    [all...]
  /frameworks/base/core/java/android/os/storage/
MountServiceListener.java 20 * Callback class for receiving progress reports during a restore operation. These
  /frameworks/base/core/java/android/text/
Annotation.java 23 * TextView save/restore cycles and can be used to keep application-specific
  /frameworks/base/core/jni/android/graphics/
Utils.h 40 /** Restore the file descriptor's offset in our destructor
  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 80 // steps during restore; the restore will happen properly when the individual
91 // On restore, we also support a previous data schema "system_files"
106 Slog.d(TAG, "restore failed", ex);
  /frameworks/base/tests/HugeBackup/res/values/
strings.xml 27 <string name="restore_text">Restore last data</string>
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AlphaLayersActivity.java 93 canvas.restore();
103 canvas.restore();
113 canvas.restore();
125 canvas.restore();
SimplePatchActivity.java 53 canvas.restore();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
QuickResponse.java 58 * Creates an empty QuickResponse. Restore should be called after.
84 * @see com.android.emailcommon.provider.EmailContent#restore(android.database.Cursor)
87 public void restore(Cursor cursor) { method in class:QuickResponse
143 quickResponse.restore(c);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupActivity.java 32 SetupData.restore(savedInstanceState);
  /system/core/adb/
backup_service.c 62 operation = "restore";
71 D("can't create backup/restore socketpair\n");
72 fprintf(stderr, "unable to create backup/restore socketpair\n");
76 D("Backup/restore socket pair: (send=%d, receive=%d)\n", s[1], s[0]);
  /system/media/audio_effects/include/audio_effects/
effect_aec.h 38 //t_equalizer_settings groups all current aec settings for backup and restore.
effect_agc.h 42 //t_agc_settings groups all current agc settings for backup and restore.
effect_ns.h 45 // s_ns_settings groups all current ns settings for backup and restore.
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 274 // Creates a tabbed browser and popup and makes sure we restore both.
342 // we restore the tabbed browser url.
361 // Restore the session, which should bring back the first window with url1_.
362 // First restore the settings so we can connect to the browser.
364 // Restore the session with 1 tab.
401 // Make sure after a restore the number of processes matches that of the number
402 // of processes running before the restore. This creates a new tab so that
  /external/openssl/crypto/bn/asm/
x86_64-mont.pl 205 mov 8(%rsp,$num,8),%rsi # restore %rsp
268 mov %rbx,144($context) # restore context->Rbx
269 mov %rbp,160($context) # restore context->Rbp
270 mov %r12,216($context) # restore context->R12
271 mov %r13,224($context) # restore context->R13
272 mov %r14,232($context) # restore context->R14
273 mov %r15,240($context) # restore context->R15
278 mov %rax,152($context) # restore context->Rsp
279 mov %rsi,168($context) # restore context->Rsi
280 mov %rdi,176($context) # restore context->Rd
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 64 // that the graphics state that is pushed and popped by save() and restore()
91 void restore();
94 // |rect|. This layer is implicitly restored when the next restore is
96 // NOTE: |imageBuffer| may be deleted before the |restore| is invoked.
211 // States stack. Enables local drawing state change with save()/restore()
  /frameworks/compile/libbcc/runtime/lib/i386/
moddi3.S 96 addl %esi, %eax // Restore correct sign to result
100 popl %edi // Restore callee-save registers
136 addl %esi, %eax // Restore correct sign to result
140 popl %edi // Restore callee-save registers
158 addl %esi, %eax // Restore correct sign to result
  /external/libffi/src/ia64/
unix.S 373 .restore sp
381 .restore sp
389 .restore sp
397 .restore sp
405 .restore sp
423 .restore sp
451 .restore sp
479 .restore sp
507 .restore sp
  /external/skia/src/animator/
SkDisplayApply.cpp 54 SK_MEMBER(restore, Boolean),
67 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/
85 if (restore == false)
93 if (restore) {
107 if (restore) {
209 if (restore) {
230 if (restore)
231 SkDebugf("restore=\"true\" ");
332 } else if (initialized && restore == false)
359 if ((*parentList)[old] != this || restore) {
    [all...]
  /dalvik/vm/mterp/x86-atom/
entry.S 43 * Restore registers.
50 movl -16(%esp), %edi # restore %edi
51 movl -12(%esp), %esi # restore %esi
52 movl -8(%esp), %ebx # restore %ebx
53 movl -4(%esp), %ebp # restore caller base pointer
102 * Restore the stack pointer and PC from the save point established on entry and

Completed in 7486 milliseconds

1 2 3 4 5 6 78 91011>>