Searched refs:resume (Results 1 - 25 of 149) sorted by relevance

123456

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DLayerFlushScheduler.cpp41 void LayerFlushScheduler::resume() function in class:WebCore::LayerFlushScheduler
H A DLayerFlushScheduler.h45 void resume();
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_fiber.rb12 }.resume(:ok1)
14 assert_equal([:a, :b], Fiber.new{|a, b| [a, b]}.resume(:a, :b))
18 assert_equal(4, Fiber.new {|i=4| i}.resume)
22 assert_equal(:ok, Fiber.new{:ok}.resume)
29 }.resume + [:b]
30 }.resume + [:c]
31 }.resume + [:d]
32 }.resume + [:e])
43 }.resume
57 }.resume
[all...]
H A Dtest_backtrace.rb12 }.resume
28 }.resume
54 }.resume
/macosx-10.10/WebKit-7600.1.25/ios/Misc/
H A DWebGeolocationProviderIOS.h35 - (void)resume;
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechSynthesis.idl37 void resume();
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DPlatformSpeechSynthesizerEfl.cpp59 void PlatformSpeechSynthesizer::resume() function in class:WebCore::PlatformSpeechSynthesizer
61 m_platformSpeechWrapper->resume();
H A DPlatformSpeechSynthesisProviderEfl.h47 void resume();
H A DPlatformSpeechSynthesisProviderEfl.cpp58 void PlatformSpeechSynthesisProviderEfl::resume() function in class:WebCore::PlatformSpeechSynthesisProviderEfl
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstask.py7 self.failUnlessResultIsBOOL(NSTask.resume)
H A Dtest_nssound.py20 self.failUnlessResultIsBOOL(NSSound.resume)
/macosx-10.10/WebCore-7600.1.25/platform/mock/
H A DPlatformSpeechSynthesizerMock.h43 virtual void resume();
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstask.py7 self.assertResultIsBOOL(NSTask.resume)
H A Dtest_nssound.py20 self.assertResultIsBOOL(NSSound.resume)
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c11 jmp_buf resume; variable
124 if ((result = setjmp(resume)) != 0) {
146 longjmp(resume, SUCCEED);
166 longjmp(resume, SUCCEED);
176 longjmp(resume, SUCCEED);
194 longjmp(resume, SUCCEED);
213 longjmp(resume, FAIL);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DActiveDOMObject.cpp104 void ActiveDOMObject::resume() function in class:WebCore::ActiveDOMObject
H A DActiveDOMObject.h67 virtual void resume();
H A DScriptRunner.h53 void resume();
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstask.py12 self.assertResultIsBOOL(NSTask.resume)
H A Dtest_nssound.py25 self.assertResultIsBOOL(NSSound.resume)
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMarqueeElement.h62 virtual void resume() override;
/macosx-10.10/WebCore-7600.1.25/page/
H A DSuspendableTimer.h65 virtual void resume() final override;
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequestProgressEventThrottle.h58 void resume();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsLayerAnimation.h48 void resume();
89 void resume();
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Ddebug.c92 #pragma convlit(resume)

Completed in 577 milliseconds

123456