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

1 2 3 4 5 6 7

  /external/icu/icu4c/source/layoutex/layout/
RunArrays.h 32 #define INITIAL_CAPACITY 16
  /external/icu/icu4c/source/i18n/
collationiterator.h 57 static const int32_t INITIAL_CAPACITY = CEBUFFER_INITIAL_CAPACITY;
63 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) {
75 // Use INITIAL_CAPACITY for a very simple fastpath.
77 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) {
98 MaybeStackArray<int64_t, INITIAL_CAPACITY> buffer;
  /packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java 33 private static final int INITIAL_CAPACITY = 2;
60 this(INITIAL_CAPACITY);
64 mAdapters = new ListAdapter[INITIAL_CAPACITY];
65 mCounts = new int[INITIAL_CAPACITY];
66 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 321 private static final int INITIAL_CAPACITY = 16;
366 table = new Entry[INITIAL_CAPACITY];
367 int i = firstKey.threadLocalHashCode & (INITIAL_CAPACITY - 1);
370 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 150 private static final int INITIAL_CAPACITY = 40;
152 byte[] buffer = new byte[INITIAL_CAPACITY];
    [all...]
CollationIterator.java 33 private static final int INITIAL_CAPACITY = 40;
38 if(length >= INITIAL_CAPACITY) {
64 // Use INITIAL_CAPACITY for a very simple fastpath.
66 if(length >= INITIAL_CAPACITY) {
81 private long[] buffer = new long[INITIAL_CAPACITY];
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 146 private static final int INITIAL_CAPACITY = 40;
148 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...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java     [all...]
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3/1.1.4c/
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/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/gradle-plugin/com/google/jimfs/jimfs/1.1/
jimfs-1.1.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 

Completed in 429 milliseconds

1 2 3 4 5 6 7