/external/libffi/src/mips/ |
D | o32.S | 177 REG_L $fp, FP_OFF($sp) # Restore frame pointer 178 REG_L ra, RA_OFF($sp) # Restore return address 298 REG_L $16, S0_OFF2($sp) # Restore s0 299 REG_L $fp, FP_OFF2($sp) # Restore frame pointer 300 REG_L ra, RA_OFF2($sp) # Restore return address
|
D | 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/hermes/ |
D | mmx_main.asm | 62 ; Restore the registers used by the blitters, necessary for optimized code
|
D | x86_main.asm | 63 ; Restore the registers used by the blitters, necessary for optimized code
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | DSOUND.H | 190 STDMETHOD( Restore)(THIS ) PURE; in DECLARE_INTERFACE_() local 214 #define IDirectSoundBuffer_Restore(p) (p)->lpVtbl->Restore(p)
|
D | DDRAW.H | 575 STDMETHOD(Restore)(THIS) PURE; in DECLARE_INTERFACE_() local 614 #define IDirectDrawSurface_Restore(p) (p)->lpVtbl->Restore(p) 661 STDMETHOD(Restore)(THIS) PURE; in DECLARE_INTERFACE_() local 704 #define IDirectDrawSurface2_Restore(p) (p)->lpVtbl->Restore(p)
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | dsound.h | 190 STDMETHOD( Restore)(THIS ) PURE; in DECLARE_INTERFACE_() local 214 #define IDirectSoundBuffer_Restore(p) (p)->lpVtbl->Restore(p)
|
D | ddraw.h | 575 STDMETHOD(Restore)(THIS) PURE; in DECLARE_INTERFACE_() local 614 #define IDirectDrawSurface_Restore(p) (p)->lpVtbl->Restore(p) 661 STDMETHOD(Restore)(THIS) PURE; in DECLARE_INTERFACE_() local 704 #define IDirectDrawSurface2_Restore(p) (p)->lpVtbl->Restore(p)
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | 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… 248 …// Restore the new API tag for items on which we temporarily set the old SPI tag. The old SPI tag …
|
/external/libvpx/examples/includes/HTML-Toc-0.91/t/ |
D | siteMap.t | 61 # Restore current directory
|
D | generate.t | 133 # Restore options
|
D | propagate.t | 103 # Restore options
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrame.mm | 109 Restore form state: YES 110 Restore scroll and focus state: YES 116 Restore form state: YES 117 Restore scroll and focus state: YES 123 Restore form state: NO 124 Restore scroll and focus state: YES 130 Restore form state: NO 131 Restore scroll and focus state: NO, reset to initial conditions
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
D | SDL_ikbdinterrupt.S | 90 | Restore previous MFP registers
|
/external/chromium/base/ |
D | field_trial_unittest.cc | 162 TEST_F(FieldTrialTest, Restore) { in TEST_F() argument
|
D | message_pump_mac.mm | 215 // Restore the previous state of the object.
|
/external/zlib/contrib/masm686/ |
D | match.asm | 401 ; Restore the stack and return from whence we came.
|
/external/webkit/WebKit/mac/ |
D | ChangeLog | 32 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
|
/external/quake/quake/src/QW/client/ |
D | snd_dma.c | 891 pDSBuf->lpVtbl->Restore (pDSBuf); in S_Update_()
|
/external/quake/quake/src/WinQuake/ |
D | snd_dma.cpp | 898 pDSBuf->lpVtbl->Restore (pDSBuf); in S_Update_()
|
/external/zlib/contrib/masmx86/ |
D | gvmat32.asm | 933 ;;; Restore the stack and return from whence we came.
|
/external/stlport/etc/ |
D | ChangeLog | 623 * src/locale.cpp, locale_impl.cpp, build/lib/Makefile.inc: Restore 722 * stlport/stl/_string.h, _string.c: Restore code to support non-POD 832 c_locale_glibc/c_locale_glibc2.c: Restore GlibC++ support after 1338 * stlport/stl/_algobase.c: Restore symetrical functor checks. 2304 * stlport/stl/_algobase.h: Restore workaround for compilers 2573 * stlport/stl/config/_msvc.h: Restore move semantic for MSVC6. AFAIR 2892 - Restore _STLP_WHOLE_NATIVE_STD configuration (tested with gcc, msvc, bcc) 2960 * build/test/unit/Makefile.inc: Restore STLport version information that
|
D | ChangeLog-5.1 | 257 * build/lib/configure.bat: Restore TARGET_PROC_SUBTYPE definition 440 * stlport/stl/_fstream.h, src/fstream.cpp, iostream.cpp: Restore 513 * stlport/stl/_cwchar.h: Restore code to define potentially missing 648 * stlport/stl/_num_put.c: Restore __len >= 2 check in 668 * src/c_locale.h: Restore _STLP_BEGIN_NAMESPACE when STLport use 1212 * stlport/stl/pointers: Restore pointer specialization feature. 1245 * stlport/stl/type_traits.h, boost_type_traits.h: Restore boost 2194 * stlport/stl/config/_bc.h: Restore unexpected exception handler 2316 * stlport/stl/_rope.c: Restore Borland support for _Rope_rotate. 2319 in _M_path_end and _M_tmp_buf structs. Restore Borland support for [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.m | 394 /* Restore original screen resolution/bpp */ 1528 /* Restore gamma settings */
|
D | SDL_QuartzEvents.m | 638 /* Restore cursor location if input was grabbed */
|