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

  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/
IntArray.java 45 public static final int INITIAL_SIZE = 10;
75 data = new int[INITIAL_SIZE];
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 62 private static final int INITIAL_SIZE = 100;
102 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE);
138 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE);
156 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE)
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamFragment.java 40 private static final int INITIAL_SIZE = 15;
42 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
43 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
44 private HashSet<String> mDismissibleCards = new HashSet<String>(INITIAL_SIZE);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamFragment.java 40 private static final int INITIAL_SIZE = 15;
42 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
43 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
44 private HashSet<String> mDismissibleCards = new HashSet<String>(INITIAL_SIZE);
  /external/tinyxml2/
tinyxml2.h 204 template <class T, int INITIAL_SIZE>
210 _allocated( INITIAL_SIZE ),
277 TIXMLASSERT( _allocated >= INITIAL_SIZE );
319 T _pool[INITIAL_SIZE];
    [all...]
  /external/cldr/tools/java/libs/
xercesImpl.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 476 milliseconds