/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
execfile.py | 128 # Restore the old __main__ 131 # Restore the old argv and path
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_render_stencilref.c | 87 /* Restore the original state. */ 94 /* Restore state. */
|
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 308 mov %rbx,144($context) # restore context->Rbx 309 mov %rbp,160($context) # restore context->Rbp 310 mov %r12,216($context) # restore context->R12 311 mov %r14,232($context) # restore context->R14 312 mov %r15,240($context) # restore context->R15 317 mov %rax,152($context) # restore context->Rsp 318 mov %rsi,168($context) # restore context->Rsi 319 mov %rdi,176($context) # restore context->Rdi
|
/external/chromium_org/third_party/skia/src/utils/ |
SkProxyCanvas.cpp | 33 void SkProxyCanvas::restore() { function in class:SkProxyCanvas 34 fProxy->restore();
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 55 case RESTORE: return "Restore"; 122 canvas->restore(); 170 canvas->restore(); 441 canvas->restore(); 529 canvas->restore(); 757 fDrawType = RESTORE; 762 canvas->restore();
|
/external/chromium_org/third_party/sqlite/src/test/ |
fuzz3.test | 68 # The return value is the iMod value required to restore the file 159 # Restore the original database file content. Test that the correct
|
/external/chromium_org/ui/views/controls/button/ |
label_button_border.cc | 127 canvas->Restore(); 132 canvas->Restore();
|
/external/kernel-headers/original/asm-x86/ |
thread_info_32.h | 129 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */ 134 #define TIF_RESTORE_SIGMASK 8 /* restore signal mask in do_signal() */
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 106 // restore d8-d15 register values. 168 // restore d8-d15 register values.
|
/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.h | 57 // Analysis info for spill/restore placement. 69 // Set and maps for computing CSR spill/restore placement:
|
/external/llvm/lib/Target/AArch64/ |
AArch64MachineFunctionInfo.h | 27 /// is expected to restore the argument stack this should be a multiple of 16, 37 /// The number of bytes to restore to deallocate space for incoming
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_render_stencilref.c | 87 /* Restore the original state. */ 94 /* Restore state. */
|
/external/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 308 mov %rbx,144($context) # restore context->Rbx 309 mov %rbp,160($context) # restore context->Rbp 310 mov %r12,216($context) # restore context->R12 311 mov %r14,232($context) # restore context->R14 312 mov %r15,240($context) # restore context->R15 317 mov %rax,152($context) # restore context->Rsp 318 mov %rsi,168($context) # restore context->Rsi 319 mov %rdi,176($context) # restore context->Rdi
|
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/ |
SDL_vbltimer.S | 39 /*--- Save/restore FPU context ---*/ 206 /* Restore FPU if needed */
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemvideo.h | 70 /* Function to set/restore palette */ 90 WMcursor *cursor; /* To restore cursor when leaving/entering window */
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsevents.c | 80 WSCONS_ReportError("cannot restore keyboard to translated mode: %s", 85 WSCONS_ReportError("cannot restore keynoard attributes: %s",
|
/external/skia/gm/ |
imagefiltersbase.cpp | 72 canvas->restore(); 211 canvas->restore();
|
pathfill.cpp | 180 canvas->restore(); 206 canvas->restore();
|
rects.cpp | 223 canvas->restore(); 239 canvas->restore();
|
xfermodes3.cpp | 159 canvas->restore(); 170 canvas->restore();
|
/external/skia/src/utils/ |
SkProxyCanvas.cpp | 33 void SkProxyCanvas::restore() { function in class:SkProxyCanvas 34 fProxy->restore();
|
/external/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 55 case RESTORE: return "Restore"; 122 canvas->restore(); 170 canvas->restore(); 441 canvas->restore(); 529 canvas->restore(); 757 fDrawType = RESTORE; 762 canvas->restore();
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 36 add $8,%rsp # restore stack 138 fldcw saved_cw # restore old cw
|
ll.S | 151 pop %rsi # restore .txt pointer 244 pop %rdx # restore call pointer 291 pop %rbx # restore chip count 301 push %rsi # restore the values 323 pop %rdx # restore strcat pointer 488 pop %rcx # restore string pointer 491 pop %rdx # restore strcat pointer 538 pop %rax # restore in reverse order
|
/frameworks/base/core/java/android/preference/ |
SeekBarPreference.java | 196 // Restore the instance state 217 // Restore the click counter
|