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

  /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/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
CardStreamFragment.java 41 private static final int INITIAL_SIZE = 15;
43 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
44 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
45 private HashSet<String> mDismissibleCards = new HashSet<String>(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/internal/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 
  /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/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 675 milliseconds