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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
AnalogClock.java 202 canvas.restore();
214 canvas.restore();
217 canvas.restore();
  /external/jpeg/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
61 open_err: pop ds ; restore registers and exit
93 close_err: pop ds ; restore registers and exit
127 seek_err: pop ds ; restore registers and exit
165 read_err: pop ds ; restore registers and exit
203 write_err: pop ds ; restore registers and exit
244 pop ds ; restore registers and exit
285 pop ds ; restore registers and exit
323 avail_done: pop ds ; restore registers and exit
366 pop ds ; restore registers and exi
    [all...]
  /external/webkit/JavaScriptCore/wrec/
WRECParser.cpp 133 state.restore();
146 state.restore();
467 state.restore();
480 state.restore();
493 state.restore();
WRECParser.h 99 void restore() function in class:JSC::WREC::Parser::SavedState
  /external/libvpx/vp8/common/ppc/
recon_altivec.asm 51 lwz r12, -8(r1) ;# restore old VRSAVE from stack
104 lwz r12, -8(r1) ;# restore old VRSAVE from stack
172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
  /external/skia/src/utils/
SkNWayCanvas.cpp 69 void SkNWayCanvas::restore() { function in class:SkNWayCanvas
72 iter->restore();
74 this->INHERITED::restore();
SkProxyCanvas.cpp 38 void SkProxyCanvas::restore() { function in class:SkProxyCanvas
39 fProxy->restore();
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 235 ctxt->restore();
319 ctxt->restore();
340 ctxt->restore();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Vertices.java 97 canvas.restore();
  /external/libffi/src/sparc/
v9.S 111 restore
124 restore
219 restore
225 restore
  /external/skia/include/utils/
SkNWayCanvas.h 22 virtual void restore();
  /external/webkit/JavaScriptCore/profiler/
Profile.cpp 99 forEach(&ProfileNode::restore);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 119 context->restore();
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 90 m_data->restore();
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 115 graphicsContext->restore();
  /external/webkit/WebCore/rendering/
RenderForeignObject.cpp 67 childPaintInfo.context->restore();
RenderBoxModelObject.cpp 584 context->restore();
614 context->restore();
618 context->restore();
621 context->restore();
    [all...]
  /frameworks/base/core/jni/android/graphics/
Camera.cpp 24 v->restore();
77 { "restore", "()V", (void*)Camera_restore },
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 130 // Restore them
131 void restore() { function in class:Soft_Label_Key_Set
  /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
OP_APUT_OBJECT.S 64 movl sReg0, %edx # restore &vBB[vCC]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 271 LDD -80(%sp),%r9 ; restore r9
272 LDD -88(%sp),%r8 ; restore r8
273 LDD -96(%sp),%r7 ; restore r7
274 LDD -104(%sp),%r6 ; restore r6
275 LDD -112(%sp),%r5 ; restore r5
276 LDD -120(%sp),%r4 ; restore r4
278 LDD,MB -128(%sp),%r3 ; restore r3
431 LDD -96(%sp),%r7 ; restore r7
432 LDD -104(%sp),%r6 ; restore r6
433 LDD -112(%sp),%r5 ; restore r5
    [all...]
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 61 UNSPILL_TMP(%eax) # restore method->clazz
  /external/chromium/base/
message_loop.h 247 void set_exception_restoration(bool restore) {
248 exception_restoration_ = restore;
  /external/webkit/WebCore/history/
CachedFrame.cpp 80 void CachedFrameBase::restore() function in class:WebCore::CachedFrameBase
85 m_cachedFrameScriptData->restore(frame);
142 // Deconstruct the FrameTree, to restore it later.
181 // 1 - Successfully restore()'d by going back/forward.

Completed in 374 milliseconds

1 2 34 5 6 7 8 91011>>