Searched refs:oldState (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DAsyncTask.h103 State oldState = m_state.exchange(Signaled); local
104 if (oldState == Signaled || oldState == Running)
107 if (oldState == Sleeping) {
113 BASSERT(oldState == Exited);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dregress.h64 CMemoryState oldState, newState, diffState; \
65 oldState.Checkpoint(); \
79 if (diffState.Difference(oldState, newState)) \
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dbutton.tcl56 set oldState [$w state pressed]
58 $w state $oldState
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dreader.cpp83 unsigned long oldState = mState.state(); local
113 this, name().c_str(), oldState, state.state());
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Drepeater.tcl57 set oldState [$w state pressed]
59 $w state $oldState
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp134 IOOptionBits * oldState )
138 err = _parent->setPurgeable( newState, oldState );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOSubMemoryDescriptor.h94 IOOptionBits * oldState );
H A DIOMemoryDescriptor.h258 @param oldState - if non-NULL, the previous purgeable state of the memory is returned here:<br>
265 IOOptionBits * oldState );
962 IOOptionBits * oldState);
1040 IOOptionBits * oldState );
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamTrackPrivate.cpp203 MediaStreamSource::ReadyState oldState = m_readyState;
209 if ((m_readyState == MediaStreamSource::Live && oldState == MediaStreamSource::New) || m_readyState == MediaStreamSource::Ended)
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkWidget.c142 Ttk_State oldState = corePtr->state; local
143 corePtr->state = (oldState & ~clearBits) | setBits;
144 if (corePtr->state ^ oldState) {
688 Ttk_State oldState, changed; local
704 oldState = corePtr->state;
706 changed = corePtr->state ^ oldState;
711 Ttk_NewStateSpecObj(oldState & changed, ~oldState & changed));
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DWebProcessConnection.cpp330 bool oldState = m_visiblePluginInstanceIDs.isEmpty(); local
336 if (oldState != m_visiblePluginInstanceIDs.isEmpty())
342 bool oldState = m_visiblePluginInstanceIDs.isEmpty(); local
346 if (oldState != m_visiblePluginInstanceIDs.isEmpty())
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.cpp387 AtomicString oldState = readyState(); local
388 LOG(MediaSource, "MediaSource::setReadyState() %p : %s -> %s", this, oldState.string().ascii().data(), state.string().ascii().data());
396 if (oldState == state)
401 onReadyStateChange(oldState, state);
791 void MediaSource::onReadyStateChange(const AtomicString& oldState, const AtomicString& newState) argument
798 if (oldState == openKeyword() && newState == endedKeyword()) {
H A DMediaSource.h121 void onReadyStateChange(const AtomicString& oldState, const AtomicString& newState);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c562 struct state *oldState,
567 assert(oldState != newState);
569 while ((a = oldState->ins) != NULL) {
573 assert(oldState->nins == 0);
574 assert(oldState->ins == NULL);
585 struct state *oldState, argument
590 assert(oldState != newState);
592 for (a=oldState->ins ; a!=NULL ; a=a->inchain) {
605 struct state *oldState, argument
610 assert(oldState !
544 moveins( struct nfa *nfa, struct state *oldState, struct state *newState) argument
566 copyins( struct nfa *nfa, struct state *oldState, struct state *newState) argument
[all...]
H A DtclEncoding.c3304 int oldState;
3307 oldState = state;
3318 state = oldState;
3332 * The state variable has the value of oldState when word is 0.
3337 if (state != oldState) {
3342 * state variable must be changed to the value of oldState
3347 state = oldState;
3265 int oldState; local
/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c1432 pmc_state_t oldState; local
1441 oldState = reservation->state;
1442 newState = pmc_internal_reservation_next_state(oldState, event);
1443 } while (newState != PMC_STATE_INVALID && !OSCompareAndSwap(oldState, newState, &(reservation->state)));
1446 COUNTER_DEBUG("Moved reservation %p from state "PMC_STATE_FORMAT" to state "PMC_STATE_FORMAT" for event %s\n", reservation, PMC_STATE_ARGS(oldState), PMC_STATE_ARGS(newState), pmc_state_event_name(event));
1448 COUNTER_DEBUG("No valid moves for reservation %p in state "PMC_STATE_FORMAT" for event %s\n", reservation, PMC_STATE_ARGS(oldState), pmc_state_event_name(event));
1452 *old_state_out = oldState;
1461 pmc_state_t oldState; local
1467 if (PMC_STATE_INVALID == (newState = pmc_internal_reservation_move_for_event(reservation, PMC_STATE_EVENT_CONTEXT_OUT, &oldState))) {
1472 if (PMC_STATE_STATE(newState) == PMC_STATE_STATE_STORE && PMC_STATE_STATE(oldState) !
1484 pmc_state_t oldState; local
[all...]
/macosx-10.10/IONetworkingFamily-101/
H A DIOOutputQueue.cpp600 UInt32 oldState; local
604 oldState = _state;
621 if ( ( oldState & kStateOutputStalled ) &&
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dbutton.tcl588 set oldState [$w cget -state]
592 $w configure -state $oldState -relief $oldRelief
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoader.cpp976 uint8_t oldState = fState; local
1002 oldState = fState;
1010 oldState = fState;
1022 fState = oldState;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMenuProxyMac.mm307 NSInteger oldState = [menuItemVector[i].get() state];
309 [menuItemVector[i].get() setState:oldState];
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp1873 IOAudioEngineState oldState; local
1875 audioDebugIOLog(3, "+-IOAudioEngine[%p]::setState(0x%x. oldState=%#x)\n", this, newState, state);
1877 oldState = state;
1882 if (oldState != kIOAudioEngineRunning) {
1887 if (oldState == kIOAudioEngineRunning) {
1892 if (oldState == kIOAudioEnginePaused) {
1908 return oldState;
/macosx-10.10/tcl-105/tk/tk/library/
H A Dbutton.tcl594 set oldState [$w cget -state]
598 $w configure -state $oldState -relief $oldRelief
/macosx-10.10/vim-55/src/
H A Dmessage.c870 int oldState; local
898 oldState = State;
1040 State = oldState; /* restore State before set_shellsize */
2436 int oldState = State; local
2670 State = oldState;
3306 int oldState; local
3338 oldState = State;
3399 State = oldState;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclEncoding.c2907 int oldState;
2910 oldState = state;
2921 state = oldState;
2935 * The state variable has the value of oldState when word is 0.
2939 if (state != oldState) {
2944 * state variable must be changed to the value of oldState
2948 state = oldState;
2875 int oldState; local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTextTag.c1459 unsigned int oldState;
1461 oldState = eventPtr->xbutton.state;
1467 eventPtr->xbutton.state = oldState;
1450 unsigned int oldState; local

Completed in 241 milliseconds

12