/external/quake/quake/src/WinQuake/ |
r_aliasa.s | 227 popl %esi // restore register variables 229 popl %ebp // restore the caller's stack frame
|
/external/webkit/WebCore/bindings/v8/ |
V8AbstractEventListener.cpp | 137 // Save the old 'event' property so we can restore it later. 156 // Restore the old event. This must be done for all exit paths through this method.
|
/external/webkit/WebCore/platform/graphics/cairo/ |
ImageCairo.cpp | 167 context->restore(); 216 context->restore();
|
/external/webkit/WebCore/platform/graphics/wx/ |
ImageWx.cpp | 173 ctxt->restore(); 235 ctxt->restore();
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
siutils_priv.h | 75 si_intrsrestore_t intrsrestore_fn; /* restore chip interrupts */ 120 * Macros to disable/restore function core(D11, ENET, ILINE20, etc) interrupts before/
|
/packages/apps/Settings/src/com/android/settings/ |
ApnSettings.java | 57 "content://telephony/carriers/restore"; 277 "Restore default APN Handler: Process Thread");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AndroidPreferencePage.java | 43 * that is small and knows how to save, restore and apply itself. 64 * editor knows how to save and restore itself.
|
/frameworks/base/docs/html/guide/topics/manifest/ |
application-element.jd | 136 settings have been restored during a full-system restore operation. 137 Single-package restore operations will never cause the application to 138 be shut down. Full-system restore operations typically only occur once, 143 has finished processing its data during a full-system restore, it will be 231 <dd>Indicate that the application is prepared to attempt a restore of any 235 attempt restore even when a version mismatch suggests that the data are
|
/external/grub/stage2/ |
asm.S | 349 /* restore the int1 handler */ 456 8: /* restore registers */ 499 * Restore the original int15 handler 513 /* restore the original */ 578 /* restore %ax */ 583 /* restore other registers */ 692 /* restore %si */ 707 /* restore %bp */ 932 /* restore interrupts */ 1150 /* restore %ebp * [all...] |
/external/webkit/WebCore/rendering/ |
RenderBoxModelObject.cpp | 584 context->restore(); 614 context->restore(); 618 context->restore(); 621 context->restore(); [all...] |
RenderThemeMac.mm | 770 paintInfo.context->restore(); [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.cc | 306 // Drop the execution stack down to the frame pointer and restore 386 // Restore the memory copy of the registers by digging them out from 402 // Restore current context from top and clear it in debug mode. 409 // Pop the arguments, restore registers, and return. 660 // before dereferencing it to restore the context. 720 // Restore scratch register to be the map of the object. In the 793 pop(holder_reg); // Restore holder. 816 // Restore ip is not needed. ip is reloaded below. 817 pop(holder_reg); // Restore holder. 818 // Restore ip to holder's context [all...] |
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsContextQt.cpp | 296 m_data->p()->restore(); 359 p->restore(); 430 p->restore(); 465 p->restore(); 502 p->restore(); 505 p->restore(); 826 p->restore(); [all...] |
/frameworks/base/core/jni/android/graphics/ |
Canvas.cpp | 168 static void restore(JNIEnv* env, jobject jcanvas) { function in class:android::SkCanvasGlue 171 if (canvas->getSaveCount() <= 1) { // cannot restore anymore 172 doThrowISE(env, "Underflow in restore"); 175 canvas->restore(); 500 canvas->restore(); [all...] |
/bionic/libm/src/ |
e_sqrt.c | 291 I := i; ... restore inexact flag 292 R := r; ... restore rounded mode 305 I := i; ... restore inexact flag 306 R := r; ... restore rounded mode 410 R:= r ... restore rounded mode
|
/dalvik/vm/mterp/x86/ |
footer.S | 76 movl LOCAL1_OFFSET(%ebp), %ebx # %ebx<- restore %ebx 159 movl LOCAL0_OFFSET(%ebp), %eax # %eax<- restore methodToCall 274 * %ecx in addition to the normal caller save regs. The save/restore 300 GET_GLUE(%ecx) # restore rGLUE 372 /* not bailing - restore entry mode to default */
|
/external/fdlibm/ |
e_sqrt.c | 295 I := i; ... restore inexact flag 296 R := r; ... restore rounded mode 309 I := i; ... restore inexact flag 310 R := r; ... restore rounded mode 414 R:= r ... restore rounded mode
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
e_sqrt.h | 338 I := i; ... restore inexact flag 339 R := r; ... restore rounded mode 352 I := i; ... restore inexact flag 353 R := r; ... restore rounded mode 457 R:= r ... restore rounded mode
|
/external/libffi/src/mips/ |
n32.S | 309 REG_L $fp, SIZEOF_FRAME - 2*FFI_SIZEOF_ARG($sp) # Restore frame pointer 310 REG_L ra, SIZEOF_FRAME - 1*FFI_SIZEOF_ARG($sp) # Restore return address 470 REG_L ra, RA_OFF2($sp) # Restore return address
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_events.c | 219 /* TODO: restore application's palette if in palette mode */ 225 /* TODO: restore original palette if in palette mode */ 274 /* restore request */
|
/external/skia/src/core/ |
SkPictureRecord.cpp | 57 void SkPictureRecord::restore() { function in class:SkPictureRecord 73 addDraw(RESTORE); 75 return this->INHERITED::restore();
|
/external/skia/src/utils/ |
SkDumpCanvas.cpp | 198 void SkDumpCanvas::restore() { function in class:SkDumpCanvas 199 this->INHERITED::restore(); 200 this->dump(kRestore_Verb, NULL, "restore");
|
/external/webkit/WebCore/page/animation/ |
KeyframeAnimation.cpp | 223 // Restore the original (unanimated) style 240 // Restore the original (unanimated) style 291 // Restore the original (unanimated) style
|
/external/webkit/WebCore/platform/graphics/android/ |
LayerAndroid.cpp | 36 virtual void restore(SkCanvas* canvas, SkPaint* paint, Type) function in class:WebCore::OpacityDrawFilter 331 // we just have this save/restore for opacity... 332 SkAutoCanvasRestore restore(canvas, true);
|
PathAndroid.cpp | 91 m_path->setFillType(ft); // restore 373 scratch->restore(); 394 scratch->restore();
|