HomeSort by relevance Sort by last modified time
    Searched refs:INITIAL_SIZE (Results 1 - 25 of 27) 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/srec/shared/src/
LStringImpl.c 26 #define INITIAL_SIZE 32
39 impl->size = INITIAL_SIZE;
40 impl->value = MALLOC(sizeof(LCHAR) * INITIAL_SIZE, MTAG);
IntArrayListImpl.c 26 #define INITIAL_SIZE 32
47 impl->contents = MALLOC((INITIAL_SIZE + 1) * sizeof(int), MTAG);
53 impl->actualSize = INITIAL_SIZE;
Int8ArrayListImpl.c 26 #define INITIAL_SIZE 32
48 impl->contents = MALLOC((INITIAL_SIZE + 1) * sizeof(asr_int8_t), MTAG);
54 impl->actualSize = INITIAL_SIZE;
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamFragment.java 39 private static final int INITIAL_SIZE = 15;
41 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
42 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
43 private HashSet<String> mDismissibleCards = new HashSet<String>(INITIAL_SIZE);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamFragment.java 42 private static final int INITIAL_SIZE = 15;
44 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
45 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
46 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 27 #define INITIAL_SIZE 8192*1024 /* new pool size */
33 unsigned int smalloc_pool_size = INITIAL_SIZE;
189 if (alloc_size < INITIAL_SIZE)
190 alloc_size = INITIAL_SIZE;
228 ret = add_pool(&mp[0], INITIAL_SIZE);
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 149 private static final int INITIAL_SIZE = 16;
181 initializeTable(INITIAL_SIZE);
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.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/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 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 430 milliseconds

1 2