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

1 2 3 4 5

  /external/icu/icu4c/source/layoutex/layout/
RunArrays.h 30 #define INITIAL_CAPACITY 16
  /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;
  /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];
  /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);
  /libcore/ojluni/src/main/java/java/lang/
ThreadLocal.java 284 private static final int INITIAL_CAPACITY = 16;
329 table = new Entry[INITIAL_CAPACITY];
330 int i = firstKey.threadLocalHashCode & (INITIAL_CAPACITY - 1);
333 setThreshold(INITIAL_CAPACITY);
  /packages/apps/Messaging/src/com/android/messaging/ui/
CompositeAdapter.java 30 private static final int INITIAL_CAPACITY = 2;
98 mPartitions = new Partition[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);
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 32 private static final int INITIAL_CAPACITY = 2;
71 this(context, INITIAL_CAPACITY);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 148 private static final int INITIAL_CAPACITY = 40;
150 byte[] buffer = new byte[INITIAL_CAPACITY];
    [all...]
CollationIterator.java 31 private static final int INITIAL_CAPACITY = 40;
36 if(length >= INITIAL_CAPACITY) {
62 // Use INITIAL_CAPACITY for a very simple fastpath.
64 if(length >= INITIAL_CAPACITY) {
79 private long[] buffer = new long[INITIAL_CAPACITY];
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 144 private static final int INITIAL_CAPACITY = 40;
146 byte[] buffer = new byte[INITIAL_CAPACITY];
    [all...]
CollationIterator.java 29 private static final int INITIAL_CAPACITY = 40;
34 if(length >= INITIAL_CAPACITY) {
60 // Use INITIAL_CAPACITY for a very simple fastpath.
62 if(length >= INITIAL_CAPACITY) {
77 private long[] buffer = new long[INITIAL_CAPACITY];
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java     [all...]
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.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/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 

Completed in 1223 milliseconds

1 2 3 4 5