HomeSort by relevance Sort by last modified time
    Searched refs:maxState (Results 1 - 15 of 15) 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) {
  /external/freetype/src/gxvalid/
gxvcommn.c     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java     [all...]
  /external/libxml2/
pattern.c 112 int maxState; /* allocated number of states */
    [all...]
relaxng.c 323 int maxState; /* the size of the array */
1031 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 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 384 milliseconds