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

  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 83 int maxState = -1;
86 if (statetable[i] > maxState) {
87 maxState = statetable[i];
95 statetableIndex = new short[maxState + 1][maxChar + 3];
96 for (int theState = 0; theState <= maxState; ++theState) {
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 304 int maxState = -1;
307 if (statetable[i] > maxState) {
308 maxState = statetable[i];
316 statetableIndex = new short[maxState + 1][maxChar + 3];
317 for (int theState = 0; theState <= maxState; ++theState) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 843 int maxState = BluetoothProfile.STATE_DISCONNECTED;
846 if (connectionStatus > maxState) {
847 maxState = connectionStatus;
850 return maxState;
    [all...]
  /external/libxml2/
pattern.c 112 int maxState; /* allocated number of states */
    [all...]
relaxng.c 322 int maxState; /* the size of the array */
1030 ret->maxState = size;
    [all...]
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 1133 milliseconds