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

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/bn/asm/
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/Source/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/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 49 ldmfd sp!, {r0-r3} @ restore r0-r3
55 ldmfd sp!, {r0-r1} @ restore r2 and r6
  /dalvik/vm/mterp/x86-atom/
OP_APUT_OBJECT.S 65 movl sReg0, %edx # restore &vBB[vCC]
70 movl sReg1, %edx # restore object head
  /external/chromium/base/
logging_win.cc 114 // Grab the old log level so we can restore it later.
135 // Restore the old log level.
  /external/chromium/chrome/browser/ui/find_bar/
find_bar.h 37 // Restore the selected text in the find box and focus it.
69 // Upon dismissing the window, restore focus to the last focused view which is
  /external/iptables/iptables/
iptables-xml.1 80 xsltproc iptables.xslt my-iptables.xml | iptables-restore
87 \fBiptables\-save\fP(8), \fBiptables\-restore\fP(8), \fBiptables\fP(8)
  /external/llvm/test/CodeGen/Thumb2/
2010-08-10-VarSizedAllocaBug.ll 24 ; Must restore sp from fp here. Make sure not to leave sp in a temporarily invalid
50 ; No need to restore sp from fp here.
  /external/qemu/audio/
audio_pt_int.c 60 logerr (p, err2, "%s(%s): pthread_sigmask (restore) failed",
62 /* We have failed to restore original signal mask, all bets are off,
  /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/samplecode/
SampleAnimator.cpp 130 canvas->restore();
136 canvas->restore();
  /external/skia/src/effects/
SkEmbossMaskFilter.cpp 111 // now restore the length of the XY component
120 // restore original alpha
  /external/skia/src/utils/
SkProxyCanvas.cpp 26 void SkProxyCanvas::restore() { function in class:SkProxyCanvas
27 fProxy->restore();
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 39 add $4,%esp # restore stack
92 fldcw saved_cw # restore old cw
  /external/webkit/Source/WebCore/history/
CachedPage.cpp 70 void CachedPage::restore(Page* page) function in class:WebCore::CachedPage
78 // Restore the focus appearance for the focused element.
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.h 83 void restore();
85 static PassRefPtr<InspectorResourceAgent> restore(Page*, InspectorState*, InspectorFrontend*);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 72 void restore();
87 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.cpp 86 context.restore();
99 context.restore();
  /frameworks/base/core/jni/android/graphics/
Camera.cpp 24 v->restore();
89 { "restore", "()V", (void*)Camera_restore },
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AdvancedBlendActivity.java 119 canvas.restore();
135 canvas.restore();
ColorFiltersActivity.java 83 canvas.restore();
94 canvas.restore();

Completed in 2302 milliseconds

1 2 3 4 5 6 7 891011>>