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

  /packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java 38 private static final int INITIAL_CAPACITY = 2;
65 this(INITIAL_CAPACITY);
69 mAdapters = new ListAdapter[INITIAL_CAPACITY];
70 mCounts = new int[INITIAL_CAPACITY];
71 mViewTypeCounts = new int[INITIAL_CAPACITY];
  /external/srec/portable/src/
ArrayListImpl.c 27 #define INITIAL_CAPACITY 16
71 return ArrayListCreateWithCapacity(self, INITIAL_CAPACITY);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 48 private final static int INITIAL_CAPACITY = 64;
175 mByteOutputStream = new DirectByteOutputStream(INITIAL_CAPACITY);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PointerTrackerQueue.java 36 private static final int INITIAL_CAPACITY = 10;
40 CollectionUtils.newArrayList(INITIAL_CAPACITY);
  /external/chromium_org/third_party/icu/source/common/
unorm_it.c 29 INITIAL_CAPACITY=100
62 UChar charsBuffer[INITIAL_CAPACITY];
63 uint32_t statesBuffer[INITIAL_CAPACITY+1]; /* one more than charsBuffer[]! */
591 uni->capacity=INITIAL_CAPACITY;
  /external/icu4c/common/
unorm_it.c 30 INITIAL_CAPACITY=100
63 UChar charsBuffer[INITIAL_CAPACITY];
64 uint32_t statesBuffer[INITIAL_CAPACITY+1]; /* one more than charsBuffer[]! */
592 uni->capacity=INITIAL_CAPACITY;
  /external/icu4c/layoutex/
RunArrays.cpp 39 fCapacity = INITIAL_CAPACITY;
  /external/icu4c/layoutex/layout/
RunArrays.h 30 #define INITIAL_CAPACITY 16
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 35 static final int INITIAL_CAPACITY = 16;
75 value = new char[INITIAL_CAPACITY];
88 value = new char[count + INITIAL_CAPACITY];
641 || (wasted >= INITIAL_CAPACITY && wasted >= (count >> 1))) {
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 32 private static final int INITIAL_CAPACITY = 2;
67 this(context, INITIAL_CAPACITY);
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 804 private static final int INITIAL_CAPACITY = 16;
806 new RunnableScheduledFuture<?>[INITIAL_CAPACITY];
    [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 426 milliseconds