Home
last modified time | relevance | path

Searched refs:Restore (Results 1 – 25 of 131) sorted by relevance

123456

/external/libffi/src/mips/
Do32.S177 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
Dn32.S309 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/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_amd64.S50 # Restore scratch registers.
129 # Restore scratch registers.
/external/chromium/chrome/browser/chromeos/views/
Dcopy_background.cc31 canvas->Restore(); in Paint()
/external/chromium/chrome/browser/sessions/
Dsession_restore.cc424 Browser* Restore() { in Restore() function in __anone0c712ab0111::SessionRestoreImpl
778 static Browser* Restore(Profile* profile, in Restore() function
803 return restorer->Restore(); in Restore()
812 Restore(profile, browser, false, clobber_existing_window, in RestoreSession()
842 return Restore(profile, NULL, true, false, true, urls_to_open); in RestoreSessionSynchronously()
/external/llvm/include/llvm/MC/
DMCDwarf.h270 Restore}; enumerator
285 assert(Op == SameValue || Op == Restore); in MCCFIInstruction()
/external/llvm/test/CodeGen/X86/
Dpr11468.ll24 ; Restore %rsp from %rbp and subtract the total size of saved regsiters.
Dforce-align-stack-alloca.ll49 ; Restore %esp from %ebp (frame pointer) and subtract the size of
/external/qemu/distrib/sdl-1.2.15/src/hermes/
Dmmx_main.asm62 ; Restore the registers used by the blitters, necessary for optimized code
Dx86_main.asm63 ; Restore the registers used by the blitters, necessary for optimized code
/external/chromium/chrome/browser/ui/views/infobars/
Dtranslate_infobar_base.cc133 canvas->Restore(); in FadeBackground()
/external/libusb-compat/
Dconfigure.ac52 # Restore gnu89 inline semantics on gcc 4.3 and newer
/external/chromium/chrome/browser/chromeos/login/
Drounded_view.h67 canvas->Restore(); in Paint()
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDSOUND.H190 STDMETHOD( Restore)(THIS ) PURE; in DECLARE_INTERFACE_() local
214 #define IDirectSoundBuffer_Restore(p) (p)->lpVtbl->Restore(p)
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Ddsound.h190 STDMETHOD( Restore)(THIS ) PURE; in DECLARE_INTERFACE_() local
214 #define IDirectSoundBuffer_Restore(p) (p)->lpVtbl->Restore(p)
/external/libvpx/examples/includes/HTML-Toc-0.91/t/
DsiteMap.t61 # Restore current directory
Dgenerate.t133 # Restore options
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebContextMenuClient.mm163 … // Restore the modern tags to the menu items whose tags we altered in fixMenusToSendToOldClients.
172 …// Restore the specific tag for items on which we temporarily set WebMenuItemTagOther to match old…
253 …// Restore the new API tag for items on which we temporarily set the old SPI tag. The old SPI tag …
/external/chromium/chrome/browser/ui/panels/
Dpanel.h35 void Restore();
Dpanel.cc30 void Panel::Restore() { in Restore() function in Panel
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab.cc95 canvas->Restore(); in DrawIconCenter()
466 canvas->Restore(); in PaintIcon()
/external/regex-re2/re2/
Ddfa.cc1164 State* Restore();
1200 DFA::State* DFA::StateSaver::Restore() { in Restore() function in re2::DFA::StateSaver
1380 if ((start = save_start.Restore()) == NULL || in InlinedSearchLoop()
1381 (s = save_s.Restore()) == NULL) { in InlinedSearchLoop()
1461 if ((s = save_s.Restore()) == NULL) { in InlinedSearchLoop()
/external/chromium/chrome/common/extensions/
Dextension_action.cc193 canvas->Restore(); in PaintBadge()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm115 Restore form state: YES
116 Restore scroll and focus state: YES
122 Restore form state: YES
123 Restore scroll and focus state: YES
129 Restore form state: NO
130 Restore scroll and focus state: YES
136 Restore form state: NO
137 Restore scroll and focus state: NO, reset to initial conditions
/external/libusb/
Dconfigure.ac99 # Restore gnu89 inline semantics on gcc 4.3 and newer

123456