Searched refs:restore (Results 1 - 25 of 234) sorted by relevance

12345678910

/macosx-10.10/ruby-106/ruby/ext/io/nonblock/
H A Dnonblock.c76 int *restore = (int *)arg; local
77 if (fcntl(restore[0], F_SETFL, restore[1]) == -1)
87 int f, restore[2]; local
96 restore[0] = fptr->fd;
97 restore[1] = f;
99 return rb_ensure(rb_yield, io, io_nonblock_restore, (VALUE)restore);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dlink-order.s10 .restore sp
/macosx-10.10/KerberosHelper-151/Source/
H A DconfigureLocalKDC63 my $restore = 0;
70 $restore = 1;
81 if ($restore) {
83 print "lkdc restore trigger re-setup of LKDC on next boot\n";
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h57 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
71 void restore();
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptCachedFrameData.h50 void restore(Frame&);
/macosx-10.10/dtrace-147/test/tst/sparc/pid/
H A Dtst.branch.s46 restore
H A Dtst.embedded.s46 restore
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h70 void restore();
83 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
H A DPlatformContextCairo.h54 void restore();
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DLocalCurrentGraphicsContext.mm52 m_savedGraphicsContext->restore();
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl41 $core restore $mybaseline
/macosx-10.10/WebCore-7600.1.25/history/
H A DCachedPage.h42 void restore(Page&);
H A DCachedFrame.h45 void restore();
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWKGraphics.h64 void restore();
/macosx-10.10/ruby-106/ruby/lib/webrick/httpservlet/
H A Dcgi_runner.rb33 hash = Marshal.restore(dump)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyTopDownProfileDataGridTree.js106 restore: function() method in class:WebInspector.LegacyTopDownProfileDataGridTree
113 WebInspector.LegacyProfileDataGridTree.prototype.restore.call(this); method in class:WebInspector.LegacyProfileDataGridTree
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_vms.c205 #pragma extern_model restore
212 #pragma extern_model restore
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dsession.rb75 # restore # returns hash of session data.
307 @data ||= @dbman.restore
314 @data ||= @dbman.restore
393 def restore method in class:CGI.Session.initialize.FileStore
403 @hash[CGI::unescape(k)] = Marshal.restore(CGI::unescape(v))
470 def restore method in class:CGI.Session.initialize.MemoryStore
508 def restore method in class:CGI.Session.initialize.NullStore
/macosx-10.10/vim-55/runtime/indent/
H A Dpostscr.vim14 setlocal indentkeys+=0],0=>>,0=%%,0=end,0=restore,0=grestore indentkeys-=:,0#,e
48 if pline =~ '\(end\|g\=restore\)\s*$'
52 elseif getline(a:lnum) =~ '\(end\|>>\|g\=restore\|}\|]\)'
/macosx-10.10/Csu-85/
H A Dlazy_dylib_helper.s68 movdqu XMMM0_SAVE(%esp),%xmm0 # restore registers
75 movl EAX_SAVE(%esp),%eax # restore eax
77 xchg %ebp, (%esp) # restore ebp and set target to top of stack
137 movdqa XMMM0_SAVE(%rsp),%xmm0 # restore registers
206 lg r3,R3SAVE(r1) ; restore all registers that could contain
215 addi r1,r1,STACK_SIZE; restore old stack pointer
216 mtlr r0 ; restore link register
246 ldmfd sp!, {r0,r1,r2,r3,r7,lr} // restore registers
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperImageBuffer.cpp60 context->restore();
122 context->restore();
140 context->restore();
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dcurl_crtl_init.c54 #pragma message restore
55 #pragma member_alignment restore
309 #pragma extern_model restore
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/cursor/
H A Dcursor.tcl16 namespace export propagate restore display
18 # Default to depthfirst (bottom up) restore to account for
75 # ::cursor::restore --
80 # w Parent widget to restore cursor for (includes children)
86 proc ::cursor::restore {w {cursor {}}} {
91 foreach child [winfo children $w] { restore $child $cursor }
100 foreach child [winfo children $w] { restore $child $cursor }
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dpostscr.vim21 let b:match_words = '<<:>>,\<begin\>:\<end\>,\<save\>:\<restore\>,\<gsave\>:\<grestore\>'
/macosx-10.10/dyld-353.2.1/src/
H A Dstub_binding_helper.s84 movdqa XMMM0_SAVE(%esp),%xmm0 # restore registers
91 movl EAX_SAVE(%esp),%eax # restore eaz
93 xchg %ebp, (%esp) # restore ebp and set target to top of stack
160 movdqa XMMM0_SAVE(%rsp),%xmm0 # restore registers
211 ldmfd sp!, {r0,r1,r2,r3,r7,lr} // restore registers

Completed in 227 milliseconds

12345678910