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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/text/
Annotation.java 23 * TextView save/restore cycles and can be used to keep application-specific
  /frameworks/base/graphics/java/android/graphics/
Camera.java 27 public native void restore(); method in class:Camera
  /packages/apps/Email/src/com/android/email/service/
BootReceiver.java 29 // Restore accounts, if it has not happened already
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.h 57 // that the graphics state that is pushed and popped by save() and restore()
85 void restore();
88 // |rect|. This layer is implicitly restored when the next restore is
90 // NOTE: |imageBuffer| may be deleted before the |restore| is invoked.
184 // States stack. Enables local drawing state change with save()/restore()
  /packages/apps/Email/src/com/android/email/
AccountBackupRestore.java 32 * Utility functions to support backup and restore of accounts.
57 * Restore accounts if needed. This is blocking, and should only be called in specific
143 * Restore all accounts. This is blocking.
166 // 3. Possible lost accounts situation - check for any backups, and restore them
172 // Restore the account
  /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 == true)
    [all...]
  /external/openssl/crypto/0.9.9-dev/bn/
armv4-mont.pl 106 ldr $tp,[$_bp] @ restore bp
108 ldr $n0,[$_n0] @ restore n0
151 ldr $tp,[$_bp] @ restore bp
152 ldr $tj,[$_bpend] @ restore &bp[num]
154 ldr $n0,[$_n0] @ restore n0
190 ldmia sp!,{r4-r12,lr} @ restore registers
  /external/webkit/WebCore/inspector/front-end/
SummaryBar.js 132 ctx.restore();
214 ctx.restore();
224 ctx.restore();
292 ctx.restore();
307 ctx.restore();
326 ctx.restore();
TopDownProfileDataGridTree.js 106 restore: function()
113 WebInspector.ProfileDataGridTree.prototype.restore.call(this);
  /dalvik/vm/mterp/x86/
OP_NEW_INSTANCE.S 55 UNSPILL_TMP(%ecx) # restore object
58 UNSPILL(rPC) # failed, restore PC
OP_MUL_LONG.S 38 UNSPILL(rPC) # restore rPC/%edx
OP_MUL_LONG_2ADDR.S 35 UNSPILL(rPC) # restore rPC/%edx
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_xbiosinterrupt.S 84 /* Restore mouse vector */
91 /* Restore joystick vector */
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm.c 257 if (pGammaTable) /* if we have a table to restore */
259 gameRecRestore.csGTable = pGammaTable; /* setup restore record */
261 err = Control((**hGD).gdRefNum, cscSetGamma, (Ptr) &csPtr); /* restore gamma */
282 RestoreDeviceGamma (pSysGammaIn->devGamma [i]->hGD, (Ptr) pSysGammaIn->devGamma [i]->pDeviceGamma); /* restore gamma */
354 gameRecRestore.csGTable = (Ptr) pTableGammaNew; /* setup restore record */
356 err = Control((**hGD).gdRefNum, cscSetGamma, (Ptr) &csPtr); /* restore gamma (note, display drivers may delay returning from this until VBL) */
375 gameRecRestore.csGTable = (Ptr) NULL; /* setup restore record */
377 err = Control((**hGD).gdRefNum, cscSetGamma, (Ptr) &csPtr); /* restore gamma */
  /external/quake/quake/src/QW/client/
d_scana.s 82 popl %ebx // restore register variables
85 popl %ebp // restore caller's stack frame pointer
  /external/quake/quake/src/WinQuake/
d_scana.s 82 popl %ebx // restore register variables
85 popl %ebp // restore caller's stack frame pointer
  /external/skia/src/effects/
SkEmbossMaskFilter.cpp 103 // now restore the length of the XY component
112 // restore original alpha
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 67 void restore();
82 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/WebCore/platform/win/
WebCoreTextRenderer.cpp 85 context.restore();
98 context.restore();
  /frameworks/base/core/jni/android/graphics/
Camera.cpp 24 v->restore();
77 { "restore", "()V", (void*)Camera_restore },
  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 64 // On restore, we also support a previous data schema "system_files"
80 Slog.d(TAG, "restore failed", ex);
  /bionic/libc/arch-sh/bionic/
_exit_with_stack_teardown.S 42 mov r8, r4 /* restore retCode */
  /bootable/bootloader/legacy/nandwrite/
init.S 70 /* restore registers for main() */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_package.html 22 <li> {@link com.android.samples.app.SaveRestoreState Save &amp; Restore State}

Completed in 1381 milliseconds

1 2 3 45 6 7 8 91011>>