HomeSort by relevance Sort by last modified time
    Searched refs:currentState (Results 1 - 25 of 75) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
SparseArrayElementRemoveTransform.java 33 public void apply(IGLProperty currentState) {
35 mAddTransform.revert(currentState);
39 public void revert(IGLProperty currentState) {
41 mAddTransform.apply(currentState);
45 public IGLProperty getChangedProperty(IGLProperty currentState) {
46 return mAddTransform.getChangedProperty(currentState);
IStateTransform.java 27 void apply(IGLProperty currentState);
30 void revert(IGLProperty currentState);
33 IGLProperty getChangedProperty(IGLProperty currentState);
ListElementAddTransform.java 36 public void apply(IGLProperty currentState) {
37 GLListProperty list = getList(currentState);
44 public void revert(IGLProperty currentState) {
45 GLListProperty list = getList(currentState);
52 public IGLProperty getChangedProperty(IGLProperty currentState) {
53 return getList(currentState);
SparseArrayElementAddTransform.java 37 public void apply(IGLProperty currentState) {
38 GLSparseArrayProperty propertyArray = getArray(currentState);
49 public void revert(IGLProperty currentState) {
50 GLSparseArrayProperty propertyArray = getArray(currentState);
60 public IGLProperty getChangedProperty(IGLProperty currentState) {
61 return getArray(currentState);
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 43 protected InternalState currentState;
53 this.currentState = initialState;
69 currentState = aGenericParser.currentState;
109 parserStateTable.getNextState(currentState, input);
116 currentState.getName(), getState().getName());
117 currentState = InternalState.INTERNAL_ERROR_STATE;
121 if (currentState != nextState) {
122 nextState = handleExitState(currentState, nextState, input);
124 if (currentState != nextState)
    [all...]
HtmlParserImpl.java 189 || (currentState == CDATA_TEXT)
190 || (currentState == CDATA_COM_START)
191 || (currentState == CDATA_COM_START_DASH)
192 || (currentState == CDATA_COM_BODY)
193 || (currentState == CDATA_COM_DASH)
194 || (currentState == CDATA_COM_DASH_DASH)
195 || (currentState == CDATA_LT)
196 || (currentState == CDATA_MAY_CLOSE)
197 || (currentState == JS_FILE) ));
230 return (currentState == CSS_FIL
    [all...]
JavascriptParserImpl.java 102 currentState = JS_TEXT;
106 protected InternalState handleEnterState(InternalState currentState,
110 if (currentState == JS_SLASH) {
111 nextState = enterStateJsSlash(currentState, input);
112 } else if (currentState == JS_COM_AFTER) {
119 protected InternalState handleExitState(InternalState currentState,
127 protected InternalState handleInState(InternalState currentState,
129 if (currentState == JS_TEXT) {
132 return currentState;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java 28 private int currentState = -1;
59 currentState = ShadowVideoView.START;
65 currentState = ShadowVideoView.STOP;
71 currentState = ShadowVideoView.SUSPEND;
77 currentState = ShadowVideoView.PAUSE;
83 currentState = ShadowVideoView.RESUME;
88 return (currentState == ShadowVideoView.START);
93 return (currentState != ShadowVideoView.PAUSE &&
94 currentState != ShadowVideoView.STOP &&
95 currentState != ShadowVideoView.SUSPEND)
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMoveExecution.java 97 ComboMoveState currentState = moveDef.getState(state);
98 if (isStateSatisfied(pressedMappings, time, currentState)){
112 if (currentState.getPressedMappings().length > 0){
116 debugString += Arrays.toString(currentState.getPressedMappings()).replace(", ", "+");
  /external/icu4c/layout/
StateTableProcessor2.cpp 47 le_uint16 currentState = 0;
78 EntryTableIndex2 entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]);
79 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex); // return a zero-based index instead of a byte offset
104 EntryTableIndex2 entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]);
105 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
133 EntryTableIndex2 entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]);
134 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
156 EntryTableIndex2 entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]);
157 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
StateTableProcessor.cpp 45 ByteOffset currentState = stateArrayOffset;
68 const EntryTableIndex *stateArray = (const EntryTableIndex *) ((char *) &stateTableHeader->stHeader + currentState);
71 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
  /frameworks/base/core/java/android/os/
SystemService.java 112 final State currentState = getState(service);
113 if (state.equals(currentState)) {
118 throw new TimeoutException("Service " + service + " currently " + currentState
  /external/icu4c/common/
ucnv_ct.c 341 COMPOUND_TEXT_CONVERTERS currentState, tmpState;
348 currentState = myConverterData->state;
397 if (tmpState != DO_SEARCH && currentState != tmpState) {
399 currentState = tmpState;
400 for (i = 0; escSeqCompoundText[currentState][i] != 0; i++) {
401 tmpTargetBuffer[tmpTargetBufferLength++] = escSeqCompoundText[currentState][i];
411 if (currentState != tmpState) {
412 currentState = tmpState;
413 for (j = 0; escSeqCompoundText[currentState][j] != 0; j++) {
414 tmpTargetBuffer[tmpTargetBufferLength++] = escSeqCompoundText[currentState][j]
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Basecomponent.c 108 if (pExynosComponent->currentState == OMX_StateInvalid) {
158 *pState = pExynosComponent->currentState;
173 OMX_STATETYPE currentState = pExynosComponent->currentState;
182 if (currentState == destState) {
186 if (currentState == OMX_StateInvalid) {
191 if ((currentState == OMX_StateLoaded) && (destState == OMX_StateIdle)) {
198 if (((currentState == OMX_StateIdle) && (destState == OMX_StateLoaded)) ||
199 ((currentState == OMX_StateIdle) && (destState == OMX_StateInvalid)) ||
200 ((currentState == OMX_StateExecuting) && (destState == OMX_StateInvalid)) |
    [all...]
Exynos_OMX_Baseport.c 153 if ((pExynosComponent->currentState != OMX_StateLoaded) && (pExynosComponent->currentState != OMX_StateWaitForResources)) {
244 if (pExynosComponent->currentState != OMX_StateLoaded) {
359 if (pExynosComponent->currentState == OMX_StateInvalid) {
378 if ((pExynosComponent->currentState != OMX_StateIdle) &&
379 (pExynosComponent->currentState != OMX_StateExecuting) &&
380 (pExynosComponent->currentState != OMX_StatePause)) {
464 if (pExynosComponent->currentState == OMX_StateInvalid) {
483 if ((pExynosComponent->currentState != OMX_StateIdle) &&
484 (pExynosComponent->currentState != OMX_StateExecuting) &
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 306 this.currentState = new State(localStrings);
338 this.currentState.changeState(State.StatesEnum.SUCCESS);
347 this.currentState.changeState(State.StatesEnum.FAIL);
357 var inInitialState = this.currentState.isInitialState();
360 this.currentState.gotoInitialState(this.deviceSelection.devices);
368 var inInitialState = this.currentState.isInitialState();
371 this.currentState.gotoInitialState(this.deviceSelection.devices);
380 this.currentState.gotoInitialState(this.deviceSelection.devices);
390 !this.currentState.equals(State.StatesEnum.PROGRESS_DOWNLOAD)) {
391 this.currentState.changeState(State.StatesEnum.PROGRESS_DOWNLOAD)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 214 for (LayoutState* currentState = m_next; currentState; currentState = currentState->m_next) {
215 if (currentState->m_lineGrid == currentGrid)
217 currentGrid = currentState->m_lineGrid;
222 m_lineGridOffset = currentState->m_lineGridOffset;
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
NetworkState.java 41 public NetworkState(State currentState) {
43 mStateDepository.add(currentState);
67 public void recordState(State currentState) {
68 mStateDepository.add(currentState);
  /frameworks/wilhelm/tests/sandbox/
monkey.c 252 State_t currentState = STATE_INITIAL;
253 while (STATE_TERMINAL != currentState) {
257 if (currentState != transitionTable[i].mEntryState)
263 fprintf(stderr, "No matching transitions in state %d\n", currentState);
269 "but with probability 0\n", currentState);
276 if (currentState != transitionTable[i].mEntryState)
284 transitionTable[i].mActionName, currentState, transitionTable[i].mCount);
287 currentState = nextState;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java 190 int currentState = mAdapter.getState();
191 if (currentState != mState) {
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 47 public NetworkState(State currentState) {
49 mStateDepository.add(currentState);
82 * @param currentState the current {@link State}
84 public void recordState(State currentState) {
85 mStateDepository.add(currentState);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 222 private TransactionState currentState;
356 this.currentState = null;
527 if (currentState == TransactionState.COMPLETED) {
532 if (currentState == TransactionState.CONFIRMED) {
536 if (currentState != TransactionState.TERMINATED)
537 currentState = newState;
539 newState = currentState;
555 return this.currentState;
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 64 // Specifically, currentState is a set of bit-masks.
70 // From the initial state (currentState = 0x00), if we add instruction class
71 // L_or_M we will transition to a state with currentState = [0x01, 0x10]. This
137 State *currentState;
164 DFA::DFA(): currentState(NULL) {}
194 // Iterate over all resource states in currentState.
252 assert(currentState && "Missing current state");
253 currentState->isInitial = true;
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 21 this.currentState = 'BEGIN';
43 if (!(event_type in this_.expectedNext[this_.currentState])) {
44 console.log('unexpected ' + event_type + ' from ' + this_.currentState);
47 this_.currentState = event_type;
48 this_.stateHistogram[this_.currentState]++;
178 assertEqual(eventMachine.currentState, 'loadend');
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 174 DctConstants.State currentState = getState();
175 return ((currentState == DctConstants.State.IDLE) ||
176 currentState == DctConstants.State.FAILED);

Completed in 737 milliseconds

1 2 3