HomeSort by relevance Sort by last modified time
    Searched defs:INITIAL_SIZE (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 45 public static final int INITIAL_SIZE = 10;
75 data = new int[INITIAL_SIZE];
  /external/antlr/antlr-3.4/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];
  /frameworks/base/core/java/android/view/inputmethod/
SparseRectFArray.java 162 mKeys = new int[INITIAL_SIZE];
165 mCoordinates = new float[INITIAL_SIZE * 4];
168 mFlagsArray = new int[INITIAL_SIZE];
222 private static int INITIAL_SIZE = 16;
  /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/fio/
smalloc.c 29 #define INITIAL_SIZE 16*1024*1024 /* new pool size */
37 unsigned int smalloc_pool_size = INITIAL_SIZE;
168 if (alloc_size < INITIAL_SIZE)
169 alloc_size = INITIAL_SIZE;
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 61 private static final int INITIAL_SIZE = 100;
101 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE);
137 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE);
155 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE)
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /external/annotation-tools/asmx/test/lib/
janino-2.3.4.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/annotation-tools/asmx/
janino.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 

Completed in 622 milliseconds

1 2 3 4