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

1234

/macosx-10.10.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceQueue.h49 inline void setState(Boolean state) { _state = state; } function in class:IOHIDEventServiceQueue
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DDownloadManagerEfl.cpp75 download->setState(EWK_DOWNLOAD_JOB_STATE_DOWNLOADING);
92 download->setState(EWK_DOWNLOAD_JOB_STATE_FAILED);
104 download->setState(EWK_DOWNLOAD_JOB_STATE_CANCELLED);
115 download->setState(EWK_DOWNLOAD_JOB_STATE_FINISHED);

Completed in 291 milliseconds

1234