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

1 2

  /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/icu/icu4c/source/i18n/
collationiterator.h 40 static const int32_t INITIAL_CAPACITY = 40;
46 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) {
58 // Use INITIAL_CAPACITY for a very simple fastpath.
60 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) {
81 MaybeStackArray<int64_t, INITIAL_CAPACITY> buffer;
  /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 44 private final static int INITIAL_CAPACITY = 64;
171 mByteOutputStream = new DirectByteOutputStream(INITIAL_CAPACITY);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PointerTrackerQueue.java 34 private static final int INITIAL_CAPACITY = 10;
38 new ArrayList<>(INITIAL_CAPACITY);
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/layoutex/
RunArrays.cpp 39 fCapacity = INITIAL_CAPACITY;
  /external/icu/icu4c/source/layoutex/layout/
RunArrays.h 30 #define INITIAL_CAPACITY 16
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 36 static final int INITIAL_CAPACITY = 16;
76 value = new char[INITIAL_CAPACITY];
89 value = new char[count + INITIAL_CAPACITY];
632 || (wasted >= INITIAL_CAPACITY && wasted >= (count >> 1))) {
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 32 private static final int INITIAL_CAPACITY = 2;
71 this(context, INITIAL_CAPACITY);
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 802 private static final int INITIAL_CAPACITY = 16;
804 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/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 

Completed in 313 milliseconds

1 2