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

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
BitmapFontFlipTest.java 38 private BitmapFontCache cache1, cache2, cache3, cache4, cache5; field in class:BitmapFontFlipTest
62 cache1 = font.newFontCache();
67 createCaches("cached", cache1, cache2, cache3, cache4, cache5);
78 private void createCaches (String type, BitmapFontCache cache1, BitmapFontCache cache2, BitmapFontCache cache3,
80 cache1.setText("(" + type + ")", 10, 320 - 66);
153 cache1.draw(spriteBatch);
  /libcore/ojluni/src/main/java/java/nio/charset/
Charset.java 335 // cache1/2 usage is explained in the lookup method
337 private static volatile Map.Entry<String, Charset> cache1 = null; // "Level 1" cache field in class:Charset
358 cache1 = new AbstractMap.SimpleImmutableEntry<>(charsetName, cs);
499 final Map.Entry<String, Charset> cached = cache1;
509 cache1 = new AbstractMap.SimpleImmutableEntry<>(charsetName, cs);
    [all...]

Completed in 64 milliseconds