HomeSort by relevance Sort by last modified time
    Searched refs:nstate (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/content/res/
ColorStateList.java 241 int[][] nstate = new int[listAllocated][]; local
242 System.arraycopy(stateSpecList, 0, nstate, 0, listSize);
245 stateSpecList = nstate;
  /external/webkit/WebKitTools/android/flex-2.5.4a/
dfa.c 252 int stkend, nstate; local
311 for ( nstate = 1; nstate <= numstates; ++nstate )
313 ns = t[nstate];