/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/ |
D | iPhoneMultiTouch.mm | 104 MultiTouchState newState; 105 newState.X.abs = location.x; 106 newState.Y.abs = location.y; 107 newState.touchType |= 1 << MT_Pressed; 111 mListener->touchPressed(MultiTouchEvent(this, newState)); 115 mStates.push_back(newState); 123 MultiTouchState newState; 124 newState.X.abs = location.x; 125 newState.Y.abs = location.y; 126 newState.touchType |= 1 << MT_Released; [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | NFAFactory.java | 67 public NFAState newState() { in newState() method in NFAFactory 119 NFAState left = newState(); in build_Atom() 120 NFAState right = newState(); in build_Atom() 137 NFAState left = newState(); in build_Set() 138 NFAState right = newState(); in build_Set() 164 NFAState left = newState(); in build_Range() 165 NFAState right = newState(); in build_Range() 201 NFAState first = newState(); in build_StringLiteralAtom() 206 NFAState next = newState(); in build_StringLiteralAtom() 235 NFAState left = newState(); in build_RuleRef() [all …]
|
/external/lzma/CPP/Windows/ |
D | SecurityUtils.h | 43 bool AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState, in AdjustPrivileges() argument 46 newState, bufferLength, previousState, returnLength)); } in AdjustPrivileges() 48 bool AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState) in AdjustPrivileges() argument 49 { return AdjustPrivileges(disableAllPrivileges, newState, 0, NULL, NULL); } in AdjustPrivileges() 51 bool AdjustPrivileges(PTOKEN_PRIVILEGES newState) in AdjustPrivileges() argument 52 { return AdjustPrivileges(false, newState); } in AdjustPrivileges()
|
/external/icu/icu4c/source/layout/ |
D | LigatureSubstProc.cpp | 50 ByteOffset newState = SWAPW(entry->newStateOffset); in processStateEntry() local 62 return newState; in processStateEntry() 91 return newState; // get out! bad font in processStateEntry() 96 return newState; // get out! bad font in processStateEntry() 136 return newState; in processStateEntry()
|
D | ContextualGlyphSubstProc.cpp | 48 ByteOffset newState = SWAPW(entry->newStateOffset); in processStateEntry() local 76 return newState; in processStateEntry()
|
D | ContextualGlyphInsertionProc2.cpp | 80 le_uint16 newState = SWAPW(entry->newStateIndex); in processStateEntry() local 107 return newState; in processStateEntry()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaStreamTrack.java | 63 public boolean setState(State newState) { in setState() argument 64 return nativeSetState(nativeTrack, newState.ordinal()); in setState() 83 long nativeTrack, int newState); in nativeSetState() argument
|
D | PeerConnection.java | 64 public void onSignalingChange(SignalingState newState); in onSignalingChange() argument 67 public void onIceConnectionChange(IceConnectionState newState); in onIceConnectionChange() argument 73 public void onIceGatheringChange(IceGatheringState newState); in onIceGatheringChange() argument
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btCollisionObject.cpp | 52 void btCollisionObject::setActivationState(int newState) const in setActivationState() 55 m_activationState1 = newState; in setActivationState() 58 void btCollisionObject::forceActivationState(int newState) const in forceActivationState() 60 m_activationState1 = newState; in forceActivationState()
|
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
D | PeerConnectionTest.java | 147 public synchronized void expectSignalingChange(SignalingState newState) { in expectSignalingChange() argument 148 expectedSignalingChanges.add(newState); in expectSignalingChange() 152 public synchronized void onSignalingChange(SignalingState newState) { in onSignalingChange() argument 153 assertEquals(expectedSignalingChanges.removeFirst(), newState); in onSignalingChange() local 157 IceConnectionState newState) { in expectIceConnectionChange() argument 158 expectedIceConnectionChanges.add(newState); in expectIceConnectionChange() 163 IceConnectionState newState) { in onIceConnectionChange() argument 166 if (newState.equals(IceConnectionState.COMPLETED)) { in onIceConnectionChange() 171 System.out.println(name + "Got an unexpected ice connection change " + newState); in onIceConnectionChange() 175 assertEquals(expectedIceConnectionChanges.removeFirst(), newState); in onIceConnectionChange() local [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | LL1DFA.java | 52 DFAState s0 = newState(); in LL1DFA() 61 DFAState acceptAltState = newState(); in LL1DFA() 78 DFAState s0 = newState(); in LL1DFA() 91 DFAState s = newState(); in LL1DFA() 110 predDFATarget = newState(); // create if not there. in LL1DFA()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
D | RobolectricPackageManager.java | 145 public void setComponentEnabledSetting(ComponentName componentName, int newState, int flags) { in setComponentEnabledSetting() argument 146 componentList.put(componentName, new ComponentState(newState, flags)); in setComponentEnabledSetting() 213 public int newState; field in RobolectricPackageManager.ComponentState 216 public ComponentState(int newState, int flags) { in ComponentState() argument 217 this.newState = newState; in ComponentState()
|
/external/deqp/framework/common/ |
D | tcuTestHierarchyIterator.hpp | 161 void setState (State newState) in setState() 163 switch (newState) in setState() 173 m_state = newState; in setState()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 116 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc() local 120 return Mgr.getOwningEngine()->processRegionChange(newState, MR); in bindLoc() 122 return newState; in bindLoc() 195 ProgramStateRef newState = makeWithStore(newStore); in invalidateRegionsImpl() local 198 newState = Eng->notifyCheckersOfPointerEscape(newState, IS, in invalidateRegionsImpl() 204 return Eng->processRegionChanges(newState, IS, TopLevelInvalidated, in invalidateRegionsImpl() 390 ProgramState *newState = nullptr; in getPersistentState() local 392 newState = freeStates.back(); in getPersistentState() 396 newState = (ProgramState*) Alloc.Allocate<ProgramState>(); in getPersistentState() 398 new (newState) ProgramState(State); in getPersistentState() [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | NGramParser.java | 45 private int newState; field in NGramParser.StateEntry 50 newState = theState; in StateEntry() 56 return newState; in getNewState()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | SIPTransaction.java | 525 public void setState(TransactionState newState) { in setState() argument 528 if (newState != TransactionState.TERMINATED in setState() 529 && newState != TransactionState.CONFIRMED) in setState() 530 newState = TransactionState.COMPLETED; in setState() 533 if (newState != TransactionState.TERMINATED) in setState() 534 newState = TransactionState.CONFIRMED; in setState() 537 currentState = newState; in setState() 539 newState = currentState; in setState() 542 sipStack.getStackLogger().logDebug("Transaction:setState " + newState in setState()
|
/external/webrtc/talk/app/webrtc/objc/public/ |
D | RTCPeerConnectionDelegate.h | 58 iceConnectionChanged:(RTCICEConnectionState)newState; 62 iceGatheringChanged:(RTCICEGatheringState)newState;
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | ButtonGroup.java | 92 protected boolean canCheck (T button, boolean newState) { 93 if (button.isChecked == newState) return false; 95 if (!newState) {
|
/external/webrtc/talk/app/webrtc/objctests/ |
D | RTCPeerConnectionSyncObserver.m | 198 iceGatheringChanged:(RTCICEGatheringState)newState { 202 if (newState == RTCICEGatheringGathering) { 208 NSAssert(expectedState == (int)newState, 213 iceConnectionChanged:(RTCICEConnectionState)newState { 215 if (newState == RTCICEConnectionCompleted) 220 NSAssert(expectedState == (int)newState,
|
/external/skia/gm/ |
D | SkAnimTimer.h | 109 void setState(State newState) { in setState() argument 110 switch (newState) { in setState()
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 929 PeerConnection.SignalingState newState) { in onSignalingChange() argument 930 Log.d(TAG, "SignalingState: " + newState); in onSignalingChange() 935 final PeerConnection.IceConnectionState newState) { in onIceConnectionChange() argument 939 Log.d(TAG, "IceConnectionState: " + newState); in onIceConnectionChange() 940 if (newState == IceConnectionState.CONNECTED) { in onIceConnectionChange() 942 } else if (newState == IceConnectionState.DISCONNECTED) { in onIceConnectionChange() 944 } else if (newState == IceConnectionState.FAILED) { in onIceConnectionChange() 953 PeerConnection.IceGatheringState newState) { in onIceGatheringChange() argument 954 Log.d(TAG, "IceGatheringState: " + newState); in onIceGatheringChange()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btCollisionObject.java | 253 public void setActivationState(int newState) { in setActivationState() argument 254 CollisionJNI.btCollisionObject_setActivationState(swigCPtr, this, newState); in setActivationState() 265 public void forceActivationState(int newState) { in forceActivationState() argument 266 CollisionJNI.btCollisionObject_forceActivationState(swigCPtr, this, newState); in forceActivationState()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ThaiStateTable.java | 21 private final static int newState() in newState() method in ThaiStateTable 88 int state = newState(); in addState()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.c | 622 int32_t i, j, leadState, trailState, newState, fallback; in compactToUnicode2() local 715 newState=states->countStates++; in compactToUnicode2() 716 states->stateFlags[newState]=0; in compactToUnicode2() 723 …states->stateTable[newState][i]=MBCS_ENTRY_FINAL_SET_ACTION_VALUE(entry, MBCS_STATE_UNASSIGNED, 0x… in compactToUnicode2() 726 states->stateTable[newState][i]=entry; in compactToUnicode2() 734 … states->stateTable[leadState][i]=MBCS_ENTRY_SET_STATE(states->stateTable[leadState][i], newState); in compactToUnicode2() 787 if(trailState!=newState) { in compactToUnicode2()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | IFlyoutListener.java | 23 void stateChanged(int oldState, int newState); in stateChanged() argument
|