Searched refs:setState (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-dyld-locking/
H A Dbase.h3 extern void setState(int);
H A Dfoo.c28 setState(1);
H A Dmain.c44 setState(2); // the initializer in libfoo.dylib is block waiting for state 2
H A Dbase.c61 void setState(int value) function
64 //fprintf(stderr, "setState(%d)\n", value);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/init-order/
H A Dbase.h25 extern void setState(int);
H A Dfoo1.c33 setState(2);
41 setState(3);
49 setState(1);
H A Dfoo2.c31 setState(4);
H A Dbase.c32 void setState(int nextState) function
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/insert-libraries-with-initializer/
H A Dbase.h25 extern void setState(int);
H A Dfoo1.c33 setState(4);
H A Dfoo2.c31 setState(3);
H A Dinsert.c32 setState(2);
H A Dmain.c41 setState(5);
H A Dbase.c33 void setState(int nextState) function
59 setState(1);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/sym-link-load/
H A Dbase.h25 extern void setState(int);
H A Dtest.c33 setState(1);
H A Dbase.c31 void setState(int x) function
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DProcessAssertion.cpp38 void ProcessAssertion::setState(AssertionState assertionState) function in class:WebKit::ProcessAssertion
55 void ProcessAndUIAssertion::setState(AssertionState assertionState) function in class:WebKit::ProcessAndUIAssertion
57 ProcessAssertion::setState(assertionState);
H A DProcessAssertion.h48 void setState(AssertionState);
62 void setState(AssertionState);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKSyntheticClickTapGestureRecognizer.m52 - (void)setState:(UIGestureRecognizerState)state
56 [super setState:state];
H A DProcessAssertionIOS.mm161 void ProcessAssertion::setState(AssertionState assertionState)
183 void ProcessAndUIAssertion::setState(AssertionState assertionState)
190 ProcessAssertion::setState(assertionState);
204 void ProcessAssertion::setState(AssertionState assertionState)
218 void ProcessAndUIAssertion::setState(AssertionState assertionState)
220 ProcessAssertion::setState(assertionState);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWeakImpl.h52 void setState(State);
70 setState(Deallocated);
87 inline void WeakImpl::setState(WeakImpl::State state) function in class:JSC::WeakImpl
H A DWeakSetInlines.h48 weakImpl->setState(WeakImpl::Finalized);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DMediaSession.cpp73 void MediaSession::setState(State state) function in class:WebCore::MediaSession
75 LOG(Media, "MediaSession::setState(%p) - %s", this, stateName(state));
89 setState(Interrupted);
99 setState(Paused);
109 setState(Playing);
126 setState(Paused);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceQueue.h49 inline void setState(Boolean state) { _state = state; } function in class:IOHIDEventServiceQueue

Completed in 127 milliseconds

12345