/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/ |
SDL_sysjoystick.c | 488 Uint32 curstate,prevstate; local 504 curstate = 0; 507 curstate = SDL_AtariIkbd_joystick & 0xff; 510 curstate = SDL_AtariXbios_joystick & 0xff; 513 if (curstate != prevstate) { 515 if (curstate & IKBD_JOY_LEFT) { 518 if (curstate & IKBD_JOY_RIGHT) { 521 if (curstate & IKBD_JOY_UP) { 524 if (curstate & IKBD_JOY_DOWN) { 530 if ((curstate & IKBD_JOY_FIRE) && !(prevstate & IKBD_JOY_FIRE)) [all...] |
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
NetworkState.java | 158 State curState = mStateDepository.get(i); 159 if ((preState == State.CONNECTED) && ((curState == State.DISCONNECTING) || 160 (curState == State.DISCONNECTED))) { 162 } else if ((preState == State.DISCONNECTING) && (curState == State.DISCONNECTED)) { 164 } else if ((preState == State.DISCONNECTED) && (curState == State.DISCONNECTED)) { 168 preState.toString(), curState.toString())); 199 State curState = mStateDepository.get(i); 200 if ((preState == State.DISCONNECTED) && ((curState == State.CONNECTING) || 201 (curState == State.CONNECTED) || (curState == State.DISCONNECTED))) [all...] |
/external/deqp/framework/delibs/dethread/ |
deSingleton.c | 34 deSingletonState curState = (deSingletonState)deAtomicCompareExchange32((volatile deUint32*)singletonState, (deUint32)DE_SINGLETON_STATE_NOT_INITIALIZED, (deUint32)DE_SINGLETON_STATE_INITIALIZING); 36 if (curState == DE_SINGLETON_STATE_NOT_INITIALIZED) 46 else if (curState == DE_SINGLETON_STATE_INITIALIZING)
|
/external/llvm/lib/Target/X86/ |
X86VZeroUpper.cpp | 179 BlockExitState CurState = PASS_THROUGH; 187 if (!isControlFlow && CurState == EXITS_DIRTY) 193 CurState = EXITS_DIRTY; 218 if (CurState == EXITS_DIRTY) { 223 CurState = EXITS_CLEAN; 224 } else if (CurState == PASS_THROUGH) { 231 CurState = EXITS_CLEAN; 236 << getBlockExitStateName(CurState) << '\n'); 238 if (CurState == EXITS_DIRTY) 244 BlockStates[MBB.getNumber()].ExitState = CurState; [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ViewUtils.java | 58 * @param curState The current state as returned from a view or the result 64 public static int combineMeasuredStates(int curState, int newState) { 65 return curState | newState;
|
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 60 int curState = RESTORED; // Current state the activity is in. 112 if (r.curState == RESTORED || r.curState == DESTROYED) { 117 if (r.curState == INITIALIZING) { 143 r.curState = STARTED; 148 r.curState = RESUMED; 160 switch (r.curState) { 165 r.curState = STARTED; 171 r.curState = RESUMED; 181 r.curState = RESUMED [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_Utils.c | 706 OMX_PRSTATE1(pComponentPrivate->dbg, "%d :: AACENC: Entering AACENCHandleCommand Function - curState = %d\n",__LINE__,pComponentPrivate->curState); 732 if ( pComponentPrivate->curState==commandedState) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_Utils.c | 656 G711DEC_DPRINT ("%d :: Entering G711DECHandleCommand Function - curState = %d\n",__LINE__,pComponentPrivate->curState); 685 G711DEC_DPRINT("%d :: pComponentPrivate->curState = %d\n",__LINE__,pComponentPrivate->curState); 687 if (pComponentPrivate->curState == commandedState){ 694 else if (pComponentPrivate->curState == OMX_StateLoaded || 695 pComponentPrivate->curState == OMX_StateWaitForResources) { 709 pComponentPrivate->curState = OMX_StateInvalid; 806 if (pComponentPrivate->curState != OMX_StateWaitForResources){ 819 pComponentPrivate->curState = OMX_StateIdle [all...] |
OMX_G711Dec_ComponentThread.c | 112 if (pComponentPrivate->curState != OMX_StateIdle) { 154 pComponentPrivate->curState = OMX_StateLoaded; 159 pComponentPrivate->curState,
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEnc_Utils.c | 694 OMX_PRINT1(pComponentPrivate->dbg, "curState = %d\n", 695 pComponentPrivate->curState); 707 if (pComponentPrivate->curState == commandedState) { 721 "curState = %d\n", 722 pComponentPrivate->curState); 724 if (pComponentPrivate->curState == OMX_StateLoaded) { 740 pComponentPrivate->curState = OMX_StateInvalid; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_Utils.c | 683 OMX_PRINT1(pComponentPrivate->dbg, "Entering WBAMR_DEC_HandleCommand Function - curState = %d\n",pComponentPrivate->curState); 722 if (pComponentPrivate->curState == commandedState){ 730 else if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) { 739 pComponentPrivate->curState = OMX_StateInvalid; 787 pComponentPrivate->curState = OMX_StateInvalid; 810 pComponentPrivate->curState = OMX_StateInvalid; 849 if (pComponentPrivate->curState != OMX_StateWaitForResources) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_Utils.c | 569 OMX_PRSTATE1(pComponentPrivate->dbg, "%d :: UTIL: pComponentPrivate->curState = %d\n",__LINE__,pComponentPrivate->curState); 610 if (pComponentPrivate->curState == commandedState) { 629 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) { 644 pComponentPrivate->curState = OMX_StateInvalid; 702 pComponentPrivate->curState = OMX_StateInvalid; 715 pComponentPrivate->curState = OMX_StateInvalid; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_Utils.c | 589 if (pComponentPrivate->curState == commandedState) { 598 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) { 612 pComponentPrivate->curState = OMX_StateInvalid; 662 pComponentPrivate->curState = OMX_StateInvalid; 673 pComponentPrivate->curState = OMX_StateInvalid; 717 if (pComponentPrivate->curState != OMX_StateWaitForResources) { 722 pComponentPrivate->curState = OMX_StateIdle; 727 pComponentPrivate->curState = OMX_StateWaitForResources; 732 pComponentPrivate->curState, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_Utils.c | 731 if (pComponentPrivate->curState == commandedState){ 739 else if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) { 787 pComponentPrivate->curState = OMX_StateInvalid; 810 pComponentPrivate->curState = OMX_StateInvalid; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Enc_Utils.c | 155 if (pComponentPrivate->curState != OMX_StateIdle) { 183 pComponentPrivate->curState = OMX_StateLoaded; 189 pComponentPrivate->curState, 198 pComponentPrivate->curState, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Enc_Utils.c | 677 G726ENC_DPRINT("%d :: pComponentPrivate->curState = %d\n",__LINE__,pComponentPrivate->curState); 678 if (pComponentPrivate->curState == commandedState){ 687 else if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) { 745 if (pComponentPrivate->curState != OMX_StateWaitForResources) { 753 pComponentPrivate->curState = OMX_StateIdle; 761 pComponentPrivate->curState = OMX_StateWaitForResources; 766 pComponentPrivate->curState, 775 pComponentPrivate->curState = OMX_StateIdle [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_ComponentThread.c | 137 if (pComponentPrivate->curState != OMX_StateIdle) { 142 if (pComponentPrivate->curState != OMX_StateIdle) { 186 pComponentPrivate->curState = OMX_StateLoaded; 196 pComponentPrivate->curState, 203 pComponentPrivate->curState, 212 pComponentPrivate->curState,
|
OMX_WmaDec_Utils.c | 767 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering WMADECHandleCommand Function - curState = %d", 768 __LINE__,pComponentPrivate->curState); 837 if (pComponentPrivate->curState == commandedState) 850 if (pComponentPrivate->curState != OMX_StateWaitForResources && 851 pComponentPrivate->curState != OMX_StateInvalid && 852 pComponentPrivate->curState != OMX_StateLoaded) 859 pComponentPrivate->curState = OMX_StateInvalid; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_Utils.c | 620 G711ENC_DPRINT("%d :: pComponentPrivate->curState = %d\n",__LINE__,pComponentPrivate->curState); 636 if ( pComponentPrivate->curState==commandedState){ 648 G711ENC_DPRINT("%d :: pComponentPrivate->curState = %d\n",__LINE__,pComponentPrivate->curState); 649 if (pComponentPrivate->curState == OMX_StateLoaded || 650 pComponentPrivate->curState == OMX_StateWaitForResources) { 659 pComponentPrivate->curState = OMX_StateInvalid; 746 if (pComponentPrivate->curState != OMX_StateWaitForResources) { 754 pComponentPrivate->curState = OMX_StateIdle [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Enc_Utils.c | 651 G729ENC_DPRINT("pComponentPrivate->curState = %d\n", pComponentPrivate->curState); 674 if (pComponentPrivate->curState == commandedState) 690 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) 702 pComponentPrivate->curState = OMX_StateInvalid; 775 pComponentPrivate->curState = OMX_StateIdle; 780 pComponentPrivate->curState, 797 pComponentPrivate->curState = OMX_StateWaitForResources; 802 pComponentPrivate->curState, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_Utils.c | 658 OMX_PRSTATE2(pComponentPrivate->dbg, "%d :: pComponentPrivate->curState = %d\n",__LINE__,pComponentPrivate->curState); 683 OMX_PRSTATE1(pComponentPrivate->dbg, "%d :: pComponentPrivate->curState = %d\n",__LINE__,pComponentPrivate->curState); 684 if (pComponentPrivate->curState == commandedState){ 693 else if (pComponentPrivate->curState == OMX_StateLoaded) { 705 pComponentPrivate->curState = OMX_StateInvalid; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Dec_Utils.c | 162 /* && (pComponentPrivate->curState != OMX_StatePause)) { */ 185 pComponentPrivate->curState = OMX_StateLoaded; 189 OMX_ErrorNone,pComponentPrivate->curState, NULL); 718 if (pComponentPrivate->curState == commandedState) { 727 if (pComponentPrivate->curState == OMX_StateLoaded) { 741 pComponentPrivate->curState = OMX_StateInvalid; 791 pComponentPrivate->curState = OMX_StateInvalid; 802 pComponentPrivate->curState = OMX_StateInvalid; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 650 if (pComponentPrivate->curState == commandedState) { 665 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) { 681 pComponentPrivate->curState = OMX_StateInvalid; 740 pComponentPrivate->curState = OMX_StateInvalid; 755 pComponentPrivate->curState = OMX_StateInvalid; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
php.js | 165 state.curState = state.php; 175 var style = htmlMode.token(stream, state.curState); 187 state.curState = state.html; 190 return phpMode.token(stream, state.curState); 200 curState: parserConfig.startOpen ? php : html, 209 return {html: htmlNew, php: phpNew, curMode: state.curMode, curState: cur, 219 return state.curMode.indent(state.curState, textAfter); 226 innerMode: function(state) { return {state: state.curState, mode: state.curMode}; }
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_Utils.c | 705 if (pComponentPrivate->curState == commandedState){ 720 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) { 816 pComponentPrivate->curState = OMX_StateIdle; 821 pComponentPrivate->curState, 826 pComponentPrivate->curState = OMX_StateWaitForResources; 831 pComponentPrivate->curState, 836 pComponentPrivate->curState = OMX_StateIdle [all...] |