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

1 2 34 5 6 7 8 91011>>

  /bionic/libc/arch-arm/bionic/
setjmp.S 106 /* Restore fp registers */
108 /* Restore FPSR */
112 /* Restore integer registers */
memcmp16.S 95 /* restore registers and return */
167 /* restore registers and return */
179 /* restore registers and return */
191 9: /* restore registers and return */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MyPreference.java 86 // Restore state
124 // Restore the instance state
143 // Restore the click counter
SaveRestoreState.java 49 * App/Activity/Save & Restore State
54 <td class="DescrColumn">The Save/Restore Screen implementation</td>
68 * will save/restore.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ScaleToFit.java 90 canvas.restore();
108 canvas.restore();
118 canvas.restore();
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 39 * restore of the datafile that we've configured it with, but it does
56 * does nearly all of the work for our use case: backup and restore of a
86 * Adding locking around the file rewrite that happens during restore is
MultiRecordExampleAgent.java 154 * On restore, we pull the various bits of data out of the restore stream,
156 * restore data set will always be the full set of records supplied by the
163 // Consume the restore data set, remembering each bit of application state
188 // the restore process is intended to *replace* any existing or default data, so
198 // Finally, write the state file that describes our data as of this restore pass.
  /frameworks/base/tests/backup/
test_restore.sh 68 # pick the most recent set and restore from it
71 # run the restore
73 a shell bmgr restore "$restore_set"
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 113 // Timeout intervals for agent backup & restore operations
170 // A similar synchronization mechanism around clearing apps' data for restore
199 public int pmToken; // in post-install restore, the PM's token for this transaction
261 // ----- Asynchronous backup/restore handler thread -----
371 Slog.e(TAG, "Restore observer threw", e);
410 // spin up the backup/restore handler thread
    [all...]
PackageManagerBackupAgent.java 46 * We back up the signatures of each package so that during a system restore,
63 // version & signature info of each app in a restore set
113 // that had actually contributed a restore dataset, but it's a
250 // "Restore" here is a misnomer. What we're really doing is reading back the
251 // set of app signatures associated with each backed-up app in this restore
252 // image. We'll use those later to determine what we can legitimately restore.
276 // returning before setting the sig map means we rejected the restore set
277 Slog.w(TAG, "Restore set was from a later version of Android; not restoring");
284 Slog.i(TAG, "Restore set version " + storedSystemVersion
344 Slog.e(TAG, "Suspiciously large sig count in restore data; aborting")
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
AbstractBufferTest.java 82 // restore state
111 // restore state
131 // restore state
212 // restore state
241 // restore state
315 // restore state
362 // restore state
388 // restore state
  /external/skia/include/core/
SkDrawLooper.h 48 the looper to restore the canvas/paint to their original states.
54 virtual void restore() {} function in class:SkDrawLooper
  /external/webkit/WebCore/bindings/v8/
ScriptCachedFrameData.h 47 void restore(Frame*) { } function in class:WebCore::ScriptCachedFrameData
75 void restore(Frame*);
  /external/webkit/WebCore/history/
CachedPage.cpp 68 void CachedPage::restore(Page* page) function in class:WebCore::CachedPage
76 // Restore the focus appearance for the focused element.
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 56 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
71 void restore();
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 164 movl -16(%ebp), %edi # restore %edi
165 movl -12(%ebp), %esi # restore %esi
166 movl -8(%ebp), %ebx # restore %ebx
167 movl -4(%ebp), %ebp # restore caller base pointer
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_it.S 102 /* Restore FPU if needed */
134 /* Restore registers space */
176 /* Restore FPU if needed */
252 /* Restore FPU if needed */
  /external/skia/include/effects/
SkBlurDrawLooper.h 38 virtual void restore();
SkLayerDrawLooper.h 28 virtual void restore();
  /external/skia/src/core/
SkMMapStream.cpp 26 (void)lseek(fildes, 0, SEEK_SET); // restore file offset to beginning
  /external/webkit/WebCore/manual-tests/
textarea-reset-default-value.html 7 we restore form state (e.g. by hitting back after submitting a form). -->
  /external/webkit/WebCore/page/mac/
ChromeMac.mm 44 // first responder. This confuses AppKit so we must restore
  /external/webkit/WebCore/platform/mac/
LocalCurrentGraphicsContext.mm 45 m_savedGraphicsContext->restore();
  /external/webkit/WebCore/rendering/
RenderPart.cpp 52 // make sure the scrollbars are set correctly for restore
  /frameworks/base/core/java/android/os/storage/
MountServiceListener.java 20 * Callback class for receiving progress reports during a restore operation. These

Completed in 1227 milliseconds

1 2 34 5 6 7 8 91011>>