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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/rendering/
RenderThemeWince.cpp 390 paintInfo.context->restore();
507 i.context->restore();
527 i.context->restore();
571 paintInfo.context->restore();
596 paintInfo.context->restore();
620 paintInfo.context->restore();
636 paintInfo.context->restore();
652 paintInfo.context->restore();
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.cpp 138 tileImageContext->restore();
178 context->restore();
  /external/webkit/WebKit/android/plugins/
ANPCanvasInterface.cpp 44 canvas->skcanvas->restore();
176 ASSIGN(i, restore);
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 140 src->context()->restore();
192 src->context()->restore();
247 src->context()->restore();
280 src->context()->restore();
395 src->context()->restore();
479 src->context()->restore();
569 src->context()->restore();
618 src->context()->restore();
  /frameworks/base/docs/html/guide/samples/
index.jd 44 <dt><a href="{@docRoot}resources/samples/BackupRestore/index.html">Backup and Restore</a></dt>
46 implement support for the Android data backup and restore mechanism.</dd>
  /frameworks/base/docs/html/resources/samples/
index.jd 25 <dt><a href="BackupRestore/index.html">Backup and Restore</a></dt>
27 implement support for the Android data backup and restore mechanism.</dd>
  /packages/apps/Email/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 67 // Restore the original calendar sync states.
68 // Note we restore only for Exchange accounts.
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 94 // Restore a webview if we are meant to restore
  /external/webkit/JavaScriptCore/wrec/
WRECParser.cpp 133 state.restore();
146 state.restore();
467 state.restore();
480 state.restore();
493 state.restore();
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp 96 void GraphicsContext::restore() function in class:WebCore::GraphicsContext
102 LOG_ERROR("ERROR void GraphicsContext::restore() stack is empty");
411 restore();
424 restore();
442 restore();
  /frameworks/base/core/java/android/content/
ContentService.java 66 // process rather than the caller's process. We will restore this before returning.
129 // process rather than the caller's process. We will restore this before returning.
196 // process rather than the caller's process. We will restore this before returning.
217 // process rather than the caller's process. We will restore this before returning.
236 // process rather than the caller's process. We will restore this before returning.
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 181 this->restore();
190 void restore() { function in class:WebCore::GraphicsContextPlatformPrivate
388 // restore our native canvas
389 GC2Canvas(this)->restore();
390 // restore our private State
391 m_data->restore();
499 // culling, and not both wacking the canvas' save/restore stack.
503 canvas->restore();
818 Since it does not appear that webkit intends this to also save/restore
839 GC2Canvas(this)->restore();
    [all...]
  /external/skia/include/core/
SkCanvas.h 101 /** save the matrix state, restoring it on restore() */
103 /** save the clip state, restoring it on restore() */
122 When the balancing call to restore() is made, the previous matrix, clip,
130 the balancing call to restore() is made is that offscreen transfered to
135 offscreen when restore() is called
144 the balancing call to restore() is made is that offscreen transfered to
148 @param alpha This is applied to the offscreen when restore() is called.
158 It is an error to call restore() more times than save() was called.
160 virtual void restore();
163 This will equal # save() calls - # restore() calls
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 488 ; now we restore edx, ecx and esi, for the big loop
501 mov edx,window ; restore edx=window
509 ; now we restore ecx and esi, for the big loop :
527 ; restore stack and register ebx,esi,edi,ebp
568 popfd ; restore AC bit in EFLAGS first
580 popfd ; restore original EFLAGS
933 ;;; Restore the stack and return from whence we came.
  /packages/apps/Email/src/com/android/email/service/
MailService.java 156 // Restore accounts, if it has not happened already
167 // If we have the data, restore the last-sync-times for each account
281 // Restore prev-sync & next-sync times for any reports in the new list
302 // restore the reports if lost
516 // restore the reports if lost
549 // restore the reports if lost
554 Log.d(LOG_TAG, "no data in intent to restore");
  /dalvik/vm/mterp/x86-atom/
footer.S 53 movl -8(%esp), %edx # %edx<- restore %edx
54 movl -4(%esp), %ebx # %ebx<- restore %ebx
62 movl 4(%esp), %edx # %edx<- restore %edx
63 movl 8(%esp), %ebx # %ebx<- restore %ebx
108 movl rINST, %edx # %edx<- restore %edx
180 movl sReg1, %ebx # %ebx<- restore %ebx
261 movl sReg0, %ecx # %ecx<- restore methodToCall
483 movl -4(%esp), %eax # %eax<- restore %eax
514 movl %ecx, offThread_exception(%edx) # restore the exception
  /external/icu4c/common/
ucnv_u32.c 54 /* Restore state of current sequence */
56 i = args->converter->toULength; /* restore # of bytes consumed */
135 /* Restore state of current sequence */
137 i = args->converter->toULength; /* restore # of bytes consumed */
516 /* Restore state of current sequence */
519 i = args->converter->toULength; /* restore # of bytes consumed */
603 /* Restore state of current sequence */
606 i = args->converter->toULength; /* restore # of bytes consumed */
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 381 // While unlink will restore to the proper place, the real position
389 // unlink(), however, it will restore the cfb to the
392 // the only safe solution is to restore it back
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 35 * This is the backup/restore agent class for the BackupRestore sample
37 * restore APIs directly, without taking advantage of any helper classes.
193 * so the only time a restore will happen is when the application is
  /external/skia/src/core/
SkPaint.cpp 819 SkAutoRestorePaintTextSizeAndFrame restore(this);
824 // this gets restored by restore
904 SkAutoRestorePaintTextSizeAndFrame restore(this);
909 // this gets restored by restore
987 SkAutoRestorePaintTextSizeAndFrame restore(this);
992 // this gets restored by restore
1046 SkAutoRestorePaintTextSizeAndFrame restore(this);
1052 // this gets restored by restore
    [all...]
  /external/v8/src/arm/
debug-arm.cc 61 // Restore the JS frame exit code.
104 // Restore the register values containing object pointers from the expression
111 // Finally restore all registers.
  /external/v8/src/ia32/
debug-ia32.cc 55 // Restore the JS frame exit code.
100 // Restore the register values containing object pointers from the expression
113 // Finally restore all registers.
  /external/webkit/WebCore/inspector/front-end/
ProfileDataGridTree.js 235 // This allows us to restore them all to their original state when we revert.
249 // This allows us to restore them all to their original state when we revert.
355 restore: function()
  /external/webkit/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 160 // Restore the modern tags to the menu items whose tags we altered in fixMenusToSendToOldClients.
169 // Restore the specific tag for items on which we temporarily set WebMenuItemTagOther to match old behavior.
248 // Restore the new API tag for items on which we temporarily set the old SPI tag. The old SPI tag was
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 137 // Restore data from preference
144 * Restore data from preference
173 * Save application data to preference, need restore these data when service restart

Completed in 1911 milliseconds

1 2 3 4 5 6 7 8 91011>>