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

1 2

  /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];
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 49 private static final int INITIAL_SIZE = 100;
85 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE);
120 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE);
137 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.m 45 public static final int INITIAL_SIZE = 10;
75 data = new int[INITIAL_SIZE];
IntArray.h 45 public static final int INITIAL_SIZE = 10;
75 data = new int[INITIAL_SIZE];
  /external/v8/src/compiler/
node-cache.cc 11 #define INITIAL_SIZE 16
82 int num_entries = INITIAL_SIZE + LINEAR_PROBE;
84 size_ = INITIAL_SIZE;
86 Entry* entry = &entries_[hash & (INITIAL_SIZE - 1)];
  /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);
  /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;
  /external/fio/
smalloc.c 28 #define INITIAL_SIZE 16*1024*1024 /* new pool size */
34 unsigned int smalloc_pool_size = INITIAL_SIZE;
191 if (alloc_size < INITIAL_SIZE)
192 alloc_size = INITIAL_SIZE;
238 ret = add_pool(&mp[i], INITIAL_SIZE);
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 149 private static final int INITIAL_SIZE = 16;
181 initializeTable(INITIAL_SIZE);
  /frameworks/base/core/java/android/text/
StaticLayout.java     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.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/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 4233 milliseconds

1 2